Bug 248980
| 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 | ||
Angela
In the implementation of the Curve25519, there are some tests failing in the gtk-wk2 bot. Those are crypto/subtle/ed25519-generate-export-key-raw.html, crypto/subtle/ed25519-generate-key-sing-verify-Curve25519.html, crypto/subtle/ed25519-import-raw-key.html, since it is not implemented.
https://github.com/WebKit/WebKit/pull/5026
rdar://100401588
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
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
Michael Catanzaro
WPE/GTK use libgcrypt, not OpenSSL. See also: bug #216201