summaryrefslogtreecommitdiff
path: root/crypto/evp/evp_pkey.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson2005-05-151-0/+62
* Fix more error codes.Bodo Möller2005-05-111-38/+38
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-1/+1
* give EC_GROUP_*_nid functions a more meaningful nameNils Larsch2005-05-081-1/+1
* some const fixes and cleanupNils Larsch2005-04-051-2/+0
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-2/+2
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-34/+90
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-0/+1
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-0/+2
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-2/+2
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-1/+1
* Nils Larsch told me I could remove that variable entirely.Richard Levitte2003-06-261-3/+0
* "Remove" unused variableRichard Levitte2003-06-261-0/+2
* implement PKCS #8 / SEC1 private key format for ECCBodo Möller2003-06-251-41/+67
* 'broken' PKCS #8 format does not apply to ECDSABodo Möller2002-10-281-287/+201
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller2002-08-121-7/+7
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-69/+77
* fix ECDSA handlingBodo Möller2002-04-091-2/+2
* Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller2002-03-141-4/+6
* ECDSA supportBodo Möller2002-02-131-60/+351
* When RSA or DSA are disabled, do not include the stuff that's specificRichard Levitte2002-01-021-0/+4
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-7/+7
* Constify DSA-related code.Richard Levitte2000-11-071-2/+2
* Constify the RSA library.Richard Levitte2000-11-061-1/+3