]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/dh/dh_lib.c
Implement riscv_vlen_asm for riscv32
[thirdparty/openssl.git] / crypto / dh / dh_lib.c
2023-10-04  Matthias St. PierreDon't (re-)initialize the FFC_PARAMs in dh_init and...
2023-09-07  Matt CaswellCopyright year updates
2023-07-04  Paulifix memory allocation and reference counting issues
2023-07-01  Paulidh: update to structure based atomics
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-07-06  Tomas Mrazfips module header inclusion fine-tunning
2021-06-16  Shane LontisFix DH private key check.
2021-04-15  Tomas MrazDo not allow creating empty RSA keys by duplication
2021-04-15  Tomas MrazImplement provider-side keymgmt_dup function
2021-03-11  Matt CaswellUpdate copyright year
2021-02-26  Shane LontisFix external symbols related to dh keys
2021-02-24  Daniel BeveniusFix typo in comment in DH_set0_pqg function
2021-02-18  Sahana PrasadDH: Make DH_bits(), DH_size(), and DH_security_bits...
2020-12-17  Richard LevitteDECODER: Adjust the library context of keys in our...
2020-11-27  Matt CaswellDeprecate DH_new as well as i2d_DHparams and d2i_DHparams
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-19  Richard LevitteDH: have DH_set_length() increment the dirty count.
2020-10-19  Richard LevitteDH: make the private key length importable / exportable
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-10-01  Matt CaswellRun the withlibctx.pl script
2020-08-11  Shane LontisAdd dh_kdf support to provider
2020-06-19  Matt CaswellMake EVP_PKEY_CTX_[get|set]_group_name work for DH too
2020-05-26  Shane LontisUpdate core_names.h fields and document most fields.
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 DH keygen to providers
2020-03-23  Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-09  Richard LevitteDH: add internal dh_get_method()
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-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...
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-09  Bernd EdlingerUse BN_clear_free in DH_set0_key
2019-07-23  Richard LevitteAdapt DH to use with KEYMGMT
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-09-05  Nicola TuveriHarmonize the error handling codepath
2018-09-05  Nicola TuveriFix segfault in RSA_free() (and DSA/DH/EC_KEY)
2018-05-29  Matt CaswellUpdate copyright year
2018-05-18  Dr. Matthias St... DH: add simple getters for commonly used DH struct...
2017-10-18  KaoruTodaRemove parentheses of return.
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-04-07  Rich SalzMake default_method mostly compile-time
2016-11-17  Kurt RoeckxAdd support for reference counting using C11 atomics
2016-06-16  Matt CaswellFix the build and tests following constification of...
2016-06-15  Richard LevitteConstify the parameter getters for RSA, DSA and DH
2016-06-01  FdaSilvaYYRaise an Err when CRYPTO_THREAD_lock_new fails
2016-05-17  Rich SalzCopyright consolidation 05/10
2016-04-28  FdaSilvaYYAdd checks on CRYPTO_new_ex_data return value...
2016-04-27  Viktor DukhovniFix set0 reuse test
2016-04-27  Richard LevitteRSA, DSA, DH: Allow some given input to be NULL on...
2016-04-09  Matt CaswellMake DH opaque
2016-03-20  Rich SalzRemove #error from include files.
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
2016-02-25  Rich SalzGH715: ENGINE_finish can take NULL
2016-02-11  Rich SalzMove to REF_DEBUG, for consistency.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-12-01  Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-09-03  Rich Salzremove 0 assignments.
2015-08-10  Rich SalzRT3999: Remove sub-component version strings
2015-06-08  Kurt RoeckxProperly check certificate in case of export ciphers.
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
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-28  Rich Salzremove malloc casts
2015-03-25  Rich Salzfree NULL cleanup
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-03-28  Dr. Stephen HensonAdd functions returning security bits.
2007-01-21  Dr. Stephen HensonConstify version strings and some structures.
2003-01-30  Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-03-16  Dr. Stephen HensonEnsure EVP_CipherInit() uses the correct encode/decode...
2002-03-09  Dr. Stephen HensonMake {RSA,DSA,DH}_new_method obtain and release an...
2001-09-25  Geoff Thorpeindentation.
2001-09-25  Geoff ThorpeThis commits changes to various parts of libcrypto...
2001-09-05  Geoff Thorpe"DH_up" had been changed to "DH_up_ref" in libeay.num...
2001-09-01  Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-25  Geoff ThorpeGive DH, DSA, and RSA functions to "up" their reference...
2001-08-12  Geoff ThorpeThe indexes returned by ***_get_ex_new_index() function...
2001-07-27  Lutz JänickeAnother uninitialized static that may lead to problems...
2001-06-23  Dr. Stephen HensonIn {RSA,DSA,DH}_new_method(x) need to increase the...
2001-04-30  Geoff ThorpeIn RSA, DSA, DH, and RAND - if the "***_new()" function...
2000-11-29  Geoff ThorpeDo to DH and DSA what has already been done to RSA...
2000-11-07  Richard LevitteConstify DH-related code.
2000-10-26  Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-04-20  Geoff ThorpeThe handling of DSA_METHOD and DH_METHOD wasn't quite...
2000-01-28  Dr. Stephen HensonNew -pkcs12 option to CA.pl.
2000-01-23  Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
1999-09-01  Dr. Stephen HensonMake DH_free() free up any ex_data and also call the...
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>.
next