summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2021-07-12 18:15:36 +0530
committerGitHub <noreply@github.com>2021-07-12 14:45:36 +0200
commit00484d24ba93418bbdde8e42483d56e3714efaa0 (patch)
treea01e26ed9f6bf7f8d1bf66dae92fd8e10a00c738 /tools
parente95c0c85fae565bb403329d9918321a507986e56 (diff)
feat(extensions/crypto): implement verify() for RSA (#11312)
Diffstat (limited to 'tools')
-rw-r--r--tools/wpt/expectation.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json
index cf03ced80..fbab59d68 100644
--- a/tools/wpt/expectation.json
+++ b/tools/wpt/expectation.json
@@ -1932,8 +1932,6 @@
"SubtleCrypto interface: calling encrypt(AlgorithmIdentifier, CryptoKey, BufferSource) on crypto.subtle with too few arguments must throw TypeError",
"SubtleCrypto interface: crypto.subtle must inherit property \"decrypt(AlgorithmIdentifier, CryptoKey, BufferSource)\" with the proper type",
"SubtleCrypto interface: calling decrypt(AlgorithmIdentifier, CryptoKey, BufferSource) on crypto.subtle with too few arguments must throw TypeError",
- "SubtleCrypto interface: crypto.subtle must inherit property \"verify(AlgorithmIdentifier, CryptoKey, BufferSource, BufferSource)\" with the proper type",
- "SubtleCrypto interface: calling verify(AlgorithmIdentifier, CryptoKey, BufferSource, BufferSource) on crypto.subtle with too few arguments must throw TypeError",
"SubtleCrypto interface: crypto.subtle must inherit property \"deriveKey(AlgorithmIdentifier, CryptoKey, AlgorithmIdentifier, boolean, sequence<KeyUsage>)\" with the proper type",
"SubtleCrypto interface: calling deriveKey(AlgorithmIdentifier, CryptoKey, AlgorithmIdentifier, boolean, sequence<KeyUsage>) on crypto.subtle with too few arguments must throw TypeError",
"SubtleCrypto interface: crypto.subtle must inherit property \"deriveBits(AlgorithmIdentifier, CryptoKey, unsigned long)\" with the proper type",