Commits
User selector
Commit History
Commits on Jul 8, 2021
[WebCrypto] deriveBits() fails if length is not a multiple of 8 for ECDH algorithm
Show description for 96b2c47committed
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 Apr 16, 2021
[PlayStation][OpenSSL] Remove warnings.
Show description for d43ef35committed
Commits on Feb 13, 2020
[WebCrypto][CommonCrypto] Incorrect AES-CTR with counterLength longer than 64
Show description for e61c278committed
Commits on Jan 13, 2020
[WebAuthn] Support CTAP Client Pin
Show description for 6924868committed
Jiewen Tan
Commits on Dec 20, 2019
[WebAuthn] Implement coders for CTAP ClientPIN requests and responses
Show description for 5e946abcommitted
Jiewen Tan
Commits on Dec 20, 2018
Use Optional::valueOr() instead of Optional::value_or()
Show description for 5369d4dcommittedwtf/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 Aug 30, 2018
Bundle unified sources more tightly in projects with deep directory structures
Show description for 3a6238ccommitted
Commits on Jul 17, 2018
[WebCrypto] Crypto operations should copy their parameters before hoping to another thread
Show description for 332459fcommitted
Jiewen TanRoll out r233873 and r233875 since they caused 8 new layout test crashes.
Show description for 49a7551committed[WebCrypto] Crypto operations should copy their parameters before hoping to another thread
Show description for 6b8c2facommitted
Jiewen Tan
Commits on Jul 16, 2018
Unreviewed, rolling out r233867.
Show description for 8993e31committed
David Fenton[WebCrypto] Crypto operations should copy their parameters before hoping to another thread
Show description for 54700bfcommitted
Jiewen Tan
Commits on Mar 14, 2018
imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.worker.html is crashing
Show description for 12d36dbcommitted
Commits on Oct 17, 2017
Change WebCore sources to work with unified source builds
Show description for e822200committed
Commits on Sep 21, 2017
[WebCrypto] Support Elliptic Curve P-521
Show description for 611f216committed
Commits on Sep 6, 2017
[WebCrypto] Downcast parameters and keys at the platform operation callsites
Show description for 361c731committed
Commits on Aug 29, 2017
[WebCrypto] Push WorkQueue dispatches for HKDF, HMAC, PBKDF2 algorithms into shared code
Show description for d168347committed[WebCrypto] Push WorkQueue dispatches for EC algorithms into shared code
Show description for 4d8aebccommitted
Commits on Aug 28, 2017
[WebCrypto] Push WorkQueue dispatches for AES algorithms into shared code
Show description for 0242ca4committed
Commits on Aug 26, 2017
[WebCrypto] Push WorkQueue dispatches for RSA algorithms into shared code
Show description for d4f2c92committed
Commits on Aug 25, 2017
Unreviewed, rolling out r221181.
Show description for 2af56c7committed[WebCrypto] Push WorkQueue dispatches for RSA algorithms into shared code
Show description for ca53b1acommitted
Commits on Aug 19, 2017
[WebCrypto] Get rid of CryptoKeyData class and all its subclasses
Show description for 41759e3committed
Sam Weinig
Commits on Aug 18, 2017
Remove the deprecated WebKitSubtleCrypto interface
Show description for d51d925committed
Sam Weinig[WebCrypto][Mac] Replace CCECCryptorGetKeyComponents with CCECCryptorExportKey for exporting ECC JWKs
Show description for 6d59ffbcommitted
Jiewen Tan
Commits on Aug 16, 2017
[WebIDL] Remove the need for JSSubtleCryptoCustom.cpp
Show description for 0bebf41authored 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 May 24, 2017
[WebCrypto] Support RSA-PSS
Show description for f982240committed
Jiewen Tan
Commits on Apr 17, 2017
[WebCrypto] Add support for ECDSA
Show description for 7c09736committed
Jiewen Tan
Commits on Apr 15, 2017
[WebCrypto] Support HKDF
Show description for 92b1a37committed
Jiewen Tan