summaryrefslogtreecommitdiffstats
path: root/content/child/webcrypto/webcrypto_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* webcrypto: Get task-runner for worker-thread from base::ThreadTaskRunnerHandleSadrul Habib Chowdhury2015-02-041-13/+3
* WebCrypto: Implement crypto.subtle.deriveKey (chromium-side).eroman2014-12-121-0/+59
* Add the method DeriveBits to AlgorithmImplementation.eroman2014-11-261-0/+45
* Re-run clang-format over WebCrypto code.eroman2014-11-241-59/+32
* Refactor: Move WebCrypto structured cloning into AlgorithmImplementation.eroman2014-11-081-6/+3
* Cleanup: rename usage_mask --> usages.eroman2014-10-211-18/+13
* Cleanup: Use default constructor for WebCryptoKey rather than createNull() fa...eroman2014-10-211-4/+2
* Refactor the interface for generating keys.eroman2014-10-181-44/+8
* [refactor] Replace custom utility function with base's "vector_as_array()"eroman@chromium.org2014-07-231-4/+3
* Replace uses of uint8 with uint8_t.eroman@chromium.org2014-07-191-9/+9
* Refactor WebCrypto code.eroman@chromium.org2014-07-191-11/+7
* Revert 284192 due to a failing test.eroman@chromium.org2014-07-181-7/+11
* Refactor WebCrypto code.eroman@chromium.org2014-07-181-11/+7
* [webcrypto] Remove unused ifdef now that blink has rolled.eroman@chromium.org2014-06-201-4/+0
* [webcrypto] Don't execute cancelled crypto operations.eroman@chromium.org2014-06-191-0/+28
* [webcrypto] Remove ifdef that is no longer needed now that blink has rolled.eroman@chromium.org2014-06-181-5/+0
* [webcrypto] exportKey() now returns dictionary when format='jwk' (CL 1 of 2).eroman@chromium.org2014-06-171-0/+17
* [webcryto] Validate key usages during key creation.eroman@chromium.org2014-05-231-9/+2
* [webcrypto] Remove RSA-ES support (2 of 3)eroman@chromium.org2014-05-231-3/+1
* [webcrypto] Fix a race in BlinkPlatformImpl::crypto(), by using eager initili...eroman@chromium.org2014-05-131-1/+4
* [refactor] Change ordering of wrapkey parameterseroman@chromium.org2014-05-101-3/+1
* [webcrypto] Make operations run on a background thread so they don't block th...eroman@chromium.org2014-04-301-133/+599
* [refactor] Remove usages of WEBCRYPTO_HAS_ERROR_TYPE ifdef.eroman@chromium.org2014-04-301-9/+0
* Revert 266798 "[webcrypto] Make operations run on a background t..."jsbell@chromium.org2014-04-291-593/+133
* [webcrypto] Make operations run on a background thread so they don't block th...eroman@chromium.org2014-04-291-133/+593
* [webcrypto] Set the error type for failures.eroman@chromium.org2014-04-281-2/+10
* Support for the new WebCrypto digest by chunks API.jww@chromium.org2014-04-011-0/+6
* [webcrypto] Add wrap/unwrap forwarding methods to WebCryptoImpl.eroman@chromium.org2014-03-251-0/+41
* [webcrypto] Remove support for null import algorithms.eroman@chromium.org2014-03-201-9/+8
* [refactor] Move Status to its own file.eroman@chromium.org2014-03-201-0/+1
* [webcrypto] Implement structured clone of keys (chromium-side).eroman@chromium.org2014-03-181-0/+25
* Move webcrypto to child/ and add support to WebKitPlatformSupportImpl.jww@chromium.org2014-03-071-0/+210