summaryrefslogtreecommitdiffstats
path: root/providers/implementations/exchange/kdf_exch.c
AgeCommit message (Expand)Author
2024-06-04Copyright year updatesTomas Mraz
2024-04-09Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short
2023-09-07Copyright year updatesMatt Caswell
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2022-06-20providers/implementations/exchange/kdf_exch.c: fix unavailable SIZE_MAXRichard Levitte
2022-06-15providers/implementations/exchange/kdf_exch.c: Fix kdf_derive()Richard Levitte
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2021-03-12prov: update exchange algorithms to support params on the init callPauli
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-02-28prov: add additional argument to KDF derive call in key exchangePauli
2021-01-28Update copyright yearRichard Levitte
2021-01-21kdf_exch.c (kdf_derive): Proper handling of NULL secretTomas Mraz
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-12exchange: add FIPS error state handlingPauli
2020-08-10Minimise the size of the macros in kdf_exch.cMatt Caswell
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell
2020-08-10Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell