Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Side by Side Diff: third_party/WebKit/LayoutTests/crypto/subtle/rsassa-pkcs1-v1_5/cloneKey-expected.txt

Issue 2855123009: Expose SerializedScriptValue data through a non-copying view. (Closed)
Patch Set: update layout test results to not include padding Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Tests structured cloning of RSASSA-PKCS1-v1_5 keys 1 Tests structured cloning of RSASSA-PKCS1-v1_5 keys
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"
11 PASS importedKey.algorithm.modulusLength is 1024 11 PASS importedKey.algorithm.modulusLength is 1024
12 PASS: importedKey.algorithm.publicExponent should be [010001] and was 12 PASS: importedKey.algorithm.publicExponent should be [010001] and was
13 PASS importedKey.algorithm.hash.name is "SHA-1" 13 PASS importedKey.algorithm.hash.name is "SHA-1"
14 PASS importedKey.usages.join(',') is "" 14 PASS importedKey.usages.join(',') is ""
15 PASS importedKey is not clonedKey 15 PASS importedKey is not clonedKey
16 PASS clonedKey.extraProperty is undefined. 16 PASS clonedKey.extraProperty is undefined.
17 PASS clonedKey.type is "public" 17 PASS clonedKey.type is "public"
18 PASS typeof clonedKey.extractable is 'boolean' 18 PASS typeof clonedKey.extractable is 'boolean'
19 PASS clonedKey.extractable is true 19 PASS clonedKey.extractable is true
20 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 20 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
21 PASS clonedKey.algorithm.modulusLength is 1024 21 PASS clonedKey.algorithm.modulusLength is 1024
22 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 22 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
23 PASS clonedKey.algorithm.hash.name is "SHA-1" 23 PASS clonedKey.algorithm.hash.name is "SHA-1"
24 PASS clonedKey.usages.join(',') is "" 24 PASS clonedKey.usages.join(',') is ""
25 Serialized key bytes: 5c4b0403018008030100010501a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 25 Serialized key bytes: 5c4b0403018008030100010501a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
26 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003 818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567 3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886 68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255 fcee05ce7b8af213879f017de4232a306a410203010001] and was 26 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003 818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567 3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886 68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255 fcee05ce7b8af213879f017de4232a306a410203010001] and was
27 27
28 PASS importedKey.extraProperty is "hi" 28 PASS importedKey.extraProperty is "hi"
29 PASS importedKey.type is "public" 29 PASS importedKey.type is "public"
30 PASS typeof importedKey.extractable is 'boolean' 30 PASS typeof importedKey.extractable is 'boolean'
31 PASS importedKey.extractable is true 31 PASS importedKey.extractable is true
32 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 32 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
33 PASS importedKey.algorithm.modulusLength is 2048 33 PASS importedKey.algorithm.modulusLength is 2048
34 PASS: importedKey.algorithm.publicExponent should be [010001] and was 34 PASS: importedKey.algorithm.publicExponent should be [010001] and was
35 PASS importedKey.algorithm.hash.name is "SHA-1" 35 PASS importedKey.algorithm.hash.name is "SHA-1"
36 PASS importedKey.usages.join(',') is "" 36 PASS importedKey.usages.join(',') is ""
37 PASS importedKey is not clonedKey 37 PASS importedKey is not clonedKey
38 PASS clonedKey.extraProperty is undefined. 38 PASS clonedKey.extraProperty is undefined.
39 PASS clonedKey.type is "public" 39 PASS clonedKey.type is "public"
40 PASS typeof clonedKey.extractable is 'boolean' 40 PASS typeof clonedKey.extractable is 'boolean'
41 PASS clonedKey.extractable is true 41 PASS clonedKey.extractable is true
42 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 42 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
43 PASS clonedKey.algorithm.modulusLength is 2048 43 PASS clonedKey.algorithm.modulusLength is 2048
44 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 44 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
45 PASS clonedKey.algorithm.hash.name is "SHA-1" 45 PASS clonedKey.algorithm.hash.name is "SHA-1"
46 PASS clonedKey.usages.join(',') is "" 46 PASS clonedKey.usages.join(',') is ""
47 Serialized key bytes: 5c4b0403018010030100010501a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001 00 47 Serialized key bytes: 5c4b0403018010030100010501a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
48 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500 0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6 b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193 68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b 7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5 1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7 7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was 48 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500 0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6 b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193 68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b 7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5 1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7 7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was
49 49
50 PASS importedKey.extraProperty is "hi" 50 PASS importedKey.extraProperty is "hi"
51 PASS importedKey.type is "public" 51 PASS importedKey.type is "public"
52 PASS typeof importedKey.extractable is 'boolean' 52 PASS typeof importedKey.extractable is 'boolean'
53 PASS importedKey.extractable is true 53 PASS importedKey.extractable is true
54 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 54 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
55 PASS importedKey.algorithm.modulusLength is 1024 55 PASS importedKey.algorithm.modulusLength is 1024
56 PASS: importedKey.algorithm.publicExponent should be [010001] and was 56 PASS: importedKey.algorithm.publicExponent should be [010001] and was
57 PASS importedKey.algorithm.hash.name is "SHA-1" 57 PASS importedKey.algorithm.hash.name is "SHA-1"
58 PASS importedKey.usages.join(',') is "verify" 58 PASS importedKey.usages.join(',') is "verify"
59 PASS importedKey is not clonedKey 59 PASS importedKey is not clonedKey
60 PASS clonedKey.extraProperty is undefined. 60 PASS clonedKey.extraProperty is undefined.
61 PASS clonedKey.type is "public" 61 PASS clonedKey.type is "public"
62 PASS typeof clonedKey.extractable is 'boolean' 62 PASS typeof clonedKey.extractable is 'boolean'
63 PASS clonedKey.extractable is true 63 PASS clonedKey.extractable is true
64 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 64 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
65 PASS clonedKey.algorithm.modulusLength is 1024 65 PASS clonedKey.algorithm.modulusLength is 1024
66 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 66 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
67 PASS clonedKey.algorithm.hash.name is "SHA-1" 67 PASS clonedKey.algorithm.hash.name is "SHA-1"
68 PASS clonedKey.usages.join(',') is "verify" 68 PASS clonedKey.usages.join(',') is "verify"
69 Serialized key bytes: 5c4b0403018008030100010511a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 69 Serialized key bytes: 5c4b0403018008030100010511a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
70 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003 818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567 3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886 68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255 fcee05ce7b8af213879f017de4232a306a410203010001] and was 70 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003 818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567 3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886 68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255 fcee05ce7b8af213879f017de4232a306a410203010001] and was
71 71
72 PASS importedKey.extraProperty is "hi" 72 PASS importedKey.extraProperty is "hi"
73 PASS importedKey.type is "public" 73 PASS importedKey.type is "public"
74 PASS typeof importedKey.extractable is 'boolean' 74 PASS typeof importedKey.extractable is 'boolean'
75 PASS importedKey.extractable is true 75 PASS importedKey.extractable is true
76 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 76 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
77 PASS importedKey.algorithm.modulusLength is 2048 77 PASS importedKey.algorithm.modulusLength is 2048
78 PASS: importedKey.algorithm.publicExponent should be [010001] and was 78 PASS: importedKey.algorithm.publicExponent should be [010001] and was
79 PASS importedKey.algorithm.hash.name is "SHA-1" 79 PASS importedKey.algorithm.hash.name is "SHA-1"
80 PASS importedKey.usages.join(',') is "verify" 80 PASS importedKey.usages.join(',') is "verify"
81 PASS importedKey is not clonedKey 81 PASS importedKey is not clonedKey
82 PASS clonedKey.extraProperty is undefined. 82 PASS clonedKey.extraProperty is undefined.
83 PASS clonedKey.type is "public" 83 PASS clonedKey.type is "public"
84 PASS typeof clonedKey.extractable is 'boolean' 84 PASS typeof clonedKey.extractable is 'boolean'
85 PASS clonedKey.extractable is true 85 PASS clonedKey.extractable is true
86 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 86 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
87 PASS clonedKey.algorithm.modulusLength is 2048 87 PASS clonedKey.algorithm.modulusLength is 2048
88 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 88 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
89 PASS clonedKey.algorithm.hash.name is "SHA-1" 89 PASS clonedKey.algorithm.hash.name is "SHA-1"
90 PASS clonedKey.usages.join(',') is "verify" 90 PASS clonedKey.usages.join(',') is "verify"
91 Serialized key bytes: 5c4b0403018010030100010511a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001 00 91 Serialized key bytes: 5c4b0403018010030100010511a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
92 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500 0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6 b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193 68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b 7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5 1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7 7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was 92 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500 0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6 b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193 68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b 7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5 1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7 7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was
93 93
94 PASS importedKey.extraProperty is "hi" 94 PASS importedKey.extraProperty is "hi"
95 PASS importedKey.type is "public" 95 PASS importedKey.type is "public"
96 PASS typeof importedKey.extractable is 'boolean' 96 PASS typeof importedKey.extractable is 'boolean'
97 PASS importedKey.extractable is false 97 PASS importedKey.extractable is false
98 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 98 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
99 PASS importedKey.algorithm.modulusLength is 1024 99 PASS importedKey.algorithm.modulusLength is 1024
100 PASS: importedKey.algorithm.publicExponent should be [010001] and was 100 PASS: importedKey.algorithm.publicExponent should be [010001] and was
101 PASS importedKey.algorithm.hash.name is "SHA-1" 101 PASS importedKey.algorithm.hash.name is "SHA-1"
102 PASS importedKey.usages.join(',') is "" 102 PASS importedKey.usages.join(',') is ""
103 PASS importedKey is not clonedKey 103 PASS importedKey is not clonedKey
104 PASS clonedKey.extraProperty is undefined. 104 PASS clonedKey.extraProperty is undefined.
105 PASS clonedKey.type is "public" 105 PASS clonedKey.type is "public"
106 PASS typeof clonedKey.extractable is 'boolean' 106 PASS typeof clonedKey.extractable is 'boolean'
107 PASS clonedKey.extractable is false 107 PASS clonedKey.extractable is false
108 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 108 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
109 PASS clonedKey.algorithm.modulusLength is 1024 109 PASS clonedKey.algorithm.modulusLength is 1024
110 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 110 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
111 PASS clonedKey.algorithm.hash.name is "SHA-1" 111 PASS clonedKey.algorithm.hash.name is "SHA-1"
112 PASS clonedKey.usages.join(',') is "" 112 PASS clonedKey.usages.join(',') is ""
113 Serialized key bytes: 5c4b0403018008030100010500a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 113 Serialized key bytes: 5c4b0403018008030100010500a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
114 114
115 PASS importedKey.extraProperty is "hi" 115 PASS importedKey.extraProperty is "hi"
116 PASS importedKey.type is "public" 116 PASS importedKey.type is "public"
117 PASS typeof importedKey.extractable is 'boolean' 117 PASS typeof importedKey.extractable is 'boolean'
118 PASS importedKey.extractable is false 118 PASS importedKey.extractable is false
119 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 119 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
120 PASS importedKey.algorithm.modulusLength is 2048 120 PASS importedKey.algorithm.modulusLength is 2048
121 PASS: importedKey.algorithm.publicExponent should be [010001] and was 121 PASS: importedKey.algorithm.publicExponent should be [010001] and was
122 PASS importedKey.algorithm.hash.name is "SHA-1" 122 PASS importedKey.algorithm.hash.name is "SHA-1"
123 PASS importedKey.usages.join(',') is "" 123 PASS importedKey.usages.join(',') is ""
124 PASS importedKey is not clonedKey 124 PASS importedKey is not clonedKey
125 PASS clonedKey.extraProperty is undefined. 125 PASS clonedKey.extraProperty is undefined.
126 PASS clonedKey.type is "public" 126 PASS clonedKey.type is "public"
127 PASS typeof clonedKey.extractable is 'boolean' 127 PASS typeof clonedKey.extractable is 'boolean'
128 PASS clonedKey.extractable is false 128 PASS clonedKey.extractable is false
129 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 129 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
130 PASS clonedKey.algorithm.modulusLength is 2048 130 PASS clonedKey.algorithm.modulusLength is 2048
131 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 131 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
132 PASS clonedKey.algorithm.hash.name is "SHA-1" 132 PASS clonedKey.algorithm.hash.name is "SHA-1"
133 PASS clonedKey.usages.join(',') is "" 133 PASS clonedKey.usages.join(',') is ""
134 Serialized key bytes: 5c4b0403018010030100010500a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001 00 134 Serialized key bytes: 5c4b0403018010030100010500a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
135 135
136 PASS importedKey.extraProperty is "hi" 136 PASS importedKey.extraProperty is "hi"
137 PASS importedKey.type is "public" 137 PASS importedKey.type is "public"
138 PASS typeof importedKey.extractable is 'boolean' 138 PASS typeof importedKey.extractable is 'boolean'
139 PASS importedKey.extractable is false 139 PASS importedKey.extractable is false
140 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 140 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
141 PASS importedKey.algorithm.modulusLength is 1024 141 PASS importedKey.algorithm.modulusLength is 1024
142 PASS: importedKey.algorithm.publicExponent should be [010001] and was 142 PASS: importedKey.algorithm.publicExponent should be [010001] and was
143 PASS importedKey.algorithm.hash.name is "SHA-1" 143 PASS importedKey.algorithm.hash.name is "SHA-1"
144 PASS importedKey.usages.join(',') is "verify" 144 PASS importedKey.usages.join(',') is "verify"
145 PASS importedKey is not clonedKey 145 PASS importedKey is not clonedKey
146 PASS clonedKey.extraProperty is undefined. 146 PASS clonedKey.extraProperty is undefined.
147 PASS clonedKey.type is "public" 147 PASS clonedKey.type is "public"
148 PASS typeof clonedKey.extractable is 'boolean' 148 PASS typeof clonedKey.extractable is 'boolean'
149 PASS clonedKey.extractable is false 149 PASS clonedKey.extractable is false
150 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 150 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
151 PASS clonedKey.algorithm.modulusLength is 1024 151 PASS clonedKey.algorithm.modulusLength is 1024
152 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 152 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
153 PASS clonedKey.algorithm.hash.name is "SHA-1" 153 PASS clonedKey.algorithm.hash.name is "SHA-1"
154 PASS clonedKey.usages.join(',') is "verify" 154 PASS clonedKey.usages.join(',') is "verify"
155 Serialized key bytes: 5c4b0403018008030100010510a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 155 Serialized key bytes: 5c4b0403018008030100010510a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
156 156
157 PASS importedKey.extraProperty is "hi" 157 PASS importedKey.extraProperty is "hi"
158 PASS importedKey.type is "public" 158 PASS importedKey.type is "public"
159 PASS typeof importedKey.extractable is 'boolean' 159 PASS typeof importedKey.extractable is 'boolean'
160 PASS importedKey.extractable is false 160 PASS importedKey.extractable is false
161 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 161 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
162 PASS importedKey.algorithm.modulusLength is 2048 162 PASS importedKey.algorithm.modulusLength is 2048
163 PASS: importedKey.algorithm.publicExponent should be [010001] and was 163 PASS: importedKey.algorithm.publicExponent should be [010001] and was
164 PASS importedKey.algorithm.hash.name is "SHA-1" 164 PASS importedKey.algorithm.hash.name is "SHA-1"
165 PASS importedKey.usages.join(',') is "verify" 165 PASS importedKey.usages.join(',') is "verify"
166 PASS importedKey is not clonedKey 166 PASS importedKey is not clonedKey
167 PASS clonedKey.extraProperty is undefined. 167 PASS clonedKey.extraProperty is undefined.
168 PASS clonedKey.type is "public" 168 PASS clonedKey.type is "public"
169 PASS typeof clonedKey.extractable is 'boolean' 169 PASS typeof clonedKey.extractable is 'boolean'
170 PASS clonedKey.extractable is false 170 PASS clonedKey.extractable is false
171 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 171 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
172 PASS clonedKey.algorithm.modulusLength is 2048 172 PASS clonedKey.algorithm.modulusLength is 2048
173 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 173 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
174 PASS clonedKey.algorithm.hash.name is "SHA-1" 174 PASS clonedKey.algorithm.hash.name is "SHA-1"
175 PASS clonedKey.usages.join(',') is "verify" 175 PASS clonedKey.usages.join(',') is "verify"
176 Serialized key bytes: 5c4b0403018010030100010510a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001 00 176 Serialized key bytes: 5c4b0403018010030100010510a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
177 177
178 PASS importedKey.extraProperty is "hi" 178 PASS importedKey.extraProperty is "hi"
179 PASS importedKey.type is "public" 179 PASS importedKey.type is "public"
180 PASS typeof importedKey.extractable is 'boolean' 180 PASS typeof importedKey.extractable is 'boolean'
181 PASS importedKey.extractable is true 181 PASS importedKey.extractable is true
182 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 182 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
183 PASS importedKey.algorithm.modulusLength is 1024 183 PASS importedKey.algorithm.modulusLength is 1024
184 PASS: importedKey.algorithm.publicExponent should be [010001] and was 184 PASS: importedKey.algorithm.publicExponent should be [010001] and was
185 PASS importedKey.algorithm.hash.name is "SHA-256" 185 PASS importedKey.algorithm.hash.name is "SHA-256"
186 PASS importedKey.usages.join(',') is "" 186 PASS importedKey.usages.join(',') is ""
187 PASS importedKey is not clonedKey 187 PASS importedKey is not clonedKey
188 PASS clonedKey.extraProperty is undefined. 188 PASS clonedKey.extraProperty is undefined.
189 PASS clonedKey.type is "public" 189 PASS clonedKey.type is "public"
190 PASS typeof clonedKey.extractable is 'boolean' 190 PASS typeof clonedKey.extractable is 'boolean'
191 PASS clonedKey.extractable is true 191 PASS clonedKey.extractable is true
192 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 192 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
193 PASS clonedKey.algorithm.modulusLength is 1024 193 PASS clonedKey.algorithm.modulusLength is 1024
194 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 194 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
195 PASS clonedKey.algorithm.hash.name is "SHA-256" 195 PASS clonedKey.algorithm.hash.name is "SHA-256"
196 PASS clonedKey.usages.join(',') is "" 196 PASS clonedKey.usages.join(',') is ""
197 Serialized key bytes: 5c4b0403018008030100010601a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 197 Serialized key bytes: 5c4b0403018008030100010601a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
198 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003 818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567 3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886 68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255 fcee05ce7b8af213879f017de4232a306a410203010001] and was 198 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003 818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567 3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886 68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255 fcee05ce7b8af213879f017de4232a306a410203010001] and was
199 199
200 PASS importedKey.extraProperty is "hi" 200 PASS importedKey.extraProperty is "hi"
201 PASS importedKey.type is "public" 201 PASS importedKey.type is "public"
202 PASS typeof importedKey.extractable is 'boolean' 202 PASS typeof importedKey.extractable is 'boolean'
203 PASS importedKey.extractable is true 203 PASS importedKey.extractable is true
204 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 204 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
205 PASS importedKey.algorithm.modulusLength is 2048 205 PASS importedKey.algorithm.modulusLength is 2048
206 PASS: importedKey.algorithm.publicExponent should be [010001] and was 206 PASS: importedKey.algorithm.publicExponent should be [010001] and was
207 PASS importedKey.algorithm.hash.name is "SHA-256" 207 PASS importedKey.algorithm.hash.name is "SHA-256"
208 PASS importedKey.usages.join(',') is "" 208 PASS importedKey.usages.join(',') is ""
209 PASS importedKey is not clonedKey 209 PASS importedKey is not clonedKey
210 PASS clonedKey.extraProperty is undefined. 210 PASS clonedKey.extraProperty is undefined.
211 PASS clonedKey.type is "public" 211 PASS clonedKey.type is "public"
212 PASS typeof clonedKey.extractable is 'boolean' 212 PASS typeof clonedKey.extractable is 'boolean'
213 PASS clonedKey.extractable is true 213 PASS clonedKey.extractable is true
214 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 214 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
215 PASS clonedKey.algorithm.modulusLength is 2048 215 PASS clonedKey.algorithm.modulusLength is 2048
216 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 216 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
217 PASS clonedKey.algorithm.hash.name is "SHA-256" 217 PASS clonedKey.algorithm.hash.name is "SHA-256"
218 PASS clonedKey.usages.join(',') is "" 218 PASS clonedKey.usages.join(',') is ""
219 Serialized key bytes: 5c4b0403018010030100010601a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001 00 219 Serialized key bytes: 5c4b0403018010030100010601a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
220 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500 0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6 b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193 68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b 7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5 1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7 7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was 220 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500 0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6 b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193 68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b 7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5 1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7 7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was
221 221
222 PASS importedKey.extraProperty is "hi" 222 PASS importedKey.extraProperty is "hi"
223 PASS importedKey.type is "public" 223 PASS importedKey.type is "public"
224 PASS typeof importedKey.extractable is 'boolean' 224 PASS typeof importedKey.extractable is 'boolean'
225 PASS importedKey.extractable is true 225 PASS importedKey.extractable is true
226 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 226 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
227 PASS importedKey.algorithm.modulusLength is 1024 227 PASS importedKey.algorithm.modulusLength is 1024
228 PASS: importedKey.algorithm.publicExponent should be [010001] and was 228 PASS: importedKey.algorithm.publicExponent should be [010001] and was
229 PASS importedKey.algorithm.hash.name is "SHA-256" 229 PASS importedKey.algorithm.hash.name is "SHA-256"
230 PASS importedKey.usages.join(',') is "verify" 230 PASS importedKey.usages.join(',') is "verify"
231 PASS importedKey is not clonedKey 231 PASS importedKey is not clonedKey
232 PASS clonedKey.extraProperty is undefined. 232 PASS clonedKey.extraProperty is undefined.
233 PASS clonedKey.type is "public" 233 PASS clonedKey.type is "public"
234 PASS typeof clonedKey.extractable is 'boolean' 234 PASS typeof clonedKey.extractable is 'boolean'
235 PASS clonedKey.extractable is true 235 PASS clonedKey.extractable is true
236 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 236 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
237 PASS clonedKey.algorithm.modulusLength is 1024 237 PASS clonedKey.algorithm.modulusLength is 1024
238 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 238 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
239 PASS clonedKey.algorithm.hash.name is "SHA-256" 239 PASS clonedKey.algorithm.hash.name is "SHA-256"
240 PASS clonedKey.usages.join(',') is "verify" 240 PASS clonedKey.usages.join(',') is "verify"
241 Serialized key bytes: 5c4b0403018008030100010611a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 241 Serialized key bytes: 5c4b0403018008030100010611a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
242 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003 818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567 3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886 68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255 fcee05ce7b8af213879f017de4232a306a410203010001] and was 242 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003 818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567 3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886 68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255 fcee05ce7b8af213879f017de4232a306a410203010001] and was
243 243
244 PASS importedKey.extraProperty is "hi" 244 PASS importedKey.extraProperty is "hi"
245 PASS importedKey.type is "public" 245 PASS importedKey.type is "public"
246 PASS typeof importedKey.extractable is 'boolean' 246 PASS typeof importedKey.extractable is 'boolean'
247 PASS importedKey.extractable is true 247 PASS importedKey.extractable is true
248 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 248 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
249 PASS importedKey.algorithm.modulusLength is 2048 249 PASS importedKey.algorithm.modulusLength is 2048
250 PASS: importedKey.algorithm.publicExponent should be [010001] and was 250 PASS: importedKey.algorithm.publicExponent should be [010001] and was
251 PASS importedKey.algorithm.hash.name is "SHA-256" 251 PASS importedKey.algorithm.hash.name is "SHA-256"
252 PASS importedKey.usages.join(',') is "verify" 252 PASS importedKey.usages.join(',') is "verify"
253 PASS importedKey is not clonedKey 253 PASS importedKey is not clonedKey
254 PASS clonedKey.extraProperty is undefined. 254 PASS clonedKey.extraProperty is undefined.
255 PASS clonedKey.type is "public" 255 PASS clonedKey.type is "public"
256 PASS typeof clonedKey.extractable is 'boolean' 256 PASS typeof clonedKey.extractable is 'boolean'
257 PASS clonedKey.extractable is true 257 PASS clonedKey.extractable is true
258 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 258 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
259 PASS clonedKey.algorithm.modulusLength is 2048 259 PASS clonedKey.algorithm.modulusLength is 2048
260 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 260 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
261 PASS clonedKey.algorithm.hash.name is "SHA-256" 261 PASS clonedKey.algorithm.hash.name is "SHA-256"
262 PASS clonedKey.usages.join(',') is "verify" 262 PASS clonedKey.usages.join(',') is "verify"
263 Serialized key bytes: 5c4b0403018010030100010611a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001 00 263 Serialized key bytes: 5c4b0403018010030100010611a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
264 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500 0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6 b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193 68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b 7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5 1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7 7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was 264 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500 0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6 b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193 68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b 7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5 1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7 7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was
265 265
266 PASS importedKey.extraProperty is "hi" 266 PASS importedKey.extraProperty is "hi"
267 PASS importedKey.type is "public" 267 PASS importedKey.type is "public"
268 PASS typeof importedKey.extractable is 'boolean' 268 PASS typeof importedKey.extractable is 'boolean'
269 PASS importedKey.extractable is false 269 PASS importedKey.extractable is false
270 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 270 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
271 PASS importedKey.algorithm.modulusLength is 1024 271 PASS importedKey.algorithm.modulusLength is 1024
272 PASS: importedKey.algorithm.publicExponent should be [010001] and was 272 PASS: importedKey.algorithm.publicExponent should be [010001] and was
273 PASS importedKey.algorithm.hash.name is "SHA-256" 273 PASS importedKey.algorithm.hash.name is "SHA-256"
274 PASS importedKey.usages.join(',') is "" 274 PASS importedKey.usages.join(',') is ""
275 PASS importedKey is not clonedKey 275 PASS importedKey is not clonedKey
276 PASS clonedKey.extraProperty is undefined. 276 PASS clonedKey.extraProperty is undefined.
277 PASS clonedKey.type is "public" 277 PASS clonedKey.type is "public"
278 PASS typeof clonedKey.extractable is 'boolean' 278 PASS typeof clonedKey.extractable is 'boolean'
279 PASS clonedKey.extractable is false 279 PASS clonedKey.extractable is false
280 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 280 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
281 PASS clonedKey.algorithm.modulusLength is 1024 281 PASS clonedKey.algorithm.modulusLength is 1024
282 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 282 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
283 PASS clonedKey.algorithm.hash.name is "SHA-256" 283 PASS clonedKey.algorithm.hash.name is "SHA-256"
284 PASS clonedKey.usages.join(',') is "" 284 PASS clonedKey.usages.join(',') is ""
285 Serialized key bytes: 5c4b0403018008030100010600a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 285 Serialized key bytes: 5c4b0403018008030100010600a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
286 286
287 PASS importedKey.extraProperty is "hi" 287 PASS importedKey.extraProperty is "hi"
288 PASS importedKey.type is "public" 288 PASS importedKey.type is "public"
289 PASS typeof importedKey.extractable is 'boolean' 289 PASS typeof importedKey.extractable is 'boolean'
290 PASS importedKey.extractable is false 290 PASS importedKey.extractable is false
291 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 291 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
292 PASS importedKey.algorithm.modulusLength is 2048 292 PASS importedKey.algorithm.modulusLength is 2048
293 PASS: importedKey.algorithm.publicExponent should be [010001] and was 293 PASS: importedKey.algorithm.publicExponent should be [010001] and was
294 PASS importedKey.algorithm.hash.name is "SHA-256" 294 PASS importedKey.algorithm.hash.name is "SHA-256"
295 PASS importedKey.usages.join(',') is "" 295 PASS importedKey.usages.join(',') is ""
296 PASS importedKey is not clonedKey 296 PASS importedKey is not clonedKey
297 PASS clonedKey.extraProperty is undefined. 297 PASS clonedKey.extraProperty is undefined.
298 PASS clonedKey.type is "public" 298 PASS clonedKey.type is "public"
299 PASS typeof clonedKey.extractable is 'boolean' 299 PASS typeof clonedKey.extractable is 'boolean'
300 PASS clonedKey.extractable is false 300 PASS clonedKey.extractable is false
301 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 301 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
302 PASS clonedKey.algorithm.modulusLength is 2048 302 PASS clonedKey.algorithm.modulusLength is 2048
303 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 303 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
304 PASS clonedKey.algorithm.hash.name is "SHA-256" 304 PASS clonedKey.algorithm.hash.name is "SHA-256"
305 PASS clonedKey.usages.join(',') is "" 305 PASS clonedKey.usages.join(',') is ""
306 Serialized key bytes: 5c4b0403018010030100010600a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001 00 306 Serialized key bytes: 5c4b0403018010030100010600a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
307 307
308 PASS importedKey.extraProperty is "hi" 308 PASS importedKey.extraProperty is "hi"
309 PASS importedKey.type is "public" 309 PASS importedKey.type is "public"
310 PASS typeof importedKey.extractable is 'boolean' 310 PASS typeof importedKey.extractable is 'boolean'
311 PASS importedKey.extractable is false 311 PASS importedKey.extractable is false
312 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 312 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
313 PASS importedKey.algorithm.modulusLength is 1024 313 PASS importedKey.algorithm.modulusLength is 1024
314 PASS: importedKey.algorithm.publicExponent should be [010001] and was 314 PASS: importedKey.algorithm.publicExponent should be [010001] and was
315 PASS importedKey.algorithm.hash.name is "SHA-256" 315 PASS importedKey.algorithm.hash.name is "SHA-256"
316 PASS importedKey.usages.join(',') is "verify" 316 PASS importedKey.usages.join(',') is "verify"
317 PASS importedKey is not clonedKey 317 PASS importedKey is not clonedKey
318 PASS clonedKey.extraProperty is undefined. 318 PASS clonedKey.extraProperty is undefined.
319 PASS clonedKey.type is "public" 319 PASS clonedKey.type is "public"
320 PASS typeof clonedKey.extractable is 'boolean' 320 PASS typeof clonedKey.extractable is 'boolean'
321 PASS clonedKey.extractable is false 321 PASS clonedKey.extractable is false
322 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 322 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
323 PASS clonedKey.algorithm.modulusLength is 1024 323 PASS clonedKey.algorithm.modulusLength is 1024
324 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 324 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
325 PASS clonedKey.algorithm.hash.name is "SHA-256" 325 PASS clonedKey.algorithm.hash.name is "SHA-256"
326 PASS clonedKey.usages.join(',') is "verify" 326 PASS clonedKey.usages.join(',') is "verify"
327 Serialized key bytes: 5c4b0403018008030100010610a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 327 Serialized key bytes: 5c4b0403018008030100010610a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
328 328
329 PASS importedKey.extraProperty is "hi" 329 PASS importedKey.extraProperty is "hi"
330 PASS importedKey.type is "public" 330 PASS importedKey.type is "public"
331 PASS typeof importedKey.extractable is 'boolean' 331 PASS typeof importedKey.extractable is 'boolean'
332 PASS importedKey.extractable is false 332 PASS importedKey.extractable is false
333 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 333 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
334 PASS importedKey.algorithm.modulusLength is 2048 334 PASS importedKey.algorithm.modulusLength is 2048
335 PASS: importedKey.algorithm.publicExponent should be [010001] and was 335 PASS: importedKey.algorithm.publicExponent should be [010001] and was
336 PASS importedKey.algorithm.hash.name is "SHA-256" 336 PASS importedKey.algorithm.hash.name is "SHA-256"
337 PASS importedKey.usages.join(',') is "verify" 337 PASS importedKey.usages.join(',') is "verify"
338 PASS importedKey is not clonedKey 338 PASS importedKey is not clonedKey
339 PASS clonedKey.extraProperty is undefined. 339 PASS clonedKey.extraProperty is undefined.
340 PASS clonedKey.type is "public" 340 PASS clonedKey.type is "public"
341 PASS typeof clonedKey.extractable is 'boolean' 341 PASS typeof clonedKey.extractable is 'boolean'
342 PASS clonedKey.extractable is false 342 PASS clonedKey.extractable is false
343 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 343 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
344 PASS clonedKey.algorithm.modulusLength is 2048 344 PASS clonedKey.algorithm.modulusLength is 2048
345 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 345 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
346 PASS clonedKey.algorithm.hash.name is "SHA-256" 346 PASS clonedKey.algorithm.hash.name is "SHA-256"
347 PASS clonedKey.usages.join(',') is "verify" 347 PASS clonedKey.usages.join(',') is "verify"
348 Serialized key bytes: 5c4b0403018010030100010610a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001 00 348 Serialized key bytes: 5c4b0403018010030100010610a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
349 349
350 PASS importedKey.extraProperty is "hi" 350 PASS importedKey.extraProperty is "hi"
351 PASS importedKey.type is "public" 351 PASS importedKey.type is "public"
352 PASS typeof importedKey.extractable is 'boolean' 352 PASS typeof importedKey.extractable is 'boolean'
353 PASS importedKey.extractable is true 353 PASS importedKey.extractable is true
354 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 354 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
355 PASS importedKey.algorithm.modulusLength is 1024 355 PASS importedKey.algorithm.modulusLength is 1024
356 PASS: importedKey.algorithm.publicExponent should be [010001] and was 356 PASS: importedKey.algorithm.publicExponent should be [010001] and was
357 PASS importedKey.algorithm.hash.name is "SHA-512" 357 PASS importedKey.algorithm.hash.name is "SHA-512"
358 PASS importedKey.usages.join(',') is "" 358 PASS importedKey.usages.join(',') is ""
359 PASS importedKey is not clonedKey 359 PASS importedKey is not clonedKey
360 PASS clonedKey.extraProperty is undefined. 360 PASS clonedKey.extraProperty is undefined.
361 PASS clonedKey.type is "public" 361 PASS clonedKey.type is "public"
362 PASS typeof clonedKey.extractable is 'boolean' 362 PASS typeof clonedKey.extractable is 'boolean'
363 PASS clonedKey.extractable is true 363 PASS clonedKey.extractable is true
364 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 364 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
365 PASS clonedKey.algorithm.modulusLength is 1024 365 PASS clonedKey.algorithm.modulusLength is 1024
366 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 366 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
367 PASS clonedKey.algorithm.hash.name is "SHA-512" 367 PASS clonedKey.algorithm.hash.name is "SHA-512"
368 PASS clonedKey.usages.join(',') is "" 368 PASS clonedKey.usages.join(',') is ""
369 Serialized key bytes: 5c4b0403018008030100010801a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 369 Serialized key bytes: 5c4b0403018008030100010801a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
370 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003 818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567 3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886 68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255 fcee05ce7b8af213879f017de4232a306a410203010001] and was 370 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003 818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567 3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886 68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255 fcee05ce7b8af213879f017de4232a306a410203010001] and was
371 371
372 PASS importedKey.extraProperty is "hi" 372 PASS importedKey.extraProperty is "hi"
373 PASS importedKey.type is "public" 373 PASS importedKey.type is "public"
374 PASS typeof importedKey.extractable is 'boolean' 374 PASS typeof importedKey.extractable is 'boolean'
375 PASS importedKey.extractable is true 375 PASS importedKey.extractable is true
376 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 376 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
377 PASS importedKey.algorithm.modulusLength is 2048 377 PASS importedKey.algorithm.modulusLength is 2048
378 PASS: importedKey.algorithm.publicExponent should be [010001] and was 378 PASS: importedKey.algorithm.publicExponent should be [010001] and was
379 PASS importedKey.algorithm.hash.name is "SHA-512" 379 PASS importedKey.algorithm.hash.name is "SHA-512"
380 PASS importedKey.usages.join(',') is "" 380 PASS importedKey.usages.join(',') is ""
381 PASS importedKey is not clonedKey 381 PASS importedKey is not clonedKey
382 PASS clonedKey.extraProperty is undefined. 382 PASS clonedKey.extraProperty is undefined.
383 PASS clonedKey.type is "public" 383 PASS clonedKey.type is "public"
384 PASS typeof clonedKey.extractable is 'boolean' 384 PASS typeof clonedKey.extractable is 'boolean'
385 PASS clonedKey.extractable is true 385 PASS clonedKey.extractable is true
386 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 386 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
387 PASS clonedKey.algorithm.modulusLength is 2048 387 PASS clonedKey.algorithm.modulusLength is 2048
388 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 388 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
389 PASS clonedKey.algorithm.hash.name is "SHA-512" 389 PASS clonedKey.algorithm.hash.name is "SHA-512"
390 PASS clonedKey.usages.join(',') is "" 390 PASS clonedKey.usages.join(',') is ""
391 Serialized key bytes: 5c4b0403018010030100010801a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001 00 391 Serialized key bytes: 5c4b0403018010030100010801a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
392 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500 0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6 b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193 68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b 7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5 1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7 7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was 392 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500 0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6 b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193 68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b 7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5 1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7 7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was
393 393
394 PASS importedKey.extraProperty is "hi" 394 PASS importedKey.extraProperty is "hi"
395 PASS importedKey.type is "public" 395 PASS importedKey.type is "public"
396 PASS typeof importedKey.extractable is 'boolean' 396 PASS typeof importedKey.extractable is 'boolean'
397 PASS importedKey.extractable is true 397 PASS importedKey.extractable is true
398 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 398 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
399 PASS importedKey.algorithm.modulusLength is 1024 399 PASS importedKey.algorithm.modulusLength is 1024
400 PASS: importedKey.algorithm.publicExponent should be [010001] and was 400 PASS: importedKey.algorithm.publicExponent should be [010001] and was
401 PASS importedKey.algorithm.hash.name is "SHA-512" 401 PASS importedKey.algorithm.hash.name is "SHA-512"
402 PASS importedKey.usages.join(',') is "verify" 402 PASS importedKey.usages.join(',') is "verify"
403 PASS importedKey is not clonedKey 403 PASS importedKey is not clonedKey
404 PASS clonedKey.extraProperty is undefined. 404 PASS clonedKey.extraProperty is undefined.
405 PASS clonedKey.type is "public" 405 PASS clonedKey.type is "public"
406 PASS typeof clonedKey.extractable is 'boolean' 406 PASS typeof clonedKey.extractable is 'boolean'
407 PASS clonedKey.extractable is true 407 PASS clonedKey.extractable is true
408 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 408 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
409 PASS clonedKey.algorithm.modulusLength is 1024 409 PASS clonedKey.algorithm.modulusLength is 1024
410 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 410 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
411 PASS clonedKey.algorithm.hash.name is "SHA-512" 411 PASS clonedKey.algorithm.hash.name is "SHA-512"
412 PASS clonedKey.usages.join(',') is "verify" 412 PASS clonedKey.usages.join(',') is "verify"
413 Serialized key bytes: 5c4b0403018008030100010811a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 413 Serialized key bytes: 5c4b0403018008030100010811a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
414 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003 818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567 3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886 68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255 fcee05ce7b8af213879f017de4232a306a410203010001] and was 414 PASS: Cloned key exported data should be [30819f300d06092a864886f70d010101050003 818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b6098a7723567 3d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7cb953c3886 68b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c97c1932255 fcee05ce7b8af213879f017de4232a306a410203010001] and was
415 415
416 PASS importedKey.extraProperty is "hi" 416 PASS importedKey.extraProperty is "hi"
417 PASS importedKey.type is "public" 417 PASS importedKey.type is "public"
418 PASS typeof importedKey.extractable is 'boolean' 418 PASS typeof importedKey.extractable is 'boolean'
419 PASS importedKey.extractable is true 419 PASS importedKey.extractable is true
420 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 420 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
421 PASS importedKey.algorithm.modulusLength is 2048 421 PASS importedKey.algorithm.modulusLength is 2048
422 PASS: importedKey.algorithm.publicExponent should be [010001] and was 422 PASS: importedKey.algorithm.publicExponent should be [010001] and was
423 PASS importedKey.algorithm.hash.name is "SHA-512" 423 PASS importedKey.algorithm.hash.name is "SHA-512"
424 PASS importedKey.usages.join(',') is "verify" 424 PASS importedKey.usages.join(',') is "verify"
425 PASS importedKey is not clonedKey 425 PASS importedKey is not clonedKey
426 PASS clonedKey.extraProperty is undefined. 426 PASS clonedKey.extraProperty is undefined.
427 PASS clonedKey.type is "public" 427 PASS clonedKey.type is "public"
428 PASS typeof clonedKey.extractable is 'boolean' 428 PASS typeof clonedKey.extractable is 'boolean'
429 PASS clonedKey.extractable is true 429 PASS clonedKey.extractable is true
430 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 430 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
431 PASS clonedKey.algorithm.modulusLength is 2048 431 PASS clonedKey.algorithm.modulusLength is 2048
432 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 432 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
433 PASS clonedKey.algorithm.hash.name is "SHA-512" 433 PASS clonedKey.algorithm.hash.name is "SHA-512"
434 PASS clonedKey.usages.join(',') is "verify" 434 PASS clonedKey.usages.join(',') is "verify"
435 Serialized key bytes: 5c4b0403018010030100010811a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001 00 435 Serialized key bytes: 5c4b0403018010030100010811a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
436 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500 0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6 b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193 68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b 7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5 1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7 7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was 436 PASS: Cloned key exported data should be [30820122300d06092a864886f70d0101010500 0382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca878981108680f0ae6 b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae506cdcf307a dd4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8923045b193 68e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82518527a02b 7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39c5671495d5 1d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e00cae702e7 7c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001] and was
437 437
438 PASS importedKey.extraProperty is "hi" 438 PASS importedKey.extraProperty is "hi"
439 PASS importedKey.type is "public" 439 PASS importedKey.type is "public"
440 PASS typeof importedKey.extractable is 'boolean' 440 PASS typeof importedKey.extractable is 'boolean'
441 PASS importedKey.extractable is false 441 PASS importedKey.extractable is false
442 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 442 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
443 PASS importedKey.algorithm.modulusLength is 1024 443 PASS importedKey.algorithm.modulusLength is 1024
444 PASS: importedKey.algorithm.publicExponent should be [010001] and was 444 PASS: importedKey.algorithm.publicExponent should be [010001] and was
445 PASS importedKey.algorithm.hash.name is "SHA-512" 445 PASS importedKey.algorithm.hash.name is "SHA-512"
446 PASS importedKey.usages.join(',') is "" 446 PASS importedKey.usages.join(',') is ""
447 PASS importedKey is not clonedKey 447 PASS importedKey is not clonedKey
448 PASS clonedKey.extraProperty is undefined. 448 PASS clonedKey.extraProperty is undefined.
449 PASS clonedKey.type is "public" 449 PASS clonedKey.type is "public"
450 PASS typeof clonedKey.extractable is 'boolean' 450 PASS typeof clonedKey.extractable is 'boolean'
451 PASS clonedKey.extractable is false 451 PASS clonedKey.extractable is false
452 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 452 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
453 PASS clonedKey.algorithm.modulusLength is 1024 453 PASS clonedKey.algorithm.modulusLength is 1024
454 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 454 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
455 PASS clonedKey.algorithm.hash.name is "SHA-512" 455 PASS clonedKey.algorithm.hash.name is "SHA-512"
456 PASS clonedKey.usages.join(',') is "" 456 PASS clonedKey.usages.join(',') is ""
457 Serialized key bytes: 5c4b0403018008030100010800a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 457 Serialized key bytes: 5c4b0403018008030100010800a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
458 458
459 PASS importedKey.extraProperty is "hi" 459 PASS importedKey.extraProperty is "hi"
460 PASS importedKey.type is "public" 460 PASS importedKey.type is "public"
461 PASS typeof importedKey.extractable is 'boolean' 461 PASS typeof importedKey.extractable is 'boolean'
462 PASS importedKey.extractable is false 462 PASS importedKey.extractable is false
463 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 463 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
464 PASS importedKey.algorithm.modulusLength is 2048 464 PASS importedKey.algorithm.modulusLength is 2048
465 PASS: importedKey.algorithm.publicExponent should be [010001] and was 465 PASS: importedKey.algorithm.publicExponent should be [010001] and was
466 PASS importedKey.algorithm.hash.name is "SHA-512" 466 PASS importedKey.algorithm.hash.name is "SHA-512"
467 PASS importedKey.usages.join(',') is "" 467 PASS importedKey.usages.join(',') is ""
468 PASS importedKey is not clonedKey 468 PASS importedKey is not clonedKey
469 PASS clonedKey.extraProperty is undefined. 469 PASS clonedKey.extraProperty is undefined.
470 PASS clonedKey.type is "public" 470 PASS clonedKey.type is "public"
471 PASS typeof clonedKey.extractable is 'boolean' 471 PASS typeof clonedKey.extractable is 'boolean'
472 PASS clonedKey.extractable is false 472 PASS clonedKey.extractable is false
473 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 473 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
474 PASS clonedKey.algorithm.modulusLength is 2048 474 PASS clonedKey.algorithm.modulusLength is 2048
475 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 475 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
476 PASS clonedKey.algorithm.hash.name is "SHA-512" 476 PASS clonedKey.algorithm.hash.name is "SHA-512"
477 PASS clonedKey.usages.join(',') is "" 477 PASS clonedKey.usages.join(',') is ""
478 Serialized key bytes: 5c4b0403018010030100010800a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001 00 478 Serialized key bytes: 5c4b0403018010030100010800a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
479 479
480 PASS importedKey.extraProperty is "hi" 480 PASS importedKey.extraProperty is "hi"
481 PASS importedKey.type is "public" 481 PASS importedKey.type is "public"
482 PASS typeof importedKey.extractable is 'boolean' 482 PASS typeof importedKey.extractable is 'boolean'
483 PASS importedKey.extractable is false 483 PASS importedKey.extractable is false
484 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 484 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
485 PASS importedKey.algorithm.modulusLength is 1024 485 PASS importedKey.algorithm.modulusLength is 1024
486 PASS: importedKey.algorithm.publicExponent should be [010001] and was 486 PASS: importedKey.algorithm.publicExponent should be [010001] and was
487 PASS importedKey.algorithm.hash.name is "SHA-512" 487 PASS importedKey.algorithm.hash.name is "SHA-512"
488 PASS importedKey.usages.join(',') is "verify" 488 PASS importedKey.usages.join(',') is "verify"
489 PASS importedKey is not clonedKey 489 PASS importedKey is not clonedKey
490 PASS clonedKey.extraProperty is undefined. 490 PASS clonedKey.extraProperty is undefined.
491 PASS clonedKey.type is "public" 491 PASS clonedKey.type is "public"
492 PASS typeof clonedKey.extractable is 'boolean' 492 PASS typeof clonedKey.extractable is 'boolean'
493 PASS clonedKey.extractable is false 493 PASS clonedKey.extractable is false
494 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 494 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
495 PASS clonedKey.algorithm.modulusLength is 1024 495 PASS clonedKey.algorithm.modulusLength is 1024
496 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 496 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
497 PASS clonedKey.algorithm.hash.name is "SHA-512" 497 PASS clonedKey.algorithm.hash.name is "SHA-512"
498 PASS clonedKey.usages.join(',') is "verify" 498 PASS clonedKey.usages.join(',') is "verify"
499 Serialized key bytes: 5c4b0403018008030100010810a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a41020301000100 499 Serialized key bytes: 5c4b0403018008030100010810a20130819f300d06092a864886f70d01 0101050003818d0030818902818100b289c62ecc3ddf64154817203439eaa0dc07a65954429a7b60 98a77235673d96df1f06bd3c1ae73990867199e678bf95b3728fcd4686136e6ee9dd4c09eb490eb7 cb953c388668b759263f61d6a7dfcabf27b5c9d6972455b12b66d483843286d6b871f35f912a773c 97c1932255fcee05ce7b8af213879f017de4232a306a410203010001
500 500
501 PASS importedKey.extraProperty is "hi" 501 PASS importedKey.extraProperty is "hi"
502 PASS importedKey.type is "public" 502 PASS importedKey.type is "public"
503 PASS typeof importedKey.extractable is 'boolean' 503 PASS typeof importedKey.extractable is 'boolean'
504 PASS importedKey.extractable is false 504 PASS importedKey.extractable is false
505 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 505 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
506 PASS importedKey.algorithm.modulusLength is 2048 506 PASS importedKey.algorithm.modulusLength is 2048
507 PASS: importedKey.algorithm.publicExponent should be [010001] and was 507 PASS: importedKey.algorithm.publicExponent should be [010001] and was
508 PASS importedKey.algorithm.hash.name is "SHA-512" 508 PASS importedKey.algorithm.hash.name is "SHA-512"
509 PASS importedKey.usages.join(',') is "verify" 509 PASS importedKey.usages.join(',') is "verify"
510 PASS importedKey is not clonedKey 510 PASS importedKey is not clonedKey
511 PASS clonedKey.extraProperty is undefined. 511 PASS clonedKey.extraProperty is undefined.
512 PASS clonedKey.type is "public" 512 PASS clonedKey.type is "public"
513 PASS typeof clonedKey.extractable is 'boolean' 513 PASS typeof clonedKey.extractable is 'boolean'
514 PASS clonedKey.extractable is false 514 PASS clonedKey.extractable is false
515 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 515 PASS clonedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
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: 5c4b0403018010030100010810a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001 00 520 Serialized key bytes: 5c4b0403018010030100010810a60230820122300d06092a864886f70d 01010105000382010f003082010a0282010100b4c8b631194aef0154b1479ab7a534b60ca8789811 08680f0ae6b7c88cb6010f6dbf9f665646208410575cb923b26bf874a24b4cd801c9bba967062ae5 06cdcf307add4380d0d93077a4c1f0fc06d498dc729f811335c530b90fe9bf9f3979ccec050a48e8 923045b19368e1e89ea4157538e8059e53320f47c155f1741310a93ed153a7f3af2d46c388b95d82 518527a02b7bd9ab7edc4bcb737677f679c5c6de5e1ebed3a29d6b99b8eace2d59ceb533e001cf39 c5671495d51d3ee34406ea4fdb0c626dee68da256b8a12f9f65059ccc85a2190ce1385152d62785e 00cae702e77c4c597b86a6268adbf043dda68881c790f1517671fb7d198fca5ba97bef0203010001
521 521
522 PASS importedKey.extraProperty is "hi" 522 PASS importedKey.extraProperty is "hi"
523 PASS importedKey.type is "private" 523 PASS importedKey.type is "private"
524 PASS typeof importedKey.extractable is 'boolean' 524 PASS typeof importedKey.extractable is 'boolean'
525 PASS importedKey.extractable is true 525 PASS importedKey.extractable is true
526 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5" 526 PASS importedKey.algorithm.name is "RSASSA-PKCS1-v1_5"
527 PASS importedKey.algorithm.modulusLength is 1024 527 PASS importedKey.algorithm.modulusLength is 1024
528 PASS: importedKey.algorithm.publicExponent should be [010001] and was 528 PASS: importedKey.algorithm.publicExponent should be [010001] and was
529 PASS importedKey.algorithm.hash.name is "SHA-1" 529 PASS importedKey.algorithm.hash.name is "SHA-1"
530 PASS importedKey.usages.join(',') is "sign" 530 PASS importedKey.usages.join(',') is "sign"
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 PASS clonedKey.algorithm.modulusLength is 2048 774 PASS clonedKey.algorithm.modulusLength is 2048
775 PASS: clonedKey.algorithm.publicExponent should be [010001] and was 775 PASS: clonedKey.algorithm.publicExponent should be [010001] and was
776 PASS clonedKey.algorithm.hash.name is "SHA-512" 776 PASS clonedKey.algorithm.hash.name is "SHA-512"
777 PASS clonedKey.usages.join(',') is "sign" 777 PASS clonedKey.usages.join(',') is "sign"
778 Serialized key bytes: 5c4b0403028010030100010808c109308204bd020100300d06092a8648 86f70d0101010500048204a7308204a30201000282010100e085e33c42d3f3d63434e0bf1b812c44 4e790ff6c0becf2cc9de895afa601457bd0fafa81e2b977ab818d086d018491d7ff45be40e916c4c 81b3d055ac1803b514e1010b983ff072b77fa228dd47024e65a3c72ab4e2ed02901ba43351dcd87b eef92036983c42495d9efec5b4ea1113848b53287099cff1ba58a7829af733f19269101da8c10aa1 d5d6b34d381dbb0704e58904c3504a1922f6956e95596780a5db08fe944ff3056ec070eafa66f8c1 c5d7dcde4ce2c2694f240aec528eb699089e29f669fb3405c47d6309a609936e8b64e003b5f40743 be6b7c2d5673e305cc4e2d154b2a046fba889b60913271b00d5321fd15f82cc41b2894ffc2e54d0b 0203010001028201007ae930b59b8bf66f6c130a79f42fa9b117187521caf069f005eeda58c0b9fa 48f1c9f58a5e41d4e22c880117dc317f4d33efeca2134b8ef2ef0a25e1d09d30e25fb4b162cc8d2c 2f50bf0161c78908fd2bed15aa0e6e2ffb78327998529748b7c7e1ffbd8367718e423f390fb8736e b7b596a4067e65e58d5a4b1020927f03a293d5d3b32931d2a06542e9bbeab7e90085afc9fe145d1c 28f44a97f8d9eb8c41913ed9f40261ac5f86806254e26aa8502b92779794a7b08ea299865cbdfeab 4dd16307169902b46dbe132b035f7e2742f779f5b39a0b40099434a8af14c78f705abaa7474633a7 c6306b2673a97aae35b6a3bf6a5fdd9a6b8d17bd6bbfa1872902818100f2bdbf99a43a4064ac5c85 ccff42cccf14fa35250a8d77db6746478d0aea456377dc304688a55b1d2b14c46189ff4f92b07890 2ff66d144116038667cbbf5bfe80a775aa6eb9885686193debf030eaba00a8cbf26a4fdce1cb433a 3a0ccd9696d64448141b0c5d9dfb32bdc29a271594d8e2bc0639daeec705b2cc12419876b7028181 00ecc964d844657b98dc6b3c6df58a4b5adff0cf5ac1a68679de2baccb4cda1b767f879e441769e5 cc0065d8e573f9d728bbd4e25553ee8a2ba779eb219ad0a108daea34e7054d1767e644bdb6388023 4ac8143a9dda28d3f9196508088e2722ab86a3aa10e599b3caf226e69bee90a1ae7f289b945a34a4 fed5e34f9d216b284d028180150ba27afda4174523347a5d459c5309793620396feac8037bb6ba29 5e52e565345520d25cb2896dc3f86ef64df296c18f0f44e103aa7d610f398b03a0c49c833a404a91 563c3bb7d4b4878bd72d468c8dd614a895d30ac180cff952631dc7fa97e51fa2ae9da9d83299399e 8fa2e7da19dbbe95839a99ad23af56c6166dd38d02818005da6497c3f90e391519c180a65528cfb2 416d9ebcb2b5184619a647d03a83fb45e3c051c692638fcb62b91dd2e4162177a327851c72051057 2f7854785337e7d4217df547f843dfd99d516333ba5724fe1521edccfabd62a6f20c64c9bec5e89f 876428cec421e19e62bfc892f918460bf6a101e5c8ef5b2d46552d792a00f102818100b7d0e59415 405a3ce9503e95078078518d381f4273106d67863cfee642d2b82186d9932b7cd921bf1867257473 ccd2058d9c88a223701701aa8370b90878df96a6950e3b3ed52326a5cabbf376c97aa644c50fafe3 8f7496fb9e69efdd138b3525d8b7ac162bd75fe84cb4ce7066d6b786e80c42d5e63059ae939c7bcf a497ed 778 Serialized key bytes: 5c4b0403028010030100010808c109308204bd020100300d06092a8648 86f70d0101010500048204a7308204a30201000282010100e085e33c42d3f3d63434e0bf1b812c44 4e790ff6c0becf2cc9de895afa601457bd0fafa81e2b977ab818d086d018491d7ff45be40e916c4c 81b3d055ac1803b514e1010b983ff072b77fa228dd47024e65a3c72ab4e2ed02901ba43351dcd87b eef92036983c42495d9efec5b4ea1113848b53287099cff1ba58a7829af733f19269101da8c10aa1 d5d6b34d381dbb0704e58904c3504a1922f6956e95596780a5db08fe944ff3056ec070eafa66f8c1 c5d7dcde4ce2c2694f240aec528eb699089e29f669fb3405c47d6309a609936e8b64e003b5f40743 be6b7c2d5673e305cc4e2d154b2a046fba889b60913271b00d5321fd15f82cc41b2894ffc2e54d0b 0203010001028201007ae930b59b8bf66f6c130a79f42fa9b117187521caf069f005eeda58c0b9fa 48f1c9f58a5e41d4e22c880117dc317f4d33efeca2134b8ef2ef0a25e1d09d30e25fb4b162cc8d2c 2f50bf0161c78908fd2bed15aa0e6e2ffb78327998529748b7c7e1ffbd8367718e423f390fb8736e b7b596a4067e65e58d5a4b1020927f03a293d5d3b32931d2a06542e9bbeab7e90085afc9fe145d1c 28f44a97f8d9eb8c41913ed9f40261ac5f86806254e26aa8502b92779794a7b08ea299865cbdfeab 4dd16307169902b46dbe132b035f7e2742f779f5b39a0b40099434a8af14c78f705abaa7474633a7 c6306b2673a97aae35b6a3bf6a5fdd9a6b8d17bd6bbfa1872902818100f2bdbf99a43a4064ac5c85 ccff42cccf14fa35250a8d77db6746478d0aea456377dc304688a55b1d2b14c46189ff4f92b07890 2ff66d144116038667cbbf5bfe80a775aa6eb9885686193debf030eaba00a8cbf26a4fdce1cb433a 3a0ccd9696d64448141b0c5d9dfb32bdc29a271594d8e2bc0639daeec705b2cc12419876b7028181 00ecc964d844657b98dc6b3c6df58a4b5adff0cf5ac1a68679de2baccb4cda1b767f879e441769e5 cc0065d8e573f9d728bbd4e25553ee8a2ba779eb219ad0a108daea34e7054d1767e644bdb6388023 4ac8143a9dda28d3f9196508088e2722ab86a3aa10e599b3caf226e69bee90a1ae7f289b945a34a4 fed5e34f9d216b284d028180150ba27afda4174523347a5d459c5309793620396feac8037bb6ba29 5e52e565345520d25cb2896dc3f86ef64df296c18f0f44e103aa7d610f398b03a0c49c833a404a91 563c3bb7d4b4878bd72d468c8dd614a895d30ac180cff952631dc7fa97e51fa2ae9da9d83299399e 8fa2e7da19dbbe95839a99ad23af56c6166dd38d02818005da6497c3f90e391519c180a65528cfb2 416d9ebcb2b5184619a647d03a83fb45e3c051c692638fcb62b91dd2e4162177a327851c72051057 2f7854785337e7d4217df547f843dfd99d516333ba5724fe1521edccfabd62a6f20c64c9bec5e89f 876428cec421e19e62bfc892f918460bf6a101e5c8ef5b2d46552d792a00f102818100b7d0e59415 405a3ce9503e95078078518d381f4273106d67863cfee642d2b82186d9932b7cd921bf1867257473 ccd2058d9c88a223701701aa8370b90878df96a6950e3b3ed52326a5cabbf376c97aa644c50fafe3 8f7496fb9e69efdd138b3525d8b7ac162bd75fe84cb4ce7066d6b786e80c42d5e63059ae939c7bcf a497ed
779 779
780 PASS successfullyParsed is true 780 PASS successfullyParsed is true
781 781
782 TEST COMPLETE 782 TEST COMPLETE
783 783
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698