From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../WebCryptoAPI/sign_verify/ecdsa.worker.js.ini | 506 +++++++++++++++++++++ .../WebCryptoAPI/sign_verify/test_ecdsa.html.ini | 389 ++++++++++++++++ 2 files changed, 895 insertions(+) create mode 100644 testing/web-platform/meta/WebCryptoAPI/sign_verify/ecdsa.worker.js.ini create mode 100644 testing/web-platform/meta/WebCryptoAPI/sign_verify/test_ecdsa.html.ini (limited to 'testing/web-platform/meta/WebCryptoAPI/sign_verify') diff --git a/testing/web-platform/meta/WebCryptoAPI/sign_verify/ecdsa.worker.js.ini b/testing/web-platform/meta/WebCryptoAPI/sign_verify/ecdsa.worker.js.ini new file mode 100644 index 000000000..895c0cfea --- /dev/null +++ b/testing/web-platform/meta/WebCryptoAPI/sign_verify/ecdsa.worker.js.ini @@ -0,0 +1,506 @@ +[ecdsa.worker] + type: testharness + [importVectorKeys step: ECDSA P-256 with SHA-1 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 verification failure due to altered plaintext] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 verification failure due to altered plaintext] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 verification failure due to altered plaintext] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 verification failure due to altered plaintext] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 verification failure due to altered plaintext] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 verification failure due to altered plaintext] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 verification failure due to altered plaintext] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 verification failure due to altered plaintext] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to altered plaintext] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to altered plaintext] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to altered plaintext] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to altered plaintext] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 signing with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 signing with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 signing with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 signing with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 signing with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 signing with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 signing with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 signing with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 signing with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 signing with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 signing with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 signing with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 verifying with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 verifying with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 verifying with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 verifying with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 verifying with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 verifying with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 verifying with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 verifying with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 verifying with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 verifying with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 verifying with wrong algorithm name] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 verifying with wrong algorithm name] + expected: FAIL + diff --git a/testing/web-platform/meta/WebCryptoAPI/sign_verify/test_ecdsa.html.ini b/testing/web-platform/meta/WebCryptoAPI/sign_verify/test_ecdsa.html.ini new file mode 100644 index 000000000..5d8f42f69 --- /dev/null +++ b/testing/web-platform/meta/WebCryptoAPI/sign_verify/test_ecdsa.html.ini @@ -0,0 +1,389 @@ +[test_ecdsa.html] + type: testharness + [importVectorKeys step: ECDSA P-256 with SHA-1 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 verification] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 verification with altered signature after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 with altered plaintext after call] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 using privateKey to verify] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 using publicKey to sign] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 no verify usage] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 round trip] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to altered signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to wrong hash] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-256 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-384 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-512 verification failure due to bad hash name] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-1 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-256 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-384 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-256 with SHA-512 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-1 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-256 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-384 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-384 with SHA-512 verification failure due to shortened signature] + expected: FAIL + + [importVectorKeys step: ECDSA P-521 with SHA-1 verification failure due to shortened signature] + expected: FAIL + -- cgit v1.2.3