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
/
crypto
/
evp
/
kdf_lib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-5
/
+3
*
evp: make all _is_a functions accept and handle a NULL argument
Pauli
2022-07-17
1
-1
/
+1
*
fips module header inclusion fine-tunning
Tomas Mraz
2021-07-06
1
-3
/
+0
*
Fix errors found by parfait static analyser.
Shane Lontis
2021-06-03
1
-1
/
+1
*
libcrypto: make XXX_get_number() internal
Pauli
2021-06-02
1
-1
/
+1
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-4
/
+4
*
Rename the field 'provctx and data' to 'algctx' inside some objects containing
Shane Lontis
2021-05-24
1
-12
/
+12
*
Add type_name member to provided methods and use it
Tomas Mraz
2021-04-26
1
-3
/
+1
*
Standard style for all EVP_xxx_free routines
Rich Salz
2021-04-18
1
-6
/
+6
*
EVP: Add EVP_<TYPE>_description()
Richard Levitte
2021-04-02
1
-0
/
+5
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
evp: add param argument to KDF derive call
Pauli
2021-02-28
1
-2
/
+3
*
Don't hold a lock when calling a callback in ossl_namemap_doall_names
Matt Caswell
2021-02-25
1
-4
/
+6
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-3
/
+3
*
Rename EVP_KDF_reset() to EVP_KDF_CTX_reset().
Shane Lontis
2020-10-22
1
-1
/
+1
*
Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().
Shane Lontis
2020-10-22
1
-1
/
+1
*
kdf/mac: add name query calls for KDFs and MACs
Pauli
2020-09-23
1
-0
/
+7
*
Revert "kdf: make function naming consistent."
Matt Caswell
2020-07-16
1
-10
/
+10
*
kdf: make function naming consistent.
Pauli
2020-06-11
1
-10
/
+10
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods too
Richard Levitte
2020-01-17
1
-1
/
+1
*
EVP: add functions that return the name number
Richard Levitte
2019-10-17
1
-0
/
+5
*
EVP: add name traversal functions to all fetchable types
Richard Levitte
2019-10-17
1
-5
/
+8
*
EVP: add missing common functionality
Richard Levitte
2019-10-17
1
-0
/
+5
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
In provider implemented methods, save the name number, not the name string
Richard Levitte
2019-09-19
1
-1
/
+1
*
Pass the correct ctx to provider KDF functions
Matt Caswell
2019-09-12
1
-1
/
+1
*
Coverity 1453628: Null pointer dereferences (REVERSE_INULL)
Pauli
2019-09-11
1
-1
/
+1
*
KDF/PRF updates to libcrypto
Pauli
2019-09-06
1
-57
/
+83
*
Added X963KDF API
Shane Lontis
2019-05-16
1
-3
/
+5
*
Added EVP_KDF (similiar to the EVP_MAC)
Shane Lontis
2019-05-03
1
-66
/
+32
*
Single step kdf implementation
Shane Lontis
2019-03-19
1
-0
/
+1
*
Implement SSH KDF
Simo Sorce
2019-02-27
1
-1
/
+2
*
Added new EVP/KDF API.
David Makepeace
2019-02-13
1
-0
/
+165