aboutsummaryrefslogtreecommitdiff
path: root/test/evp_kdf_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-24Fix typos found by codespellDimitri Papadopoulos1-1/+1
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-01-03validate requested key length in kdf_pbkdf1_do_deriveNeil Horman1-0/+50
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-01-12SSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX_get_kdf_size()slontis1-2/+11
2022-12-16Add KMAC support to KBKDF.slontis1-0/+153
2022-11-30Implement deterministic ECDSA sign (RFC6979)slontis1-0/+110
2021-11-24Support different R_BITS lengths for KBKDFPatrick Uiterwijk1-8/+39
2021-10-28fix some code with obvious wrong coding stylex20181-1/+1
2021-09-15providers: Do not use global EVP_CIPHERs and EVP_MDsTomas Mraz1-4/+9
2021-07-06Add HKDF negative testsShane Lontis1-5/+161
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-2/+2
2021-05-29Fix intermittent CI failure in evp_kdf_test for non_caching build.Shane Lontis1-6/+17
2021-05-24Add PBKDF1 to the legacy providerJon Spillett1-48/+138
2021-05-22Include "internal/numbers.h" in test programs using SIZE_MAXRichard Levitte1-0/+1
2021-04-23test: fix test_evp_kdf when DES is disabled.Pauli1-2/+2
2021-02-28test: adjust tests to include extra argument to KDF derive callPauli1-58/+38
2021-02-24Allow the sshkdf type to be passed as a single characterRichard Levitte1-2/+2
2021-02-18Adjust the few places where the string length was confusedRichard Levitte1-11/+8
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-12test: fix no-cache problem with the quality comparison for KDFs.Pauli1-3/+18
2021-01-28Fix parameter types in sshkdfJuergen Christ1-2/+2
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis1-1/+1
2020-11-11Add support for making all of KBKDF FixedInput fields optional.Shane Lontis1-1/+66
2020-09-17Make KDFs fail if requesting a zero-length key.Jon Spillett1-70/+631
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