Fix reason code clash
[openssl.git] / crypto / dh /
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-17 Matt CaswellWhen calling the import_to function pass the libctx too
2020-04-16 Rich SalzUse build.info, not ifdef for crypto modules
2020-04-15 Shane LontisAdd DH keygen to providers
2020-04-15 Shane LontisAdd DSA keygen to provider
2020-04-09 Matt CaswellEnable export_to functions to have access to the libctx
2020-03-28 PauliParam build: make structures opaque.
2020-03-28 PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-25 Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-23 Richard LevitteDH, DSA, EC_KEY: Fix exporters to allow domain paramete...
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-14 PauliDH: remove DH parameter files that aren't used or insta...
2020-03-09 Richard LevitteDH: add internal dh_get_method()
2020-03-09 Richard LevitteEVP: Check that key methods aren't foreign when exporting
2020-03-06 Shane LontisChange DH_get_nid() to set the value of q if it is...
2020-03-04 Shane LontisAdd DH key validation to default provider
2020-03-03 Shane LontisAdd pairwise consistency self tests to asym keygenerators
2020-02-20 PauliDeprecate the low level Diffie-Hellman functions.
2020-02-16 Shane LontisAdd FFC param/key validation
2020-02-11 PauliDeprecate the low level DSA functions.
2020-02-11 Matt CaswellImplement Provider side Key Management for X25519 and...
2020-02-07 Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-02-06 Shane LontisAdd FFC param/key generation
2020-02-06 PauliParams: change UTF8 construct calls to avoid explicit...
2020-02-03 Davide GalassiMissing "obj_mac" header file in "dh_lib"
2020-01-30 Shane LontisAdd support for DH 'modp' group parameters (RFC 3526)
2020-01-24 Shane LontisModify DSA and DH keys to use a shared FFC_PARAMS struct
2020-01-23 Shane LontisAdd DH key exchange to fips provider
2020-01-15 Richard LevitteCRYPTO: Remove support for ex_data fields when building...
2020-01-07 Paulicoverity 1201478: check BIO_indent returns
2019-11-07 Richard LevitteUpdate source files for pre-3.0 deprecation
2019-11-01 Scott WilsonFix potential memory leak in dh_ameth.c
2019-10-17 Richard LevitteDH: Add export of domain parameters to provider
2019-10-14 Kurt RoeckxAdd BN_check_prime()
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-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-11 PauliUsages of KDFs converted to use the name macros
2019-09-09 Matt CaswellEnable DH "keys" which only contain domain parameters
2019-09-09 Matt CaswellImplement DSA in the default provider
2019-09-09 Bernd EdlingerDH_check_pub_key_ex was accidentally calling DH_check,
2019-09-09 Bernd EdlingerUse BN_clear_free in DH_set0_key
2019-09-09 Bernd EdlingerCheck the DH modulus bit length
2019-09-06 PauliFix users of KDFs to use params not ctls
2019-07-24 Bernd EdlingerEnforce a minimum DH modulus size of 512 bits
2019-07-23 Richard LevitteAdapt DH to use with KEYMGMT
2019-07-22 Bernd EdlingerChange DH parameters to generate the order q subgroup...
2019-07-16 Rich SalzRegenerate mkerr files
2019-07-08 Shane LontisAdd X9.42 KDF.
2019-06-12 raja-ashokTLS1.3 FFDHE Support
2019-05-21 Kurt RoeckxChange default RSA, DSA and DH size to 2048 bit
2019-03-27 Jake MassimoIncrease rounds of Miller-Rabin testing DH_check
2019-03-19 Shane LontisAdded NULL check to BN_clear() & BN_CTX_end()
2019-03-06 David von Oheimbconstify *_dup() and *i2d_*() and related functions...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-09-05 Nicola TuveriHarmonize the error handling codepath
2018-09-05 Nicola TuveriFix segfault in RSA_free() (and DSA/DH/EC_KEY)
2018-06-20 Matt CaswellUpdate copyright year
2018-06-12 Guido VrankenReject excessively large primes in DH key generation.
2018-05-29 Matt CaswellUpdate copyright year
2018-05-18 Dr. Matthias St... DH: add simple getters for commonly used DH struct...
2018-04-17 Richard LevitteUpdate copyright year
2018-04-03 Rich SalzSet error code on alloc failures
2018-04-03 Matt CaswellUpdate copyright year
2018-03-21 Jack BatesConvert _meth_get_ functions to const getters
2017-11-20 Paul YangSupport public key and param check in EVP interface
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-13 Rich SalzRemove email addresses from source code.
2017-10-12 Benjamin KadukFix memory leak in DH_get_nid()
2017-10-12 Dr. Stephen Hensonmake update
2017-10-12 Dr. Stephen HensonAdd pad support
2017-10-12 Dr. Stephen HensonAdd RFC7919 support to EVP
2017-10-12 Dr. Stephen HensonDH named parameter support
2017-10-12 Dr. Stephen HensonSupport constant BN for DH parameters
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-09-26 David BenjaminAllow DH_set0_key with only private key.
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-08-22 Rich SalzUse "" not <> on e_os.h include
2017-08-03 Rich SalzAdd RAND_priv_bytes() for private keys
2017-06-26 Paul YangChange to check last return value of BN_CTX_get
2017-06-07 Rich Salzmake error tables const and separate header file
2017-04-13 Richard LevitteASN.1: adapt our use of INTxx et al by making them...
2017-04-10 Richard LevitteAct on deprecation of LONG and ZLONG, step 2
2017-04-07 Rich SalzMake default_method mostly compile-time
2017-01-26 Richard LevitteBetter check of DH parameters in TLS data
2017-01-25 FdaSilvaYYStyle
2017-01-24 Bernd EdlingerFix error handling in compute_key, BN_CTX_get can retur...
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-17 FdaSilvaYYRaise an error on memory alloc failure.
2016-08-17 Dr. Stephen HensonConstify private key decode.
2016-08-17 Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-10 Rich SalzChange callers to use the new constants.
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
next