aboutsummaryrefslogtreecommitdiffstats
path: root/test/evp_kdf_test.c
Commit message (Expand)AuthorAgeFilesLines
* test: fix test_evp_kdf when DES is disabled.Pauli2021-04-231-2/+2
* test: adjust tests to include extra argument to KDF derive callPauli2021-02-281-58/+38
* Allow the sshkdf type to be passed as a single characterRichard Levitte2021-02-241-2/+2
* Adjust the few places where the string length was confusedRichard Levitte2021-02-181-11/+8
* Update copyright yearMatt Caswell2021-02-181-1/+1
* test: fix no-cache problem with the quality comparison for KDFs.Pauli2021-02-121-3/+18
* Fix parameter types in sshkdfJuergen Christ2021-01-281-2/+2
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-021-1/+1
* Add support for making all of KBKDF FixedInput fields optional.Shane Lontis2020-11-111-1/+66
* Make KDFs fail if requesting a zero-length key.Jon Spillett2020-09-171-70/+631
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-33/+33
* Update copyright yearMatt Caswell2020-06-251-1/+1
* kdf: make function naming consistent.Pauli2020-06-111-33/+33
* Fix no-cmac and no-camelliaMatt Caswell2019-11-141-0/+4
* Add KRB5KDF from RFC 3961Simo Sorce2019-10-231-0/+38
* [KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood2019-10-171-0/+127
* [KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood2019-09-271-0/+90
* Update tests to (mostly) use KDF namesPauli2019-09-111-11/+11
* More KDF cleanupRichard Levitte2019-09-061-12/+31
* Test updates in light of the KDF switchoverPauli2019-09-061-126/+189
* Use macros internally for algorithm namesRichard Levitte2019-08-191-2/+5
* Adapt the MAC tests, and tests for other things that use EVP_MACRichard Levitte2019-08-151-6/+2
* Add X9.42 KDF.Shane Lontis2019-07-091-0/+34
* PBKDF2 updates to conform to SP800-132Shane Lontis2019-06-111-16/+49
* Added X963KDF APIShane Lontis2019-05-161-23/+71
* Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis2019-05-031-99/+120
* Add SSHKDF in evp_kdf_testSimo Sorce2019-04-181-0/+55
* coverity fixes for SSKDF + mac_app + kdf test cleanupShane Lontis2019-03-281-255/+119
* Single step kdf implementationShane Lontis2019-03-191-0/+167
* Added new EVP/KDF API.David Makepeace2019-02-131-0/+237