summaryrefslogtreecommitdiff
path: root/hmac.cpp
AgeCommit message (Expand)Author
2015-06-22Add buffer wrap checks and disable throwing of std::bad_alloc.Shawn Willden
2015-05-09keymaster: support building with tip-of-tree BoringSSL.Adam Langley
2015-05-09Revert "Remove compatibility with OpenSSL."Shawn Willden
2015-05-07Remove compatibility with OpenSSL.Shawn Willden
2015-03-25ECIES: fix memory leaks and add malloc checks in HKDF. Use fixed-timingThai Duong
2015-03-24ECIES: add HKDF (specified in RFC 5869) using HMAC-SHA256Thai Duong
2015-03-24Revert "ECIES: add HKDF (specified in RFC 5869) using HMAC-SHA256"Alex Klyubin
2015-03-23ECIES: add HKDF (specified in RFC 5869) using HMAC-SHA256Thai Duong