]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/evp_pkey.c
Following the license change, modify the boilerplates in crypto/evp/
[thirdparty/openssl.git] / crypto / evp / evp_pkey.c
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2017-08-03  Rich SalzSwitch from ossl_rand to DRBG rand
2016-08-17  Dr. Stephen HensonConstify private key decode.
2016-08-04  FdaSilvaYYConstify some ASN1_OBJECT *obj input parameters
2016-05-17  Rich SalzCopyright consolidation 05/10
2016-03-07  Dr. Stephen HensonMake PKCS8_PRIV_KEY_INFO opaque.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-20  Dr. Stephen Hensonmake EVP_PKEY opaque
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-03-24  Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-01-29  Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2006-06-05  Dr. Stephen HensonComplete EVP_PKEY_ASN1_METHOD ENGINE support.
2006-03-22  Dr. Stephen HensonMake EVP_PKEY_ASN1_METHOD opaque. Add application level...
2006-03-22  Dr. Stephen HensonGather printing routines into EVP_PKEY_ASN1_METHOD.
2006-03-22  Richard LevitteVMS doesn't support includes of paths very well.
2006-03-20  Dr. Stephen HensonInitial support for pluggable public key ASN1 support...
2006-03-18  Nils Larschremove unnecessary code
2005-07-16  Nils Larschmake
2005-05-16  Nils Larschecc api cleanup; summary:
2005-05-15  Dr. Stephen HensonMake -CSP option work again in pkcs12 utility by checki...
2005-05-11  Bodo MöllerFix more error codes.
2005-05-10  Nils Larschgive EC_GROUP_new_by_nid a more meanigful name:
2005-05-08  Nils Larschgive EC_GROUP_*_nid functions a more meaningful name
2005-04-05  Nils Larschsome const fixes and cleanup
2005-03-31  Ben LaurieGive everything prototypes (well, everything that's...
2004-12-05  Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-05-17  Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-04-19  Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2004-03-15  Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2003-12-27  Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-06-26  Richard LevitteNils Larsch told me I could remove that variable entirely.
2003-06-26  Richard Levitte"Remove" unused variable
2003-06-25  Bodo Möllerimplement PKCS #8 / SEC1 private key format for ECC
2002-10-28  Bodo Möller'broken' PKCS #8 format does not apply to ECDSA
2002-08-12  Bodo Möllerget rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC...
2002-08-07  Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-04-09  Bodo Möllerfix ECDSA handling
2002-03-14  Bodo MöllerFixes for 'no-hw' combined with 'no-SOME_CIPHER'.
2002-02-13  Bodo MöllerECDSA support
2002-01-02  Richard LevitteWhen RSA or DSA are disabled, do not include the stuff...
2001-02-19  Richard LevitteMake all configuration macros available for application...
2000-11-07  Richard LevitteConstify DSA-related code.
2000-11-06  Richard LevitteConstify the RSA library.
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-05-16  Ben LaurieTypesafe Thought Police part 4.
2000-05-15  Ulf MöllerGet rid of more non-ANSI declarations.
2000-03-07  Dr. Stephen HensonFix the PKCS#8 DSA code so it works again. All the
2000-02-05  Dr. Stephen HensonAdd support for some broken PKCS#8 formats.
2000-02-03  Ulf Möllerispell (and minor modifications)
2000-01-13  Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
1999-10-20  Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-04-27  Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1999-03-28  Dr. Stephen HensonFurther PKCS#12 integration, PBE, PKCS#8 additions.