Add dsa signature alg to fips provider
[openssl.git] / crypto / evp / p_lib.c
2020-01-12 Shane LontisAdd dsa signature alg to fips provider
2020-01-07 Paulicoverity 1201462: check error returns
2019-12-18 Richard LevitteEVP: Adapt EVP_PKEY_print_ routines to use BIO_f_prefix()
2019-12-16 Matt CaswellEnsure EVP_PKEY_set1_DH detects X9.42 keys
2019-11-29 Richard LevitteSERIALIZER: add hooks in EVP_PKEY_print_ routines
2019-11-21 PauliEVP p_lib: Add NULL check to EVP_PKEY_missing_parameters.
2019-10-28 Tobias NießenAllow EVP_PKEY_get0_RSA for RSA-PSS keys
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-25 PauliRemove engine param macros from wrapper APIs
2019-09-04 PauliOSSL_PARAM_construct_utf8_string computes the string...
2019-08-29 Matt CaswellUse ENGINE_get_id() instead of ENGINE_get_name()
2019-08-29 Matt CaswellFix no-engine
2019-08-24 Richard LevitteGet rid of the diversity of names for MAC parameters
2019-08-19 Richard LevitteUse macros internally for algorithm names
2019-08-15 Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-07-22 Richard LevitteAdd evp_keymgmt_clear_pkey_cache() and use it
2019-03-19 Dmitry BelyavskiyProviding missing accessor to EVP_PKEY.engine
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-22 Shreya BhandareEVP_PKEY_size declared to take a const parameter
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
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.
next