From 87de8e82a157ecbcc596b0226b8a6fc0e81a8b1b Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Thu, 5 Aug 2021 01:19:27 +0530 Subject: feat(extensions/crypto): implement verify() for HMAC (#11387) --- tools/wpt/expectation.json | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) (limited to 'tools/wpt') 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", -- cgit v1.2.3