summaryrefslogtreecommitdiff
path: root/providers/implementations/kdfs/sskdf.c
Commit message (Expand)AuthorAgeFilesLines
* Update KDFs to use shared functions.Pauli2023-04-261-29/+24
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-2/+2
* SSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX_get_kdf_size()slontis2023-01-121-6/+19
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-6/+3
* Update copyright yearMatt Caswell2022-05-031-1/+1
* ss KDF: implement ctx dup operationPauli2022-02-011-0/+32
* Fix SSKDF to not claim a buffer size that is too small for the MACMatt Caswell2021-10-221-2/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-4/+4
* prov: add extra params argument to KDF implementationsPauli2021-03-121-0/+3
* prov: add extra params argument to KDF implementationsPauli2021-02-281-4/+6
* prov kdf: update to use the extra MAC init argumentsPauli2021-02-281-9/+1
* prov: support modified gettable/settable ctx calls for KDFsPauli2021-02-261-2/+4
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis2020-10-221-1/+1
* 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-2/+2
* Remove TODO comment from sskdf.cShane Lontis2020-09-281-5/+0
* kdf: add FIPS error state handlingPauli2020-09-121-2/+13
* provider: add the unused paramater tag to the gettable and settable functionsPauli2020-08-121-2/+2
* gettables: provider changes to pass the provider context.Pauli2020-08-071-2/+2
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-161-8/+8
* Don't forget our provider ctx when resettingMatt Caswell2020-07-011-0/+2
* Update copyright yearMatt Caswell2020-06-251-1/+1
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-9/+9
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-8/+8
* kdfs: make free calls check for NULL.Pauli2019-11-221-2/+4
* Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte2019-10-101-3/+3
* Cleanup: move providers/common/include/internal/provider_args.hRichard Levitte2019-10-101-1/+1
* Providers: move common exchange,kdfs,keymgmt,macs,signatureRichard Levitte2019-10-101-0/+538