| Commit message (Expand) | Author | Age | Files | Lines |
* | webcrypto: Get task-runner for worker-thread from base::ThreadTaskRunnerHandle | Sadrul Habib Chowdhury | 2015-02-04 | 1 | -13/+3 |
* | WebCrypto: Implement crypto.subtle.deriveKey (chromium-side). | eroman | 2014-12-12 | 1 | -0/+59 |
* | Add the method DeriveBits to AlgorithmImplementation. | eroman | 2014-11-26 | 1 | -0/+45 |
* | Re-run clang-format over WebCrypto code. | eroman | 2014-11-24 | 1 | -59/+32 |
* | Refactor: Move WebCrypto structured cloning into AlgorithmImplementation. | eroman | 2014-11-08 | 1 | -6/+3 |
* | Cleanup: rename usage_mask --> usages. | eroman | 2014-10-21 | 1 | -18/+13 |
* | Cleanup: Use default constructor for WebCryptoKey rather than createNull() fa... | eroman | 2014-10-21 | 1 | -4/+2 |
* | Refactor the interface for generating keys. | eroman | 2014-10-18 | 1 | -44/+8 |
* | [refactor] Replace custom utility function with base's "vector_as_array()" | eroman@chromium.org | 2014-07-23 | 1 | -4/+3 |
* | Replace uses of uint8 with uint8_t. | eroman@chromium.org | 2014-07-19 | 1 | -9/+9 |
* | Refactor WebCrypto code. | eroman@chromium.org | 2014-07-19 | 1 | -11/+7 |
* | Revert 284192 due to a failing test. | eroman@chromium.org | 2014-07-18 | 1 | -7/+11 |
* | Refactor WebCrypto code. | eroman@chromium.org | 2014-07-18 | 1 | -11/+7 |
* | [webcrypto] Remove unused ifdef now that blink has rolled. | eroman@chromium.org | 2014-06-20 | 1 | -4/+0 |
* | [webcrypto] Don't execute cancelled crypto operations. | eroman@chromium.org | 2014-06-19 | 1 | -0/+28 |
* | [webcrypto] Remove ifdef that is no longer needed now that blink has rolled. | eroman@chromium.org | 2014-06-18 | 1 | -5/+0 |
* | [webcrypto] exportKey() now returns dictionary when format='jwk' (CL 1 of 2). | eroman@chromium.org | 2014-06-17 | 1 | -0/+17 |
* | [webcryto] Validate key usages during key creation. | eroman@chromium.org | 2014-05-23 | 1 | -9/+2 |
* | [webcrypto] Remove RSA-ES support (2 of 3) | eroman@chromium.org | 2014-05-23 | 1 | -3/+1 |
* | [webcrypto] Fix a race in BlinkPlatformImpl::crypto(), by using eager initili... | eroman@chromium.org | 2014-05-13 | 1 | -1/+4 |
* | [refactor] Change ordering of wrapkey parameters | eroman@chromium.org | 2014-05-10 | 1 | -3/+1 |
* | [webcrypto] Make operations run on a background thread so they don't block th... | eroman@chromium.org | 2014-04-30 | 1 | -133/+599 |
* | [refactor] Remove usages of WEBCRYPTO_HAS_ERROR_TYPE ifdef. | eroman@chromium.org | 2014-04-30 | 1 | -9/+0 |
* | Revert 266798 "[webcrypto] Make operations run on a background t..." | jsbell@chromium.org | 2014-04-29 | 1 | -593/+133 |
* | [webcrypto] Make operations run on a background thread so they don't block th... | eroman@chromium.org | 2014-04-29 | 1 | -133/+593 |
* | [webcrypto] Set the error type for failures. | eroman@chromium.org | 2014-04-28 | 1 | -2/+10 |
* | Support for the new WebCrypto digest by chunks API. | jww@chromium.org | 2014-04-01 | 1 | -0/+6 |
* | [webcrypto] Add wrap/unwrap forwarding methods to WebCryptoImpl. | eroman@chromium.org | 2014-03-25 | 1 | -0/+41 |
* | [webcrypto] Remove support for null import algorithms. | eroman@chromium.org | 2014-03-20 | 1 | -9/+8 |
* | [refactor] Move Status to its own file. | eroman@chromium.org | 2014-03-20 | 1 | -0/+1 |
* | [webcrypto] Implement structured clone of keys (chromium-side). | eroman@chromium.org | 2014-03-18 | 1 | -0/+25 |
* | Move webcrypto to child/ and add support to WebKitPlatformSupportImpl. | jww@chromium.org | 2014-03-07 | 1 | -0/+210 |