summaryrefslogtreecommitdiffstats
path: root/content/renderer/webcrypto/webcrypto_impl_openssl.cc
Commit message (Expand)AuthorAgeFilesLines
* [webcrypto] Refactor to share more code between OpenSSL and NSS implementations.eroman@chromium.org2014-02-191-518/+0
* [style] Consistently use "unsigned int" rather than just "unsigned".eroman@chromium.org2014-01-311-19/+19
* [style] Remove braces from single-line if statements for style consistency.eroman@chromium.org2014-01-311-14/+9
* [refactor] Split up some large switch statements.eroman@chromium.org2014-01-311-1/+1
* [webcrypto] Add error messages for failed operations.eroman@chromium.org2014-01-301-82/+84
* [webcrypto] Fix include ordering in OpenSSL impl.bryaneyler@google.com2013-12-201-2/+1
* [webcrypto] Some fixes for HMACeroman@chromium.org2013-12-201-22/+1
* [webcrypto] Use new parameter names (that end in "bits" vs "bytes").eroman@chromium.org2013-12-171-5/+9
* [webcrypto] Add symmetric key export for NSS and OpenSSL.padolph@netflix.com2013-12-051-4/+30
* [webcrypto] Add JWK import of RSA public key for NSS.padolph@netflix.com2013-12-041-0/+14
* [webcrypto] Add JWK import for HMAC and AES-CBC key.padolph@netflix.com2013-12-041-2/+4
* [webcrypto] Add RSA public key SPKI import/export for NSS.padolph@netflix.com2013-11-261-6/+12
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-75/+75
* [webcrypto] Add RSA key generation using NSS.padolph@netflix.com2013-11-021-0/+11
* [webcrypto] Refactor to allow for unspecified "algorithm" to importKey().eroman@chromium.org2013-10-311-10/+19
* [webcrypto] Add AES and HMAC key generation using OpenSSL.padolph@netflix.com2013-10-241-3/+66
* [webcrypto] Add import(), encrypt(), and decrypt() for AES-CBC using OpenSSL.padolph@netflix.com2013-10-231-17/+129
* webcrypto: add AES and HMAC key generationellyjones@chromium.org2013-10-101-0/+9
* Added WebCypto digest OpenSSL implementation.padolph@netflix.com2013-10-051-8/+61
* WebCrypto: Implement importKey(), sign(), and verify() for HMAC in OpenSSLpadolph@netflix.com2013-10-021-13/+170
* [webcrypto] Add decrypt() for AES-CBC.eroman@chromium.org2013-10-011-0/+9
* Revert "[webcrypto] Add decrypt() for AES-CBC."eroman@chromium.org2013-09-271-9/+0
* [webcrypto] Add decrypt() for AES-CBC.eroman@chromium.org2013-09-271-0/+9
* [webcrypto] Implement encrypt() and importKey() for AES-CBC using NSS.eroman@chromium.org2013-09-271-0/+9
* [webcrypto] Move the files to a subdirectory (content/renderer/webcrypto).eroman@chromium.org2013-09-271-0/+59