summaryrefslogtreecommitdiff
path: root/providers/implementations/exchange
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-053-13/+5
* Add HPKE DHKEM provider support for EC, X25519 and X448.slontis2022-09-231-62/+2
* providers/implementations/exchange/kdf_exch.c: fix unavailable SIZE_MAXRichard Levitte2022-06-201-0/+1
* providers/implementations/exchange/kdf_exch.c: Fix kdf_derive()Richard Levitte2022-06-151-2/+21
* Update copyright yearMatt Caswell2022-05-032-2/+2
* DH: Make padding always on when X9.42 KDF is usedTomas Mraz2022-03-141-5/+6
* dh_exch.c: Add check for OPENSSL_strdupJiasheng Jiang2022-02-141-4/+16
* dh_exch.c: Correct gettable parameters for DH key exchangeTomas Mraz2022-01-181-1/+1
* check the return value of EVP_MD_fetch in ecdh_exch.c:285 & dh_exch.c:347x20182022-01-042-4/+6
* fix some code with obvious wrong coding stylex20182021-10-282-3/+3
* Fix dh dupctx refcount errorslontis2021-09-031-3/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-012-2/+2
* Drop libimplementations.aRichard Levitte2021-05-071-5/+4
* Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell2021-04-162-5/+6
* Add domain parameter match check for DH and ECDH key exchange.Shane Lontis2021-04-142-1/+42
* Add ossl_ ecx symbolsShane Lontis2021-03-181-2/+4
* Fix misc external ossl_ symbols.Shane Lontis2021-03-181-3/+3
* prov: update exchange algorithms to support params on the init callPauli2021-03-124-11/+17
* EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz2021-03-033-7/+13
* Improve error reporting in key exchange provider implementationsTomas Mraz2021-03-033-8/+17
* prov: add additional argument to KDF derive call in key exchangePauli2021-02-281-1/+1
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-262-16/+16
* Fix external symbols related to dh keysShane Lontis2021-02-261-7/+7
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Fix external symbols related to provider related security checks forShane Lontis2021-02-182-5/+5
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* Fix some odd names in our provider source codeRichard Levitte2021-02-011-1/+1
* Update copyright yearRichard Levitte2021-01-283-3/+3
* Clean away unnecessary length related OSSL_PARAM key namesRichard Levitte2021-01-262-12/+4
* kdf_exch.c (kdf_derive): Proper handling of NULL secretTomas Mraz2021-01-211-1/+7
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-021-2/+2
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-153-4/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-152-2/+2
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-294-5/+5
* Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis2020-09-182-2/+2
* fix provider exchange operationsShane Lontis2020-09-183-51/+11
* Add fips checks for ecdh key agreementShane Lontis2020-09-181-3/+9
* Add fips checks for dh key agreementShane Lontis2020-09-182-5/+47
* exchange: add FIPS error state handlingPauli2020-09-124-9/+70
* provider: add the unused paramater tag to the gettable and settable functionsPauli2020-08-121-2/+2
* Add dh_kdf support to providerShane Lontis2020-08-111-14/+288
* Minimise the size of the macros in kdf_exch.cMatt Caswell2020-08-101-37/+44
* Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell2020-08-101-1/+5
* Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell2020-08-101-55/+70
* Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell2020-08-102-0/+151
* 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-072-3/+3
* 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-243-25/+25