summaryrefslogtreecommitdiffstats
path: root/base/hmac_nss.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement HMAC-SHA-256.wtc@chromium.org2010-04-021-1/+2
* First pass of a Nigori implementation for Chrome. Only unassisted keyalbertb@chromium.org2010-03-311-10/+15
* PBKDF2 implemetation using NSS.albertb@chromium.org2010-03-221-30/+7
* Linux: Add Certificate Info dialog (part 1)mattm@chromium.org2010-01-141-1/+1
* Remove a redundant test.wtc@chromium.org2009-07-221-1/+1
* Separate the key setting code in the constructor of HMAC class into the Initwtc@chromium.org2009-05-051-3/+31
* Fix some issues found looking at the code.maruel@google.com2008-09-301-1/+0
* Some cleanup to hmac_nss / nss_init. Move the anonymous namespaces out of th...deanm@google.com2008-09-171-2/+2
* Add an HMAC implementation using NSS. Include centralized NSS initialization...deanm@google.com2008-09-161-0/+107