aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt
diff options
context:
space:
mode:
authorSimon Wülker <simon.wuelker@arcor.de>2024-11-09 17:43:47 +0100
committerGitHub <noreply@github.com>2024-11-09 16:43:47 +0000
commit67ac59b80994bb2b5ad11e54315165efcbabcaba (patch)
tree151ba151362dbc2b47745753754268621809a45b /tests/wpt
parentda462d0fcda24f11ad2c67f5db7a2db0ea0f95e2 (diff)
downloadservo-67ac59b80994bb2b5ad11e54315165efcbabcaba.tar.gz
servo-67ac59b80994bb2b5ad11e54315165efcbabcaba.zip
subtlecrypto: Replace `NormalizedAlgorithm` with specialized variants (#34193)
* Implement specialized normalize_algorithm for "get key length" operation Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Implement specialized normalize_algorithm for "digest" Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Implement specialized normalize_algorithm for "importKey" Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Implement specialized normalize_algorithm for "deriveBits" Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Implement specialized normalize_algorithm for "decrypt" Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Implement specialized normalize_algorithm for "generateKey" Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Implement specialized normalize_algorithm for "encrypt" Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Remove normalize_algorithm Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Replace obj.get_unsafe() with obj.get() Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Replace BitwiseOr with LogicalOr (typo) Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update more WPT expectations outside of WebCryptoAPI Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
Diffstat (limited to 'tests/wpt')
-rw-r--r--tests/wpt/meta/WebCryptoAPI/derive_bits_keys/pbkdf2.https.any.js.ini9072
-rw-r--r--tests/wpt/meta/fetch/content-encoding/br/big-br-body.https.any.js.ini6
-rw-r--r--tests/wpt/meta/fetch/content-encoding/gzip/big-gzip-body.https.any.js.ini6
3 files changed, 0 insertions, 9084 deletions
diff --git a/tests/wpt/meta/WebCryptoAPI/derive_bits_keys/pbkdf2.https.any.js.ini b/tests/wpt/meta/WebCryptoAPI/derive_bits_keys/pbkdf2.https.any.js.ini
index 44bd69f503e..28d9fd2660a 100644
--- a/tests/wpt/meta/WebCryptoAPI/derive_bits_keys/pbkdf2.https.any.js.ini
+++ b/tests/wpt/meta/WebCryptoAPI/derive_bits_keys/pbkdf2.https.any.js.ini
@@ -29,57 +29,21 @@
[long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -176,24 +140,6 @@
[long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-384, with 0 iterations]
expected: FAIL
@@ -224,57 +170,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-384, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -371,57 +281,21 @@
[long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -518,57 +392,21 @@
[long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -665,24 +503,6 @@
[long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-512, with 0 iterations]
expected: FAIL
@@ -713,57 +533,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-512, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -860,57 +644,21 @@
[long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -1007,57 +755,21 @@
[long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -1154,24 +866,6 @@
[long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-1, with 0 iterations]
expected: FAIL
@@ -1202,57 +896,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-1, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -1349,57 +1007,21 @@
[long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -1496,57 +1118,21 @@
[long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -1643,24 +1229,6 @@
[long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-256, with 0 iterations]
expected: FAIL
@@ -1691,57 +1259,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-256, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -1838,57 +1370,21 @@
[long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -1985,57 +1481,21 @@
[long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[pbkdf2.https.any.html?4001-5000]
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
@@ -2134,24 +1594,6 @@
[long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-384, with 0 iterations]
expected: FAIL
@@ -2182,57 +1624,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-384, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -2329,57 +1735,21 @@
[long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -2476,57 +1846,21 @@
[long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -2623,24 +1957,6 @@
[long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-512, with 0 iterations]
expected: FAIL
@@ -2671,57 +1987,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-512, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -2818,57 +2098,21 @@
[long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -2965,57 +2209,21 @@
[long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -3112,24 +2320,6 @@
[long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-1, with 0 iterations]
expected: FAIL
@@ -3160,57 +2350,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-1, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -3307,57 +2461,21 @@
[long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -3454,57 +2572,21 @@
[long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -3601,24 +2683,6 @@
[long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-256, with 0 iterations]
expected: FAIL
@@ -3649,57 +2713,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-256, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -3796,57 +2824,21 @@
[long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -3943,57 +2935,21 @@
[long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -4089,18 +3045,9 @@
[pbkdf2.https.any.html?6001-7000]
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -4197,57 +3144,21 @@
[empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -4344,57 +3255,21 @@
[empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -4491,24 +3366,6 @@
[empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-512, with 0 iterations]
expected: FAIL
@@ -4539,57 +3396,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-512, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -4686,57 +3507,21 @@
[empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -4833,57 +3618,21 @@
[empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -4980,24 +3729,6 @@
[empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-1, with 0 iterations]
expected: FAIL
@@ -5028,57 +3759,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-1, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -5175,57 +3870,21 @@
[empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -5322,57 +3981,21 @@
[empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -5469,24 +4092,6 @@
[empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-256, with 0 iterations]
expected: FAIL
@@ -5517,57 +4122,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-256, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -5664,57 +4233,21 @@
[empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -5811,57 +4344,21 @@
[empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -5958,24 +4455,6 @@
[empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-384, with 0 iterations]
expected: FAIL
@@ -6006,57 +4485,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-384, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -6143,30 +4586,12 @@
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -6263,57 +4688,21 @@
[short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -6410,24 +4799,6 @@
[short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-384, with 0 iterations]
expected: FAIL
@@ -6458,57 +4829,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-384, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -6605,57 +4940,21 @@
[short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -6752,57 +5051,21 @@
[short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -6899,24 +5162,6 @@
[short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-512, with 0 iterations]
expected: FAIL
@@ -6947,57 +5192,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-512, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -7094,57 +5303,21 @@
[short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -7241,57 +5414,21 @@
[short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -7388,24 +5525,6 @@
[short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-1, with 0 iterations]
expected: FAIL
@@ -7436,57 +5555,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-1, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -7583,57 +5666,21 @@
[short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -7730,57 +5777,21 @@
[short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -7877,24 +5888,6 @@
[short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-256, with 0 iterations]
expected: FAIL
@@ -7925,57 +5918,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-256, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -8072,57 +6029,21 @@
[long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -8272,57 +6193,21 @@
[empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -8419,24 +6304,6 @@
[empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-512, with 0 iterations]
expected: FAIL
@@ -8467,57 +6334,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-512, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -8614,57 +6445,21 @@
[empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -8761,57 +6556,21 @@
[empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -8908,24 +6667,6 @@
[empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-1, with 0 iterations]
expected: FAIL
@@ -8956,57 +6697,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-1, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -9103,57 +6808,21 @@
[empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -9250,57 +6919,21 @@
[empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -9397,24 +7030,6 @@
[empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-256, with 0 iterations]
expected: FAIL
@@ -9543,24 +7158,6 @@
[long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-384, with 0 iterations]
expected: FAIL
@@ -9591,57 +7188,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-384, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -9738,57 +7299,21 @@
[long password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -9885,57 +7410,21 @@
[long password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -10032,24 +7521,6 @@
[long password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-512, with 0 iterations]
expected: FAIL
@@ -10080,57 +7551,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-512, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -10227,57 +7662,21 @@
[long password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -10374,57 +7773,21 @@
[long password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -10521,24 +7884,6 @@
[long password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-1, with 0 iterations]
expected: FAIL
@@ -10569,57 +7914,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-1, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -10716,57 +8025,21 @@
[long password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -10863,57 +8136,21 @@
[long password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -11010,24 +8247,6 @@
[long password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, long salt, SHA-256, with 0 iterations]
expected: FAIL
@@ -11058,57 +8277,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, long salt, SHA-256, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -11205,57 +8388,21 @@
[long password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -11352,57 +8499,21 @@
[long password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -11498,18 +8609,9 @@
[pbkdf2.https.any.worker.html?6001-7000]
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -11606,57 +8708,21 @@
[empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -11753,57 +8819,21 @@
[empty password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -11900,24 +8930,6 @@
[empty password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-512, with 0 iterations]
expected: FAIL
@@ -11948,57 +8960,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-512, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -12095,57 +9071,21 @@
[empty password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -12242,57 +9182,21 @@
[empty password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -12389,24 +9293,6 @@
[empty password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-1, with 0 iterations]
expected: FAIL
@@ -12437,57 +9323,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-1, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -12584,57 +9434,21 @@
[empty password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -12731,57 +9545,21 @@
[empty password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -12878,24 +9656,6 @@
[empty password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-256, with 0 iterations]
expected: FAIL
@@ -12926,57 +9686,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-256, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -13073,57 +9797,21 @@
[empty password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -13220,57 +9908,21 @@
[empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -13367,24 +10019,6 @@
[empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-384, with 0 iterations]
expected: FAIL
@@ -13415,57 +10049,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-384, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -13606,57 +10204,21 @@
[short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -13753,57 +10315,21 @@
[short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -13900,24 +10426,6 @@
[short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-384, with 0 iterations]
expected: FAIL
@@ -13948,57 +10456,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-384, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -14095,57 +10567,21 @@
[short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -14242,57 +10678,21 @@
[short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -14389,24 +10789,6 @@
[short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-512, with 0 iterations]
expected: FAIL
@@ -14437,57 +10819,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-512, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -14584,57 +10930,21 @@
[short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -14731,57 +11041,21 @@
[short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -14878,24 +11152,6 @@
[short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-1, with 0 iterations]
expected: FAIL
@@ -14926,57 +11182,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-1, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -15073,57 +11293,21 @@
[short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -15220,57 +11404,21 @@
[short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -15367,24 +11515,6 @@
[short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-256, with 0 iterations]
expected: FAIL
@@ -15415,57 +11545,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-256, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -15562,30 +11656,12 @@
[short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[pbkdf2.https.any.html?1001-2000]
[Derived key of type name: AES-KW length: 192 using short password, long salt, SHA-384, with 1 iterations]
@@ -15645,57 +11721,21 @@
[short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -15792,57 +11832,21 @@
[short password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -15939,24 +11943,6 @@
[short password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-384, with 0 iterations]
expected: FAIL
@@ -15987,57 +11973,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-384, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -16134,57 +12084,21 @@
[short password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -16281,57 +12195,21 @@
[short password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -16428,24 +12306,6 @@
[short password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-512, with 0 iterations]
expected: FAIL
@@ -16476,57 +12336,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-512, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -16623,57 +12447,21 @@
[short password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -16770,57 +12558,21 @@
[short password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -16917,24 +12669,6 @@
[short password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-1, with 0 iterations]
expected: FAIL
@@ -16965,57 +12699,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-1, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -17112,57 +12810,21 @@
[short password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -17259,57 +12921,21 @@
[short password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -17406,24 +13032,6 @@
[short password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, long salt, SHA-256, with 0 iterations]
expected: FAIL
@@ -17454,57 +13062,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, long salt, SHA-256, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -17601,53 +13173,17 @@
[short password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[pbkdf2.https.any.worker.html?5001-6000]
[long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-384, with 0 iterations]
expected: FAIL
@@ -17678,57 +13214,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-384, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -17825,57 +13325,21 @@
[long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -17972,57 +13436,21 @@
[long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -18119,24 +13547,6 @@
[long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-512, with 0 iterations]
expected: FAIL
@@ -18167,57 +13577,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-512, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -18314,57 +13688,21 @@
[long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -18461,57 +13799,21 @@
[long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -18608,24 +13910,6 @@
[long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-1, with 0 iterations]
expected: FAIL
@@ -18656,57 +13940,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-1, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -18803,57 +14051,21 @@
[long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -18950,57 +14162,21 @@
[long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -19097,24 +14273,6 @@
[long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-256, with 0 iterations]
expected: FAIL
@@ -19145,57 +14303,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-256, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -19292,57 +14414,21 @@
[empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -19439,57 +14525,21 @@
[empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -19586,24 +14636,6 @@
[empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-384, with 0 iterations]
expected: FAIL
@@ -19634,98 +14666,35 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-384, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
[pbkdf2.https.any.html?1-1000]
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -19822,57 +14791,21 @@
[short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -19969,57 +14902,21 @@
[short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -20116,24 +15013,6 @@
[short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-384, with 0 iterations]
expected: FAIL
@@ -20164,57 +15043,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-384, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -20311,57 +15154,21 @@
[short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -20458,57 +15265,21 @@
[short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -20605,24 +15376,6 @@
[short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-512, with 0 iterations]
expected: FAIL
@@ -20653,57 +15406,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-512, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -20800,57 +15517,21 @@
[short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -20947,57 +15628,21 @@
[short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -21094,24 +15739,6 @@
[short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-1, with 0 iterations]
expected: FAIL
@@ -21142,57 +15769,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-1, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -21289,57 +15880,21 @@
[short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -21436,57 +15991,21 @@
[short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -21583,24 +16102,6 @@
[short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-256, with 0 iterations]
expected: FAIL
@@ -21631,57 +16132,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-256, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -21738,57 +16203,21 @@
[empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -21885,57 +16314,21 @@
[empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -22032,24 +16425,6 @@
[empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-512, with 0 iterations]
expected: FAIL
@@ -22080,57 +16455,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-512, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -22227,57 +16566,21 @@
[empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -22374,57 +16677,21 @@
[empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -22521,24 +16788,6 @@
[empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-1, with 0 iterations]
expected: FAIL
@@ -22569,57 +16818,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-1, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -22716,57 +16929,21 @@
[empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -22863,57 +17040,21 @@
[empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -23010,24 +17151,6 @@
[empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-256, with 0 iterations]
expected: FAIL
@@ -23058,57 +17181,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-256, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -23205,57 +17292,21 @@
[empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -23352,57 +17403,21 @@
[empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -23499,24 +17514,6 @@
[empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-384, with 0 iterations]
expected: FAIL
@@ -23547,57 +17544,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-384, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -23694,57 +17655,21 @@
[empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -23777,57 +17702,21 @@
[empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -23924,57 +17813,21 @@
[empty password, long salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -24071,24 +17924,6 @@
[empty password, long salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-512, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-512, with 0 iterations]
expected: FAIL
@@ -24119,57 +17954,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-512, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -24266,57 +18065,21 @@
[empty password, long salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -24413,57 +18176,21 @@
[empty password, long salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -24560,24 +18287,6 @@
[empty password, long salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-1, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-1, with 0 iterations]
expected: FAIL
@@ -24608,57 +18317,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-1, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -24755,57 +18428,21 @@
[empty password, long salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -24902,57 +18539,21 @@
[empty password, long salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -25049,24 +18650,6 @@
[empty password, long salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, long salt, SHA-256, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, long salt, SHA-256, with 0 iterations]
expected: FAIL
@@ -25097,57 +18680,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, long salt, SHA-256, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -25244,57 +18791,21 @@
[empty password, empty salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -25391,57 +18902,21 @@
[empty password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -25538,24 +19013,6 @@
[empty password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-384, with 0 iterations]
expected: FAIL
@@ -25586,57 +19043,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-384, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -25733,57 +19154,21 @@
[empty password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -25831,57 +19216,21 @@
[long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -25978,24 +19327,6 @@
[long password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-384, with 0 iterations]
expected: FAIL
@@ -26026,57 +19357,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-384, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -26173,57 +19468,21 @@
[long password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -26320,57 +19579,21 @@
[long password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -26467,24 +19690,6 @@
[long password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-512, with 0 iterations]
expected: FAIL
@@ -26515,57 +19720,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-512, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -26662,57 +19831,21 @@
[long password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -26809,57 +19942,21 @@
[long password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -26956,24 +20053,6 @@
[long password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-1, with 0 iterations]
expected: FAIL
@@ -27004,57 +20083,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-1, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -27151,57 +20194,21 @@
[long password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -27298,57 +20305,21 @@
[long password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -27445,24 +20416,6 @@
[long password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, short salt, SHA-256, with 0 iterations]
expected: FAIL
@@ -27493,57 +20446,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, short salt, SHA-256, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -27640,57 +20557,21 @@
[long password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -27787,86 +20668,32 @@
[long password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[pbkdf2.https.any.html?2001-3000]
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -27963,57 +20790,21 @@
[short password, empty salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -28110,24 +20901,6 @@
[short password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-384, with 0 iterations]
expected: FAIL
@@ -28158,57 +20931,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-384, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -28305,57 +21042,21 @@
[short password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -28452,57 +21153,21 @@
[short password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -28599,24 +21264,6 @@
[short password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-512, with 0 iterations]
expected: FAIL
@@ -28647,57 +21294,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-512, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -28794,57 +21405,21 @@
[short password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -28941,57 +21516,21 @@
[short password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -29088,24 +21627,6 @@
[short password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-1, with 0 iterations]
expected: FAIL
@@ -29136,57 +21657,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-1, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -29283,57 +21768,21 @@
[short password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -29430,57 +21879,21 @@
[short password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -29577,24 +21990,6 @@
[short password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, empty salt, SHA-256, with 0 iterations]
expected: FAIL
@@ -29625,57 +22020,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, empty salt, SHA-256, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -29772,57 +22131,21 @@
[long password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -29972,57 +22295,21 @@
[empty password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -30119,24 +22406,6 @@
[empty password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-512, with 0 iterations]
expected: FAIL
@@ -30167,57 +22436,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-512, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -30314,57 +22547,21 @@
[empty password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -30461,57 +22658,21 @@
[empty password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -30608,24 +22769,6 @@
[empty password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-1, with 0 iterations]
expected: FAIL
@@ -30656,57 +22799,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, empty salt, SHA-1, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -30803,57 +22910,21 @@
[empty password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -30950,57 +23021,21 @@
[empty password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -31097,24 +23132,6 @@
[empty password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, empty salt, SHA-256, with 0 iterations]
expected: FAIL
@@ -31150,24 +23167,6 @@
[long password, empty salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-384, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-384, with 0 iterations]
expected: FAIL
@@ -31198,57 +23197,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-384, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -31345,57 +23308,21 @@
[long password, empty salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -31492,57 +23419,21 @@
[long password, empty salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -31639,24 +23530,6 @@
[long password, empty salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-512, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-512, with 0 iterations]
expected: FAIL
@@ -31687,57 +23560,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-512, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -31834,57 +23671,21 @@
[long password, empty salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -31981,57 +23782,21 @@
[long password, empty salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -32128,24 +23893,6 @@
[long password, empty salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-1, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-1, with 0 iterations]
expected: FAIL
@@ -32176,57 +23923,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-1, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -32323,57 +24034,21 @@
[long password, empty salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -32470,57 +24145,21 @@
[long password, empty salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -32617,24 +24256,6 @@
[long password, empty salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using long password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using long password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using long password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using long password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using long password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using long password, empty salt, SHA-256, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using long password, empty salt, SHA-256, with 0 iterations]
expected: FAIL
@@ -32665,57 +24286,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using long password, empty salt, SHA-256, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -32812,57 +24397,21 @@
[empty password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -32959,57 +24508,21 @@
[empty password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -33106,24 +24619,6 @@
[empty password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using empty password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using empty password, short salt, SHA-384, with 0 iterations]
expected: FAIL
@@ -33154,98 +24649,35 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using empty password, short salt, SHA-384, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using empty password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using empty password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
[pbkdf2.https.any.worker.html?1-1000]
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -33342,57 +24774,21 @@
[short password, short salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -33489,57 +24885,21 @@
[short password, short salt, SHA-384, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -33636,24 +24996,6 @@
[short password, short salt, SHA-384, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-384, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-384, with 0 iterations]
expected: FAIL
@@ -33684,57 +25026,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-384, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -33831,57 +25137,21 @@
[short password, short salt, SHA-512, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -33978,57 +25248,21 @@
[short password, short salt, SHA-512, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -34125,24 +25359,6 @@
[short password, short salt, SHA-512, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-512, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-512, with 0 iterations]
expected: FAIL
@@ -34173,57 +25389,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-512, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -34320,57 +25500,21 @@
[short password, short salt, SHA-1, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -34467,57 +25611,21 @@
[short password, short salt, SHA-1, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -34614,24 +25722,6 @@
[short password, short salt, SHA-1, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-1, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-1, with 0 iterations]
expected: FAIL
@@ -34662,57 +25752,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-1, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
@@ -34809,57 +25863,21 @@
[short password, short salt, SHA-256, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -34956,57 +25974,21 @@
[short password, short salt, SHA-256, with 1000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 100000 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 100000 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
@@ -35103,24 +26085,6 @@
[short password, short salt, SHA-256, with 100000 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, short salt, SHA-256, with 0 iterations]
- expected: FAIL
-
[Derived key of type name: AES-GCM length: 128 using short password, short salt, SHA-256, with 0 iterations]
expected: FAIL
@@ -35151,57 +26115,21 @@
[Derived key of type name: HMAC hash: SHA-512 length: 256 using short password, short salt, SHA-256, with 0 iterations]
expected: FAIL
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 128 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 192 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CBC length: 256 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 128 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 192 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1 iterations]
- expected: FAIL
-
- [Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1 iterations with missing deriveKey usage]
- expected: FAIL
-
[Derived key of type name: AES-CTR length: 256 using short password, long salt, SHA-384, with 1 iterations with wrong (ECDH) key]
expected: FAIL
diff --git a/tests/wpt/meta/fetch/content-encoding/br/big-br-body.https.any.js.ini b/tests/wpt/meta/fetch/content-encoding/br/big-br-body.https.any.js.ini
index 56cd175f48b..79158924072 100644
--- a/tests/wpt/meta/fetch/content-encoding/br/big-br-body.https.any.js.ini
+++ b/tests/wpt/meta/fetch/content-encoding/br/big-br-body.https.any.js.ini
@@ -2,17 +2,11 @@
expected: ERROR
[big-br-body.https.any.html]
- [large br data should be decompressed successfully]
- expected: FAIL
-
[large br data should be decompressed successfully with byte stream]
expected: FAIL
[big-br-body.https.any.worker.html]
- [large br data should be decompressed successfully]
- expected: FAIL
-
[large br data should be decompressed successfully with byte stream]
expected: FAIL
diff --git a/tests/wpt/meta/fetch/content-encoding/gzip/big-gzip-body.https.any.js.ini b/tests/wpt/meta/fetch/content-encoding/gzip/big-gzip-body.https.any.js.ini
index 625d6f9c017..032d354ce05 100644
--- a/tests/wpt/meta/fetch/content-encoding/gzip/big-gzip-body.https.any.js.ini
+++ b/tests/wpt/meta/fetch/content-encoding/gzip/big-gzip-body.https.any.js.ini
@@ -2,17 +2,11 @@
expected: ERROR
[big-gzip-body.https.any.worker.html]
- [large gzip data should be decompressed successfully]
- expected: FAIL
-
[large gzip data should be decompressed successfully with byte stream]
expected: FAIL
[big-gzip-body.https.any.html]
- [large gzip data should be decompressed successfully]
- expected: FAIL
-
[large gzip data should be decompressed successfully with byte stream]
expected: FAIL