Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
slontis
|
e8add4d379
SSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX_get_kdf_size()
|
1 year ago |
slontis
|
211c47ca1b
Add KMAC support to KBKDF.
|
1 year ago |
slontis
|
f3090fc710
Implement deterministic ECDSA sign (RFC6979)
|
2 years ago |
Patrick Uiterwijk
|
0e9a265e42
Support different R_BITS lengths for KBKDF
|
3 years ago |
x2018
|
1287dabd0b
fix some code with obvious wrong coding style
|
3 years ago |
Tomas Mraz
|
e59bfbaa2d
providers: Do not use global EVP_CIPHERs and EVP_MDs
|
3 years ago |
Shane Lontis
|
9d300aa21b
Add HKDF negative tests
|
3 years ago |
Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
3 years ago |
Shane Lontis
|
189c4759eb
Fix intermittent CI failure in evp_kdf_test for non_caching build.
|
3 years ago |
Jon Spillett
|
0f183675b8
Add PBKDF1 to the legacy provider
|
3 years ago |
Richard Levitte
|
6251895ca8
Include "internal/numbers.h" in test programs using SIZE_MAX
|
3 years ago |
Pauli
|
e98a182e51
test: fix test_evp_kdf when DES is disabled.
|
3 years ago |
Pauli
|
05cdec396b
test: adjust tests to include extra argument to KDF derive call
|
3 years ago |
Richard Levitte
|
a8eb71ad57
Allow the sshkdf type to be passed as a single character
|
3 years ago |
Richard Levitte
|
3262300a2c
Adjust the few places where the string length was confused
|
3 years ago |
Matt Caswell
|
a28d06f3e9
Update copyright year
|
3 years ago |
Pauli
|
b5873b3176
test: fix no-cache problem with the quality comparison for KDFs.
|
3 years ago |
Juergen Christ
|
270a5ce1d9
Fix parameter types in sshkdf
|
3 years ago |
Shane Lontis
|
89cccbea51
Add EVP_KDF-X942 to the fips module
|
4 years ago |
Shane Lontis
|
4757a34751
Add support for making all of KBKDF FixedInput fields optional.
|
4 years ago |
Jon Spillett
|
1cae59d14b
Make KDFs fail if requesting a zero-length key.
|
4 years ago |
Matt Caswell
|
660c534435
Revert "kdf: make function naming consistent."
|
4 years ago |
Matt Caswell
|
fbd2ece171
Update copyright year
|
4 years ago |
Pauli
|
765d04c946
kdf: make function naming consistent.
|
4 years ago |
Matt Caswell
|
726ad13c4e
Fix no-cmac and no-camellia
|
5 years ago |
Simo Sorce
|
33f54da3dd
Add KRB5KDF from RFC 3961
|
5 years ago |
Robbie Harwood
|
f6dead1b72
[KDF] Add feedback-mode and CMAC support to KBKDF
|
5 years ago |
Robbie Harwood
|
a39bc4404b
[KDF] Add KBKDF implementation for counter-mode HMAC
|
5 years ago |
Pauli
|
27e27cd7ef
Update tests to (mostly) use KDF names
|
5 years ago |