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
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