summaryrefslogtreecommitdiffstats
path: root/test/evp_kdf_test.c
AgeCommit message (Expand)Author
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis
2020-11-11Add support for making all of KBKDF FixedInput fields optional.Shane Lontis
2020-09-17Make KDFs fail if requesting a zero-length key.Jon Spillett
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-06-25Update copyright yearMatt Caswell
2020-06-11kdf: make function naming consistent.Pauli
2019-11-14Fix no-cmac and no-camelliaMatt Caswell
2019-10-23Add KRB5KDF from RFC 3961Simo Sorce
2019-10-17[KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood
2019-09-27[KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood
2019-09-11Update tests to (mostly) use KDF namesPauli
2019-09-06More KDF cleanupRichard Levitte
2019-09-06Test updates in light of the KDF switchoverPauli
2019-08-19Use macros internally for algorithm namesRichard Levitte
2019-08-15Adapt the MAC tests, and tests for other things that use EVP_MACRichard Levitte
2019-07-09Add X9.42 KDF.Shane Lontis
2019-06-11PBKDF2 updates to conform to SP800-132Shane Lontis
2019-05-16Added X963KDF APIShane Lontis
2019-05-03Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis
2019-04-18Add SSHKDF in evp_kdf_testSimo Sorce
2019-03-28coverity fixes for SSKDF + mac_app + kdf test cleanupShane Lontis
2019-03-19Single step kdf implementationShane Lontis
2019-02-13Added new EVP/KDF API.David Makepeace