diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2021-08-05 01:19:27 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-04 21:49:27 +0200 |
| commit | 87de8e82a157ecbcc596b0226b8a6fc0e81a8b1b (patch) | |
| tree | 1b11766af8fce76db2cf2110bee4307f3681a0d5 /tools/wpt | |
| parent | 2ac031d6fd3cb9b98ffb1801033d96675291f577 (diff) | |
feat(extensions/crypto): implement verify() for HMAC (#11387)
Diffstat (limited to 'tools/wpt')
| -rw-r--r-- | tools/wpt/expectation.json | 34 |
1 files changed, 1 insertions, 33 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index b26b8fd52..eeb1bee2b 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -15303,39 +15303,7 @@ "generate wrong key step: HMAC with SHA-1 verifying with wrong algorithm name", "generate wrong key step: HMAC with SHA-256 verifying with wrong algorithm name", "generate wrong key step: HMAC with SHA-384 verifying with wrong algorithm name", - "generate wrong key step: HMAC with SHA-512 verifying with wrong algorithm name", - "HMAC with SHA-1 verification", - "HMAC with SHA-256 verification", - "HMAC with SHA-384 verification", - "HMAC with SHA-512 verification", - "HMAC with SHA-1 verification with altered signature after call", - "HMAC with SHA-256 verification with altered signature after call", - "HMAC with SHA-384 verification with altered signature after call", - "HMAC with SHA-512 verification with altered signature after call", - "HMAC with SHA-1 with altered plaintext after call", - "HMAC with SHA-256 with altered plaintext after call", - "HMAC with SHA-384 with altered plaintext after call", - "HMAC with SHA-512 with altered plaintext after call", - "HMAC with SHA-1 no verify usage", - "HMAC with SHA-256 no verify usage", - "HMAC with SHA-384 no verify usage", - "HMAC with SHA-512 no verify usage", - "HMAC with SHA-1 round trip", - "HMAC with SHA-256 round trip", - "HMAC with SHA-384 round trip", - "HMAC with SHA-512 round trip", - "HMAC with SHA-1 verification failure due to wrong plaintext", - "HMAC with SHA-256 verification failure due to wrong plaintext", - "HMAC with SHA-384 verification failure due to wrong plaintext", - "HMAC with SHA-512 verification failure due to wrong plaintext", - "HMAC with SHA-1 verification failure due to wrong signature", - "HMAC with SHA-256 verification failure due to wrong signature", - "HMAC with SHA-384 verification failure due to wrong signature", - "HMAC with SHA-512 verification failure due to wrong signature", - "HMAC with SHA-1 verification failure due to short signature", - "HMAC with SHA-256 verification failure due to short signature", - "HMAC with SHA-384 verification failure due to short signature", - "HMAC with SHA-512 verification failure due to short signature" + "generate wrong key step: HMAC with SHA-512 verifying with wrong algorithm name" ], "rsa_pkcs.https.any.html": [ "importVectorKeys step: RSASSA-PKCS1-v1_5 with SHA-1 verification", |
