summaryrefslogtreecommitdiffstats
path: root/providers/implementations/exchange (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add utility function ossl_param_is_empty()slontis2024-10-092-2/+2
* Fix bugs in ECDH cofactor FIPS indicator.slontis2024-09-301-1/+4
* fips: Prohibit SHA1 in DH & ECDH exchangeDimitri John Ledkov2024-09-272-6/+6
* Copyright year updatesTomas Mraz2024-09-054-4/+4
* Update code to use EVP_MD_xof()slontis2024-08-292-2/+2
* Cleanups for FIPS options..slontis2024-08-283-6/+3
* Add FIPS indicators to X25519 and X448.slontis2024-08-251-5/+54
* Add FIPS Indicator for ECDH cofactor.slontis2024-08-151-5/+34
* signatures: disallow XOF digests when doing signaturesPauli2024-08-122-0/+10
* Change all existing FIPS configurable checks to use FIPS indicators.slontis2024-07-112-11/+93
* Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short2024-04-091-0/+42
* Copyright year updatesMatt Caswell2023-09-074-4/+4
* configure: introduce no-ecx to remove ECX related featureYi Li2023-06-141-2/+4
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-214-5/+5
* 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-114-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