OLD | NEW |
1 Tests that a string can be passed in place of an AlgorithmIdentifier | 1 Tests that a string can be passed in place of an AlgorithmIdentifier |
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 key.type is "secret" | 6 PASS key.type is "secret" |
7 PASS key.algorithm.name is "AES-CBC" | 7 PASS key.algorithm.name is "AES-CBC" |
8 PASS key.algorithm.length is 128 | 8 PASS key.algorithm.length is 128 |
9 PASS: sha-1 of empty string should be [da39a3ee5e6b4b0d3255bfef95601890afd80709]
and was | 9 PASS: sha-1 of empty string should be [da39a3ee5e6b4b0d3255bfef95601890afd80709]
and was |
10 PASS key.type is "secret" | 10 PASS key.type is "secret" |
11 PASS key.algorithm.name is "HMAC" | 11 PASS key.algorithm.name is "HMAC" |
12 PASS key.algorithm.hash.name is "SHA-256" | 12 PASS key.algorithm.hash.name is "SHA-256" |
13 PASS key.algorithm.length is 120 | 13 PASS key.algorithm.length is 120 |
14 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
15 | 15 |
16 TEST COMPLETE | 16 TEST COMPLETE |
17 | 17 |
OLD | NEW |