Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests for the deriveBits operation with extreme values in the 'length' parameter #43400

Merged
merged 1 commit into from
Jul 4, 2024

Test the behavior of deriveBits with extreme length values

3b54d14
Select commit
Loading
Failed to load commit list.
Merged

Tests for the deriveBits operation with extreme values in the 'length' parameter #43400

Test the behavior of deriveBits with extreme length values
3b54d14
Select commit
Loading
Failed to load commit list.
Community-TC Integration / wpt-chrome-dev-stability succeeded Jul 4, 2024 in 13m 16s

Community-TC (pull_request)

Verify that all tests affected by a pull request are stable when executed in chrome.

Details

View task in Taskcluster
View logs in Taskcluster

WPT Command: python3 ./wpt run --channel=dev --verify --verify-no-chaos-mode --verify-repeat-loop=0 --verify-repeat-restart=10 --github-checks-text-file=/home/test/artifacts/checkrun.md --affected base_head --log-mach-level=info --log-mach=- -y --no-pause --no-restart-on-unexpected --install-fonts --no-headless --verify-log-full --enable-swiftshader --install-browser --install-webdriver chrome


th: 128  using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage`               | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-GCM length: 128  using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key`                      | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-GCM length: 192  using empty password, long salt, SHA-384, with 1000 iterations`                                            | FAIL    | `assert_unreached: deriveKey failed with error OperationError: 192-bit AES keys are not supported Reached unreachable code` |
10:45.54 INFO | `Derived key of type name: AES-GCM length: 192  using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384`                  | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-GCM length: 192  using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage`               | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-GCM length: 192  using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key`                      | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-GCM length: 256  using empty password, long salt, SHA-384, with 1000 iterations`                                            | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-GCM length: 256  using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384`                  | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-GCM length: 256  using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage`               | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-GCM length: 256  using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key`                      | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-KW length: 128  using empty password, long salt, SHA-384, with 1000 iterations`                                             | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-KW length: 128  using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384`                   | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-KW length: 128  using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage`                | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-KW length: 128  using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key`                       | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-KW length: 192  using empty password, long salt, SHA-384, with 1000 iterations`                                             | FAIL    | `assert_unreached: deriveKey failed with error OperationError: 192-bit AES keys are not supported Reached unreachable code` |
10:45.54 INFO | `Derived key of type name: AES-KW length: 192  using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384`                   | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-KW length: 192  using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage`                | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-KW length: 192  using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key`                       | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-KW length: 256  using empty password, long salt, SHA-384, with 1000 iterations`                                             | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-KW length: 256  using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384`                   | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-KW length: 256  using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage`                | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-KW length: 256  using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key`                       | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: HMAC hash: SHA-1 length: 256  using empty password, long salt, SHA-384, with 1000 iterations`                                   | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: HMAC hash: SHA-1 length: 256  using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384`         | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: HMAC hash: SHA-1 length: 256  using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage`      | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: HMAC hash: SHA-1 length: 256  using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key`             | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: HMAC hash: SHA-256 length: 256  using empty password, long salt, SHA-384, with 1000 iterations`                                 | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: HMAC hash: SHA-256 length: 256  using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384`       | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: HMAC hash: SHA-256 length: 256  using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage`    | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: HMAC hash: SHA-256 length: 256  using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key`           | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: HMAC hash: SHA-384 length: 256  using empty password, long salt, SHA-384, with 1000 iterations`                                 | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: HMAC hash: SHA-384 length: 256  using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384`       | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: HMAC hash: SHA-384 length: 256  using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage`    | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: HMAC hash: SHA-384 length: 256  using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key`           | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: HMAC hash: SHA-512 length: 256  using empty password, long salt, SHA-384, with 1000 iterations`                                 | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: HMAC hash: SHA-512 length: 256  using empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384`       | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: HMAC hash: SHA-512 length: 256  using empty password, long salt, SHA-384, with 1000 iterations with missing deriveKey usage`    | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: HMAC hash: SHA-512 length: 256  using empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key`           | PASS    |                                                                                                                             |
10:45.54 INFO | `empty password, long salt, SHA-384, with 1000 iterations with 0 length`                                                                                   | PASS    |                                                                                                                             |
10:45.54 INFO | `empty password, long salt, SHA-384, with 1000 iterations with non-multiple of 8 length`                                                                   | PASS    |                                                                                                                             |
10:45.54 INFO | `empty password, long salt, SHA-384, with 1000 iterations with bad hash name SHA384`                                                                       | PASS    |                                                                                                                             |
10:45.54 INFO | `empty password, long salt, SHA-384, with 1000 iterations with missing deriveBits usage`                                                                   | PASS    |                                                                                                                             |
10:45.54 INFO | `empty password, long salt, SHA-384, with 1000 iterations with wrong (ECDH) key`                                                                           | PASS    |                                                                                                                             |
10:45.54 INFO | `empty password, long salt, SHA-384, with 100000 iterations`                                                                                               | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-CBC length: 128  using empty password, long salt, SHA-384, with 100000 iterations`                                          | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-CBC length: 128  using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384`                | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-CBC length: 128  using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage`             | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-CBC length: 128  using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key`                    | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-CBC length: 192  using empty password, long salt, SHA-384, with 100000 iterations`                                          | FAIL    | `assert_unreached: deriveKey failed with error OperationError: 192-bit AES keys are not supported Reached unreachable code` |
10:45.54 INFO | `Derived key of type name: AES-CBC length: 192  using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384`                | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-CBC length: 192  using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage`             | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-CBC length: 192  using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key`                    | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-CBC length: 256  using empty password, long salt, SHA-384, with 100000 iterations`                                          | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-CBC length: 256  using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384`                | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-CBC length: 256  using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage`             | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-CBC length: 256  using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key`                    | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-CTR length: 128  using empty password, long salt, SHA-384, with 100000 iterations`                                          | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-CTR length: 128  using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384`                | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-CTR length: 128  using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage`             | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-CTR length: 128  using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key`                    | PASS    |                                                                                                                             |
10:45.54 INFO | `Derived key of type name: AES-CTR length: 192  using empty password, long salt, SHA-384, with 100000 iterations`                                          | FAIL    | `assert_unreached: deriveKey failed with error OperationError: 192-bit AES keys are not supported Reached unreachable code` |
10:45.54 INFO | `Derived key of type name: AES-CTR length: 192  using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384`                | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 192  using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage`             | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 192  using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key`                    | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 256  using empty password, long salt, SHA-384, with 100000 iterations`                                          | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 256  using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384`                | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 256  using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage`             | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 256  using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key`                    | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 128  using empty password, long salt, SHA-384, with 100000 iterations`                                          | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 128  using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384`                | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 128  using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage`             | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 128  using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key`                    | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 192  using empty password, long salt, SHA-384, with 100000 iterations`                                          | FAIL    | `assert_unreached: deriveKey failed with error OperationError: 192-bit AES keys are not supported Reached unreachable code` |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 192  using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384`                | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 192  using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage`             | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 192  using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key`                    | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 256  using empty password, long salt, SHA-384, with 100000 iterations`                                          | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 256  using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384`                | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 256  using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage`             | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 256  using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key`                    | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 128  using empty password, long salt, SHA-384, with 100000 iterations`                                           | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 128  using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384`                 | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 128  using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage`              | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 128  using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key`                     | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 192  using empty password, long salt, SHA-384, with 100000 iterations`                                           | FAIL    | `assert_unreached: deriveKey failed with error OperationError: 192-bit AES keys are not supported Reached unreachable code` |
10:45.55 INFO | `Derived key of type name: AES-KW length: 192  using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384`                 | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 192  using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage`              | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 192  using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key`                     | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 256  using empty password, long salt, SHA-384, with 100000 iterations`                                           | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 256  using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384`                 | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 256  using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage`              | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 256  using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key`                     | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-1 length: 256  using empty password, long salt, SHA-384, with 100000 iterations`                                 | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-1 length: 256  using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384`       | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-1 length: 256  using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage`    | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-1 length: 256  using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key`           | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-256 length: 256  using empty password, long salt, SHA-384, with 100000 iterations`                               | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-256 length: 256  using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384`     | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-256 length: 256  using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage`  | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-256 length: 256  using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key`         | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-384 length: 256  using empty password, long salt, SHA-384, with 100000 iterations`                               | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-384 length: 256  using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384`     | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-384 length: 256  using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage`  | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-384 length: 256  using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key`         | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-512 length: 256  using empty password, long salt, SHA-384, with 100000 iterations`                               | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-512 length: 256  using empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384`     | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-512 length: 256  using empty password, long salt, SHA-384, with 100000 iterations with missing deriveKey usage`  | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-512 length: 256  using empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key`         | PASS    |                                                                                                                             |
10:45.55 INFO | `empty password, long salt, SHA-384, with 100000 iterations with 0 length`                                                                                 | PASS    |                                                                                                                             |
10:45.55 INFO | `empty password, long salt, SHA-384, with 100000 iterations with non-multiple of 8 length`                                                                 | PASS    |                                                                                                                             |
10:45.55 INFO | `empty password, long salt, SHA-384, with 100000 iterations with bad hash name SHA384`                                                                     | PASS    |                                                                                                                             |
10:45.55 INFO | `empty password, long salt, SHA-384, with 100000 iterations with missing deriveBits usage`                                                                 | PASS    |                                                                                                                             |
10:45.55 INFO | `empty password, long salt, SHA-384, with 100000 iterations with wrong (ECDH) key`                                                                         | PASS    |                                                                                                                             |
10:45.55 INFO | `empty password, long salt, SHA-384, with 0 iterations`                                                                                                    | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CBC length: 128  using empty password, long salt, SHA-384, with 0 iterations`                                               | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CBC length: 192  using empty password, long salt, SHA-384, with 0 iterations`                                               | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CBC length: 256  using empty password, long salt, SHA-384, with 0 iterations`                                               | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 128  using empty password, long salt, SHA-384, with 0 iterations`                                               | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 192  using empty password, long salt, SHA-384, with 0 iterations`                                               | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 256  using empty password, long salt, SHA-384, with 0 iterations`                                               | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 128  using empty password, long salt, SHA-384, with 0 iterations`                                               | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 192  using empty password, long salt, SHA-384, with 0 iterations`                                               | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 256  using empty password, long salt, SHA-384, with 0 iterations`                                               | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 128  using empty password, long salt, SHA-384, with 0 iterations`                                                | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 192  using empty password, long salt, SHA-384, with 0 iterations`                                                | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 256  using empty password, long salt, SHA-384, with 0 iterations`                                                | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-1 length: 256  using empty password, long salt, SHA-384, with 0 iterations`                                      | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-256 length: 256  using empty password, long salt, SHA-384, with 0 iterations`                                    | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-384 length: 256  using empty password, long salt, SHA-384, with 0 iterations`                                    | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-512 length: 256  using empty password, long salt, SHA-384, with 0 iterations`                                    | PASS    |                                                                                                                             |
10:45.55 INFO | `empty password, long salt, SHA-512, with 1 iterations`                                                                                                    | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CBC length: 128  using empty password, long salt, SHA-512, with 1 iterations`                                               | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CBC length: 128  using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512`                     | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CBC length: 128  using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage`                  | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CBC length: 128  using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key`                         | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CBC length: 192  using empty password, long salt, SHA-512, with 1 iterations`                                               | FAIL    | `assert_unreached: deriveKey failed with error OperationError: 192-bit AES keys are not supported Reached unreachable code` |
10:45.55 INFO | `Derived key of type name: AES-CBC length: 192  using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512`                     | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CBC length: 192  using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage`                  | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CBC length: 192  using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key`                         | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CBC length: 256  using empty password, long salt, SHA-512, with 1 iterations`                                               | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CBC length: 256  using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512`                     | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CBC length: 256  using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage`                  | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CBC length: 256  using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key`                         | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 128  using empty password, long salt, SHA-512, with 1 iterations`                                               | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 128  using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512`                     | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 128  using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage`                  | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 128  using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key`                         | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 192  using empty password, long salt, SHA-512, with 1 iterations`                                               | FAIL    | `assert_unreached: deriveKey failed with error OperationError: 192-bit AES keys are not supported Reached unreachable code` |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 192  using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512`                     | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 192  using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage`                  | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 192  using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key`                         | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 256  using empty password, long salt, SHA-512, with 1 iterations`                                               | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 256  using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512`                     | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 256  using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage`                  | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-CTR length: 256  using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key`                         | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 128  using empty password, long salt, SHA-512, with 1 iterations`                                               | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 128  using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512`                     | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 128  using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage`                  | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 128  using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key`                         | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 192  using empty password, long salt, SHA-512, with 1 iterations`                                               | FAIL    | `assert_unreached: deriveKey failed with error OperationError: 192-bit AES keys are not supported Reached unreachable code` |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 192  using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512`                     | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 192  using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage`                  | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 192  using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key`                         | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 256  using empty password, long salt, SHA-512, with 1 iterations`                                               | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 256  using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512`                     | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 256  using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage`                  | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-GCM length: 256  using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key`                         | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 128  using empty password, long salt, SHA-512, with 1 iterations`                                                | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 128  using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512`                      | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 128  using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage`                   | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 128  using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key`                          | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 192  using empty password, long salt, SHA-512, with 1 iterations`                                                | FAIL    | `assert_unreached: deriveKey failed with error OperationError: 192-bit AES keys are not supported Reached unreachable code` |
10:45.55 INFO | `Derived key of type name: AES-KW length: 192  using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512`                      | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 192  using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage`                   | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 192  using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key`                          | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 256  using empty password, long salt, SHA-512, with 1 iterations`                                                | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 256  using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512`                      | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 256  using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage`                   | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: AES-KW length: 256  using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key`                          | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-1 length: 256  using empty password, long salt, SHA-512, with 1 iterations`                                      | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-1 length: 256  using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512`            | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-1 length: 256  using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage`         | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-1 length: 256  using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key`                | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-256 length: 256  using empty password, long salt, SHA-512, with 1 iterations`                                    | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-256 length: 256  using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512`          | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-256 length: 256  using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage`       | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-256 length: 256  using empty password, long salt, SHA-512, with 1 iterations with wrong (ECDH) key`              | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-384 length: 256  using empty password, long salt, SHA-512, with 1 iterations`                                    | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-384 length: 256  using empty password, long salt, SHA-512, with 1 iterations with bad hash name SHA512`          | PASS    |                                                                                                                             |
10:45.55 INFO | `Derived key of type name: HMAC hash: SHA-384 length: 256  using empty password, long salt, SHA-512, with 1 iterations with missing deriveKey usage`       | PASS    |                                                                                                                             |
10:45.55 INFO 
10:45.55 INFO ::: Running tests in a loop with restarts 10 times : PASS
10:45.55 INFO :::
10:45.55 INFO ::: Test verification PASS
10:45.55 INFO :::
[taskcluster 2024-07-04 11:07:37.840Z] === Task Finished ===
[taskcluster 2024-07-04 11:07:38.161Z] Successful task run with exit code: 0 completed in 793.896 seconds