| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix memory leak from use of SECKEY_ConvertToPublicKey(). | eroman@chromium.org | 2014-02-28 | 1 | -2/+2 |
* | [webcrypto] Remove code conditional on !defined(WEBCRYPTO_HAS_KEY_ALGORITHM). | eroman@chromium.org | 2014-02-28 | 8 | -207/+0 |
* | [webcrypto] Update to use the KeyAlgorithm. | eroman@chromium.org | 2014-02-26 | 10 | -234/+602 |
* | Remove some duplicated code for getting the EVP_MP. | eroman@chromium.org | 2014-02-25 | 1 | -50/+25 |
* | Delete an unreachable line. | eroman@chromium.org | 2014-02-25 | 1 | -2/+0 |
* | Add content implementation of digestSynchcronous. | jww@chromium.org | 2014-02-22 | 2 | -0/+19 |
* | [webcrypto] Reject AES-GCM tag lengths other than 32, 64, 96, 104, 112, 120, ... | eroman@chromium.org | 2014-02-22 | 6 | -13/+9 |
* | [cleanup] Delete the *Internal wrapper functions. | eroman@chromium.org | 2014-02-20 | 1 | -353/+302 |
* | [style] Run webcrypto files through clang-format. | eroman@chromium.org | 2014-02-19 | 9 | -1022/+951 |
* | [webcrypto] Refactor to share more code between OpenSSL and NSS implementations. | eroman@chromium.org | 2014-02-19 | 13 | -2056/+2362 |
* | [webcrypto] Require optional JWK properties to have the correct type. | eroman@chromium.org | 2014-02-07 | 4 | -76/+193 |
* | Revert r249112: "[webcrypto] Require optional JWK properties to have the corr... | eroman@chromium.org | 2014-02-06 | 4 | -192/+75 |
* | [webcrypto] Require optional JWK properties to have the correct type. | eroman@chromium.org | 2014-02-05 | 4 | -75/+192 |
* | [webcrypto] Validate JWK import of AES keys: key length must match algorithm. | eroman@chromium.org | 2014-02-05 | 4 | -107/+169 |
* | [refactor] Move webcrypto test data to separate files. | eroman@chromium.org | 2014-02-04 | 1 | -725/+260 |
* | [style] Consistently use "unsigned int" rather than just "unsigned". | eroman@chromium.org | 2014-01-31 | 7 | -103/+105 |
* | [style] Remove braces from single-line if statements for style consistency. | eroman@chromium.org | 2014-01-31 | 4 | -69/+41 |
* | [refactor] Split up some large switch statements. | eroman@chromium.org | 2014-01-31 | 5 | -367/+457 |
* | [webcrypto] Add error messages for failed operations. | eroman@chromium.org | 2014-01-30 | 7 | -547/+987 |
* | [webcrypto] Add RSASSA-PKCS1-v1_5 sign and verify for NSS. | padolph@netflix.com | 2014-01-17 | 4 | -116/+631 |
* | [webcrypto] Add AES-GCM using NSS. | eroman@chromium.org | 2014-01-15 | 2 | -0/+489 |
* | NSS: Fix places leaking internal slot references | mattm@chromium.org | 2014-01-03 | 1 | -2/+4 |
* | [webcrypto] Add key generation for AES-GCM and AES-KW for NSS. | padolph@netflix.com | 2013-12-21 | 4 | -49/+67 |
* | [webcrypto] Fix include ordering in OpenSSL impl. | bryaneyler@google.com | 2013-12-20 | 1 | -2/+1 |
* | [webcrypto] Some fixes for HMAC | eroman@chromium.org | 2013-12-20 | 5 | -59/+93 |
* | [webcrypto] Add import of AES-KW key for NSS. | padolph@netflix.com | 2013-12-18 | 2 | -3/+93 |
* | [webcrypto] Use new parameter names (that end in "bits" vs "bytes"). | eroman@chromium.org | 2013-12-17 | 2 | -12/+19 |
* | [refactor] delete CreateHmacAlgorithmByHashOutputLen(). | eroman@chromium.org | 2013-12-17 | 3 | -40/+6 |
* | Rework how webcrypto tests are disabled for inprogress OpenSSL implementation. | eroman@chromium.org | 2013-12-17 | 1 | -51/+31 |
* | [webcrypto] Implicitly set public keys to extractable. | eroman@chromium.org | 2013-12-06 | 3 | -16/+6 |
* | [webcrypto] Add symmetric key export for NSS and OpenSSL. | padolph@netflix.com | 2013-12-05 | 5 | -25/+141 |
* | [webcrypto] Add JWK import of RSA public key for NSS. | padolph@netflix.com | 2013-12-04 | 7 | -57/+275 |
* | [webcrypto] Add JWK import for HMAC and AES-CBC key. | padolph@netflix.com | 2013-12-04 | 7 | -148/+1085 |
* | [webcrypto] Add RSAES-PKCS1-v1_5 encrypt and decrypt for NSS. | padolph@netflix.com | 2013-11-28 | 2 | -22/+359 |
* | [webcrypto] Add RSA private key PKCS#8 import for NSS. | padolph@netflix.com | 2013-11-27 | 2 | -40/+175 |
* | [webcrypto] Add RSA public key SPKI import/export for NSS. | padolph@netflix.com | 2013-11-26 | 5 | -80/+369 |
* | Fixes for -Wunused-function on Linux, Android and ChromeOS | hans@chromium.org | 2013-11-12 | 1 | -0/+2 |
* | Rename WebKit namespace to blink (part 3) | abarth@chromium.org | 2013-11-07 | 5 | -392/+392 |
* | [webcrypto] Fix compiler errors in WebCryptoImplTest | halton.huo@intel.com | 2013-11-06 | 1 | -8/+8 |
* | [webcrypto] Remove the TODO for NullKey(). | eroman@chromium.org | 2013-11-05 | 3 | -11/+2 |
* | [webcrypto] Add RSA key generation using NSS. | padolph@netflix.com | 2013-11-02 | 5 | -21/+342 |
* | [webcrypto] Refactor to allow for unspecified "algorithm" to importKey(). | eroman@chromium.org | 2013-10-31 | 5 | -91/+123 |
* | [webcrypto] Add AES and HMAC key generation using OpenSSL. | padolph@netflix.com | 2013-10-24 | 2 | -49/+97 |
* | [webcrypto] Add import(), encrypt(), and decrypt() for AES-CBC using OpenSSL. | padolph@netflix.com | 2013-10-23 | 5 | -39/+154 |
* | webcrypto: add AES and HMAC key generation | ellyjones@chromium.org | 2013-10-10 | 5 | -0/+216 |
* | Added WebCypto digest OpenSSL implementation. | padolph@netflix.com | 2013-10-05 | 2 | -15/+63 |
* | WebCrypto: Implement importKey(), sign(), and verify() for HMAC in OpenSSL | padolph@netflix.com | 2013-10-02 | 2 | -13/+180 |
* | [webcrypto] Add decrypt() for AES-CBC. | eroman@chromium.org | 2013-10-01 | 5 | -57/+192 |
* | Revert "[webcrypto] Add decrypt() for AES-CBC." | eroman@chromium.org | 2013-09-27 | 5 | -133/+28 |
* | [webcrypto] Add decrypt() for AES-CBC. | eroman@chromium.org | 2013-09-27 | 5 | -28/+133 |