index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
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-rfc3820-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
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
providers
/
implementations
/
kdfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-21
1
-2
/
+0
*
Coverity 1522032: use after free
Pauli
2023-03-21
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
*
SSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX_get_kdf_size()
slontis
2023-01-12
1
-6
/
+19
*
Change HKDF to alloc the info buffer.
slontis
2022-12-22
1
-18
/
+60
*
Add KMAC support to KBKDF.
slontis
2022-12-16
1
-9
/
+52
*
Implement deterministic ECDSA sign (RFC6979)
slontis
2022-11-30
2
-0
/
+262
*
Cleanup : directly include of `internal/nelem.h` when required.
FdaSilvaYY
2022-11-23
1
-0
/
+1
*
providers/implementations/kdfs/pvkkdf.c: Ensure SIZE_MAX is defined
Richard Levitte
2022-10-28
1
-0
/
+1
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
12
-70
/
+26
*
kdf objects missing a return if malloc fails.
slontis
2022-06-28
2
-3
/
+7
*
Fix the incorrect checks of EVP_CIPHER_CTX_set_key_length
Peiwei Hu
2022-05-27
1
-1
/
+3
*
Remove duplicated #include headers
JHH20
2022-05-04
1
-1
/
+0
*
Update copyright year
Matt Caswell
2022-05-03
12
-12
/
+12
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
3
-6
/
+7
*
fix some typos
cuishuang
2022-04-19
1
-1
/
+1
*
kdf: avoid NULL dereference on malloc failure in sshkdf
Pauli
2022-04-11
1
-1
/
+2
*
Fix bug in scrypt KDF provider dup method
Hugo Landau
2022-03-14
1
-3
/
+8
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
4
-4
/
+4
*
tls1 prf: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+27
*
pkcs12 kdf: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+25
*
k942 kdf: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+37
*
ss KDF: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+32
*
ssh kdf: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+26
*
scrypt: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+35
*
pvk kdf: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+22
*
krb5kdf: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+23
*
kbkdf: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+32
*
hkdf: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+33
*
pbkdf2: implement ctx dup operation
Pauli
2022-02-01
1
-2
/
+36
*
pbkdf1: implement ctx dup operation
Pauli
2022-02-01
1
-0
/
+24
*
fix indentation
Pauli
2022-01-19
1
-4
/
+4
*
rename MIN() macro
Gerd Hoffmann
2021-12-08
1
-2
/
+2
*
pvkkdf: Always reset buflen after clearing the buffer
Tomas Mraz
2021-12-01
1
-1
/
+3
*
various kdfs: Always reset buflen after clearing the buffer
Tomas Mraz
2021-11-30
6
-4
/
+14
*
Support different R_BITS lengths for KBKDF
Patrick Uiterwijk
2021-11-24
1
-3
/
+27
*
fix some code with obvious wrong coding style
x2018
2021-10-28
4
-4
/
+4
*
Fix SSKDF to not claim a buffer size that is too small for the MAC
Matt Caswell
2021-10-22
1
-2
/
+2
*
kdf: Add PVK KDF to providers.
Pauli
2021-09-28
2
-0
/
+230
*
pkcs12: check for zero length digest to avoid division by zero
Pauli
2021-08-18
1
-1
/
+1
*
tls/prov: move the TLS 1.3 KDF code to providers
Pauli
2021-08-05
1
-9
/
+252
*
Add HKDF negative tests
Shane Lontis
2021-07-06
1
-5
/
+8
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
7
-22
/
+22
*
Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...
Jon Spillett
2021-05-24
1
-2
/
+2
[next]