summaryrefslogtreecommitdiff
path: root/providers/implementations/exchange/ecdh_exch.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-4/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* check the return value of EVP_MD_fetch in ecdh_exch.c:285 & dh_exch.c:347x20182022-01-041-2/+3
* fix some code with obvious wrong coding stylex20182021-10-281-2/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell2021-04-161-3/+3
* Add domain parameter match check for DH and ECDH key exchange.Shane Lontis2021-04-141-1/+26
* prov: update exchange algorithms to support params on the init callPauli2021-03-121-4/+7
* EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz2021-03-031-2/+4
* Improve error reporting in key exchange provider implementationsTomas Mraz2021-03-031-2/+5
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-7/+7
* Fix external symbols related to provider related security checks forShane Lontis2021-02-181-3/+3
* Fix some odd names in our provider source codeRichard Levitte2021-02-011-1/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Clean away unnecessary length related OSSL_PARAM key namesRichard Levitte2021-01-261-6/+2
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-1/+1
* Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis2020-09-181-1/+1
* fix provider exchange operationsShane Lontis2020-09-181-6/+4
* Add fips checks for ecdh key agreementShane Lontis2020-09-181-3/+9
* exchange: add FIPS error state handlingPauli2020-09-121-3/+17
* provider: add the unused paramater tag to the gettable and settable functionsPauli2020-08-121-2/+2
* Add libctx to ecdh_KDF_X9_63.Shane Lontis2020-08-091-6/+0
* Add evp_test fixes.Shane Lontis2020-08-071-1/+2
* gettables: provider changes to pass the provider context.Pauli2020-08-071-2/+2
* Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis2020-08-041-2/+0
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-10/+10
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-4/+4
* Add ECDH to fips providerShane Lontis2020-03-121-0/+7
* [PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri2020-02-181-0/+533