summaryrefslogtreecommitdiffstats
path: root/hmac.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add buffer wrap checks and disable throwing of std::bad_alloc.Shawn Willden2015-06-221-5/+4
* keymaster: support building with tip-of-tree BoringSSL.Adam Langley2015-05-091-0/+4
* Revert "Remove compatibility with OpenSSL."Shawn Willden2015-05-091-2/+0
* Remove compatibility with OpenSSL.Shawn Willden2015-05-071-0/+2
* ECIES: fix memory leaks and add malloc checks in HKDF. Use fixed-timingThai Duong2015-03-251-9/+13
* ECIES: add HKDF (specified in RFC 5869) using HMAC-SHA256Thai Duong2015-03-241-0/+82
* Revert "ECIES: add HKDF (specified in RFC 5869) using HMAC-SHA256"Alex Klyubin2015-03-241-86/+0
* ECIES: add HKDF (specified in RFC 5869) using HMAC-SHA256Thai Duong2015-03-231-0/+86