index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
evp_kdf_test.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restrict digest algorithm used in KDFs
pohsingwu
2024-07-24
1
-2
/
+2
*
Unit test for switching from KMAC to other MAC in kbkdf.
Pauli
2024-07-17
1
-0
/
+59
*
Fix typos found by codespell
Dimitri Papadopoulos
2024-06-24
1
-1
/
+1
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
validate requested key length in kdf_pbkdf1_do_derive
Neil Horman
2024-01-03
1
-0
/
+50
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
SSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX_get_kdf_size()
slontis
2023-01-12
1
-2
/
+11
*
Add KMAC support to KBKDF.
slontis
2022-12-16
1
-0
/
+153
*
Implement deterministic ECDSA sign (RFC6979)
slontis
2022-11-30
1
-0
/
+110
*
Support different R_BITS lengths for KBKDF
Patrick Uiterwijk
2021-11-24
1
-8
/
+39
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-1
/
+1
*
providers: Do not use global EVP_CIPHERs and EVP_MDs
Tomas Mraz
2021-09-15
1
-4
/
+9
*
Add HKDF negative tests
Shane Lontis
2021-07-06
1
-5
/
+161
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-2
/
+2
*
Fix intermittent CI failure in evp_kdf_test for non_caching build.
Shane Lontis
2021-05-28
1
-6
/
+17
*
Add PBKDF1 to the legacy provider
Jon Spillett
2021-05-24
1
-48
/
+138
*
Include "internal/numbers.h" in test programs using SIZE_MAX
Richard Levitte
2021-05-22
1
-0
/
+1
*
test: fix test_evp_kdf when DES is disabled.
Pauli
2021-04-23
1
-2
/
+2
*
test: adjust tests to include extra argument to KDF derive call
Pauli
2021-02-28
1
-58
/
+38
*
Allow the sshkdf type to be passed as a single character
Richard Levitte
2021-02-24
1
-2
/
+2
*
Adjust the few places where the string length was confused
Richard Levitte
2021-02-18
1
-11
/
+8
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
test: fix no-cache problem with the quality comparison for KDFs.
Pauli
2021-02-12
1
-3
/
+18
*
Fix parameter types in sshkdf
Juergen Christ
2021-01-28
1
-2
/
+2
*
Add EVP_KDF-X942 to the fips module
Shane Lontis
2020-12-02
1
-1
/
+1
*
Add support for making all of KBKDF FixedInput fields optional.
Shane Lontis
2020-11-11
1
-1
/
+66
*
Make KDFs fail if requesting a zero-length key.
Jon Spillett
2020-09-17
1
-70
/
+631
*
Revert "kdf: make function naming consistent."
Matt Caswell
2020-07-16
1
-33
/
+33
*
Update copyright year
Matt Caswell
2020-06-25
1
-1
/
+1
*
kdf: make function naming consistent.
Pauli
2020-06-11
1
-33
/
+33
*
Fix no-cmac and no-camellia
Matt Caswell
2019-11-14
1
-0
/
+4
*
Add KRB5KDF from RFC 3961
Simo Sorce
2019-10-23
1
-0
/
+38
*
[KDF] Add feedback-mode and CMAC support to KBKDF
Robbie Harwood
2019-10-17
1
-0
/
+127
*
[KDF] Add KBKDF implementation for counter-mode HMAC
Robbie Harwood
2019-09-27
1
-0
/
+90
*
Update tests to (mostly) use KDF names
Pauli
2019-09-11
1
-11
/
+11
*
More KDF cleanup
Richard Levitte
2019-09-06
1
-12
/
+31
*
Test updates in light of the KDF switchover
Pauli
2019-09-06
1
-126
/
+189
*
Use macros internally for algorithm names
Richard Levitte
2019-08-19
1
-2
/
+5
*
Adapt the MAC tests, and tests for other things that use EVP_MAC
Richard Levitte
2019-08-15
1
-6
/
+2
*
Add X9.42 KDF.
Shane Lontis
2019-07-09
1
-0
/
+34
*
PBKDF2 updates to conform to SP800-132
Shane Lontis
2019-06-11
1
-16
/
+49
*
Added X963KDF API
Shane Lontis
2019-05-16
1
-23
/
+71
*
Added EVP_KDF (similiar to the EVP_MAC)
Shane Lontis
2019-05-03
1
-99
/
+120
*
Add SSHKDF in evp_kdf_test
Simo Sorce
2019-04-18
1
-0
/
+55
*
coverity fixes for SSKDF + mac_app + kdf test cleanup
Shane Lontis
2019-03-28
1
-255
/
+119
*
Single step kdf implementation
Shane Lontis
2019-03-19
1
-0
/
+167
*
Added new EVP/KDF API.
David Makepeace
2019-02-13
1
-0
/
+237