summaryrefslogtreecommitdiff
path: root/test/evp_kdf_test.c
Commit message (Expand)AuthorAgeFilesLines
* SSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX_get_kdf_size()slontis2023-01-121-2/+11
* Add KMAC support to KBKDF.slontis2022-12-161-0/+153
* Implement deterministic ECDSA sign (RFC6979)slontis2022-11-301-0/+110
* Support different R_BITS lengths for KBKDFPatrick Uiterwijk2021-11-241-8/+39
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* providers: Do not use global EVP_CIPHERs and EVP_MDsTomas Mraz2021-09-151-4/+9
* Add HKDF negative testsShane Lontis2021-07-061-5/+161
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-2/+2
* Fix intermittent CI failure in evp_kdf_test for non_caching build.Shane Lontis2021-05-291-6/+17
* Add PBKDF1 to the legacy providerJon Spillett2021-05-241-48/+138
* Include "internal/numbers.h" in test programs using SIZE_MAXRichard Levitte2021-05-221-0/+1
* 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