mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
* Allow importing HMAC keys Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Implement crypto.subtle.sign with HMAC Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Implement crypto.subtle.verify with HMAC Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
49 lines
No EOL
1.6 KiB
INI
Vendored
49 lines
No EOL
1.6 KiB
INI
Vendored
[hmac.https.any.html]
|
|
[generate wrong key step: HMAC with SHA-1 signing with wrong algorithm name]
|
|
expected: FAIL
|
|
|
|
[generate wrong key step: HMAC with SHA-256 signing with wrong algorithm name]
|
|
expected: FAIL
|
|
|
|
[generate wrong key step: HMAC with SHA-384 signing with wrong algorithm name]
|
|
expected: FAIL
|
|
|
|
[generate wrong key step: HMAC with SHA-512 signing with wrong algorithm name]
|
|
expected: FAIL
|
|
|
|
[generate wrong key step: HMAC with SHA-1 verifying with wrong algorithm name]
|
|
expected: FAIL
|
|
|
|
[generate wrong key step: HMAC with SHA-256 verifying with wrong algorithm name]
|
|
expected: FAIL
|
|
|
|
[generate wrong key step: HMAC with SHA-384 verifying with wrong algorithm name]
|
|
expected: FAIL
|
|
|
|
[generate wrong key step: HMAC with SHA-512 verifying with wrong algorithm name]
|
|
expected: FAIL
|
|
|
|
[hmac.https.any.worker.html]
|
|
[generate wrong key step: HMAC with SHA-1 signing with wrong algorithm name]
|
|
expected: FAIL
|
|
|
|
[generate wrong key step: HMAC with SHA-256 signing with wrong algorithm name]
|
|
expected: FAIL
|
|
|
|
[generate wrong key step: HMAC with SHA-384 signing with wrong algorithm name]
|
|
expected: FAIL
|
|
|
|
[generate wrong key step: HMAC with SHA-512 signing with wrong algorithm name]
|
|
expected: FAIL
|
|
|
|
[generate wrong key step: HMAC with SHA-1 verifying with wrong algorithm name]
|
|
expected: FAIL
|
|
|
|
[generate wrong key step: HMAC with SHA-256 verifying with wrong algorithm name]
|
|
expected: FAIL
|
|
|
|
[generate wrong key step: HMAC with SHA-384 verifying with wrong algorithm name]
|
|
expected: FAIL
|
|
|
|
[generate wrong key step: HMAC with SHA-512 verifying with wrong algorithm name]
|
|
expected: FAIL |