hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / crypto / dh / dh_pmeth.c
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-08-23 PauliCoverity 1508532: out of bounds access
2021-07-22 Matt CaswellUpdate our EVP_PKEY_METHODs to get low level keys via...
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-04-26 Shane LontisFixes related to separation of DH and DHX types
2021-04-07 Paulidh: fix coverity 1473238: argument cannot be negative
2021-03-17 Matt CaswellRemove a TODO(3.0) from EVP_PKEY_derive_set_peer()
2021-03-11 Matt CaswellUpdate copyright year
2021-02-26 Shane LontisFix external symbols related to dh keys
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-05 Pauliffc: add _ossl to exported but internal functions
2020-08-19 Shane LontisFix no-cms build errors.
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-02-20 PauliDeprecate the low level Diffie-Hellman functions.
2020-02-11 PauliDeprecate the low level DSA functions.
2020-02-06 Shane LontisAdd FFC param/key generation
2020-01-30 Shane LontisAdd support for DH 'modp' group parameters (RFC 3526)
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-25 Patrick Steuers390x assembly pack: accelerate X25519, X448, Ed25519...
2019-05-21 Kurt RoeckxChange default RSA, DSA and DH size to 2048 bit
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-17 Richard LevitteUpdate copyright year
2018-04-03 Rich SalzSet error code on alloc failures
2017-10-12 Dr. Stephen HensonAdd pad support
2017-10-12 Dr. Stephen HensonAdd RFC7919 support to EVP
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-05-13 Insu YunFix OpenSSL_memdup error handling
2016-04-09 Matt CaswellMake DH opaque
2016-03-20 Rich SalzRemove #error from include files.
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-03 Rich Salzremove 0 assignments.
2015-09-03 David BarRT3674: Make no-cms build work.
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-24 Dr. Stephen HensonMove some EVP internals to evp_int.h
2015-03-24 Rich Salzfree NULL cleanup
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08 Matt CaswellImplement internally opaque bn access from dh
2013-08-05 Dr. Stephen HensonCMS RFC2631 X9.42 DH enveloped data support.
2013-08-05 Dr. Stephen HensonExtend DH parameter generation support.
2011-12-07 Dr. Stephen HensonInitial experimental support for X9.42 DH parameter...
2009-04-23 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-03-16 Geoff ThorpeFix a variety of warnings generated by some elevated...
2006-05-24 Dr. Stephen HensonNew function to dup EVP_PKEY_CTX. This will be needed...
2006-05-24 Dr. Stephen HensonUse size_t for new crypto size parameters.
2006-04-15 Dr. Stephen HensonUse more flexible method of determining output length...
2006-04-13 Dr. Stephen HensonComplete key derivation support.
2006-04-13 Dr. Stephen HensonAdd key derivation support.
2006-04-13 Dr. Stephen HensonTypo.
2006-04-12 Dr. Stephen HensonExtend DH ASN1 method, add DH EVP_PKEY_METHOD.