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
2024-07-10
Unwrap two lines
Theo Buehler
2024-07-09
Add another empty line
Theo Buehler
2024-07-09
Turn tls1_prf_alg() into single exit
Theo Buehler
2024-07-09
Unwrap a few more lines
Theo Buehler
2024-07-09
Unwrap a couple of lines
Theo Buehler
2024-07-09
Align math with t1_enc.c
Theo Buehler
2024-07-09
Minor cosmetics in pkey_tls1_prf_derive()
Theo Buehler
2024-07-09
Replace explicit_bzero() plus free() with freezero()
Theo Buehler
2024-07-09
Shuffle things into a more sensible order
Theo Buehler
2024-07-09
Use better order in EVP_PKEY_CTRL_TLS_SECRET
Theo Buehler
2024-07-09
Make a NULL check explicit
Theo Buehler
2024-07-09
Zap or align some ugly comments
Theo Buehler
2024-07-09
Test & assign once more
Theo Buehler
2024-07-09
sec_len -> secret_len
Theo Buehler
2024-07-09
Test and assign in tls1_prf_P_hash()
Theo Buehler
2024-07-09
Fix whitespace around '/'
Theo Buehler
2024-07-09
Invert logic in tls1_prf_alg()
Theo Buehler
2024-07-09
olen -> out_len
Theo Buehler
2024-07-09
Add a few empty lines
Theo Buehler
2024-07-09
seedlen -> seed_len
Theo Buehler
2024-07-09
seclen -> secret_len
Theo Buehler
2024-07-09
slen -> secret_len
Theo Buehler
2024-07-09
sec -> secret
Theo Buehler
2024-07-09
Replace local typedef with spelling out the struct name
Theo Buehler
2024-07-09
Remove a few useless comments
Theo Buehler
2024-07-09
Apply a knfmt(8) sledgehammer
Theo Buehler
2024-07-09
Add an RCS tag
Theo Buehler
2024-07-09
Replace license stub with full license
Theo Buehler
2024-07-09
Replace a malloc() call with calloc()
Theo Buehler
2024-07-09
Replace an ossl_assert() with an error check
Theo Buehler
2024-07-09
Use C99 initializers for tls1_prf_pkey_meth()
Theo Buehler
2024-07-09
Inline an instance of OPENSSL_memdup()
Theo Buehler
2024-07-09
Tidy up includes
Theo Buehler
2024-07-09
OPENSSL_free() -> free()
Theo Buehler
2024-07-09
OPENSSL_cleanse() -> explicit_bzero()
Theo Buehler
2024-07-09
OPENSSL_clear_free() -> freezero()
Theo Buehler
2024-07-09
OPENSSL_malloc() -> malloc()
Theo Buehler
2024-07-09
Spell OPENSSL_zalloc() correctly as calloc()
Theo Buehler
2024-07-09
Mechanically replace KDFerr() with KDFerror()
Theo Buehler
2024-07-09
Add a verbatim copy of tls1_prf.c from OpenSSL 1.1.1
Theo Buehler
2024-07-09
Add various defines for TLS1-PRF
Theo Buehler
2024-06-24
libcrypto: constify most error string tables
Theo Buehler
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
[next]