summaryrefslogtreecommitdiffstats
path: root/content/renderer/webcrypto/webcrypto_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Move webcrypto to child/ and add support to WebKitPlatformSupportImpl.jww@chromium.org2014-03-071-320/+0
* [webcrypto] Add raw symmetric key AES-KW wrap/unwrap for NSS.padolph@netflix.com2014-03-061-0/+16
* [webcrypto] Remove code conditional on !defined(WEBCRYPTO_HAS_KEY_ALGORITHM).eroman@chromium.org2014-02-281-50/+0
* [webcrypto] Update to use the KeyAlgorithm.eroman@chromium.org2014-02-261-49/+73
* [webcrypto] Reject AES-GCM tag lengths other than 32, 64, 96, 104, 112, 120, ...eroman@chromium.org2014-02-221-2/+2
* [style] Run webcrypto files through clang-format.eroman@chromium.org2014-02-191-34/+33
* [webcrypto] Require optional JWK properties to have the correct type.eroman@chromium.org2014-02-071-23/+26
* Revert r249112: "[webcrypto] Require optional JWK properties to have the corr...eroman@chromium.org2014-02-061-26/+23
* [webcrypto] Require optional JWK properties to have the correct type.eroman@chromium.org2014-02-051-23/+26
* [webcrypto] Validate JWK import of AES keys: key length must match algorithm.eroman@chromium.org2014-02-051-0/+5
* [style] Consistently use "unsigned int" rather than just "unsigned".eroman@chromium.org2014-01-311-4/+5
* [webcrypto] Add error messages for failed operations.eroman@chromium.org2014-01-301-2/+140
* [webcrypto] Add RSASSA-PKCS1-v1_5 sign and verify for NSS.padolph@netflix.com2014-01-171-16/+27
* [webcrypto] Add key generation for AES-GCM and AES-KW for NSS.padolph@netflix.com2013-12-211-19/+0
* [webcrypto] Some fixes for HMACeroman@chromium.org2013-12-201-0/+15
* [refactor] delete CreateHmacAlgorithmByHashOutputLen().eroman@chromium.org2013-12-171-28/+0
* [webcrypto] Add symmetric key export for NSS and OpenSSL.padolph@netflix.com2013-12-051-0/+8
* [webcrypto] Add JWK import of RSA public key for NSS.padolph@netflix.com2013-12-041-0/+5
* [webcrypto] Add JWK import for HMAC and AES-CBC key.padolph@netflix.com2013-12-041-0/+192