Commits
User selector
Commit History
Commits on May 19, 2021
Update Base64 encoding/decoding to match more modern WebKit conventions
Show description for e3e9cf6committed
Sam Weinig
Commits on Nov 30, 2018
Rename ENABLE_SUBTLE_CRYPTO to ENABLE_WEB_CRYPTO
Show description for 3ef5682committed
Commits on Oct 19, 2017
Use "= default" to denote default constructor or destructor
Show description for 3882108committed
Commits on Aug 19, 2017
[WebCrypto] Remove the KeyAlgorithm type hierarchy
Show description for b9f9e9cauthored andcommitted[WebCrypto] Get rid of CryptoKeyData class and all its subclasses
Show description for 41759e3committed
Sam Weinig
Commits on Aug 12, 2017
[WebIDL] Replace JSCryptoKeyCustom and JSCryptoAlgorithmBuilder with generated code
Show description for 3e58a9eauthored andcommitted
Commits on Jul 24, 2017
Make ExceptionCode a proper enumeration
Show description for 8adeaebcommitted
Commits on Mar 9, 2017
[WebCrypto] Implement SubtleCrypto::DeriveKey method
Show description for 159c6adcommitted
Jiewen Tan
Commits on Mar 8, 2017
[WebCrypto] Implement ECDH ImportKey/ExportKey operations
Show description for 2e88f33committed
Jiewen Tan
Commits on Feb 16, 2017
[WebCrypto] remove toJSValueFromJsonWebKey from custom SubtleCrypto binding codes
Show description for 43315a2committed
Jiewen Tan
Commits on Nov 15, 2016
Update SubtleCrypto::exportKey to match the latest spec
Show description for 012baf1committed
Jiewen Tan
Commits on Nov 13, 2016
Move crypto code from ExceptionCode to ExceptionOr
Show description for 069f9b6committed
Commits on Nov 11, 2016
Rename CryptoKeyUsage to CryptoKeyUsageBitmap and CryptoKey::Usage to CryptoKeyUsage
Show description for 392fa81committed
Jiewen Tan
Commits on Nov 10, 2016
Update SubtleCrypto::importKey to match the latest spec
Show description for cb3ccc6committed
Jiewen Tan
Commits on Oct 25, 2016
Update SubtleCrypto::generateKey to match the latest spec
Show description for 89082f9committed
Jiewen Tan
Commits on Sep 15, 2016
WebCrypto algorithms should be exposed via KeyAlgorithm dictionary
Show description for bf31d6fcommitted
Jiewen Tan
Commits on Sep 14, 2015
Remove all uses of PassRefPtr in crypto, storage, and history
Show description for ec83a53committed
Commits on Mar 11, 2015
Remove unnecessary create() factory functions
Show description for 67052a2committed
Gyuyoung Kim
Commits on Jan 30, 2015
Rename shared() static member functions to singleton() for singleton classes.
Show description for 045c446committed
Commits on Aug 25, 2014
ASSERT(extractable()) when storing a non-extractable key in IndexedDB
Show description for 4e02cdccommitted
Commits on Nov 17, 2013
Use uint8_t vectors for WebCrypto data
Show description for f57f576committed
Commits on Nov 14, 2013
Implement raw format for WebCrypto key export
Show description for 4c7bf1acommitted
Commits on Nov 4, 2013
Implement generateKey for HMAC and AES-CBC
Show description for c204a1ecommittedUnreviewed, rolling out r158526.
Show description for 8b86351committed
Commits on Nov 3, 2013
Implement generateKey for HMAC and AES-CBC
Show description for f656051committed
Commits on Nov 1, 2013
Add a Mac WebCrypto implementation of HMAC importKey/sign/verify
Show description for a834b36committed
Loading