[webkit-changes] [WebKit/WebKit] 0f246a: Enable some RSA key import export related tests.
Commit Queue
noreply at github.com
Fri Jan 5 09:34:19 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0f246af6c3a3807e9233d89ff1f47f7d45563f30
https://github.com/WebKit/WebKit/commit/0f246af6c3a3807e9233d89ff1f47f7d45563f30
Author: nmahendru <nitinmahendru at apple.com>
Date: 2024-01-05 (Fri, 05 Jan 2024)
Changed paths:
M LayoutTests/crypto/subtle/aes-cbc-import-key-wrap-jwk-rsa-key-private-expected.txt
M LayoutTests/crypto/subtle/aes-cbc-import-key-wrap-jwk-rsa-key-private.html
M LayoutTests/crypto/workers/subtle/rsa-postMessage-worker.html
M LayoutTests/platform/ios/TestExpectations
M LayoutTests/platform/mac/TestExpectations
M Source/WebCore/crypto/mac/CryptoKeyRSAMac.cpp
M Tools/TestWebKitAPI/Tests/WebKitCocoa/IndexedDBStructuredCloneBackwardCompatibility.mm
M Tools/TestWebKitAPI/Tests/WebKitCocoa/IndexedDBStructuredCloneBackwardCompatibilityRead.html
M Tools/TestWebKitAPI/Tests/WebKitCocoa/IndexedDBStructuredCloneBackwardCompatibilityWrite.html
Log Message:
-----------
Enable some RSA key import export related tests.
rdar://115676486
Reviewed by Alex Christensen.
This updates the d value for RSA keys in various tests.
The way d was calculated changed around end of year 2019 which caused
the exported value to not match the input value.
* LayoutTests/crypto/workers/subtle/rsa-postMessage-worker.html:
* LayoutTests/crypto/subtle/rsa-import-jwk-key-export-jwk-key-private-expected.txt:
* LayoutTests/crypto/subtle/rsa-import-jwk-key-export-jwk-key-private.html:
* Source/WebCore/crypLayoutTests/platform/ios/TestExpectations
* LayoutTests/platform/mac/TestExpectations
* Source/WebCore/crypto/mac/CryptoKeyRSAMac.cpp
* Tools/TestWebKitAPI/Tests/WebKitCocoa/IndexedDBStructuredCloneBackwardCompatibility.mm
* Tools/TestWebKitAPI/Tests/WebKitCocoa/IndexedDBStructuredCloneBackwardCompatibilityRead.html
* Tools/TestWebKitAPI/Tests/WebKitCocoa/IndexedDBStructuredCloneBackwardCompatibilityWrite.html
Canonical link: https://commits.webkit.org/272691@main
More information about the webkit-changes
mailing list