mirror of
https://github.com/servo/servo.git
synced 2025-09-17 02:18:23 +01:00
webcrypto: implement raw hmac export (#39059)
Implement raw export of HMAC keys. JWT export of HMAC keys will come in a separate PR. Testing: WPT Fixes: Partially #39060 --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
This commit is contained in:
parent
6e92e1d7d5
commit
9d5aa9973a
3 changed files with 23 additions and 2890 deletions
|
@ -2,15 +2,9 @@
|
|||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -755,27 +749,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -854,27 +836,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1645,27 +1615,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -1744,27 +1702,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -2418,15 +2364,9 @@
|
|||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -3171,27 +3111,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -3270,27 +3198,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -3461,27 +3377,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -3560,27 +3464,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -4325,27 +4217,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -4424,27 +4304,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -5491,27 +5359,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -5590,27 +5446,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -6399,27 +6243,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -6498,27 +6330,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -7263,27 +7083,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -7362,27 +7170,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -8168,27 +7964,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -8267,27 +8051,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -9032,27 +8804,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -9131,15 +8891,9 @@
|
|||
[Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[long derivedKey, empty salt, SHA-512, with empty info with 0 length]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -9658,27 +9412,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -9757,27 +9499,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long derivedKey, empty salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -10522,27 +10252,15 @@
|
|||
[Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-384 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty derivedKey, normal salt, SHA-256, with normal info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -10621,15 +10339,9 @@
|
|||
[Derived key of type name: AES-KW length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-1 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info with wrong (ECDH) key]
|
||||
expected: FAIL
|
||||
|
||||
[Derived key of type name: HMAC hash: SHA-256 length: 256 using empty derivedKey, normal salt, SHA-256, with empty info]
|
||||
expected: FAIL
|
||||
|
||||
[long derivedKey, empty salt, SHA-512, with empty info with 0 length]
|
||||
expected: FAIL
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue