Fix up path generation to use OPENSSL_MODULES
[openssl.git] / providers / implementations / exchange / dh_exch.c
2023-09-07 Matt CaswellCopyright year updates
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03 Matt CaswellUpdate copyright year
2022-03-14 Tomas MrazDH: Make padding always on when X9.42 KDF is used
2022-02-14 Jiasheng Jiangdh_exch.c: Add check for OPENSSL_strdup
2022-01-18 Tomas Mrazdh_exch.c: Correct gettable parameters for DH key exchange
2022-01-04 x2018check the return value of EVP_MD_fetch in ecdh_exch...
2021-10-28 x2018fix some code with obvious wrong coding style
2021-09-03 slontisFix dh dupctx refcount error
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-04-16 Matt CaswellStore some FIPS global variables in the FIPS_GLOBAL...
2021-04-14 Shane LontisAdd domain parameter match check for DH and ECDH key...
2021-03-11 Pauliprov: update exchange algorithms to support params...
2021-03-03 Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-03-03 Tomas MrazImprove error reporting in key exchange provider implem...
2021-02-26 Shane LontisFix external symbols related to dh keys
2021-02-18 Shane LontisFix external symbols related to provider related securi...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Richard LevitteClean away unnecessary length related OSSL_PARAM key...
2020-12-02 Shane LontisAdd EVP_KDF-X942 to the fips module
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-18 Shane LontisAdd 'fips-securitychecks' option and plumb this into...
2020-09-18 Shane Lontisfix provider exchange operations
2020-09-18 Shane LontisAdd fips checks for dh key agreement
2020-09-12 Pauliexchange: add FIPS error state handling
2020-08-11 Shane LontisAdd dh_kdf support to provider
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-04-23 Matt CaswellUpdate copyright year
2020-02-20 PauliDeprecate the low level Diffie-Hellman functions.
2020-02-16 Shane LontisAdd FFC param/key validation
2020-01-23 Shane LontisAdd DH key exchange to fips provider
2019-10-10 Richard LevitteCleanup: move providers/common/include/internal/provide...
2019-10-10 Richard LevitteProviders: move common exchange,kdfs,keymgmt,macs,signature