Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename some WebCrypto files | eroman | 2014-12-30 | 1 | -94/+0 |
* | Refactor: Move WebCrypto structured cloning into AlgorithmImplementation. | eroman | 2014-11-08 | 1 | -0/+11 |
* | Cleanup: Remove unused forward declarations. | eroman | 2014-10-24 | 1 | -3/+0 |
* | Cleanup: rename usage_mask --> usages. | eroman | 2014-10-21 | 1 | -5/+5 |
* | Standardize usage of virtual/override/final in content/ | dcheng | 2014-10-21 | 1 | -26/+26 |
* | Refactor the interface for generating keys. | eroman | 2014-10-18 | 1 | -12/+4 |
* | Replace OVERRIDE and FINAL with override and final in content/child/[a-s]* | anand.ratn | 2014-10-07 | 1 | -9/+9 |
* | [webcrypto] Implement JWK import/export for RSA keys using OpenSSL. | eroman@chromium.org | 2014-07-30 | 1 | -0/+13 |
* | [webcrypto] Add OpenSSL implementation of RSA key generation. | eroman@chromium.org | 2014-07-25 | 1 | -0/+13 |
* | [webcrypto] Remove some more instances of uint8 | eroman@chromium.org | 2014-07-22 | 1 | -2/+2 |
* | [webcrypto] Wire up {spki, pkcs8} import/export for OpenSSL. | eroman@chromium.org | 2014-07-19 | 1 | -0/+68 |