aboutsummaryrefslogtreecommitdiff
path: root/test/evp_kdf_test.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell1-33/+33
2020-06-25Update copyright yearMatt Caswell1-1/+1
2020-06-11kdf: make function naming consistent.Pauli1-33/+33
2019-11-14Fix no-cmac and no-camelliaMatt Caswell1-0/+4
2019-10-23Add KRB5KDF from RFC 3961Simo Sorce1-0/+38
2019-10-17[KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood1-0/+127
2019-09-27[KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood1-0/+90
2019-09-11Update tests to (mostly) use KDF namesPauli1-11/+11
2019-09-06More KDF cleanupRichard Levitte1-12/+31
2019-09-06Test updates in light of the KDF switchoverPauli1-126/+189
2019-08-19Use macros internally for algorithm namesRichard Levitte1-2/+5
2019-08-15Adapt the MAC tests, and tests for other things that use EVP_MACRichard Levitte1-6/+2
2019-07-09Add X9.42 KDF.Shane Lontis1-0/+34
2019-06-11PBKDF2 updates to conform to SP800-132Shane Lontis1-16/+49
2019-05-16Added X963KDF APIShane Lontis1-23/+71
2019-05-03Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis1-99/+120
2019-04-18Add SSHKDF in evp_kdf_testSimo Sorce1-0/+55
2019-03-28coverity fixes for SSKDF + mac_app + kdf test cleanupShane Lontis1-255/+119
2019-03-19Single step kdf implementationShane Lontis1-0/+167
2019-02-13Added new EVP/KDF API.David Makepeace1-0/+237