index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
implementations
/
kdfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code & comments changes to make them in consistent
willmafh
2024-12-06
1
-1
/
+1
*
Change all one's complement to ones' complement for consistency
willmafh
2024-12-06
1
-1
/
+1
*
pbkdf2: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION define
Pauli
2024-11-28
1
-1
/
+1
*
hkdf: change FIPS zeroization to use the OPENSSL_PEDANTIC_ZEROIZATION define
Pauli
2024-11-28
1
-1
/
+1
*
Add utility function ossl_param_is_empty()
slontis
2024-10-09
13
-22
/
+22
*
Use the correct length value for input salt
Simo Sorce
2024-10-02
1
-1
/
+1
*
kdfs: implement key length check in X9.42
Dimitri John Ledkov
2024-09-30
1
-6
/
+46
*
argon2: Fixed an thread availability error string
PIums
2024-09-05
1
-2
/
+2
*
Copyright year updates
Tomas Mraz
2024-09-05
7
-7
/
+7
*
EVP_MD_size() updates
slontis
2024-08-29
2
-5
/
+5
*
Update code to use EVP_MD_xof()
slontis
2024-08-29
6
-6
/
+6
*
Cleanups for FIPS options..
slontis
2024-08-28
6
-26
/
+14
*
Add FIPS KMAC key check
slontis
2024-08-21
1
-3
/
+4
*
Add HMAC FIPS keysize check.
slontis
2024-08-21
1
-4
/
+3
*
fips: add kbkdf key length check as per SP 800-131a revision 2
Pauli
2024-08-08
1
-7
/
+50
*
Add new configurable item `pbkdf2-lower-bound-check`
pohsingwu
2024-08-05
1
-6
/
+2
*
Add explicit indicator for PBKDF2
pohsingwu
2024-08-05
1
-20
/
+87
*
Call key_check_passed in set_ctx_params
pohsingwu
2024-08-01
4
-28
/
+34
*
Restrict the length of key-derivation key used in KDFs
pohsingwu
2024-08-01
4
-0
/
+181
*
Disallow SHAKE when using PBKDF2 and X9.42 KDF
Pauli
2024-07-30
2
-4
/
+21
*
Restrict digest in set_ctx_params
pohsingwu
2024-07-24
4
-160
/
+255
*
Restrict digest algorithm used in KDFs
pohsingwu
2024-07-24
4
-19
/
+294
*
that open brace { should be on the previous line
Dimitri Papadopoulos
2024-07-22
1
-2
/
+3
*
Fix kbkdf bug if MAC is set to KMAC and then something else
Pauli
2024-07-17
1
-1
/
+2
*
Change all existing FIPS configurable checks to use FIPS indicators.
slontis
2024-07-11
1
-18
/
+49
*
fips: zeroization of public security parameters (PSPs)
Dimitri John Ledkov
2024-05-13
2
-0
/
+8
*
hkdf: when HMAC key is all zeros, still set a valid key length
Dimitri John Ledkov
2024-04-25
1
-1
/
+1
*
Fix EVP_PKEY_CTX_add1_hkdf_info() behavior
Todd Short
2024-04-09
1
-0
/
+8
*
Copyright year updates
Richard Levitte
2024-04-09
2
-2
/
+2
*
kdfs/hmacdrbg_kdf.c: Add checks for the EVP_MD_get_size()
Jiasheng Jiang
2024-04-01
1
-1
/
+5
*
Add appropriate NULL checks in EVP_CIPHER api
Neil Horman
2024-01-25
1
-0
/
+6
*
cleanse stack variable in kdf_pbkdf1_do_derive
Neil Horman
2024-01-05
1
-0
/
+1
*
validate requested key length in kdf_pbkdf1_do_derive
Neil Horman
2024-01-03
1
-0
/
+5
*
Accept longer context for TLS 1.2 exporters
Daiki Ueno
2023-10-26
1
-16
/
+32
*
Blake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead of XOFLEN
Tomas Mraz
2023-10-25
1
-5
/
+5
*
Remove use of _Static_assert
Matt Caswell
2023-09-15
1
-8
/
+3
*
Copyright year updates
Matt Caswell
2023-09-07
14
-14
/
+14
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-06-15
1
-1
/
+1
*
Update hkdf.c to avoid potentially vulnerable code pattern
Nicky Mouha
2023-05-19
1
-1
/
+1
*
Update KDFs to use shared functions.
Pauli
2023-04-26
3
-109
/
+42
*
Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays
Irak Rigia
2023-04-21
14
-18
/
+18
*
Minor refactoring of the Argon2 derive function
Tomas Mraz
2023-04-21
1
-48
/
+30
*
providers/implementations/kdfs/argon2.c: Don't use UINT64_C
Richard Levitte
2023-03-21
1
-1
/
+1
*
Avoid freeing context on error
Pauli
2023-03-20
1
-2
/
+0
*
Coverity 1522032: use after free
Pauli
2023-03-20
1
-2
/
+2
*
providers/implementations/kdfs/argon2.c: Include openssl/e_os2.h instead of s...
Richard Levitte
2023-03-17
1
-4
/
+3
*
providers: add Argon2 KDF
Čestmír Kalina
2023-03-17
2
-0
/
+1588
*
Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.
slontis
2023-03-07
1
-0
/
+26
*
kbkdf: Fix kbkdf_dup function pointer type
Clemens Lang
2023-02-16
1
-1
/
+1
*
Typos fixing
FdaSilvaYY
2023-01-24
1
-1
/
+1
[next]