Update copyright year
[openssl.git] / providers / implementations / exchange / ecdh_exch.c
2022-05-03 Matt CaswellUpdate copyright year
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-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 ec & sm2 keys
2021-02-18 Shane LontisFix external symbols related to provider related securi...
2021-02-01 Richard LevitteFix some odd names in our provider source code
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Richard LevitteClean away unnecessary length related OSSL_PARAM key...
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 ecdh key agreement
2020-09-12 Pauliexchange: add FIPS error state handling
2020-08-11 Pauliprovider: add the unused paramater tag to the gettable...
2020-08-09 Shane LontisAdd libctx to ecdh_KDF_X9_63.
2020-08-07 Shane LontisAdd evp_test fixes.
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-08-04 Shane LontisChange the provider implementation of X942kdf to use...
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-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-03-11 Shane LontisAdd ECDH to fips provider
2020-02-18 Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH