summaryrefslogtreecommitdiff
path: root/crypto/asn1/i2d_evp.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* sm2: fix {i2d,d2i}_PublicKey EC_KEY is EVP_PKEY_SM2zhaozg2022-01-051-1/+1
* Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte2021-06-091-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* ASN1: Fix i2d_provided() return valueRichard Levitte2021-05-151-1/+2
* crypto/asn1/i2d_evp.c: Fix i2d_provided() to return a proper lengthRichard Levitte2021-02-271-4/+10
* Modify i2d_PublicKey() so it can get an EC public key as a blobRichard Levitte2021-02-271-11/+29
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-2/+2
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-2/+0
* Fix 'no-deprecated'Richard Levitte2020-12-191-8/+7
* Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-021-2/+1
* Deprecate RSA harderRichard Levitte2020-11-181-2/+6
* Adapt libcrypto functionality to specify the desired output structureRichard Levitte2020-11-111-0/+124