|
2654 | 2654 | "encrypt_decrypt/aes_cbc.https.any.js": { |
2655 | 2655 | "fail": { |
2656 | 2656 | "expected": [ |
2657 | | - "AES-CBC 128-bit key, zeroPadChar", |
2658 | | - "AES-CBC 128-bit key, bigPadChar", |
2659 | | - "AES-CBC 128-bit key, inconsistentPadChars", |
2660 | | - "AES-CBC 192-bit key, zeroPadChar", |
2661 | | - "AES-CBC 192-bit key, bigPadChar", |
2662 | | - "AES-CBC 192-bit key, inconsistentPadChars", |
2663 | | - "AES-CBC 256-bit key, zeroPadChar", |
2664 | | - "AES-CBC 256-bit key, bigPadChar", |
2665 | | - "AES-CBC 256-bit key, inconsistentPadChars" |
2666 | 2657 | ] |
2667 | 2658 | } |
2668 | 2659 | }, |
2669 | 2660 | "encrypt_decrypt/rsa_oaep.https.any.js": { |
2670 | 2661 | "fail": { |
2671 | 2662 | "expected": [ |
2672 | | - "RSA-OAEP with SHA-1 and no label too long plaintext", |
2673 | | - "RSA-OAEP with SHA-256 and no label too long plaintext", |
2674 | | - "RSA-OAEP with SHA-384 and no label too long plaintext", |
2675 | | - "RSA-OAEP with SHA-512 and no label too long plaintext", |
2676 | | - "RSA-OAEP with SHA-1 and empty label too long plaintext", |
2677 | | - "RSA-OAEP with SHA-256 and empty label too long plaintext", |
2678 | | - "RSA-OAEP with SHA-384 and empty label too long plaintext", |
2679 | | - "RSA-OAEP with SHA-512 and empty label too long plaintext", |
2680 | | - "RSA-OAEP with SHA-1 and a label too long plaintext", |
2681 | | - "RSA-OAEP with SHA-256 and a label too long plaintext", |
2682 | | - "RSA-OAEP with SHA-384 and a label too long plaintext", |
2683 | | - "RSA-OAEP with SHA-512 and a label too long plaintext" |
2684 | 2663 | ] |
2685 | 2664 | } |
2686 | 2665 | }, |
|
0 commit comments