OLD | NEW |
1 Tests wrapping and unwrapping of AES-CBC keys using AES-KW and raw format | 1 Tests wrapping and unwrapping of AES-CBC keys using AES-KW and raw format |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS: Wrapped key data should be [1fa68b0a8112b447aef34bd8fb5a7b829d3e862371d2cf
e5] and was | 6 PASS: Wrapped key data should be [1fa68b0a8112b447aef34bd8fb5a7b829d3e862371d2cf
e5] and was |
7 PASS unwrappedKey.algorithm.name is "HMAC" | 7 PASS unwrappedKey.algorithm.name is "HMAC" |
8 PASS unwrappedKey.algorithm.hash.name is "SHA-1" | 8 PASS unwrappedKey.algorithm.hash.name is "SHA-1" |
9 PASS unwrappedKey.algorithm.length is 128 | 9 PASS unwrappedKey.algorithm.length is 128 |
10 PASS typeof unwrappedKey.extractable is 'boolean' | 10 PASS typeof unwrappedKey.extractable is 'boolean' |
(...skipping 21 matching lines...) Expand all Loading... |
32 PASS unwrappedKey.algorithm.hash.name is "SHA-1" | 32 PASS unwrappedKey.algorithm.hash.name is "SHA-1" |
33 PASS unwrappedKey.algorithm.length is 256 | 33 PASS unwrappedKey.algorithm.length is 256 |
34 PASS typeof unwrappedKey.extractable is 'boolean' | 34 PASS typeof unwrappedKey.extractable is 'boolean' |
35 PASS unwrappedKey.extractable is true | 35 PASS unwrappedKey.extractable is true |
36 PASS unwrappedKey.usages.join(',') is "sign" | 36 PASS unwrappedKey.usages.join(',') is "sign" |
37 PASS: Unwrapped key data should be [00112233445566778899aabbccddeeff000102030405
060708090a0b0c0d0e0f] and was | 37 PASS: Unwrapped key data should be [00112233445566778899aabbccddeeff000102030405
060708090a0b0c0d0e0f] and was |
38 PASS successfullyParsed is true | 38 PASS successfullyParsed is true |
39 | 39 |
40 TEST COMPLETE | 40 TEST COMPLETE |
41 | 41 |
OLD | NEW |