summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_pkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Improve the performance of EVP_PKCS82PKEY_exMatt Caswell2023-03-061-1/+22
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-2/+2
* EVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0_provider()Richard Levitte2021-07-261-0/+7
* EVP: Have EVP_PKCS82PKEY_ex() pass a correct selection to OSSL_DECODERRichard Levitte2021-06-291-1/+3
* Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte2021-06-091-3/+3
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* Add type_name member to provided methods and use itTomas Mraz2021-04-261-1/+1
* Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz2021-04-151-1/+1
* evp: fix coverity 1474469: negative returnPauli2021-03-301-3/+3
* EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz2021-03-251-2/+31
* 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-3/+3
* Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-021-3/+1
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-2/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-10/+8
* EVP: Adapt EVP_PKEY2PKCS8() to better handle provider-native keysRichard Levitte2020-11-131-19/+51
* Patch leak in EVP_PKEY2PKCS8() error pathjwalch2020-10-301-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-5/+5
* Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb2020-09-301-3/+1
* Correctly display the signing/hmac algorithm in the dgst appMatt Caswell2020-09-171-0/+17
* EVP: Downgrade EVP_PKEYs in EVP_PKEY2PKCS8()Richard Levitte2020-09-031-0/+5
* STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte2020-09-031-3/+3
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Teach d2i_PrivateKey et al about libctxMatt Caswell2020-04-151-6/+17
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-3/+3
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-1/+1
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-1/+0
* Constify private key decode.Dr. Stephen Henson2016-08-171-2/+2
* Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY2016-08-041-1/+1
* Copyright consolidation 05/10Rich Salz2016-05-171-54/+5
* Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson2016-03-071-37/+9
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-0/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-2/+2
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-124/+111
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-051-23/+15
* Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions toDr. Stephen Henson2006-03-221-9/+3
* Gather printing routines into EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson2006-03-221-6/+0
* VMS doesn't support includes of paths very well.Richard Levitte2006-03-221-0/+4
* Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson2006-03-201-584/+52
* remove unnecessary codeNils Larsch2006-03-181-5/+1
* makeNils Larsch2005-07-161-0/+4
* ecc api cleanup; summary:Nils Larsch2005-05-161-27/+44