]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/dh/dh_key.c
Fix grammar in certificates.txt
[thirdparty/openssl.git] / crypto / dh / dh_key.c
2023-11-06  Richard LevitteMake DH_check_pub_key() and DH_generate_key() safer yet
2023-10-04  Matthias St. PierreDon't (re-)initialize the FFC_PARAMs in dh_init and...
2023-09-07  Matt CaswellCopyright year updates
2023-02-08  Juergen ChristS390x: Support ME and CRT offloading
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03  Matt CaswellUpdate copyright year
2022-02-07  Tomas MrazReplace size check with more meaningful pubkey check
2021-05-29  Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-03-31  Shane LontisAdd a range check (from SP800-56Ar3) to DH key derivation.
2021-03-18  Shane LontisFix misc external ossl_ symbols.
2021-02-26  Shane LontisFix external symbols related to dh keys
2021-02-18  Tomas Mrazdsa_check: Perform simple parameter check if seed is...
2021-01-28  Richard LevitteUpdate copyright year
2021-01-08  Billy Brumley[crypto/dh] side channel hardening for computing DH...
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-27  Richard LevitteDH: stop setting the private key length arbitrarily
2020-10-23  Nicola TuveriConstify OSSL_FUNC_keymgmt_validate()
2020-10-05  Pauliffc: add _ossl to exported but internal functions
2020-07-09  Shane LontisAdd multiple fixes for ffc key generation using invalid...
2020-06-05  Matt CaswellMake EVP_PKEY_[get1|set1]_tls_encodedpoint work with...
2020-04-28  Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-20  Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-15  Shane LontisAdd DSA keygen to provider
2020-03-06  Shane LontisChange DH_get_nid() to set the value of q if it is...
2020-02-20  PauliDeprecate the low level Diffie-Hellman functions.
2020-02-16  Shane LontisAdd FFC param/key validation
2020-02-06  Shane LontisAdd FFC param/key generation
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
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
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-06-12  raja-ashokTLS1.3 FFDHE Support
2019-03-19  Shane LontisAdded NULL check to BN_clear() & BN_CTX_end()
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-06-20  Matt CaswellUpdate copyright year
2018-06-12  Guido VrankenReject excessively large primes in DH key generation.
2017-10-18  KaoruTodaRemove parentheses of return.
2017-10-09  KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-08-03  Rich SalzAdd RAND_priv_bytes() for private keys
2017-04-07  Rich SalzMake default_method mostly compile-time
2017-01-24  Bernd EdlingerFix error handling in compute_key, BN_CTX_get can retur...
2016-08-10  Rich SalzChange callers to use the new constants.
2016-06-18  FdaSilvaYYUseless header include of openssl/rand.h
2016-06-06  Matt CaswellDeprecate the flags that switch off constant time
2016-05-17  Rich SalzCopyright consolidation 05/10
2016-04-09  Matt CaswellMake DH opaque
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-11-26  Matt CaswellTighten up BN_with_flags usage and avoid a reachable...
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-06-23  Rich SalzMore secure storage of key material.
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-01  Rich Salzfree NULL cleanup 7
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08  Matt CaswellImplement internally opaque bn access from dh
2014-12-08  Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08  Dr. Stephen HensonRemove FIPS module code from crypto/dh
2011-06-08  Dr. Stephen HensonAdd flags for DH FIPS method.
2011-05-11  Dr. Stephen HensonRename FIPS_mode_set and FIPS_mode. Theses symbols...
2011-04-22  Dr. Stephen HensonReturn errors instead of aborting when selftest fails.
2011-04-07  Dr. Stephen HensonDH keys have an (until now) unused 'q' parameter. When...
2011-03-08  Dr. Stephen HensonNew SP 800-56A compliant version of DH_compute_key().
2011-02-03  Dr. Stephen HensonTransfer error redirection to fips.h, add OPENSSL_FIPSA...
2011-01-26  Dr. Stephen HensonFIPS DH changes: selftest checks and key range checks.
2007-03-28  Bodo MöllerChange to mitigate branch prediction attacks
2006-09-29  Mark J. CoxInitialise ctx to NULL to avoid uninitialized free...
2006-09-28  Bodo MöllerIntroduce limits to prevent malicious keys being able to
2006-03-13  Nils Larschfix error found by coverity: check if ctx is != NULL...
2005-08-21  Ben LaurieMake D-H safer, include well-known primes.
2005-05-27  Bodo MöllerUse BN_with_flags() in a cleaner way.
2005-05-16  Bodo MöllerImplement fixed-window exponentiation to mitigate hyper...
2005-04-28  Andy PolyakovPointer to BN_MONT_CTX could be used uninitialized.
2005-04-27  Dr. Stephen HensonChange method_mont_p from (char *) to (BN_MONT_CTX...
2005-04-26  Dr. Stephen HensonPort BN_MONT_CTX_set_locked() from stable branch.
2005-04-26  Bodo MöllerFix various incorrect error function codes.
2003-04-08  Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
2003-01-30  Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-15  Geoff ThorpeAs with RSA, which was modified recently, this change...
2001-09-25  Geoff ThorpeThis commits changes to various parts of libcrypto...
2001-07-27  Bodo Möllerlength of secret exponent is needed only when we create one
2001-07-27  Bodo MöllerUndo DH_generate_key() change: s3_srvr.c was using...
2001-07-25  Bodo MöllerDH key generation should not use a do ... while loop,
2001-07-25  Bodo MöllerDon't preserve existing keys in DH_generate_key.
2001-03-08  Bodo MöllerHide BN_CTX structure details.
2001-02-20  Ulf Möllermake it a loop as in dsa
2001-02-20  Ulf MöllerUse BN_rand_range().
2000-11-07  Richard LevitteConstify DH-related code.
2000-10-26  Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-06-07  Bodo MöllerSpeed up DH with small generator.
2000-02-05  Ulf MöllerNew functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end...
1999-08-23  Dr. Stephen HensonInitial support for DH_METHOD. Also added a DH lock...
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...
next