summaryrefslogtreecommitdiffstats
path: root/content/renderer/webcrypto_impl.h
Commit message (Expand)AuthorAgeFilesLines
* [webcrypto] Move the files to a subdirectory (content/renderer/webcrypto).eroman@chromium.org2013-09-271-88/+0
* Implement verify() for HMAC using NSSbryaneyler@google.com2013-09-261-0/+16
* Refactor webcrypto unittests.eroman@chromium.org2013-09-261-3/+1
* WebCrypto: Implement importKey() and sign() for HMAC in NSSbryaneyler@google.com2013-09-181-0/+30
* Revert 223506 "WebCrypto: Implement importKey() and sign() for H..."finnur@chromium.org2013-09-171-30/+0
* WebCrypto: Implement importKey() and sign() for HMAC in NSSbryaneyler@google.com2013-09-171-0/+30
* Extract the one-time NSS WebCrypto initialization code to the constructor.eroman@chromium.org2013-09-121-1/+8
* Remove deprecated API version of WebCrypto::digest()eroman@chromium.org2013-09-111-4/+0
* Change the signature of WebCryptoImpl::digest().eroman@chromium.org2013-09-101-2/+6
* WebCrypto: Implement digest() using NSSbryaneyler@google.com2013-08-301-3/+18
* Add chromium side implementation of WebKit::WebCrypto.eroman@chromium.org2013-07-171-0/+22