index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
kdf
Age
Commit message (
Expand
)
Author
2023-06-26
Adjust EVP_PKEY_CTRL_HKDF_KEY to OpenSSL's semantics
Theo Buehler
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-07-12
Remove mkerr.pl remnants from LibreSSL
Klemens Nanni
2022-05-05
Simplify: freezero() is NULL safe; assign + test in one go, as usual.
Theo Buehler
2022-05-05
Avoid malloc(0) in EVP_PKEY_CTX_set1_hkdf_key()
Theo Buehler
2022-05-05
Securely wipe the entire HKDF_PKEY_CTX instead of only taking care of
Theo Buehler
2022-05-05
Fix argument order in HKDF and HKDF_extract().
Theo Buehler
2022-05-05
Ditch #defines for tls1_prf and scrypt. Drop unused errors and massage
Theo Buehler
2022-05-05
Translate from OpenSSL's HKDF API to BoringSSL API.
Theo Buehler
2022-05-05
Remove function codes from errors, i.e., KDFerr(A, B) -> KDFerror(B)
Theo Buehler
2022-05-05
Fix typo in previous.
Theo Buehler
2022-05-05
Inline OPENSSL_memdup() using malloc() + memcpy()
Theo Buehler
2022-05-05
Translate OPENSSL_{cleanse,clear_free,free,zalloc}() to libc API.
Theo Buehler
2022-05-05
Adjust includes for LibreSSL
Theo Buehler
2022-05-05
Use C99 initializres for hkdf_pkey_meth
Theo Buehler
2022-05-05
Remove OpenSSL versions of HKDF*().
Theo Buehler
2022-05-05
Fix includes of the removed kdferr.h
Theo Buehler
2022-05-04
remove accidentally duplicated line
Theo Buehler
2022-05-04
Whitespace nit (knfmt(1) agrees after inserting an empty line after the
Theo Buehler
2022-05-04
KNF according to knfmt(1)
Theo Buehler
2022-05-04
Add RCS tags
Theo Buehler
2022-05-04
Restore copyright years to 2016-2018 as they were before the previous
Theo Buehler
2022-05-04
Reinstate the licenses that were replaced with license stubs in
Theo Buehler
2022-05-04
Bump copyright years to 2016-2018 as it was before the previous commit.
Theo Buehler
2022-05-04
Reinstate the license that was replaced with a stub in OpenSSL commit
Theo Buehler
2022-05-04
Inline kdferr.h at the end of kdf.h
Theo Buehler
2022-05-04
Rename hkdf.c to hkdf_evp.c to avoid a name clash with hkdf/hkdf.c
Theo Buehler
2022-05-04
Import HKDF code from OpenSSL 1.1.1o
Theo Buehler