summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hkdf (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rewrite HKDF_expand().jsing2024-03-251-38/+50
* Use EVP_MD in HKDF() and HKDF_extract() prototypestb2023-08-111-5/+5
* Hide symbols in hkdf, evp, err, ecdsa, and ecbeck2023-07-071-1/+4
* Avoid a potentially overflowing checktb2023-06-011-2/+2
* Make internal header file names consistenttb2022-11-261-2/+2
* Include evp_locl.h where it will be needed once most structs fromtb2021-12-121-1/+2
* Add a mostly empty hmac_local.h. HMAC_CTX and a few other thingstb2021-12-121-1/+3
* Remove unused #include <assert.h>.tb2021-08-271-2/+1
* A touch of style(9)tim2019-11-211-6/+6
* Use explicit_bzero() to clear key materialtim2019-11-211-1/+2
* Add missing $OpenBSD$ tags.tb2018-04-032-0/+2
* Bring in HKDF, from BoringSSL, with regress tests modified to bebeck2017-05-062-0/+180