| Summary: | [OpenSSL] Ed25519 WebCrypto implementation | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Angela <a_izquierdogarcia> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | bugs-noreply, mcatanzaro, philn |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Angela
2022-12-08 14:20:36 PST
http/wpt/crypto/serialize-cryptokey-okp.html [ Failure ] imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_Ed25519.https.any.html [ Failure ] imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_Ed25519.https.any.worker.html [ Failure ] imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_Ed25519.https.any.html [ Failure ] imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_Ed25519.https.any.worker.html [ Failure ] imported/w3c/web-platform-tests/WebCryptoAPI/import_export/okp_importKey.https.any.html [ Failure ] imported/w3c/web-platform-tests/WebCryptoAPI/import_export/okp_importKey.https.any.worker.html [ Failure ] imported/w3c/web-platform-tests/WebCryptoAPI/import_export/okp_importKey_failures_Ed25519.https.any.html [ Failure ] imported/w3c/web-platform-tests/WebCryptoAPI/import_export/okp_importKey_failures_Ed25519.https.any.worker.html [ Failure ] imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/eddsa.https.any.html [ Failure ] imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/eddsa.https.any.worker.html [ Failure ] Implementations needed for: - CryptoKeyOKP::isPlatformSupportedCurve(NamedCurve) and friends in CryptoKeyOKP.cpp - CryptoAlgorithmEd25519::platformSign(...) and friends in CryptoAlgorithmEd25519.cpp See also: https://github.com/WebKit/WebKit/pull/8691 WPE/GTK use libgcrypt, not OpenSSL. See also: bug #216201 |