index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
evp_kdf_test.c
Age
Commit message (
Expand
)
Author
2021-09-15
providers: Do not use global EVP_CIPHERs and EVP_MDs
Tomas Mraz
2021-07-06
Add HKDF negative tests
Shane Lontis
2021-06-01
Rename all getters to use get/get0 in name
Tomas Mraz
2021-05-29
Fix intermittent CI failure in evp_kdf_test for non_caching build.
Shane Lontis
2021-05-24
Add PBKDF1 to the legacy provider
Jon Spillett
2021-05-22
Include "internal/numbers.h" in test programs using SIZE_MAX
Richard Levitte
2021-04-23
test: fix test_evp_kdf when DES is disabled.
Pauli
2021-02-28
test: adjust tests to include extra argument to KDF derive call
Pauli
2021-02-24
Allow the sshkdf type to be passed as a single character
Richard Levitte
2021-02-18
Adjust the few places where the string length was confused
Richard Levitte
2021-02-18
Update copyright year
Matt Caswell
2021-02-12
test: fix no-cache problem with the quality comparison for KDFs.
Pauli
2021-01-28
Fix parameter types in sshkdf
Juergen Christ
2020-12-02
Add EVP_KDF-X942 to the fips module
Shane Lontis
2020-11-11
Add support for making all of KBKDF FixedInput fields optional.
Shane Lontis
2020-09-17
Make KDFs fail if requesting a zero-length key.
Jon Spillett
2020-07-16
Revert "kdf: make function naming consistent."
Matt Caswell
2020-06-25
Update copyright year
Matt Caswell
2020-06-11
kdf: make function naming consistent.
Pauli
2019-11-14
Fix no-cmac and no-camellia
Matt Caswell
2019-10-23
Add KRB5KDF from RFC 3961
Simo Sorce
2019-10-17
[KDF] Add feedback-mode and CMAC support to KBKDF
Robbie Harwood
2019-09-27
[KDF] Add KBKDF implementation for counter-mode HMAC
Robbie Harwood
2019-09-11
Update tests to (mostly) use KDF names
Pauli
2019-09-06
More KDF cleanup
Richard Levitte
2019-09-06
Test updates in light of the KDF switchover
Pauli
2019-08-19
Use macros internally for algorithm names
Richard Levitte
2019-08-15
Adapt the MAC tests, and tests for other things that use EVP_MAC
Richard Levitte
2019-07-09
Add X9.42 KDF.
Shane Lontis
2019-06-11
PBKDF2 updates to conform to SP800-132
Shane Lontis
2019-05-16
Added X963KDF API
Shane Lontis
2019-05-03
Added EVP_KDF (similiar to the EVP_MAC)
Shane Lontis
2019-04-18
Add SSHKDF in evp_kdf_test
Simo Sorce
2019-03-28
coverity fixes for SSKDF + mac_app + kdf test cleanup
Shane Lontis
2019-03-19
Single step kdf implementation
Shane Lontis
2019-02-13
Added new EVP/KDF API.
David Makepeace