Commits
User selector
Commit History
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Next step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 19, 2021
Update Base64 encoding/decoding to match more modern WebKit conventions
Show description for e3e9cf6committed
Sam Weinig
Commits on Mar 19, 2019
Build cleanly with GCC 9
Show description for 743bc7dcommitted
Commits on Jan 7, 2019
PlatformECKey should use a std::unique_ptr
Show description for bcd8771committed
Commits on Dec 20, 2018
wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from
Show description for 462a669committed
Commits on Nov 30, 2018
Rename ENABLE_SUBTLE_CRYPTO to ENABLE_WEB_CRYPTO
Show description for 3ef5682committed
Commits on Jun 23, 2018
[WTF] Add user-defined literal for ASCIILiteral
Show description for 4a804a8committed
Commits on Sep 21, 2017
[WebCrypto] Support Elliptic Curve P-521
Show description for 611f216committed
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 18, 2017
[WebCrypto][Mac] Replace CCECCryptorGetKeyComponents with CCECCryptorExportKey for exporting ECC JWKs
Show description for 6d59ffbcommitted
Jiewen Tan
Commits on Aug 12, 2017
[WebIDL] Replace JSCryptoKeyCustom and JSCryptoAlgorithmBuilder with generated code
Show description for 3e58a9eauthored andcommitted
Commits on Jul 25, 2017
ExceptionCode enumeration should use modern exception names
Show description for 5f34bdecommitted
Commits on Jul 24, 2017
Make ExceptionCode a proper enumeration
Show description for 8adeaebcommitted
Commits on Mar 17, 2017
[WebCrypto] Make sure all CryptoKey classes are structured clonable
Show description for f6dbb97committed
Jiewen Tan
Commits on Mar 16, 2017
[WebCrypto] Support SPKI/PKCS8 for Elliptic Curve
Show description for ea3c76bcommitted
Jiewen Tan
Commits on Mar 8, 2017
[WebCrypto] Implement ECDH ImportKey/ExportKey operations
Show description for 2e88f33committed
Jiewen Tan
Commits on Mar 7, 2017
[WebCrypto] Implement ECDH GenerateKey operation
Show description for b50c15bcommitted
Jiewen Tan
Loading