summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hkdf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused #include <assert.h>.tb2021-08-271-2/+1
| | | | | | | This is from upstream where there is an assert() that EVP_MD_size(digest) matches the length returned by HMAC(). We avoid asserts in our libraries. From Martin Vahlensieck
* A touch of style(9)tim2019-11-211-6/+6
| | | | OK tb@ tedu@
* Use explicit_bzero() to clear key materialtim2019-11-211-1/+2
| | | | OK tb@ tedu@
* Add missing $OpenBSD$ tags.tb2018-04-032-0/+2
|
* Bring in HKDF, from BoringSSL, with regress tests modified to bebeck2017-05-062-0/+180
in C. Ride previous minor bump ok tom@ inoguchi@ jsing@