File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
WebCryptoAPI/import_export Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Last update:
34
34
- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi
35
35
- wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi
36
36
- web-locks: https://github.com/web-platform-tests/wpt/tree/10a122a6bc/web-locks
37
- - WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/1d2c5fb36a /WebCryptoAPI
37
+ - WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/ff26d9b307 /WebCryptoAPI
38
38
- webidl/ecmascript-binding/es-exceptions: https://github.com/web-platform-tests/wpt/tree/2f96fa1996/webidl/ecmascript-binding/es-exceptions
39
39
- webmessaging/broadcastchannel: https://github.com/web-platform-tests/wpt/tree/6495c91853/webmessaging/broadcastchannel
40
40
- webstorage: https://github.com/web-platform-tests/wpt/tree/1d2c5fb36a/webstorage
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ var mismatchedKtyField = {
432
432
// The 'kty' field doesn't match the key algorithm.
433
433
var mismatchedCrvField = {
434
434
"Ed25519" : "X25519" ,
435
- "X25519" : "Ed448 " ,
436
- "Ed448" : "X25519 " ,
437
- "X448" : "Ed25519 " ,
435
+ "X25519" : "Ed25519 " ,
436
+ "Ed448" : "X448 " ,
437
+ "X448" : "Ed448 " ,
438
438
}
Original file line number Diff line number Diff line change 96
96
"path" : " web-locks"
97
97
},
98
98
"WebCryptoAPI" : {
99
- "commit" : " 1d2c5fb36a6e477c8f915bde7eca027be6abe792 " ,
99
+ "commit" : " ff26d9b307b981b3f1b88f454268e6bb8933e6c2 " ,
100
100
"path" : " WebCryptoAPI"
101
101
},
102
102
"webidl/ecmascript-binding/es-exceptions" : {
You can’t perform that action at this time.
0 commit comments