summaryrefslogtreecommitdiffstats
path: root/content/renderer/webcrypto
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak from use of SECKEY_ConvertToPublicKey().eroman@chromium.org2014-02-281-2/+2
* [webcrypto] Remove code conditional on !defined(WEBCRYPTO_HAS_KEY_ALGORITHM).eroman@chromium.org2014-02-288-207/+0
* [webcrypto] Update to use the KeyAlgorithm.eroman@chromium.org2014-02-2610-234/+602
* Remove some duplicated code for getting the EVP_MP.eroman@chromium.org2014-02-251-50/+25
* Delete an unreachable line.eroman@chromium.org2014-02-251-2/+0
* Add content implementation of digestSynchcronous.jww@chromium.org2014-02-222-0/+19
* [webcrypto] Reject AES-GCM tag lengths other than 32, 64, 96, 104, 112, 120, ...eroman@chromium.org2014-02-226-13/+9
* [cleanup] Delete the *Internal wrapper functions.eroman@chromium.org2014-02-201-353/+302
* [style] Run webcrypto files through clang-format.eroman@chromium.org2014-02-199-1022/+951
* [webcrypto] Refactor to share more code between OpenSSL and NSS implementations.eroman@chromium.org2014-02-1913-2056/+2362
* [webcrypto] Require optional JWK properties to have the correct type.eroman@chromium.org2014-02-074-76/+193
* Revert r249112: "[webcrypto] Require optional JWK properties to have the corr...eroman@chromium.org2014-02-064-192/+75
* [webcrypto] Require optional JWK properties to have the correct type.eroman@chromium.org2014-02-054-75/+192
* [webcrypto] Validate JWK import of AES keys: key length must match algorithm.eroman@chromium.org2014-02-054-107/+169
* [refactor] Move webcrypto test data to separate files.eroman@chromium.org2014-02-041-725/+260
* [style] Consistently use "unsigned int" rather than just "unsigned".eroman@chromium.org2014-01-317-103/+105
* [style] Remove braces from single-line if statements for style consistency.eroman@chromium.org2014-01-314-69/+41
* [refactor] Split up some large switch statements.eroman@chromium.org2014-01-315-367/+457
* [webcrypto] Add error messages for failed operations.eroman@chromium.org2014-01-307-547/+987
* [webcrypto] Add RSASSA-PKCS1-v1_5 sign and verify for NSS.padolph@netflix.com2014-01-174-116/+631
* [webcrypto] Add AES-GCM using NSS.eroman@chromium.org2014-01-152-0/+489
* NSS: Fix places leaking internal slot referencesmattm@chromium.org2014-01-031-2/+4
* [webcrypto] Add key generation for AES-GCM and AES-KW for NSS.padolph@netflix.com2013-12-214-49/+67
* [webcrypto] Fix include ordering in OpenSSL impl.bryaneyler@google.com2013-12-201-2/+1
* [webcrypto] Some fixes for HMACeroman@chromium.org2013-12-205-59/+93
* [webcrypto] Add import of AES-KW key for NSS.padolph@netflix.com2013-12-182-3/+93
* [webcrypto] Use new parameter names (that end in "bits" vs "bytes").eroman@chromium.org2013-12-172-12/+19
* [refactor] delete CreateHmacAlgorithmByHashOutputLen().eroman@chromium.org2013-12-173-40/+6
* Rework how webcrypto tests are disabled for inprogress OpenSSL implementation.eroman@chromium.org2013-12-171-51/+31
* [webcrypto] Implicitly set public keys to extractable.eroman@chromium.org2013-12-063-16/+6
* [webcrypto] Add symmetric key export for NSS and OpenSSL.padolph@netflix.com2013-12-055-25/+141
* [webcrypto] Add JWK import of RSA public key for NSS.padolph@netflix.com2013-12-047-57/+275
* [webcrypto] Add JWK import for HMAC and AES-CBC key.padolph@netflix.com2013-12-047-148/+1085
* [webcrypto] Add RSAES-PKCS1-v1_5 encrypt and decrypt for NSS.padolph@netflix.com2013-11-282-22/+359
* [webcrypto] Add RSA private key PKCS#8 import for NSS.padolph@netflix.com2013-11-272-40/+175
* [webcrypto] Add RSA public key SPKI import/export for NSS.padolph@netflix.com2013-11-265-80/+369
* Fixes for -Wunused-function on Linux, Android and ChromeOShans@chromium.org2013-11-121-0/+2
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-075-392/+392
* [webcrypto] Fix compiler errors in WebCryptoImplTesthalton.huo@intel.com2013-11-061-8/+8
* [webcrypto] Remove the TODO for NullKey().eroman@chromium.org2013-11-053-11/+2
* [webcrypto] Add RSA key generation using NSS.padolph@netflix.com2013-11-025-21/+342
* [webcrypto] Refactor to allow for unspecified "algorithm" to importKey().eroman@chromium.org2013-10-315-91/+123
* [webcrypto] Add AES and HMAC key generation using OpenSSL.padolph@netflix.com2013-10-242-49/+97
* [webcrypto] Add import(), encrypt(), and decrypt() for AES-CBC using OpenSSL.padolph@netflix.com2013-10-235-39/+154
* webcrypto: add AES and HMAC key generationellyjones@chromium.org2013-10-105-0/+216
* Added WebCypto digest OpenSSL implementation.padolph@netflix.com2013-10-052-15/+63
* WebCrypto: Implement importKey(), sign(), and verify() for HMAC in OpenSSLpadolph@netflix.com2013-10-022-13/+180
* [webcrypto] Add decrypt() for AES-CBC.eroman@chromium.org2013-10-015-57/+192
* Revert "[webcrypto] Add decrypt() for AES-CBC."eroman@chromium.org2013-09-275-133/+28
* [webcrypto] Add decrypt() for AES-CBC.eroman@chromium.org2013-09-275-28/+133