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

Side by Side Diff: LayoutTests/crypto/clone-hmacKey-expected.txt

Issue 195543002: [webcrypto] Implement structured clone of keys (blink-side). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixes for jsbell Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Tests structured cloning of HMAC keys
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS importedKey.extraProperty is "hi"
7 PASS importedKey.type is "secret"
8 PASS typeof importedKey.extractable is 'boolean'
9 PASS importedKey.extractable is true
10 PASS importedKey.algorithm.name is "HMAC"
11 PASS importedKey.algorithm.hash.name is "SHA-1"
12 PASS importedKey.usages.join(',') is ""
13 PASS importedKey != clonedKey is true
14 PASS clonedKey.extraProperty is undefined.
15 PASS clonedKey.type is "secret"
16 PASS typeof clonedKey.extractable is 'boolean'
17 PASS clonedKey.extractable is true
18 PASS clonedKey.algorithm.name is "HMAC"
19 PASS clonedKey.algorithm.hash.name is "SHA-1"
20 PASS clonedKey.usages.join(',') is ""
21 Serialized key bytes: ff053f004b0205011030112233445566778899aabbccddeeff00
22 PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
23
24 PASS importedKey.extraProperty is "hi"
25 PASS importedKey.type is "secret"
26 PASS typeof importedKey.extractable is 'boolean'
27 PASS importedKey.extractable is true
28 PASS importedKey.algorithm.name is "HMAC"
29 PASS importedKey.algorithm.hash.name is "SHA-1"
30 PASS importedKey.usages.join(',') is ""
31 PASS importedKey != clonedKey is true
32 PASS clonedKey.extraProperty is undefined.
33 PASS clonedKey.type is "secret"
34 PASS typeof clonedKey.extractable is 'boolean'
35 PASS clonedKey.extractable is true
36 PASS clonedKey.algorithm.name is "HMAC"
37 PASS clonedKey.algorithm.hash.name is "SHA-1"
38 PASS clonedKey.usages.join(',') is ""
39 Serialized key bytes: ff053f004b0205012000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
40 PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102 030405060708090a0b0c0d0e0f] and was
41
42 PASS importedKey.extraProperty is "hi"
43 PASS importedKey.type is "secret"
44 PASS typeof importedKey.extractable is 'boolean'
45 PASS importedKey.extractable is true
46 PASS importedKey.algorithm.name is "HMAC"
47 PASS importedKey.algorithm.hash.name is "SHA-1"
48 PASS importedKey.usages.join(',') is "sign"
49 PASS importedKey != clonedKey is true
50 PASS clonedKey.extraProperty is undefined.
51 PASS clonedKey.type is "secret"
52 PASS typeof clonedKey.extractable is 'boolean'
53 PASS clonedKey.extractable is true
54 PASS clonedKey.algorithm.name is "HMAC"
55 PASS clonedKey.algorithm.hash.name is "SHA-1"
56 PASS clonedKey.usages.join(',') is "sign"
57 Serialized key bytes: ff053f004b0205091030112233445566778899aabbccddeeff00
58 PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
59
60 PASS importedKey.extraProperty is "hi"
61 PASS importedKey.type is "secret"
62 PASS typeof importedKey.extractable is 'boolean'
63 PASS importedKey.extractable is true
64 PASS importedKey.algorithm.name is "HMAC"
65 PASS importedKey.algorithm.hash.name is "SHA-1"
66 PASS importedKey.usages.join(',') is "sign"
67 PASS importedKey != clonedKey is true
68 PASS clonedKey.extraProperty is undefined.
69 PASS clonedKey.type is "secret"
70 PASS typeof clonedKey.extractable is 'boolean'
71 PASS clonedKey.extractable is true
72 PASS clonedKey.algorithm.name is "HMAC"
73 PASS clonedKey.algorithm.hash.name is "SHA-1"
74 PASS clonedKey.usages.join(',') is "sign"
75 Serialized key bytes: ff053f004b0205092000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
76 PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102 030405060708090a0b0c0d0e0f] and was
77
78 PASS importedKey.extraProperty is "hi"
79 PASS importedKey.type is "secret"
80 PASS typeof importedKey.extractable is 'boolean'
81 PASS importedKey.extractable is true
82 PASS importedKey.algorithm.name is "HMAC"
83 PASS importedKey.algorithm.hash.name is "SHA-1"
84 PASS importedKey.usages.join(',') is "verify"
85 PASS importedKey != clonedKey is true
86 PASS clonedKey.extraProperty is undefined.
87 PASS clonedKey.type is "secret"
88 PASS typeof clonedKey.extractable is 'boolean'
89 PASS clonedKey.extractable is true
90 PASS clonedKey.algorithm.name is "HMAC"
91 PASS clonedKey.algorithm.hash.name is "SHA-1"
92 PASS clonedKey.usages.join(',') is "verify"
93 Serialized key bytes: ff053f004b0205111030112233445566778899aabbccddeeff00
94 PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
95
96 PASS importedKey.extraProperty is "hi"
97 PASS importedKey.type is "secret"
98 PASS typeof importedKey.extractable is 'boolean'
99 PASS importedKey.extractable is true
100 PASS importedKey.algorithm.name is "HMAC"
101 PASS importedKey.algorithm.hash.name is "SHA-1"
102 PASS importedKey.usages.join(',') is "verify"
103 PASS importedKey != clonedKey is true
104 PASS clonedKey.extraProperty is undefined.
105 PASS clonedKey.type is "secret"
106 PASS typeof clonedKey.extractable is 'boolean'
107 PASS clonedKey.extractable is true
108 PASS clonedKey.algorithm.name is "HMAC"
109 PASS clonedKey.algorithm.hash.name is "SHA-1"
110 PASS clonedKey.usages.join(',') is "verify"
111 Serialized key bytes: ff053f004b0205112000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
112 PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102 030405060708090a0b0c0d0e0f] and was
113
114 PASS importedKey.extraProperty is "hi"
115 PASS importedKey.type is "secret"
116 PASS typeof importedKey.extractable is 'boolean'
117 PASS importedKey.extractable is true
118 PASS importedKey.algorithm.name is "HMAC"
119 PASS importedKey.algorithm.hash.name is "SHA-1"
120 PASS importedKey.usages.join(',') is "sign,verify"
121 PASS importedKey != clonedKey is true
122 PASS clonedKey.extraProperty is undefined.
123 PASS clonedKey.type is "secret"
124 PASS typeof clonedKey.extractable is 'boolean'
125 PASS clonedKey.extractable is true
126 PASS clonedKey.algorithm.name is "HMAC"
127 PASS clonedKey.algorithm.hash.name is "SHA-1"
128 PASS clonedKey.usages.join(',') is "sign,verify"
129 Serialized key bytes: ff053f004b0205191030112233445566778899aabbccddeeff00
130 PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
131
132 PASS importedKey.extraProperty is "hi"
133 PASS importedKey.type is "secret"
134 PASS typeof importedKey.extractable is 'boolean'
135 PASS importedKey.extractable is true
136 PASS importedKey.algorithm.name is "HMAC"
137 PASS importedKey.algorithm.hash.name is "SHA-1"
138 PASS importedKey.usages.join(',') is "sign,verify"
139 PASS importedKey != clonedKey is true
140 PASS clonedKey.extraProperty is undefined.
141 PASS clonedKey.type is "secret"
142 PASS typeof clonedKey.extractable is 'boolean'
143 PASS clonedKey.extractable is true
144 PASS clonedKey.algorithm.name is "HMAC"
145 PASS clonedKey.algorithm.hash.name is "SHA-1"
146 PASS clonedKey.usages.join(',') is "sign,verify"
147 Serialized key bytes: ff053f004b0205192000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
148 PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102 030405060708090a0b0c0d0e0f] and was
149
150 PASS importedKey.extraProperty is "hi"
151 PASS importedKey.type is "secret"
152 PASS typeof importedKey.extractable is 'boolean'
153 PASS importedKey.extractable is false
154 PASS importedKey.algorithm.name is "HMAC"
155 PASS importedKey.algorithm.hash.name is "SHA-1"
156 PASS importedKey.usages.join(',') is ""
157 PASS importedKey != clonedKey is true
158 PASS clonedKey.extraProperty is undefined.
159 PASS clonedKey.type is "secret"
160 PASS typeof clonedKey.extractable is 'boolean'
161 PASS clonedKey.extractable is false
162 PASS clonedKey.algorithm.name is "HMAC"
163 PASS clonedKey.algorithm.hash.name is "SHA-1"
164 PASS clonedKey.usages.join(',') is ""
165 Serialized key bytes: ff053f004b0205001030112233445566778899aabbccddeeff00
166
167 PASS importedKey.extraProperty is "hi"
168 PASS importedKey.type is "secret"
169 PASS typeof importedKey.extractable is 'boolean'
170 PASS importedKey.extractable is false
171 PASS importedKey.algorithm.name is "HMAC"
172 PASS importedKey.algorithm.hash.name is "SHA-1"
173 PASS importedKey.usages.join(',') is ""
174 PASS importedKey != clonedKey is true
175 PASS clonedKey.extraProperty is undefined.
176 PASS clonedKey.type is "secret"
177 PASS typeof clonedKey.extractable is 'boolean'
178 PASS clonedKey.extractable is false
179 PASS clonedKey.algorithm.name is "HMAC"
180 PASS clonedKey.algorithm.hash.name is "SHA-1"
181 PASS clonedKey.usages.join(',') is ""
182 Serialized key bytes: ff053f004b0205002000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
183
184 PASS importedKey.extraProperty is "hi"
185 PASS importedKey.type is "secret"
186 PASS typeof importedKey.extractable is 'boolean'
187 PASS importedKey.extractable is false
188 PASS importedKey.algorithm.name is "HMAC"
189 PASS importedKey.algorithm.hash.name is "SHA-1"
190 PASS importedKey.usages.join(',') is "sign"
191 PASS importedKey != clonedKey is true
192 PASS clonedKey.extraProperty is undefined.
193 PASS clonedKey.type is "secret"
194 PASS typeof clonedKey.extractable is 'boolean'
195 PASS clonedKey.extractable is false
196 PASS clonedKey.algorithm.name is "HMAC"
197 PASS clonedKey.algorithm.hash.name is "SHA-1"
198 PASS clonedKey.usages.join(',') is "sign"
199 Serialized key bytes: ff053f004b0205081030112233445566778899aabbccddeeff00
200
201 PASS importedKey.extraProperty is "hi"
202 PASS importedKey.type is "secret"
203 PASS typeof importedKey.extractable is 'boolean'
204 PASS importedKey.extractable is false
205 PASS importedKey.algorithm.name is "HMAC"
206 PASS importedKey.algorithm.hash.name is "SHA-1"
207 PASS importedKey.usages.join(',') is "sign"
208 PASS importedKey != clonedKey is true
209 PASS clonedKey.extraProperty is undefined.
210 PASS clonedKey.type is "secret"
211 PASS typeof clonedKey.extractable is 'boolean'
212 PASS clonedKey.extractable is false
213 PASS clonedKey.algorithm.name is "HMAC"
214 PASS clonedKey.algorithm.hash.name is "SHA-1"
215 PASS clonedKey.usages.join(',') is "sign"
216 Serialized key bytes: ff053f004b0205082000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
217
218 PASS importedKey.extraProperty is "hi"
219 PASS importedKey.type is "secret"
220 PASS typeof importedKey.extractable is 'boolean'
221 PASS importedKey.extractable is false
222 PASS importedKey.algorithm.name is "HMAC"
223 PASS importedKey.algorithm.hash.name is "SHA-1"
224 PASS importedKey.usages.join(',') is "verify"
225 PASS importedKey != clonedKey is true
226 PASS clonedKey.extraProperty is undefined.
227 PASS clonedKey.type is "secret"
228 PASS typeof clonedKey.extractable is 'boolean'
229 PASS clonedKey.extractable is false
230 PASS clonedKey.algorithm.name is "HMAC"
231 PASS clonedKey.algorithm.hash.name is "SHA-1"
232 PASS clonedKey.usages.join(',') is "verify"
233 Serialized key bytes: ff053f004b0205101030112233445566778899aabbccddeeff00
234
235 PASS importedKey.extraProperty is "hi"
236 PASS importedKey.type is "secret"
237 PASS typeof importedKey.extractable is 'boolean'
238 PASS importedKey.extractable is false
239 PASS importedKey.algorithm.name is "HMAC"
240 PASS importedKey.algorithm.hash.name is "SHA-1"
241 PASS importedKey.usages.join(',') is "verify"
242 PASS importedKey != clonedKey is true
243 PASS clonedKey.extraProperty is undefined.
244 PASS clonedKey.type is "secret"
245 PASS typeof clonedKey.extractable is 'boolean'
246 PASS clonedKey.extractable is false
247 PASS clonedKey.algorithm.name is "HMAC"
248 PASS clonedKey.algorithm.hash.name is "SHA-1"
249 PASS clonedKey.usages.join(',') is "verify"
250 Serialized key bytes: ff053f004b0205102000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
251
252 PASS importedKey.extraProperty is "hi"
253 PASS importedKey.type is "secret"
254 PASS typeof importedKey.extractable is 'boolean'
255 PASS importedKey.extractable is false
256 PASS importedKey.algorithm.name is "HMAC"
257 PASS importedKey.algorithm.hash.name is "SHA-1"
258 PASS importedKey.usages.join(',') is "sign,verify"
259 PASS importedKey != clonedKey is true
260 PASS clonedKey.extraProperty is undefined.
261 PASS clonedKey.type is "secret"
262 PASS typeof clonedKey.extractable is 'boolean'
263 PASS clonedKey.extractable is false
264 PASS clonedKey.algorithm.name is "HMAC"
265 PASS clonedKey.algorithm.hash.name is "SHA-1"
266 PASS clonedKey.usages.join(',') is "sign,verify"
267 Serialized key bytes: ff053f004b0205181030112233445566778899aabbccddeeff00
268
269 PASS importedKey.extraProperty is "hi"
270 PASS importedKey.type is "secret"
271 PASS typeof importedKey.extractable is 'boolean'
272 PASS importedKey.extractable is false
273 PASS importedKey.algorithm.name is "HMAC"
274 PASS importedKey.algorithm.hash.name is "SHA-1"
275 PASS importedKey.usages.join(',') is "sign,verify"
276 PASS importedKey != clonedKey is true
277 PASS clonedKey.extraProperty is undefined.
278 PASS clonedKey.type is "secret"
279 PASS typeof clonedKey.extractable is 'boolean'
280 PASS clonedKey.extractable is false
281 PASS clonedKey.algorithm.name is "HMAC"
282 PASS clonedKey.algorithm.hash.name is "SHA-1"
283 PASS clonedKey.usages.join(',') is "sign,verify"
284 Serialized key bytes: ff053f004b0205182000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
285
286 PASS importedKey.extraProperty is "hi"
287 PASS importedKey.type is "secret"
288 PASS typeof importedKey.extractable is 'boolean'
289 PASS importedKey.extractable is true
290 PASS importedKey.algorithm.name is "HMAC"
291 PASS importedKey.algorithm.hash.name is "SHA-256"
292 PASS importedKey.usages.join(',') is ""
293 PASS importedKey != clonedKey is true
294 PASS clonedKey.extraProperty is undefined.
295 PASS clonedKey.type is "secret"
296 PASS typeof clonedKey.extractable is 'boolean'
297 PASS clonedKey.extractable is true
298 PASS clonedKey.algorithm.name is "HMAC"
299 PASS clonedKey.algorithm.hash.name is "SHA-256"
300 PASS clonedKey.usages.join(',') is ""
301 Serialized key bytes: ff053f004b0207011030112233445566778899aabbccddeeff00
302 PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
303
304 PASS importedKey.extraProperty is "hi"
305 PASS importedKey.type is "secret"
306 PASS typeof importedKey.extractable is 'boolean'
307 PASS importedKey.extractable is true
308 PASS importedKey.algorithm.name is "HMAC"
309 PASS importedKey.algorithm.hash.name is "SHA-256"
310 PASS importedKey.usages.join(',') is ""
311 PASS importedKey != clonedKey is true
312 PASS clonedKey.extraProperty is undefined.
313 PASS clonedKey.type is "secret"
314 PASS typeof clonedKey.extractable is 'boolean'
315 PASS clonedKey.extractable is true
316 PASS clonedKey.algorithm.name is "HMAC"
317 PASS clonedKey.algorithm.hash.name is "SHA-256"
318 PASS clonedKey.usages.join(',') is ""
319 Serialized key bytes: ff053f004b0207012000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
320 PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102 030405060708090a0b0c0d0e0f] and was
321
322 PASS importedKey.extraProperty is "hi"
323 PASS importedKey.type is "secret"
324 PASS typeof importedKey.extractable is 'boolean'
325 PASS importedKey.extractable is true
326 PASS importedKey.algorithm.name is "HMAC"
327 PASS importedKey.algorithm.hash.name is "SHA-256"
328 PASS importedKey.usages.join(',') is "sign"
329 PASS importedKey != clonedKey is true
330 PASS clonedKey.extraProperty is undefined.
331 PASS clonedKey.type is "secret"
332 PASS typeof clonedKey.extractable is 'boolean'
333 PASS clonedKey.extractable is true
334 PASS clonedKey.algorithm.name is "HMAC"
335 PASS clonedKey.algorithm.hash.name is "SHA-256"
336 PASS clonedKey.usages.join(',') is "sign"
337 Serialized key bytes: ff053f004b0207091030112233445566778899aabbccddeeff00
338 PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
339
340 PASS importedKey.extraProperty is "hi"
341 PASS importedKey.type is "secret"
342 PASS typeof importedKey.extractable is 'boolean'
343 PASS importedKey.extractable is true
344 PASS importedKey.algorithm.name is "HMAC"
345 PASS importedKey.algorithm.hash.name is "SHA-256"
346 PASS importedKey.usages.join(',') is "sign"
347 PASS importedKey != clonedKey is true
348 PASS clonedKey.extraProperty is undefined.
349 PASS clonedKey.type is "secret"
350 PASS typeof clonedKey.extractable is 'boolean'
351 PASS clonedKey.extractable is true
352 PASS clonedKey.algorithm.name is "HMAC"
353 PASS clonedKey.algorithm.hash.name is "SHA-256"
354 PASS clonedKey.usages.join(',') is "sign"
355 Serialized key bytes: ff053f004b0207092000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
356 PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102 030405060708090a0b0c0d0e0f] and was
357
358 PASS importedKey.extraProperty is "hi"
359 PASS importedKey.type is "secret"
360 PASS typeof importedKey.extractable is 'boolean'
361 PASS importedKey.extractable is true
362 PASS importedKey.algorithm.name is "HMAC"
363 PASS importedKey.algorithm.hash.name is "SHA-256"
364 PASS importedKey.usages.join(',') is "verify"
365 PASS importedKey != clonedKey is true
366 PASS clonedKey.extraProperty is undefined.
367 PASS clonedKey.type is "secret"
368 PASS typeof clonedKey.extractable is 'boolean'
369 PASS clonedKey.extractable is true
370 PASS clonedKey.algorithm.name is "HMAC"
371 PASS clonedKey.algorithm.hash.name is "SHA-256"
372 PASS clonedKey.usages.join(',') is "verify"
373 Serialized key bytes: ff053f004b0207111030112233445566778899aabbccddeeff00
374 PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
375
376 PASS importedKey.extraProperty is "hi"
377 PASS importedKey.type is "secret"
378 PASS typeof importedKey.extractable is 'boolean'
379 PASS importedKey.extractable is true
380 PASS importedKey.algorithm.name is "HMAC"
381 PASS importedKey.algorithm.hash.name is "SHA-256"
382 PASS importedKey.usages.join(',') is "verify"
383 PASS importedKey != clonedKey is true
384 PASS clonedKey.extraProperty is undefined.
385 PASS clonedKey.type is "secret"
386 PASS typeof clonedKey.extractable is 'boolean'
387 PASS clonedKey.extractable is true
388 PASS clonedKey.algorithm.name is "HMAC"
389 PASS clonedKey.algorithm.hash.name is "SHA-256"
390 PASS clonedKey.usages.join(',') is "verify"
391 Serialized key bytes: ff053f004b0207112000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
392 PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102 030405060708090a0b0c0d0e0f] and was
393
394 PASS importedKey.extraProperty is "hi"
395 PASS importedKey.type is "secret"
396 PASS typeof importedKey.extractable is 'boolean'
397 PASS importedKey.extractable is true
398 PASS importedKey.algorithm.name is "HMAC"
399 PASS importedKey.algorithm.hash.name is "SHA-256"
400 PASS importedKey.usages.join(',') is "sign,verify"
401 PASS importedKey != clonedKey is true
402 PASS clonedKey.extraProperty is undefined.
403 PASS clonedKey.type is "secret"
404 PASS typeof clonedKey.extractable is 'boolean'
405 PASS clonedKey.extractable is true
406 PASS clonedKey.algorithm.name is "HMAC"
407 PASS clonedKey.algorithm.hash.name is "SHA-256"
408 PASS clonedKey.usages.join(',') is "sign,verify"
409 Serialized key bytes: ff053f004b0207191030112233445566778899aabbccddeeff00
410 PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
411
412 PASS importedKey.extraProperty is "hi"
413 PASS importedKey.type is "secret"
414 PASS typeof importedKey.extractable is 'boolean'
415 PASS importedKey.extractable is true
416 PASS importedKey.algorithm.name is "HMAC"
417 PASS importedKey.algorithm.hash.name is "SHA-256"
418 PASS importedKey.usages.join(',') is "sign,verify"
419 PASS importedKey != clonedKey is true
420 PASS clonedKey.extraProperty is undefined.
421 PASS clonedKey.type is "secret"
422 PASS typeof clonedKey.extractable is 'boolean'
423 PASS clonedKey.extractable is true
424 PASS clonedKey.algorithm.name is "HMAC"
425 PASS clonedKey.algorithm.hash.name is "SHA-256"
426 PASS clonedKey.usages.join(',') is "sign,verify"
427 Serialized key bytes: ff053f004b0207192000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
428 PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102 030405060708090a0b0c0d0e0f] and was
429
430 PASS importedKey.extraProperty is "hi"
431 PASS importedKey.type is "secret"
432 PASS typeof importedKey.extractable is 'boolean'
433 PASS importedKey.extractable is false
434 PASS importedKey.algorithm.name is "HMAC"
435 PASS importedKey.algorithm.hash.name is "SHA-256"
436 PASS importedKey.usages.join(',') is ""
437 PASS importedKey != clonedKey is true
438 PASS clonedKey.extraProperty is undefined.
439 PASS clonedKey.type is "secret"
440 PASS typeof clonedKey.extractable is 'boolean'
441 PASS clonedKey.extractable is false
442 PASS clonedKey.algorithm.name is "HMAC"
443 PASS clonedKey.algorithm.hash.name is "SHA-256"
444 PASS clonedKey.usages.join(',') is ""
445 Serialized key bytes: ff053f004b0207001030112233445566778899aabbccddeeff00
446
447 PASS importedKey.extraProperty is "hi"
448 PASS importedKey.type is "secret"
449 PASS typeof importedKey.extractable is 'boolean'
450 PASS importedKey.extractable is false
451 PASS importedKey.algorithm.name is "HMAC"
452 PASS importedKey.algorithm.hash.name is "SHA-256"
453 PASS importedKey.usages.join(',') is ""
454 PASS importedKey != clonedKey is true
455 PASS clonedKey.extraProperty is undefined.
456 PASS clonedKey.type is "secret"
457 PASS typeof clonedKey.extractable is 'boolean'
458 PASS clonedKey.extractable is false
459 PASS clonedKey.algorithm.name is "HMAC"
460 PASS clonedKey.algorithm.hash.name is "SHA-256"
461 PASS clonedKey.usages.join(',') is ""
462 Serialized key bytes: ff053f004b0207002000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
463
464 PASS importedKey.extraProperty is "hi"
465 PASS importedKey.type is "secret"
466 PASS typeof importedKey.extractable is 'boolean'
467 PASS importedKey.extractable is false
468 PASS importedKey.algorithm.name is "HMAC"
469 PASS importedKey.algorithm.hash.name is "SHA-256"
470 PASS importedKey.usages.join(',') is "sign"
471 PASS importedKey != clonedKey is true
472 PASS clonedKey.extraProperty is undefined.
473 PASS clonedKey.type is "secret"
474 PASS typeof clonedKey.extractable is 'boolean'
475 PASS clonedKey.extractable is false
476 PASS clonedKey.algorithm.name is "HMAC"
477 PASS clonedKey.algorithm.hash.name is "SHA-256"
478 PASS clonedKey.usages.join(',') is "sign"
479 Serialized key bytes: ff053f004b0207081030112233445566778899aabbccddeeff00
480
481 PASS importedKey.extraProperty is "hi"
482 PASS importedKey.type is "secret"
483 PASS typeof importedKey.extractable is 'boolean'
484 PASS importedKey.extractable is false
485 PASS importedKey.algorithm.name is "HMAC"
486 PASS importedKey.algorithm.hash.name is "SHA-256"
487 PASS importedKey.usages.join(',') is "sign"
488 PASS importedKey != clonedKey is true
489 PASS clonedKey.extraProperty is undefined.
490 PASS clonedKey.type is "secret"
491 PASS typeof clonedKey.extractable is 'boolean'
492 PASS clonedKey.extractable is false
493 PASS clonedKey.algorithm.name is "HMAC"
494 PASS clonedKey.algorithm.hash.name is "SHA-256"
495 PASS clonedKey.usages.join(',') is "sign"
496 Serialized key bytes: ff053f004b0207082000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
497
498 PASS importedKey.extraProperty is "hi"
499 PASS importedKey.type is "secret"
500 PASS typeof importedKey.extractable is 'boolean'
501 PASS importedKey.extractable is false
502 PASS importedKey.algorithm.name is "HMAC"
503 PASS importedKey.algorithm.hash.name is "SHA-256"
504 PASS importedKey.usages.join(',') is "verify"
505 PASS importedKey != clonedKey is true
506 PASS clonedKey.extraProperty is undefined.
507 PASS clonedKey.type is "secret"
508 PASS typeof clonedKey.extractable is 'boolean'
509 PASS clonedKey.extractable is false
510 PASS clonedKey.algorithm.name is "HMAC"
511 PASS clonedKey.algorithm.hash.name is "SHA-256"
512 PASS clonedKey.usages.join(',') is "verify"
513 Serialized key bytes: ff053f004b0207101030112233445566778899aabbccddeeff00
514
515 PASS importedKey.extraProperty is "hi"
516 PASS importedKey.type is "secret"
517 PASS typeof importedKey.extractable is 'boolean'
518 PASS importedKey.extractable is false
519 PASS importedKey.algorithm.name is "HMAC"
520 PASS importedKey.algorithm.hash.name is "SHA-256"
521 PASS importedKey.usages.join(',') is "verify"
522 PASS importedKey != clonedKey is true
523 PASS clonedKey.extraProperty is undefined.
524 PASS clonedKey.type is "secret"
525 PASS typeof clonedKey.extractable is 'boolean'
526 PASS clonedKey.extractable is false
527 PASS clonedKey.algorithm.name is "HMAC"
528 PASS clonedKey.algorithm.hash.name is "SHA-256"
529 PASS clonedKey.usages.join(',') is "verify"
530 Serialized key bytes: ff053f004b0207102000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
531
532 PASS importedKey.extraProperty is "hi"
533 PASS importedKey.type is "secret"
534 PASS typeof importedKey.extractable is 'boolean'
535 PASS importedKey.extractable is false
536 PASS importedKey.algorithm.name is "HMAC"
537 PASS importedKey.algorithm.hash.name is "SHA-256"
538 PASS importedKey.usages.join(',') is "sign,verify"
539 PASS importedKey != clonedKey is true
540 PASS clonedKey.extraProperty is undefined.
541 PASS clonedKey.type is "secret"
542 PASS typeof clonedKey.extractable is 'boolean'
543 PASS clonedKey.extractable is false
544 PASS clonedKey.algorithm.name is "HMAC"
545 PASS clonedKey.algorithm.hash.name is "SHA-256"
546 PASS clonedKey.usages.join(',') is "sign,verify"
547 Serialized key bytes: ff053f004b0207181030112233445566778899aabbccddeeff00
548
549 PASS importedKey.extraProperty is "hi"
550 PASS importedKey.type is "secret"
551 PASS typeof importedKey.extractable is 'boolean'
552 PASS importedKey.extractable is false
553 PASS importedKey.algorithm.name is "HMAC"
554 PASS importedKey.algorithm.hash.name is "SHA-256"
555 PASS importedKey.usages.join(',') is "sign,verify"
556 PASS importedKey != clonedKey is true
557 PASS clonedKey.extraProperty is undefined.
558 PASS clonedKey.type is "secret"
559 PASS typeof clonedKey.extractable is 'boolean'
560 PASS clonedKey.extractable is false
561 PASS clonedKey.algorithm.name is "HMAC"
562 PASS clonedKey.algorithm.hash.name is "SHA-256"
563 PASS clonedKey.usages.join(',') is "sign,verify"
564 Serialized key bytes: ff053f004b0207182000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
565
566 PASS importedKey.extraProperty is "hi"
567 PASS importedKey.type is "secret"
568 PASS typeof importedKey.extractable is 'boolean'
569 PASS importedKey.extractable is true
570 PASS importedKey.algorithm.name is "HMAC"
571 PASS importedKey.algorithm.hash.name is "SHA-512"
572 PASS importedKey.usages.join(',') is ""
573 PASS importedKey != clonedKey is true
574 PASS clonedKey.extraProperty is undefined.
575 PASS clonedKey.type is "secret"
576 PASS typeof clonedKey.extractable is 'boolean'
577 PASS clonedKey.extractable is true
578 PASS clonedKey.algorithm.name is "HMAC"
579 PASS clonedKey.algorithm.hash.name is "SHA-512"
580 PASS clonedKey.usages.join(',') is ""
581 Serialized key bytes: ff053f004b0209011030112233445566778899aabbccddeeff00
582 PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
583
584 PASS importedKey.extraProperty is "hi"
585 PASS importedKey.type is "secret"
586 PASS typeof importedKey.extractable is 'boolean'
587 PASS importedKey.extractable is true
588 PASS importedKey.algorithm.name is "HMAC"
589 PASS importedKey.algorithm.hash.name is "SHA-512"
590 PASS importedKey.usages.join(',') is ""
591 PASS importedKey != clonedKey is true
592 PASS clonedKey.extraProperty is undefined.
593 PASS clonedKey.type is "secret"
594 PASS typeof clonedKey.extractable is 'boolean'
595 PASS clonedKey.extractable is true
596 PASS clonedKey.algorithm.name is "HMAC"
597 PASS clonedKey.algorithm.hash.name is "SHA-512"
598 PASS clonedKey.usages.join(',') is ""
599 Serialized key bytes: ff053f004b0209012000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
600 PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102 030405060708090a0b0c0d0e0f] and was
601
602 PASS importedKey.extraProperty is "hi"
603 PASS importedKey.type is "secret"
604 PASS typeof importedKey.extractable is 'boolean'
605 PASS importedKey.extractable is true
606 PASS importedKey.algorithm.name is "HMAC"
607 PASS importedKey.algorithm.hash.name is "SHA-512"
608 PASS importedKey.usages.join(',') is "sign"
609 PASS importedKey != clonedKey is true
610 PASS clonedKey.extraProperty is undefined.
611 PASS clonedKey.type is "secret"
612 PASS typeof clonedKey.extractable is 'boolean'
613 PASS clonedKey.extractable is true
614 PASS clonedKey.algorithm.name is "HMAC"
615 PASS clonedKey.algorithm.hash.name is "SHA-512"
616 PASS clonedKey.usages.join(',') is "sign"
617 Serialized key bytes: ff053f004b0209091030112233445566778899aabbccddeeff00
618 PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
619
620 PASS importedKey.extraProperty is "hi"
621 PASS importedKey.type is "secret"
622 PASS typeof importedKey.extractable is 'boolean'
623 PASS importedKey.extractable is true
624 PASS importedKey.algorithm.name is "HMAC"
625 PASS importedKey.algorithm.hash.name is "SHA-512"
626 PASS importedKey.usages.join(',') is "sign"
627 PASS importedKey != clonedKey is true
628 PASS clonedKey.extraProperty is undefined.
629 PASS clonedKey.type is "secret"
630 PASS typeof clonedKey.extractable is 'boolean'
631 PASS clonedKey.extractable is true
632 PASS clonedKey.algorithm.name is "HMAC"
633 PASS clonedKey.algorithm.hash.name is "SHA-512"
634 PASS clonedKey.usages.join(',') is "sign"
635 Serialized key bytes: ff053f004b0209092000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
636 PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102 030405060708090a0b0c0d0e0f] and was
637
638 PASS importedKey.extraProperty is "hi"
639 PASS importedKey.type is "secret"
640 PASS typeof importedKey.extractable is 'boolean'
641 PASS importedKey.extractable is true
642 PASS importedKey.algorithm.name is "HMAC"
643 PASS importedKey.algorithm.hash.name is "SHA-512"
644 PASS importedKey.usages.join(',') is "verify"
645 PASS importedKey != clonedKey is true
646 PASS clonedKey.extraProperty is undefined.
647 PASS clonedKey.type is "secret"
648 PASS typeof clonedKey.extractable is 'boolean'
649 PASS clonedKey.extractable is true
650 PASS clonedKey.algorithm.name is "HMAC"
651 PASS clonedKey.algorithm.hash.name is "SHA-512"
652 PASS clonedKey.usages.join(',') is "verify"
653 Serialized key bytes: ff053f004b0209111030112233445566778899aabbccddeeff00
654 PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
655
656 PASS importedKey.extraProperty is "hi"
657 PASS importedKey.type is "secret"
658 PASS typeof importedKey.extractable is 'boolean'
659 PASS importedKey.extractable is true
660 PASS importedKey.algorithm.name is "HMAC"
661 PASS importedKey.algorithm.hash.name is "SHA-512"
662 PASS importedKey.usages.join(',') is "verify"
663 PASS importedKey != clonedKey is true
664 PASS clonedKey.extraProperty is undefined.
665 PASS clonedKey.type is "secret"
666 PASS typeof clonedKey.extractable is 'boolean'
667 PASS clonedKey.extractable is true
668 PASS clonedKey.algorithm.name is "HMAC"
669 PASS clonedKey.algorithm.hash.name is "SHA-512"
670 PASS clonedKey.usages.join(',') is "verify"
671 Serialized key bytes: ff053f004b0209112000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
672 PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102 030405060708090a0b0c0d0e0f] and was
673
674 PASS importedKey.extraProperty is "hi"
675 PASS importedKey.type is "secret"
676 PASS typeof importedKey.extractable is 'boolean'
677 PASS importedKey.extractable is true
678 PASS importedKey.algorithm.name is "HMAC"
679 PASS importedKey.algorithm.hash.name is "SHA-512"
680 PASS importedKey.usages.join(',') is "sign,verify"
681 PASS importedKey != clonedKey is true
682 PASS clonedKey.extraProperty is undefined.
683 PASS clonedKey.type is "secret"
684 PASS typeof clonedKey.extractable is 'boolean'
685 PASS clonedKey.extractable is true
686 PASS clonedKey.algorithm.name is "HMAC"
687 PASS clonedKey.algorithm.hash.name is "SHA-512"
688 PASS clonedKey.usages.join(',') is "sign,verify"
689 Serialized key bytes: ff053f004b0209191030112233445566778899aabbccddeeff00
690 PASS: Cloned key exported data should be [30112233445566778899aabbccddeeff] and was
691
692 PASS importedKey.extraProperty is "hi"
693 PASS importedKey.type is "secret"
694 PASS typeof importedKey.extractable is 'boolean'
695 PASS importedKey.extractable is true
696 PASS importedKey.algorithm.name is "HMAC"
697 PASS importedKey.algorithm.hash.name is "SHA-512"
698 PASS importedKey.usages.join(',') is "sign,verify"
699 PASS importedKey != clonedKey is true
700 PASS clonedKey.extraProperty is undefined.
701 PASS clonedKey.type is "secret"
702 PASS typeof clonedKey.extractable is 'boolean'
703 PASS clonedKey.extractable is true
704 PASS clonedKey.algorithm.name is "HMAC"
705 PASS clonedKey.algorithm.hash.name is "SHA-512"
706 PASS clonedKey.usages.join(',') is "sign,verify"
707 Serialized key bytes: ff053f004b0209192000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
708 PASS: Cloned key exported data should be [00112233445546778899aabbccddeeff000102 030405060708090a0b0c0d0e0f] and was
709
710 PASS importedKey.extraProperty is "hi"
711 PASS importedKey.type is "secret"
712 PASS typeof importedKey.extractable is 'boolean'
713 PASS importedKey.extractable is false
714 PASS importedKey.algorithm.name is "HMAC"
715 PASS importedKey.algorithm.hash.name is "SHA-512"
716 PASS importedKey.usages.join(',') is ""
717 PASS importedKey != clonedKey is true
718 PASS clonedKey.extraProperty is undefined.
719 PASS clonedKey.type is "secret"
720 PASS typeof clonedKey.extractable is 'boolean'
721 PASS clonedKey.extractable is false
722 PASS clonedKey.algorithm.name is "HMAC"
723 PASS clonedKey.algorithm.hash.name is "SHA-512"
724 PASS clonedKey.usages.join(',') is ""
725 Serialized key bytes: ff053f004b0209001030112233445566778899aabbccddeeff00
726
727 PASS importedKey.extraProperty is "hi"
728 PASS importedKey.type is "secret"
729 PASS typeof importedKey.extractable is 'boolean'
730 PASS importedKey.extractable is false
731 PASS importedKey.algorithm.name is "HMAC"
732 PASS importedKey.algorithm.hash.name is "SHA-512"
733 PASS importedKey.usages.join(',') is ""
734 PASS importedKey != clonedKey is true
735 PASS clonedKey.extraProperty is undefined.
736 PASS clonedKey.type is "secret"
737 PASS typeof clonedKey.extractable is 'boolean'
738 PASS clonedKey.extractable is false
739 PASS clonedKey.algorithm.name is "HMAC"
740 PASS clonedKey.algorithm.hash.name is "SHA-512"
741 PASS clonedKey.usages.join(',') is ""
742 Serialized key bytes: ff053f004b0209002000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
743
744 PASS importedKey.extraProperty is "hi"
745 PASS importedKey.type is "secret"
746 PASS typeof importedKey.extractable is 'boolean'
747 PASS importedKey.extractable is false
748 PASS importedKey.algorithm.name is "HMAC"
749 PASS importedKey.algorithm.hash.name is "SHA-512"
750 PASS importedKey.usages.join(',') is "sign"
751 PASS importedKey != clonedKey is true
752 PASS clonedKey.extraProperty is undefined.
753 PASS clonedKey.type is "secret"
754 PASS typeof clonedKey.extractable is 'boolean'
755 PASS clonedKey.extractable is false
756 PASS clonedKey.algorithm.name is "HMAC"
757 PASS clonedKey.algorithm.hash.name is "SHA-512"
758 PASS clonedKey.usages.join(',') is "sign"
759 Serialized key bytes: ff053f004b0209081030112233445566778899aabbccddeeff00
760
761 PASS importedKey.extraProperty is "hi"
762 PASS importedKey.type is "secret"
763 PASS typeof importedKey.extractable is 'boolean'
764 PASS importedKey.extractable is false
765 PASS importedKey.algorithm.name is "HMAC"
766 PASS importedKey.algorithm.hash.name is "SHA-512"
767 PASS importedKey.usages.join(',') is "sign"
768 PASS importedKey != clonedKey is true
769 PASS clonedKey.extraProperty is undefined.
770 PASS clonedKey.type is "secret"
771 PASS typeof clonedKey.extractable is 'boolean'
772 PASS clonedKey.extractable is false
773 PASS clonedKey.algorithm.name is "HMAC"
774 PASS clonedKey.algorithm.hash.name is "SHA-512"
775 PASS clonedKey.usages.join(',') is "sign"
776 Serialized key bytes: ff053f004b0209082000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
777
778 PASS importedKey.extraProperty is "hi"
779 PASS importedKey.type is "secret"
780 PASS typeof importedKey.extractable is 'boolean'
781 PASS importedKey.extractable is false
782 PASS importedKey.algorithm.name is "HMAC"
783 PASS importedKey.algorithm.hash.name is "SHA-512"
784 PASS importedKey.usages.join(',') is "verify"
785 PASS importedKey != clonedKey is true
786 PASS clonedKey.extraProperty is undefined.
787 PASS clonedKey.type is "secret"
788 PASS typeof clonedKey.extractable is 'boolean'
789 PASS clonedKey.extractable is false
790 PASS clonedKey.algorithm.name is "HMAC"
791 PASS clonedKey.algorithm.hash.name is "SHA-512"
792 PASS clonedKey.usages.join(',') is "verify"
793 Serialized key bytes: ff053f004b0209101030112233445566778899aabbccddeeff00
794
795 PASS importedKey.extraProperty is "hi"
796 PASS importedKey.type is "secret"
797 PASS typeof importedKey.extractable is 'boolean'
798 PASS importedKey.extractable is false
799 PASS importedKey.algorithm.name is "HMAC"
800 PASS importedKey.algorithm.hash.name is "SHA-512"
801 PASS importedKey.usages.join(',') is "verify"
802 PASS importedKey != clonedKey is true
803 PASS clonedKey.extraProperty is undefined.
804 PASS clonedKey.type is "secret"
805 PASS typeof clonedKey.extractable is 'boolean'
806 PASS clonedKey.extractable is false
807 PASS clonedKey.algorithm.name is "HMAC"
808 PASS clonedKey.algorithm.hash.name is "SHA-512"
809 PASS clonedKey.usages.join(',') is "verify"
810 Serialized key bytes: ff053f004b0209102000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
811
812 PASS importedKey.extraProperty is "hi"
813 PASS importedKey.type is "secret"
814 PASS typeof importedKey.extractable is 'boolean'
815 PASS importedKey.extractable is false
816 PASS importedKey.algorithm.name is "HMAC"
817 PASS importedKey.algorithm.hash.name is "SHA-512"
818 PASS importedKey.usages.join(',') is "sign,verify"
819 PASS importedKey != clonedKey is true
820 PASS clonedKey.extraProperty is undefined.
821 PASS clonedKey.type is "secret"
822 PASS typeof clonedKey.extractable is 'boolean'
823 PASS clonedKey.extractable is false
824 PASS clonedKey.algorithm.name is "HMAC"
825 PASS clonedKey.algorithm.hash.name is "SHA-512"
826 PASS clonedKey.usages.join(',') is "sign,verify"
827 Serialized key bytes: ff053f004b0209181030112233445566778899aabbccddeeff00
828
829 PASS importedKey.extraProperty is "hi"
830 PASS importedKey.type is "secret"
831 PASS typeof importedKey.extractable is 'boolean'
832 PASS importedKey.extractable is false
833 PASS importedKey.algorithm.name is "HMAC"
834 PASS importedKey.algorithm.hash.name is "SHA-512"
835 PASS importedKey.usages.join(',') is "sign,verify"
836 PASS importedKey != clonedKey is true
837 PASS clonedKey.extraProperty is undefined.
838 PASS clonedKey.type is "secret"
839 PASS typeof clonedKey.extractable is 'boolean'
840 PASS clonedKey.extractable is false
841 PASS clonedKey.algorithm.name is "HMAC"
842 PASS clonedKey.algorithm.hash.name is "SHA-512"
843 PASS clonedKey.usages.join(',') is "sign,verify"
844 Serialized key bytes: ff053f004b0209182000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
845
846 PASS successfullyParsed is true
847
848 TEST COMPLETE
849
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698