summaryrefslogtreecommitdiff
path: root/hmac_operation.cpp
AgeCommit message (Expand)Author
2016-01-28Support input to "finish()" in AndroidKeymaster operations.Shawn Willden
2015-07-16Add support for KM_TAG_MIN_MAC_LENGTH.Shawn Willden
2015-06-26Support creation and use of HMAC keys with KM_DIGEST_NONEShawn Willden
2015-06-22Add buffer wrap checks and disable throwing of std::bad_alloc.Shawn Willden
2015-06-02Pass output params down to operations.Shawn Willden
2015-05-31Another refactor, deleting AbstractFactoryRegistry.Shawn Willden
2015-05-09keymaster: support building with tip-of-tree BoringSSL.Adam Langley
2015-05-09Enforce digest specifications.Shawn Willden
2015-05-09Revert "Remove compatibility with OpenSSL."Shawn Willden
2015-05-07Remove compatibility with OpenSSL.Shawn Willden
2015-04-29Fix interpretation of KM_TAG_MAC_LENGTH in HmacOperation.Shawn Willden
2015-04-29Make HMAC operations use MAC length specified at operation time.Shawn Willden
2015-04-29Add begin_params to CreationOperation.Shawn Willden
2015-03-25ECIES: fix memory leaks and add malloc checks in HKDF. Use fixed-timingThai Duong
2015-03-23Improve error reporting and logging.Shawn Willden
2015-03-04Support HMAC_SHA1, and update supported* API.Shawn Willden
2015-03-04Switch to using global loggerShawn Willden
2015-02-25Refactor operation creation to use an operation factory registry.Shawn Willden
2015-02-17Add additional params to update and finish operations.Shawn Willden
2015-02-17Add input & output params to begin operations.Shawn Willden
2015-02-13More fixes for BoringSSL compilation.Adam Langley
2015-02-05Add support for HMAC_SHA224, HMAC_SHA384 and HMAC_SHA512.Shawn Willden
2015-02-05Add HMAC-SHA256 support.Shawn Willden