| OLD | NEW |
| 1 Tests structured cloning of RSA public keys (with a hash) | 1 Tests structured cloning of RSA public keys (with a hash) |
| 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 importedKey.extraProperty is "hi" | 6 PASS importedKey.extraProperty is "hi" |
| 7 PASS importedKey.type is "public" | 7 PASS importedKey.type is "public" |
| 8 PASS typeof importedKey.extractable is 'boolean' | 8 PASS typeof importedKey.extractable is 'boolean' |
| 9 PASS importedKey.extractable is true | 9 PASS importedKey.extractable is true |
| 10 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" | 10 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" |
| (...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 516 PASS clonedKey.algorithm.modulusLength is 2048 | 516 PASS clonedKey.algorithm.modulusLength is 2048 |
| 517 PASS: clonedKey.algorithm.publicExponent should be [010001] and was | 517 PASS: clonedKey.algorithm.publicExponent should be [010001] and was |
| 518 PASS clonedKey.algorithm.hash.name is "SHA-512" | 518 PASS clonedKey.algorithm.hash.name is "SHA-512" |
| 519 PASS clonedKey.usages.join(',') is "verify" | 519 PASS clonedKey.usages.join(',') is "verify" |
| 520 Serialized key bytes: 3f004b0403018010030100010810a60230820122300d06092a864886f7
0d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca87898
1108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062a
e506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48
e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d
82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf
39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d6278
5e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef02030100
01 | 520 Serialized key bytes: 3f004b0403018010030100010810a60230820122300d06092a864886f7
0d01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca87898
1108680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062a
e506cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48
e8923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d
82518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf
39c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d6278
5e00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef02030100
01 |
| 521 | 521 |
| 522 PASS successfullyParsed is true | 522 PASS successfullyParsed is true |
| 523 | 523 |
| 524 TEST COMPLETE | 524 TEST COMPLETE |
| 525 | 525 |
| OLD | NEW |