diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-10-30 08:25:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-30 16:25:12 +0100 |
| commit | 02cc37e05494e576ea8e120b9fe21b447da9546b (patch) | |
| tree | 746651ad336b663dd21923749d57db9313060c9e /tools/wpt | |
| parent | f3b580d001cfed0c6df55c5be3f89b4e58719421 (diff) | |
chore: upgrade rsa to 0.9 (#21016)
Diffstat (limited to 'tools/wpt')
| -rw-r--r-- | tools/wpt/expectation.json | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index b6443f531..8c3ee870b 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -2249,26 +2249,8 @@ "hmac.https.any.worker.html": true, "rsa_pkcs.https.any.html": true, "rsa_pkcs.https.any.worker.html": true, - "rsa_pss.https.any.html": [ - "RSA-PSS with SHA-1 and no salt verification failure with wrong saltLength", - "RSA-PSS with SHA-256 and no salt verification failure with wrong saltLength", - "RSA-PSS with SHA-384 and no salt verification failure with wrong saltLength", - "RSA-PSS with SHA-512 and no salt verification failure with wrong saltLength", - "RSA-PSS with SHA-1, salted verification failure with wrong saltLength", - "RSA-PSS with SHA-256, salted verification failure with wrong saltLength", - "RSA-PSS with SHA-384, salted verification failure with wrong saltLength", - "RSA-PSS with SHA-512, salted verification failure with wrong saltLength" - ], - "rsa_pss.https.any.worker.html": [ - "RSA-PSS with SHA-1 and no salt verification failure with wrong saltLength", - "RSA-PSS with SHA-256 and no salt verification failure with wrong saltLength", - "RSA-PSS with SHA-384 and no salt verification failure with wrong saltLength", - "RSA-PSS with SHA-512 and no salt verification failure with wrong saltLength", - "RSA-PSS with SHA-1, salted verification failure with wrong saltLength", - "RSA-PSS with SHA-256, salted verification failure with wrong saltLength", - "RSA-PSS with SHA-384, salted verification failure with wrong saltLength", - "RSA-PSS with SHA-512, salted verification failure with wrong saltLength" - ], + "rsa_pss.https.any.html": true, + "rsa_pss.https.any.worker.html": true, "eddsa.https.any.html": [ "Sign and verify using generated Ed448 keys.", "importVectorKeys step: EdDSA Ed448 verification", |
