| OLD | NEW |
| 1 CONSOLE ERROR: Algorithm: AES-CBC: AesCbcParams: iv: Not an ArrayBufferView | 1 CONSOLE ERROR: Algorithm: AES-CTR: AesKeyGenParams: length: Missing required pro
perty |
| 2 CONSOLE ERROR: Algorithm: AES-CBC: AesCbcParams: iv: Missing required property | 2 CONSOLE ERROR: Algorithm: AES-CTR: AesKeyGenParams: length: Outside of numeric r
ange |
| 3 CONSOLE ERROR: Algorithm: AES-CBC: AesCbcParams: iv: Not an ArrayBufferView | 3 CONSOLE ERROR: Algorithm: AES-CTR: AesKeyGenParams: length: Outside of numeric r
ange |
| 4 CONSOLE ERROR: Algorithm: AES-CBC: AesCbcParams: iv: Must be 16 bytes | 4 CONSOLE ERROR: Algorithm: AES-CTR: AesKeyGenParams: length: Outside of numeric r
ange |
| 5 Tests bad algorithm inputs for AES-CBC | 5 Tests generateKey() with bad AES-CTR parameters. |
| 6 | 6 |
| 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 8 | 8 |
| 9 | 9 |
| 10 PASS error is null | 10 PASS error is null |
| 11 PASS error is null | 11 PASS error is null |
| 12 PASS error is null | 12 PASS error is null |
| 13 PASS error is null | 13 PASS error is null |
| 14 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
| 15 | 15 |
| 16 TEST COMPLETE | 16 TEST COMPLETE |
| 17 | 17 |
| OLD | NEW |