summaryrefslogtreecommitdiffstats
path: root/crypto/hmac_openssl.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in crypto/.avi2015-12-211-0/+1
* Make vector_as_array use std::vector::data and switch a few directories.davidben2015-11-191-1/+1
* Update some comments and code to reflect the fact that HMAC() is no longer ho...eroman2015-03-051-20/+12
* Fix crypto_unittests on Windows BoringSSL port.davidben2014-10-021-1/+1
* Allow empty keys in hmac_openssl.cc.davidben@chromium.org2014-04-101-0/+8
* Use size_t as the type of the key_length and digest_length argumentswtc@chromium.org2012-12-041-3/+2
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Change HMAC::Sign() to take base::StringPiece instead of string.hclam@chromium.org2011-06-061-1/+1
* Private API for extensions like ssh-client that need access to websocket-to-t...dilmah@chromium.org2011-05-181-1/+1
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-0/+57