mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb: Update x25519 raw key import tests
This commit is contained in:
parent
ea8538ea49
commit
93a0ef949a
Notes:
github-actions[bot]
2025-07-26 16:44:22 +00:00
Author: https://github.com/hopafoot
Commit: 93a0ef949a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5582
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/trflynn89
1 changed files with 4 additions and 4 deletions
|
|
@ -2,8 +2,8 @@ Harness status: OK
|
|||
|
||||
Found 231 tests
|
||||
|
||||
215 Pass
|
||||
16 Fail
|
||||
217 Pass
|
||||
14 Fail
|
||||
Pass Bad usages: importKey(spki, {name: X25519}, true, [encrypt])
|
||||
Pass Bad usages: importKey(spki, {name: X25519}, false, [encrypt])
|
||||
Pass Bad usages: importKey(spki, {name: X25519}, true, [decrypt])
|
||||
|
|
@ -186,8 +186,8 @@ Pass Bad key length: importKey(pkcs8, {name: X25519}, true, [deriveBits])
|
|||
Pass Bad key length: importKey(pkcs8, {name: X25519}, false, [deriveBits])
|
||||
Pass Bad key length: importKey(pkcs8, {name: X25519}, true, [deriveKey, deriveBits, deriveKey, deriveBits])
|
||||
Pass Bad key length: importKey(pkcs8, {name: X25519}, false, [deriveKey, deriveBits, deriveKey, deriveBits])
|
||||
Fail Bad key length: importKey(raw, {name: X25519}, true, [])
|
||||
Fail Bad key length: importKey(raw, {name: X25519}, false, [])
|
||||
Pass Bad key length: importKey(raw, {name: X25519}, true, [])
|
||||
Pass Bad key length: importKey(raw, {name: X25519}, false, [])
|
||||
Fail Bad key length: importKey(jwk (public) , {name: X25519}, true, [])
|
||||
Fail Bad key length: importKey(jwk (public) , {name: X25519}, false, [])
|
||||
Fail Bad key length: importKey(jwk(private), {name: X25519}, true, [deriveKey])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue