summaryrefslogtreecommitdiff
path: root/providers/implementations/kdfs/kbkdf.c
Commit message (Expand)AuthorAgeFilesLines
* kbkdf: Fix kbkdf_dup function pointer typeClemens Lang2023-02-161-1/+1
* Add KMAC support to KBKDF.slontis2022-12-161-9/+52
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-2/+3
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* kbkdf: implement ctx dup operationPauli2022-02-011-0/+32
* rename MIN() macroGerd Hoffmann2021-12-081-2/+2
* Support different R_BITS lengths for KBKDFPatrick Uiterwijk2021-11-241-3/+27
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-2/+2
* prov: add extra params argument to KDF implementationsPauli2021-03-121-0/+3
* prov: add extra params argument to KDF implementationsPauli2021-02-281-2/+3
* prov kdf: update to use the extra MAC init argumentsPauli2021-02-281-10/+2
* 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
* Add support for making all of KBKDF FixedInput fields optional.Shane Lontis2020-11-111-7/+40
* 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-1/+1
* Make KDFs fail if requesting a zero-length key.Jon Spillett2020-09-171-0/+6
* kdf: add FIPS error state handlingPauli2020-09-121-0/+7
* 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/+4
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-161-7/+7
* Add and use internal header that implements endianness checkRichard Levitte2020-07-111-5/+3
* 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-6/+6
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-7/+7
* kdfs: make free calls check for NULL.Pauli2019-11-221-2/+4
* [KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood2019-10-171-20/+63
* 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/+303