Commits
User selector
Commit History
Commits on Sep 22, 2021
Reduce use of makeRef() and use Ref { } instead
Show description for 4f53761committed
Commits on Aug 25, 2021
WebCrypto uses deprecated CCKeyDerivationHMac
Show description for 5da273dcommitted
Commits on Aug 9, 2021
Add console logging to encourage the use of authenticated encryption in WebCrypto
Show description for 493792ecommitted
Commits on Aug 7, 2021
CrashTracer: com.apple.WebKit.WebContent at com.apple.WebCore: WebCore::CryptoKeyRSA::exportJwk const
Show description for 786b33fcommitted
Commits on Jul 9, 2021
[WebCrypto] deriveBits() incorrectly throws for PBKDF2 algorithm when the password is empty
Show description for 8021e79committed
Commits on Jul 8, 2021
[OpenSSL] Implement HKDF and PBKDF2 support
Show description for 0e19d14committed[WebCrypto] deriveBits() fails if length is not a multiple of 8 for ECDH algorithm
Show description for 96b2c47committed[WebCrypto] Support Elliptic Curve P-521 on Mac
Show description for 324d5a2committed
Commits on Jul 7, 2021
[OpenSSL] Implement CryptoAlgorithmEC*
Show description for d19031ccommittedSubtleCrypto should only be exposed to secure contexts
Show description for 1ee3764committedUnreviewed, reverting r279628.
Show description for 4877f88committed
Commits on Jul 6, 2021
SubtleCrypto should only be exposed to secure contexts
Show description for 250491dcommitted
Commits on Jun 6, 2021
Use `const uint8_t*` type more consistently to store bytes in WebKit
Show description for 66fb385committed
Commits on Jun 2, 2021
Remove <wtf/Optional.h>
Show description for 786e703committed
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 27, 2021
Leverage the new Vector(const T*, size_t) constructor
Show description for d3e3088committed
Commits on May 24, 2021
Drop CheckedLock / CheckedCondition aliases
Show description for 42ae9aacommitted
Commits on May 21, 2021
Replace more static Locks with CheckedLocks in WTF / WebCore
Show description for 3559a77committed
Commits on May 19, 2021
Update Base64 encoding/decoding to match more modern WebKit conventions
Show description for e3e9cf6committed
Sam WeinigASSERTION FAILED: unwrapParamsOrException.exception().code() != ExistingExceptionError on http/wpt/preload/change-link-rel-attribute.html
Show description for da0fc9acommitted
Commits on May 9, 2021
[WinCairo][Clang] lld-link: error: undefined symbol: public: static class GenericTypedArrayView<>::tryCreate() in CryptoKeyRSAOpenSSL.cpp
Show description for 9f0db2acommitted
Commits on May 7, 2021
[OpenSSL] Implement CryptoAlgorithmRSA*
Show description for 074cea4committed
Commits on Apr 16, 2021
[PlayStation][OpenSSL] Remove warnings.
Show description for d43ef35committed
Commits on Apr 8, 2021
Unreviewed, a comment fix
Show description for 0ebbd8fcommitted
Jiewen Tan
Commits on Apr 6, 2021
WebCrypto in Safari will not AES-GCM encrypt 0 bytes
Show description for 52b4dd6committed
Jiewen Tan
Commits on Dec 1, 2020
Update SFrame transformation implementation according post-commit review
Show description for 0b6cb4acommitted
Commits on Nov 15, 2020
Add a WebRTC SFrame transform
Show description for fa45274committed
Commits on Aug 26, 2020
HashMap<Ref<T>>::take should return RefPtr<T>
Show description for 7216b59committed
Commits on Jun 23, 2020
Remove a lot of unnecessary calls to Ref::copyRef()
Show description for c899399committed
Commits on Apr 24, 2020
[OpenSSL] Implement WebCrypto APIs for HMAC
Show description for a4dc4c9authored andcommitted
Commits on Apr 20, 2020
Use #import instead of #include in Objective-C and don't use #pragma once
Show description for 10a179ecommitted
Commits on Apr 17, 2020
Fix an integer overflow in WebCrypto AES-CTR Mac implementation, which may detect a false loop
Show description for e956af8authored andcommitted
Commits on Mar 15, 2020
Should not use variable-length-array (VLA)
Show description for 003d037committed
Commits on Mar 11, 2020
[OpenSSL] Implement WebCrypto APIs for AES-CTR and AES-KW
Show description for 201f73aauthored andcommitted