[webkit-changes] [WebKit/WebKit] 963410: Fix Ed25519 public key generation from private key...
youennf
noreply at github.com
Fri Jan 27 08:56:43 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9634103dadcb850770c77b497803c468f9b81518
https://github.com/WebKit/WebKit/commit/9634103dadcb850770c77b497803c468f9b81518
Author: Youenn Fablet <youennf at gmail.com>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/okp_importKey.https.any-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/okp_importKey.https.any.worker-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.any-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.any.worker-expected.txt
M Source/WebCore/crypto/mac/CryptoKeyOKPCocoa.cpp
Log Message:
-----------
Fix Ed25519 public key generation from private key material
https://bugs.webkit.org/show_bug.cgi?id=251252
rdar://problem/104733721
Reviewed by Chris Dumez.
Use cced25519_make_pub to generate the public key.
* LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/okp_importKey.https.any-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/import_export/okp_importKey.https.any.worker-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.any-expected.txt:
* LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.any.worker-expected.txt:
* Source/WebCore/crypto/mac/CryptoKeyOKPCocoa.cpp:
(WebCore::CryptoKeyOKP::generateJwkX const):
Canonical link: https://commits.webkit.org/259489@main
More information about the webkit-changes
mailing list