]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/p_lib.c
Add EVP_PKEY_supports_digest_nid()
[thirdparty/openssl.git] / crypto / evp / p_lib.c
2018-11-10  David WoodhouseAdd EVP_PKEY_supports_digest_nid()
2018-10-30  Richard LevitteAdapt other EVP code to use EVP_MAC instead of direct...
2018-06-19  Jack LloydAdd EVP_PKEY_set_alias_type
2018-06-08  Matt CaswellAdd support getting raw private/public keys
2018-03-20  Matt CaswellUpdate copyright year
2018-03-19  Matt CaswellFix no-cmac
2018-03-15  Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15  Matt CaswellMake sure all errors go on the stack in the EVP_PKEY_ne...
2018-03-15  Matt CaswellAdd the function EVP_PKEY_new_CMAC_key()
2018-03-15  Matt CaswellAdd support for setting raw private HMAC keys
2018-03-15  Matt CaswellAdd functions to create an EVP_PKEY from raw private...
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-11  Dr. Stephen HensonAdd EVP_PKEY_set1_engine() function.
2017-08-29  PauliMove the REF_PRINT support from e_os.h to internal...
2017-08-29  Paulie_os.h removal from other headers and source files.
2017-02-01  Todd ShortAdd support for parameterized SipHash
2017-01-24  Todd ShortAdd support for Poly1305 in EVP_PKEY
2016-11-17  Kurt RoeckxAdd support for reference counting using C11 atomics
2016-09-07  Alex GaynorGH1537: Avoid double-free in the EVP_PKEY API
2016-08-17  Dr. Stephen HensonConvert X509* functions to use const getters
2016-08-13  Dr. Stephen HensonAdd point ctrls to X25519
2016-06-16  Nathaniel McCallumAdd EVP_PKEY_get0_hmac() function
2016-05-31  Dr. Stephen HensonParameter copy sanity checks.
2016-05-17  Rich SalzCopyright consolidation 04/10
2016-05-16  FdaSilvaYYUnify <TYPE>_up_ref methods signature and behaviour.
2016-03-20  Rich SalzRemove #error from include files.
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_EVP_PKEY to new multi-threading API
2016-02-25  Rich SalzGH715: ENGINE_finish can take NULL
2016-02-22  FdaSilvaYYGH678: Add a few more zalloc
2016-02-11  Rich SalzMove to REF_DEBUG, for consistency.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-20  Dr. Stephen Hensonmake EVP_PKEY opaque
2015-12-14  Dr. Stephen HensonAdd EVP_PKEY_get0_* functions.
2015-12-14  Dr. Stephen HensonExtend EVP_PKEY_copy_parameters()
2015-09-10  Emilia KasperRT3754: check for NULL pointer
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-04-30  Rich Salzfree NULL cleanup 5a
2015-04-28  Rich Salzremove malloc casts
2015-03-30  Dr. Stephen HensonRemove unnecessary asn1_mac.h includes.
2015-03-28  Rich Salzfree NULL cleanup
2015-03-24  Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-03-28  Dr. Stephen HensonAdd functions returning security bits.
2012-04-18  Dr. Stephen Hensonrecognise X9.42 DH certificates on servers
2010-11-30  Dr. Stephen HensonPR: 2385
2009-11-12  Dr. Stephen Hensonset engine to NULL after releasing it
2006-07-04  Andy PolyakovTypos(?) in HEAD/crypto/evp/p_lib.c.
2006-07-02  Dr. Stephen HensonMake return value from EVP_PKEY_cmp() and EVP_PKEY_cmp_...
2006-06-05  Dr. Stephen HensonComplete EVP_PKEY_ASN1_METHOD ENGINE support.
2006-05-11  Dr. Stephen HensonNew functions to get key types without dereferncing...
2006-05-07  Dr. Stephen HensonAdd support for default public key digest type ctrl.
2006-04-28  Dr. Stephen HensonUpdate EVP_PKEY_cmp() and X509_check_private() to retur...
2006-04-05  Dr. Stephen HensonLast arg to EVP_PKEY_assign() should be void *.
2006-03-24  Dr. Stephen HensonInitial support for generalized public key parameters.
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-20  Dr. Stephen HensonTransfer parameter handling and key comparison to algor...
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...
2004-04-19  Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2003-07-21  Bodo Möllernew function EC_GROUP_cmp() (used by EVP_PKEY_cmp())
2003-04-07  Richard LevitteWhat was I smoking? EVP_PKEY_cmp() should return with...
2003-04-07  Richard LevitteCorrect a typo.
2003-04-06  Richard LevitteConstify
2003-04-03  Richard LevitteAdd functionality to help making self-signed certificate.
2002-08-16  Bodo Möller'EC' vs. '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-02-13  Bodo MöllerECDSA support
2001-09-05  Geoff ThorpeChange DH_up() -> DH_up_ref()
2001-09-03  Bodo MöllerRename recently introduced functions for improved code...
2001-08-25  Geoff ThorpeChanges crypto/evp/ and ssl/ code from directly increme...
2001-08-03  Ben LaurieRemove extra whitespace. Sorry.
2001-08-03  Ben LaurieReinstate accidentally deleted code.
2001-08-03  Ben LaurieHeader bloat reduction for EVP_PKEY.
2001-02-19  Richard LevitteMake all configuration macros available for application...
2000-11-06  Richard Levittemode used too early in EVP_PKEY_save_parameters.
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-02-26  Dr. Stephen HensonRename functions for new convention.
2000-02-03  Ulf Möllerispell (and minor modifications)
2000-01-30  Ulf MöllerSeek out and destroy another evil cast.
2000-01-14  Bodo MöllerIn EVP_PKEY_assign[_...], return 0 for an error when...
1999-11-23  Dr. Stephen HensonSupport for authority information access extension.
1999-11-21  Dr. Stephen HensonTransparent support for PKCS#8 private keys in RSA...
1999-10-25  Dr. Stephen HensonMore multibyte character support.
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23  Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19  Ulf MöllerChange functions to ANSI C.
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21  Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21  Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...