summaryrefslogtreecommitdiffstats
path: root/test/evp_kdf_test.c
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-01-03validate requested key length in kdf_pbkdf1_do_deriveNeil Horman
2023-09-07Copyright year updatesMatt Caswell
2023-01-12SSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX_get_kdf_size()slontis
2022-12-16Add KMAC support to KBKDF.slontis
2022-11-30Implement deterministic ECDSA sign (RFC6979)slontis
2021-11-24Support different R_BITS lengths for KBKDFPatrick Uiterwijk
2021-10-28fix some code with obvious wrong coding stylex2018
2021-09-15providers: Do not use global EVP_CIPHERs and EVP_MDsTomas Mraz
2021-07-06Add HKDF negative testsShane Lontis
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-29Fix intermittent CI failure in evp_kdf_test for non_caching build.Shane Lontis
2021-05-24Add PBKDF1 to the legacy providerJon Spillett
2021-05-22Include "internal/numbers.h" in test programs using SIZE_MAXRichard Levitte
2021-04-23test: fix test_evp_kdf when DES is disabled.Pauli
2021-02-28test: adjust tests to include extra argument to KDF derive callPauli
2021-02-24Allow the sshkdf type to be passed as a single characterRichard Levitte
2021-02-18Adjust the few places where the string length was confusedRichard Levitte
2021-02-18Update copyright yearMatt Caswell
2021-02-12test: fix no-cache problem with the quality comparison for KDFs.Pauli
2021-01-28Fix parameter types in sshkdfJuergen Christ
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