| OLD | NEW |
| 1 CONSOLE ERROR: Algorithm: AES-GCM: AesGcmParams: iv: Missing required property | 1 CONSOLE ERROR: Algorithm: HMAC: HmacKeyGenParams: length: Outside of numeric ran
ge |
| 2 CONSOLE ERROR: Algorithm: AES-GCM: AesGcmParams: iv: Not an ArrayBufferView | 2 CONSOLE ERROR: Algorithm: HMAC: HmacKeyGenParams: hash: Algorithm: Unrecognized
algorithm name |
| 3 CONSOLE ERROR: Algorithm: AES-GCM: AesGcmParams: iv: Not an ArrayBufferView | 3 CONSOLE ERROR: Algorithm: HMAC: HmacKeyGenParams: length: Outside of numeric ran
ge |
| 4 CONSOLE ERROR: Algorithm: AES-GCM: AesGcmParams: additionalData: Not an ArrayBuf
ferView | 4 CONSOLE ERROR: Algorithm: HMAC: HmacKeyGenParams: length: Is not a number |
| 5 CONSOLE ERROR: Algorithm: AES-GCM: AesGcmParams: tagLength: Is not a number | 5 CONSOLE ERROR: Algorithm: HMAC: HmacKeyGenParams: length: Outside of numeric ran
ge |
| 6 CONSOLE ERROR: Algorithm: AES-GCM: AesGcmParams: tagLength: Outside of numeric r
ange | 6 CONSOLE ERROR: Algorithm: HMAC: HmacKeyGenParams: length: Outside of numeric ran
ge |
| 7 CONSOLE ERROR: Algorithm: AES-GCM: AesGcmParams: tagLength: Outside of numeric r
ange | 7 CONSOLE ERROR: Algorithm: HMAC: HmacKeyGenParams: length: Is not a number |
| 8 Tests bad algorithm inputs for AES-GCM | 8 CONSOLE ERROR: Algorithm: HMAC: HmacKeyGenParams: length: Is not a number |
| 9 CONSOLE ERROR: Invalid key length: it is either zero or not a multiple of 8 bits |
| 10 Tests generateKey() with bad HMAC parameters. |
| 9 | 11 |
| 10 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 12 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 11 | 13 |
| 12 | 14 |
| 13 PASS error is null | 15 PASS error is null |
| 14 PASS error is null | 16 PASS error is null |
| 15 PASS error is null | 17 PASS error is null |
| 16 PASS error is null | 18 PASS error is null |
| 17 PASS error is null | 19 PASS error is null |
| 18 PASS error is null | 20 PASS error is null |
| 19 PASS error is null | 21 PASS error is null |
| 22 PASS error is null |
| 23 PASS error is null |
| 20 PASS successfullyParsed is true | 24 PASS successfullyParsed is true |
| 21 | 25 |
| 22 TEST COMPLETE | 26 TEST COMPLETE |
| 23 | 27 |
| OLD | NEW |