mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 03:36:36 +00:00
LibWeb: Implement Web Crypto HMAC algorithm
This commit is contained in:
parent
884a4163a0
commit
329cd946ac
Notes:
github-actions[bot]
2024-11-14 10:53:12 +00:00
Author: https://github.com/gmta
Commit: 329cd946ac
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2331
10 changed files with 1064 additions and 13 deletions
|
@ -0,0 +1,51 @@
|
|||
Summary
|
||||
|
||||
Harness status: OK
|
||||
|
||||
Rerun
|
||||
|
||||
Found 41 tests
|
||||
|
||||
41 Pass
|
||||
Details
|
||||
Result Test Name MessagePass setup
|
||||
Pass HMAC with SHA-1 verification
|
||||
Pass HMAC with SHA-256 verification
|
||||
Pass HMAC with SHA-384 verification
|
||||
Pass HMAC with SHA-512 verification
|
||||
Pass HMAC with SHA-1 verification with altered signature after call
|
||||
Pass HMAC with SHA-256 verification with altered signature after call
|
||||
Pass HMAC with SHA-384 verification with altered signature after call
|
||||
Pass HMAC with SHA-512 verification with altered signature after call
|
||||
Pass HMAC with SHA-1 with altered plaintext after call
|
||||
Pass HMAC with SHA-256 with altered plaintext after call
|
||||
Pass HMAC with SHA-384 with altered plaintext after call
|
||||
Pass HMAC with SHA-512 with altered plaintext after call
|
||||
Pass HMAC with SHA-1 no verify usage
|
||||
Pass HMAC with SHA-256 no verify usage
|
||||
Pass HMAC with SHA-384 no verify usage
|
||||
Pass HMAC with SHA-512 no verify usage
|
||||
Pass HMAC with SHA-1 round trip
|
||||
Pass HMAC with SHA-256 round trip
|
||||
Pass HMAC with SHA-384 round trip
|
||||
Pass HMAC with SHA-512 round trip
|
||||
Pass HMAC with SHA-1 signing with wrong algorithm name
|
||||
Pass HMAC with SHA-256 signing with wrong algorithm name
|
||||
Pass HMAC with SHA-384 signing with wrong algorithm name
|
||||
Pass HMAC with SHA-512 signing with wrong algorithm name
|
||||
Pass HMAC with SHA-1 verifying with wrong algorithm name
|
||||
Pass HMAC with SHA-256 verifying with wrong algorithm name
|
||||
Pass HMAC with SHA-384 verifying with wrong algorithm name
|
||||
Pass HMAC with SHA-512 verifying with wrong algorithm name
|
||||
Pass HMAC with SHA-1 verification failure due to wrong plaintext
|
||||
Pass HMAC with SHA-256 verification failure due to wrong plaintext
|
||||
Pass HMAC with SHA-384 verification failure due to wrong plaintext
|
||||
Pass HMAC with SHA-512 verification failure due to wrong plaintext
|
||||
Pass HMAC with SHA-1 verification failure due to wrong signature
|
||||
Pass HMAC with SHA-256 verification failure due to wrong signature
|
||||
Pass HMAC with SHA-384 verification failure due to wrong signature
|
||||
Pass HMAC with SHA-512 verification failure due to wrong signature
|
||||
Pass HMAC with SHA-1 verification failure due to short signature
|
||||
Pass HMAC with SHA-256 verification failure due to short signature
|
||||
Pass HMAC with SHA-384 verification failure due to short signature
|
||||
Pass HMAC with SHA-512 verification failure due to short signature
|
Loading…
Add table
Add a link
Reference in a new issue