summaryrefslogtreecommitdiff
path: root/lib/libcrypto/hkdf
AgeCommit message (Expand)Author
2024-03-25Rewrite HKDF_expand().Joel Sing
2023-08-11Use EVP_MD in HKDF() and HKDF_extract() prototypesTheo Buehler
2023-07-07Hide symbols in hkdf, evp, err, ecdsa, and ecBob Beck
2023-06-01Avoid a potentially overflowing checkTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2021-12-12Include evp_locl.h where it will be needed once most structs fromTheo Buehler
2021-12-12Add a mostly empty hmac_local.h. HMAC_CTX and a few other thingsTheo Buehler
2021-08-27Remove unused #include <assert.h>.Theo Buehler
2019-11-21A touch of style(9)Tim van der Molen
2019-11-21Use explicit_bzero() to clear key materialTim van der Molen
2018-04-03Add missing $OpenBSD$ tags.Theo Buehler
2017-05-06Bring in HKDF, from BoringSSL, with regress tests modified to beBob Beck