Fix up path generation to use OPENSSL_MODULES
[openssl.git] / include / openssl / dh.h
2023-12-14 Neil HormanAvoid setting gen_type to -1 in dsa_gen_set_params
2023-11-06 Richard LevitteMake DH_check_pub_key() and DH_generate_key() safer yet
2023-09-07 Matt CaswellCopyright year updates
2023-07-19 Matt CaswellFix DH_check() excessive time with over sized modulus
2022-05-09 Nathan SidwellHeader file cleanup for C++20 header-units
2021-03-11 Matt CaswellUpdate copyright year
2021-02-24 Tomas MrazDeprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_...
2020-12-16 Richard LevitteEVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls...
2020-11-27 Matt CaswellConvert DH deprecations to the new way of deprecating...
2020-11-27 Matt CaswellDeprecate more DH functions
2020-11-27 Matt CaswellDeprecate DH_new as well as i2d_DHparams and d2i_DHparams
2020-08-19 Shane LontisFix no-cms build errors.
2020-08-11 Shane LontisAdd dh_kdf support to provider
2020-08-11 Shane LontisAdd DHX support to keymanager
2020-04-30 PauliUndeprecate DH, DSA and RSA _bits() functions.
2020-04-23 Matt CaswellUpdate copyright year
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-19 Paulidhparam: update command line app to use EVP calls
2020-04-15 Shane LontisAdd DH keygen to providers
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-02-20 PauliDeprecate the low level Diffie-Hellman functions.
2020-02-20 PauliDH: fix header file indentation
2020-02-07 Matt CaswellFix no-dh
2020-02-06 Shane LontisAdd FFC param/key generation
2020-01-30 Shane LontisAdd support for DH 'modp' group parameters (RFC 3526)
2019-11-07 Richard LevitteUpdate source files for pre-3.0 deprecation
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-09-28 Dr. Matthias St... Add legacy include guards to public header files
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize public header files (part 1)
2019-09-09 Bernd EdlingerCheck the DH modulus bit length
2019-07-22 Bernd EdlingerChange DH parameters to generate the order q subgroup...
2019-07-16 Matt CaswellAdd the ability to set PKCS#3 DH padding in providers
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-05-18 Dr. Matthias St... DH: add simple getters for commonly used DH struct...
2018-03-21 Jack BatesConvert _meth_get_ functions to const getters
2018-02-13 Matt CaswellUpdate copyright year
2018-02-09 Nick MathewsonRemove redundant declarations of ERR_load_*_strings()
2017-11-20 Paul YangSupport public key and param check in EVP interface
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-06-07 Rich Salzmake error tables const and separate header file
2017-04-27 Bernd EdlingerAdd parentheses on public macros where appropriate.
2017-04-03 Matt CaswellAdd missing macros for DHxparams
2017-01-26 Richard LevitteBetter check of DH parameters in TLS data
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-06-15 Richard LevitteConstify the parameter getters for RSA, DSA and DH
2016-06-06 Matt CaswellDeprecate the flags that switch off constant time
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-18 Matt CaswellAdd some error messages for malloc fails
2016-05-17 Rich SalzCopyright consolidation 03/10
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-09 Matt CaswellMake DH_METHOD opaque
2016-04-09 Matt CaswellMake DH opaque
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-20 Rich SalzRemove #error from include files.
2016-03-10 Rich SalzRT3676 add: Export ASN.1 DHparams
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
2016-01-29 Matt CaswellCorrect value of DH_CHECK_PUBKEY_INVALID
2016-01-28 Matt CaswellPrevent small subgroup attacks on DH/DHE
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-09-30 Rich SalzMake update / libeay.num fix
2015-09-20 Dr. Stephen HensonMove EVP_PKEY_METHOD into private headers.
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-03 David BarRT3674: Make no-cms build work.
2015-07-31 Nicholas CooperRT3959: Fix misleading comment
2015-06-08 Kurt RoeckxProperly check certificate in case of export ciphers.
2015-03-31 Richard LevitteStop symlinking, move files to intended directory