[wpt-sync] Sync PR 48207 - Split Ed448 and Ed25519 sign / verify algorithms
Categories
(Core :: DOM: Web Crypto, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 48207 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/48207
Details from upstream follow.
Javier Fernández García-Boente <jfernandez@igalia.com> wrote:
Split Ed448 and Ed25519 sign / verify algorithms
The Curve448 algorithm is not implemented in any of the major browsers, so it's better to define its sign / verify tests in a separate file to avoid unnecessary noise on the tests for the Curve25519 algorithm.
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 6 tests and 14 subtests
Status Summary
Firefox
OK : 6
PASS: 44
FAIL: 36
Chrome
OK : 6
PASS: 42
FAIL: 38
Safari
OK : 6
PASS: 44
FAIL: 36
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /WebCryptoAPI/sign_verify/eddsa_curve448.https.any.worker.html [wpt.fyi]
- EdDSA Ed448 verification:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 verification with altered signature after call:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 with altered data after call:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 using privateKey to verify:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 using publicKey to sign:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 no verify usage:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 round trip:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 signing with wrong algorithm name:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 verifying with wrong algorithm name:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 verification failure due to altered signature:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 verification failure due to shortened signature:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 verification failure due to altered data:
FAIL(Chrome:FAIL, Safari:FAIL) - Sign and verify using generated Ed448 keys.:
FAIL(Chrome:FAIL, Safari:FAIL)
- EdDSA Ed448 verification:
- /WebCryptoAPI/sign_verify/eddsa_curve448.https.any.html [wpt.fyi]
- EdDSA Ed448 verification:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 verification with altered signature after call:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 with altered data after call:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 using privateKey to verify:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 using publicKey to sign:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 no verify usage:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 round trip:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 signing with wrong algorithm name:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 verifying with wrong algorithm name:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 verification failure due to altered signature:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 verification failure due to shortened signature:
FAIL(Chrome:FAIL, Safari:FAIL) - EdDSA Ed448 verification failure due to altered data:
FAIL(Chrome:FAIL, Safari:FAIL) - Sign and verify using generated Ed448 keys.:
FAIL(Chrome:FAIL, Safari:FAIL)
- EdDSA Ed448 verification:
- /WebCryptoAPI/sign_verify/eddsa_small_order_points.https.any.html [wpt.fyi]
- Ed25519 Verification checks with small-order key of order - Test 0:
FAIL(Chrome:FAIL, Safari:FAIL) - Ed25519 Verification checks with small-order key of order - Test 1:
FAIL(Chrome:FAIL, Safari:FAIL) - Ed25519 Verification checks with small-order key of order - Test 2:
FAIL(Chrome:FAIL, Safari:FAIL) - Ed25519 Verification checks with small-order key of order - Test 12:
FAIL(Chrome:FAIL, Safari:FAIL) - Ed25519 Verification checks with small-order key of order - Test 13:
FAIL(Chrome:FAIL, Safari:FAIL)
- Ed25519 Verification checks with small-order key of order - Test 0:
- /WebCryptoAPI/sign_verify/eddsa_small_order_points.https.any.worker.html [wpt.fyi]
- Ed25519 Verification checks with small-order key of order - Test 0:
FAIL(Chrome:FAIL, Safari:FAIL) - Ed25519 Verification checks with small-order key of order - Test 1:
FAIL(Chrome:FAIL, Safari:FAIL) - Ed25519 Verification checks with small-order key of order - Test 2:
FAIL(Chrome:FAIL, Safari:FAIL) - Ed25519 Verification checks with small-order key of order - Test 12:
FAIL(Chrome:FAIL, Safari:FAIL) - Ed25519 Verification checks with small-order key of order - Test 13:
FAIL(Chrome:FAIL, Safari:FAIL)
- Ed25519 Verification checks with small-order key of order - Test 0:
Comment 5•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/496dd2432362
https://hg.mozilla.org/mozilla-central/rev/fb04ad3ac084
Description
•