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

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: fix another comment 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.type is "secret"
7 PASS importedKey.extractable is true
8 PASS importedKey.algorithm.name is "HMAC"
9 PASS importedKey.algorithm.hash.name is "SHA-1"
10 PASS importedKey.usages.join(',') is ""
11 Serialized key bytes: ff043f004b0205011030112233445566778899aabbccddeeff00
12 PASS clonedKey.type is "secret"
13 PASS clonedKey.extractable is true
14 PASS clonedKey.algorithm.name is "HMAC"
15 PASS clonedKey.algorithm.hash.name is "SHA-1"
16 PASS clonedKey.usages.join(',') is ""
17 PASS importedKey.type is "secret"
18 PASS importedKey.extractable is true
19 PASS importedKey.algorithm.name is "HMAC"
20 PASS importedKey.algorithm.hash.name is "SHA-1"
21 PASS importedKey.usages.join(',') is ""
22 Serialized key bytes: ff043f004b0205012000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
23 PASS clonedKey.type is "secret"
24 PASS clonedKey.extractable is true
25 PASS clonedKey.algorithm.name is "HMAC"
26 PASS clonedKey.algorithm.hash.name is "SHA-1"
27 PASS clonedKey.usages.join(',') is ""
28 PASS importedKey.type is "secret"
29 PASS importedKey.extractable is true
30 PASS importedKey.algorithm.name is "HMAC"
31 PASS importedKey.algorithm.hash.name is "SHA-1"
32 PASS importedKey.usages.join(',') is "sign"
33 Serialized key bytes: ff043f004b0205091030112233445566778899aabbccddeeff00
34 PASS clonedKey.type is "secret"
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 "sign"
39 PASS importedKey.type is "secret"
40 PASS importedKey.extractable is true
41 PASS importedKey.algorithm.name is "HMAC"
42 PASS importedKey.algorithm.hash.name is "SHA-1"
43 PASS importedKey.usages.join(',') is "sign"
44 Serialized key bytes: ff043f004b0205092000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
45 PASS clonedKey.type is "secret"
46 PASS clonedKey.extractable is true
47 PASS clonedKey.algorithm.name is "HMAC"
48 PASS clonedKey.algorithm.hash.name is "SHA-1"
49 PASS clonedKey.usages.join(',') is "sign"
50 PASS importedKey.type is "secret"
51 PASS importedKey.extractable is true
52 PASS importedKey.algorithm.name is "HMAC"
53 PASS importedKey.algorithm.hash.name is "SHA-1"
54 PASS importedKey.usages.join(',') is "verify"
55 Serialized key bytes: ff043f004b0205111030112233445566778899aabbccddeeff00
56 PASS clonedKey.type is "secret"
57 PASS clonedKey.extractable is true
58 PASS clonedKey.algorithm.name is "HMAC"
59 PASS clonedKey.algorithm.hash.name is "SHA-1"
60 PASS clonedKey.usages.join(',') is "verify"
61 PASS importedKey.type is "secret"
62 PASS importedKey.extractable is true
63 PASS importedKey.algorithm.name is "HMAC"
64 PASS importedKey.algorithm.hash.name is "SHA-1"
65 PASS importedKey.usages.join(',') is "verify"
66 Serialized key bytes: ff043f004b0205112000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
67 PASS clonedKey.type is "secret"
68 PASS clonedKey.extractable is true
69 PASS clonedKey.algorithm.name is "HMAC"
70 PASS clonedKey.algorithm.hash.name is "SHA-1"
71 PASS clonedKey.usages.join(',') is "verify"
72 PASS importedKey.type is "secret"
73 PASS importedKey.extractable is true
74 PASS importedKey.algorithm.name is "HMAC"
75 PASS importedKey.algorithm.hash.name is "SHA-1"
76 PASS importedKey.usages.join(',') is "sign,verify"
77 Serialized key bytes: ff043f004b0205191030112233445566778899aabbccddeeff00
78 PASS clonedKey.type is "secret"
79 PASS clonedKey.extractable is true
80 PASS clonedKey.algorithm.name is "HMAC"
81 PASS clonedKey.algorithm.hash.name is "SHA-1"
82 PASS clonedKey.usages.join(',') is "sign,verify"
83 PASS importedKey.type is "secret"
84 PASS importedKey.extractable is true
85 PASS importedKey.algorithm.name is "HMAC"
86 PASS importedKey.algorithm.hash.name is "SHA-1"
87 PASS importedKey.usages.join(',') is "sign,verify"
88 Serialized key bytes: ff043f004b0205192000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
89 PASS clonedKey.type is "secret"
90 PASS clonedKey.extractable is true
91 PASS clonedKey.algorithm.name is "HMAC"
92 PASS clonedKey.algorithm.hash.name is "SHA-1"
93 PASS clonedKey.usages.join(',') is "sign,verify"
94 PASS importedKey.type is "secret"
95 PASS importedKey.extractable is false
96 PASS importedKey.algorithm.name is "HMAC"
97 PASS importedKey.algorithm.hash.name is "SHA-1"
98 PASS importedKey.usages.join(',') is ""
99 Serialized key bytes: ff043f004b0205001030112233445566778899aabbccddeeff00
100 PASS clonedKey.type is "secret"
101 PASS clonedKey.extractable is false
102 PASS clonedKey.algorithm.name is "HMAC"
103 PASS clonedKey.algorithm.hash.name is "SHA-1"
104 PASS clonedKey.usages.join(',') is ""
105 PASS importedKey.type is "secret"
106 PASS importedKey.extractable is false
107 PASS importedKey.algorithm.name is "HMAC"
108 PASS importedKey.algorithm.hash.name is "SHA-1"
109 PASS importedKey.usages.join(',') is ""
110 Serialized key bytes: ff043f004b0205002000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
111 PASS clonedKey.type is "secret"
112 PASS clonedKey.extractable is false
113 PASS clonedKey.algorithm.name is "HMAC"
114 PASS clonedKey.algorithm.hash.name is "SHA-1"
115 PASS clonedKey.usages.join(',') is ""
116 PASS importedKey.type is "secret"
117 PASS importedKey.extractable is false
118 PASS importedKey.algorithm.name is "HMAC"
119 PASS importedKey.algorithm.hash.name is "SHA-1"
120 PASS importedKey.usages.join(',') is "sign"
121 Serialized key bytes: ff043f004b0205081030112233445566778899aabbccddeeff00
122 PASS clonedKey.type is "secret"
123 PASS clonedKey.extractable is false
124 PASS clonedKey.algorithm.name is "HMAC"
125 PASS clonedKey.algorithm.hash.name is "SHA-1"
126 PASS clonedKey.usages.join(',') is "sign"
127 PASS importedKey.type is "secret"
128 PASS importedKey.extractable is false
129 PASS importedKey.algorithm.name is "HMAC"
130 PASS importedKey.algorithm.hash.name is "SHA-1"
131 PASS importedKey.usages.join(',') is "sign"
132 Serialized key bytes: ff043f004b0205082000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
133 PASS clonedKey.type is "secret"
134 PASS clonedKey.extractable is false
135 PASS clonedKey.algorithm.name is "HMAC"
136 PASS clonedKey.algorithm.hash.name is "SHA-1"
137 PASS clonedKey.usages.join(',') is "sign"
138 PASS importedKey.type is "secret"
139 PASS importedKey.extractable is false
140 PASS importedKey.algorithm.name is "HMAC"
141 PASS importedKey.algorithm.hash.name is "SHA-1"
142 PASS importedKey.usages.join(',') is "verify"
143 Serialized key bytes: ff043f004b0205101030112233445566778899aabbccddeeff00
144 PASS clonedKey.type is "secret"
145 PASS clonedKey.extractable is false
146 PASS clonedKey.algorithm.name is "HMAC"
147 PASS clonedKey.algorithm.hash.name is "SHA-1"
148 PASS clonedKey.usages.join(',') is "verify"
149 PASS importedKey.type is "secret"
150 PASS importedKey.extractable is false
151 PASS importedKey.algorithm.name is "HMAC"
152 PASS importedKey.algorithm.hash.name is "SHA-1"
153 PASS importedKey.usages.join(',') is "verify"
154 Serialized key bytes: ff043f004b0205102000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
155 PASS clonedKey.type is "secret"
156 PASS clonedKey.extractable is false
157 PASS clonedKey.algorithm.name is "HMAC"
158 PASS clonedKey.algorithm.hash.name is "SHA-1"
159 PASS clonedKey.usages.join(',') is "verify"
160 PASS importedKey.type is "secret"
161 PASS importedKey.extractable is false
162 PASS importedKey.algorithm.name is "HMAC"
163 PASS importedKey.algorithm.hash.name is "SHA-1"
164 PASS importedKey.usages.join(',') is "sign,verify"
165 Serialized key bytes: ff043f004b0205181030112233445566778899aabbccddeeff00
166 PASS clonedKey.type is "secret"
167 PASS clonedKey.extractable is false
168 PASS clonedKey.algorithm.name is "HMAC"
169 PASS clonedKey.algorithm.hash.name is "SHA-1"
170 PASS clonedKey.usages.join(',') is "sign,verify"
171 PASS importedKey.type is "secret"
172 PASS importedKey.extractable is false
173 PASS importedKey.algorithm.name is "HMAC"
174 PASS importedKey.algorithm.hash.name is "SHA-1"
175 PASS importedKey.usages.join(',') is "sign,verify"
176 Serialized key bytes: ff043f004b0205182000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
177 PASS clonedKey.type is "secret"
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 "sign,verify"
182 PASS importedKey.type is "secret"
183 PASS importedKey.extractable is true
184 PASS importedKey.algorithm.name is "HMAC"
185 PASS importedKey.algorithm.hash.name is "SHA-256"
186 PASS importedKey.usages.join(',') is ""
187 Serialized key bytes: ff043f004b0207011030112233445566778899aabbccddeeff00
188 PASS clonedKey.type is "secret"
189 PASS clonedKey.extractable is true
190 PASS clonedKey.algorithm.name is "HMAC"
191 PASS clonedKey.algorithm.hash.name is "SHA-256"
192 PASS clonedKey.usages.join(',') is ""
193 PASS importedKey.type is "secret"
194 PASS importedKey.extractable is true
195 PASS importedKey.algorithm.name is "HMAC"
196 PASS importedKey.algorithm.hash.name is "SHA-256"
197 PASS importedKey.usages.join(',') is ""
198 Serialized key bytes: ff043f004b0207012000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
199 PASS clonedKey.type is "secret"
200 PASS clonedKey.extractable is true
201 PASS clonedKey.algorithm.name is "HMAC"
202 PASS clonedKey.algorithm.hash.name is "SHA-256"
203 PASS clonedKey.usages.join(',') is ""
204 PASS importedKey.type is "secret"
205 PASS importedKey.extractable is true
206 PASS importedKey.algorithm.name is "HMAC"
207 PASS importedKey.algorithm.hash.name is "SHA-256"
208 PASS importedKey.usages.join(',') is "sign"
209 Serialized key bytes: ff043f004b0207091030112233445566778899aabbccddeeff00
210 PASS clonedKey.type is "secret"
211 PASS clonedKey.extractable is true
212 PASS clonedKey.algorithm.name is "HMAC"
213 PASS clonedKey.algorithm.hash.name is "SHA-256"
214 PASS clonedKey.usages.join(',') is "sign"
215 PASS importedKey.type is "secret"
216 PASS importedKey.extractable is true
217 PASS importedKey.algorithm.name is "HMAC"
218 PASS importedKey.algorithm.hash.name is "SHA-256"
219 PASS importedKey.usages.join(',') is "sign"
220 Serialized key bytes: ff043f004b0207092000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
221 PASS clonedKey.type is "secret"
222 PASS clonedKey.extractable is true
223 PASS clonedKey.algorithm.name is "HMAC"
224 PASS clonedKey.algorithm.hash.name is "SHA-256"
225 PASS clonedKey.usages.join(',') is "sign"
226 PASS importedKey.type is "secret"
227 PASS importedKey.extractable is true
228 PASS importedKey.algorithm.name is "HMAC"
229 PASS importedKey.algorithm.hash.name is "SHA-256"
230 PASS importedKey.usages.join(',') is "verify"
231 Serialized key bytes: ff043f004b0207111030112233445566778899aabbccddeeff00
232 PASS clonedKey.type is "secret"
233 PASS clonedKey.extractable is true
234 PASS clonedKey.algorithm.name is "HMAC"
235 PASS clonedKey.algorithm.hash.name is "SHA-256"
236 PASS clonedKey.usages.join(',') is "verify"
237 PASS importedKey.type is "secret"
238 PASS importedKey.extractable is true
239 PASS importedKey.algorithm.name is "HMAC"
240 PASS importedKey.algorithm.hash.name is "SHA-256"
241 PASS importedKey.usages.join(',') is "verify"
242 Serialized key bytes: ff043f004b0207112000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
243 PASS clonedKey.type is "secret"
244 PASS clonedKey.extractable is true
245 PASS clonedKey.algorithm.name is "HMAC"
246 PASS clonedKey.algorithm.hash.name is "SHA-256"
247 PASS clonedKey.usages.join(',') is "verify"
248 PASS importedKey.type is "secret"
249 PASS importedKey.extractable is true
250 PASS importedKey.algorithm.name is "HMAC"
251 PASS importedKey.algorithm.hash.name is "SHA-256"
252 PASS importedKey.usages.join(',') is "sign,verify"
253 Serialized key bytes: ff043f004b0207191030112233445566778899aabbccddeeff00
254 PASS clonedKey.type is "secret"
255 PASS clonedKey.extractable is true
256 PASS clonedKey.algorithm.name is "HMAC"
257 PASS clonedKey.algorithm.hash.name is "SHA-256"
258 PASS clonedKey.usages.join(',') is "sign,verify"
259 PASS importedKey.type is "secret"
260 PASS importedKey.extractable is true
261 PASS importedKey.algorithm.name is "HMAC"
262 PASS importedKey.algorithm.hash.name is "SHA-256"
263 PASS importedKey.usages.join(',') is "sign,verify"
264 Serialized key bytes: ff043f004b0207192000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
265 PASS clonedKey.type is "secret"
266 PASS clonedKey.extractable is true
267 PASS clonedKey.algorithm.name is "HMAC"
268 PASS clonedKey.algorithm.hash.name is "SHA-256"
269 PASS clonedKey.usages.join(',') is "sign,verify"
270 PASS importedKey.type is "secret"
271 PASS importedKey.extractable is false
272 PASS importedKey.algorithm.name is "HMAC"
273 PASS importedKey.algorithm.hash.name is "SHA-256"
274 PASS importedKey.usages.join(',') is ""
275 Serialized key bytes: ff043f004b0207001030112233445566778899aabbccddeeff00
276 PASS clonedKey.type is "secret"
277 PASS clonedKey.extractable is false
278 PASS clonedKey.algorithm.name is "HMAC"
279 PASS clonedKey.algorithm.hash.name is "SHA-256"
280 PASS clonedKey.usages.join(',') is ""
281 PASS importedKey.type is "secret"
282 PASS importedKey.extractable is false
283 PASS importedKey.algorithm.name is "HMAC"
284 PASS importedKey.algorithm.hash.name is "SHA-256"
285 PASS importedKey.usages.join(',') is ""
286 Serialized key bytes: ff043f004b0207002000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
287 PASS clonedKey.type is "secret"
288 PASS clonedKey.extractable is false
289 PASS clonedKey.algorithm.name is "HMAC"
290 PASS clonedKey.algorithm.hash.name is "SHA-256"
291 PASS clonedKey.usages.join(',') is ""
292 PASS importedKey.type is "secret"
293 PASS importedKey.extractable is false
294 PASS importedKey.algorithm.name is "HMAC"
295 PASS importedKey.algorithm.hash.name is "SHA-256"
296 PASS importedKey.usages.join(',') is "sign"
297 Serialized key bytes: ff043f004b0207081030112233445566778899aabbccddeeff00
298 PASS clonedKey.type is "secret"
299 PASS clonedKey.extractable is false
300 PASS clonedKey.algorithm.name is "HMAC"
301 PASS clonedKey.algorithm.hash.name is "SHA-256"
302 PASS clonedKey.usages.join(',') is "sign"
303 PASS importedKey.type is "secret"
304 PASS importedKey.extractable is false
305 PASS importedKey.algorithm.name is "HMAC"
306 PASS importedKey.algorithm.hash.name is "SHA-256"
307 PASS importedKey.usages.join(',') is "sign"
308 Serialized key bytes: ff043f004b0207082000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
309 PASS clonedKey.type is "secret"
310 PASS clonedKey.extractable is false
311 PASS clonedKey.algorithm.name is "HMAC"
312 PASS clonedKey.algorithm.hash.name is "SHA-256"
313 PASS clonedKey.usages.join(',') is "sign"
314 PASS importedKey.type is "secret"
315 PASS importedKey.extractable is false
316 PASS importedKey.algorithm.name is "HMAC"
317 PASS importedKey.algorithm.hash.name is "SHA-256"
318 PASS importedKey.usages.join(',') is "verify"
319 Serialized key bytes: ff043f004b0207101030112233445566778899aabbccddeeff00
320 PASS clonedKey.type is "secret"
321 PASS clonedKey.extractable is false
322 PASS clonedKey.algorithm.name is "HMAC"
323 PASS clonedKey.algorithm.hash.name is "SHA-256"
324 PASS clonedKey.usages.join(',') is "verify"
325 PASS importedKey.type is "secret"
326 PASS importedKey.extractable is false
327 PASS importedKey.algorithm.name is "HMAC"
328 PASS importedKey.algorithm.hash.name is "SHA-256"
329 PASS importedKey.usages.join(',') is "verify"
330 Serialized key bytes: ff043f004b0207102000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
331 PASS clonedKey.type is "secret"
332 PASS clonedKey.extractable is false
333 PASS clonedKey.algorithm.name is "HMAC"
334 PASS clonedKey.algorithm.hash.name is "SHA-256"
335 PASS clonedKey.usages.join(',') is "verify"
336 PASS importedKey.type is "secret"
337 PASS importedKey.extractable is false
338 PASS importedKey.algorithm.name is "HMAC"
339 PASS importedKey.algorithm.hash.name is "SHA-256"
340 PASS importedKey.usages.join(',') is "sign,verify"
341 Serialized key bytes: ff043f004b0207181030112233445566778899aabbccddeeff00
342 PASS clonedKey.type is "secret"
343 PASS clonedKey.extractable is false
344 PASS clonedKey.algorithm.name is "HMAC"
345 PASS clonedKey.algorithm.hash.name is "SHA-256"
346 PASS clonedKey.usages.join(',') is "sign,verify"
347 PASS importedKey.type is "secret"
348 PASS importedKey.extractable is false
349 PASS importedKey.algorithm.name is "HMAC"
350 PASS importedKey.algorithm.hash.name is "SHA-256"
351 PASS importedKey.usages.join(',') is "sign,verify"
352 Serialized key bytes: ff043f004b0207182000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
353 PASS clonedKey.type is "secret"
354 PASS clonedKey.extractable is false
355 PASS clonedKey.algorithm.name is "HMAC"
356 PASS clonedKey.algorithm.hash.name is "SHA-256"
357 PASS clonedKey.usages.join(',') is "sign,verify"
358 PASS importedKey.type is "secret"
359 PASS importedKey.extractable is true
360 PASS importedKey.algorithm.name is "HMAC"
361 PASS importedKey.algorithm.hash.name is "SHA-512"
362 PASS importedKey.usages.join(',') is ""
363 Serialized key bytes: ff043f004b0209011030112233445566778899aabbccddeeff00
364 PASS clonedKey.type is "secret"
365 PASS clonedKey.extractable is true
366 PASS clonedKey.algorithm.name is "HMAC"
367 PASS clonedKey.algorithm.hash.name is "SHA-512"
368 PASS clonedKey.usages.join(',') is ""
369 PASS importedKey.type is "secret"
370 PASS importedKey.extractable is true
371 PASS importedKey.algorithm.name is "HMAC"
372 PASS importedKey.algorithm.hash.name is "SHA-512"
373 PASS importedKey.usages.join(',') is ""
374 Serialized key bytes: ff043f004b0209012000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
375 PASS clonedKey.type is "secret"
376 PASS clonedKey.extractable is true
377 PASS clonedKey.algorithm.name is "HMAC"
378 PASS clonedKey.algorithm.hash.name is "SHA-512"
379 PASS clonedKey.usages.join(',') is ""
380 PASS importedKey.type is "secret"
381 PASS importedKey.extractable is true
382 PASS importedKey.algorithm.name is "HMAC"
383 PASS importedKey.algorithm.hash.name is "SHA-512"
384 PASS importedKey.usages.join(',') is "sign"
385 Serialized key bytes: ff043f004b0209091030112233445566778899aabbccddeeff00
386 PASS clonedKey.type is "secret"
387 PASS clonedKey.extractable is true
388 PASS clonedKey.algorithm.name is "HMAC"
389 PASS clonedKey.algorithm.hash.name is "SHA-512"
390 PASS clonedKey.usages.join(',') is "sign"
391 PASS importedKey.type is "secret"
392 PASS importedKey.extractable is true
393 PASS importedKey.algorithm.name is "HMAC"
394 PASS importedKey.algorithm.hash.name is "SHA-512"
395 PASS importedKey.usages.join(',') is "sign"
396 Serialized key bytes: ff043f004b0209092000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
397 PASS clonedKey.type is "secret"
398 PASS clonedKey.extractable is true
399 PASS clonedKey.algorithm.name is "HMAC"
400 PASS clonedKey.algorithm.hash.name is "SHA-512"
401 PASS clonedKey.usages.join(',') is "sign"
402 PASS importedKey.type is "secret"
403 PASS importedKey.extractable is true
404 PASS importedKey.algorithm.name is "HMAC"
405 PASS importedKey.algorithm.hash.name is "SHA-512"
406 PASS importedKey.usages.join(',') is "verify"
407 Serialized key bytes: ff043f004b0209111030112233445566778899aabbccddeeff00
408 PASS clonedKey.type is "secret"
409 PASS clonedKey.extractable is true
410 PASS clonedKey.algorithm.name is "HMAC"
411 PASS clonedKey.algorithm.hash.name is "SHA-512"
412 PASS clonedKey.usages.join(',') is "verify"
413 PASS importedKey.type is "secret"
414 PASS importedKey.extractable is true
415 PASS importedKey.algorithm.name is "HMAC"
416 PASS importedKey.algorithm.hash.name is "SHA-512"
417 PASS importedKey.usages.join(',') is "verify"
418 Serialized key bytes: ff043f004b0209112000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
419 PASS clonedKey.type is "secret"
420 PASS clonedKey.extractable is true
421 PASS clonedKey.algorithm.name is "HMAC"
422 PASS clonedKey.algorithm.hash.name is "SHA-512"
423 PASS clonedKey.usages.join(',') is "verify"
424 PASS importedKey.type is "secret"
425 PASS importedKey.extractable is true
426 PASS importedKey.algorithm.name is "HMAC"
427 PASS importedKey.algorithm.hash.name is "SHA-512"
428 PASS importedKey.usages.join(',') is "sign,verify"
429 Serialized key bytes: ff043f004b0209191030112233445566778899aabbccddeeff00
430 PASS clonedKey.type is "secret"
431 PASS clonedKey.extractable is true
432 PASS clonedKey.algorithm.name is "HMAC"
433 PASS clonedKey.algorithm.hash.name is "SHA-512"
434 PASS clonedKey.usages.join(',') is "sign,verify"
435 PASS importedKey.type is "secret"
436 PASS importedKey.extractable is true
437 PASS importedKey.algorithm.name is "HMAC"
438 PASS importedKey.algorithm.hash.name is "SHA-512"
439 PASS importedKey.usages.join(',') is "sign,verify"
440 Serialized key bytes: ff043f004b0209192000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
441 PASS clonedKey.type is "secret"
442 PASS clonedKey.extractable is true
443 PASS clonedKey.algorithm.name is "HMAC"
444 PASS clonedKey.algorithm.hash.name is "SHA-512"
445 PASS clonedKey.usages.join(',') is "sign,verify"
446 PASS importedKey.type is "secret"
447 PASS importedKey.extractable is false
448 PASS importedKey.algorithm.name is "HMAC"
449 PASS importedKey.algorithm.hash.name is "SHA-512"
450 PASS importedKey.usages.join(',') is ""
451 Serialized key bytes: ff043f004b0209001030112233445566778899aabbccddeeff00
452 PASS clonedKey.type is "secret"
453 PASS clonedKey.extractable is false
454 PASS clonedKey.algorithm.name is "HMAC"
455 PASS clonedKey.algorithm.hash.name is "SHA-512"
456 PASS clonedKey.usages.join(',') is ""
457 PASS importedKey.type is "secret"
458 PASS importedKey.extractable is false
459 PASS importedKey.algorithm.name is "HMAC"
460 PASS importedKey.algorithm.hash.name is "SHA-512"
461 PASS importedKey.usages.join(',') is ""
462 Serialized key bytes: ff043f004b0209002000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
463 PASS clonedKey.type is "secret"
464 PASS clonedKey.extractable is false
465 PASS clonedKey.algorithm.name is "HMAC"
466 PASS clonedKey.algorithm.hash.name is "SHA-512"
467 PASS clonedKey.usages.join(',') is ""
468 PASS importedKey.type is "secret"
469 PASS importedKey.extractable is false
470 PASS importedKey.algorithm.name is "HMAC"
471 PASS importedKey.algorithm.hash.name is "SHA-512"
472 PASS importedKey.usages.join(',') is "sign"
473 Serialized key bytes: ff043f004b0209081030112233445566778899aabbccddeeff00
474 PASS clonedKey.type is "secret"
475 PASS clonedKey.extractable is false
476 PASS clonedKey.algorithm.name is "HMAC"
477 PASS clonedKey.algorithm.hash.name is "SHA-512"
478 PASS clonedKey.usages.join(',') is "sign"
479 PASS importedKey.type is "secret"
480 PASS importedKey.extractable is false
481 PASS importedKey.algorithm.name is "HMAC"
482 PASS importedKey.algorithm.hash.name is "SHA-512"
483 PASS importedKey.usages.join(',') is "sign"
484 Serialized key bytes: ff043f004b0209082000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
485 PASS clonedKey.type is "secret"
486 PASS clonedKey.extractable is false
487 PASS clonedKey.algorithm.name is "HMAC"
488 PASS clonedKey.algorithm.hash.name is "SHA-512"
489 PASS clonedKey.usages.join(',') is "sign"
490 PASS importedKey.type is "secret"
491 PASS importedKey.extractable is false
492 PASS importedKey.algorithm.name is "HMAC"
493 PASS importedKey.algorithm.hash.name is "SHA-512"
494 PASS importedKey.usages.join(',') is "verify"
495 Serialized key bytes: ff043f004b0209101030112233445566778899aabbccddeeff00
496 PASS clonedKey.type is "secret"
497 PASS clonedKey.extractable is false
498 PASS clonedKey.algorithm.name is "HMAC"
499 PASS clonedKey.algorithm.hash.name is "SHA-512"
500 PASS clonedKey.usages.join(',') is "verify"
501 PASS importedKey.type is "secret"
502 PASS importedKey.extractable is false
503 PASS importedKey.algorithm.name is "HMAC"
504 PASS importedKey.algorithm.hash.name is "SHA-512"
505 PASS importedKey.usages.join(',') is "verify"
506 Serialized key bytes: ff043f004b0209102000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
507 PASS clonedKey.type is "secret"
508 PASS clonedKey.extractable is false
509 PASS clonedKey.algorithm.name is "HMAC"
510 PASS clonedKey.algorithm.hash.name is "SHA-512"
511 PASS clonedKey.usages.join(',') is "verify"
512 PASS importedKey.type is "secret"
513 PASS importedKey.extractable is false
514 PASS importedKey.algorithm.name is "HMAC"
515 PASS importedKey.algorithm.hash.name is "SHA-512"
516 PASS importedKey.usages.join(',') is "sign,verify"
517 Serialized key bytes: ff043f004b0209181030112233445566778899aabbccddeeff00
518 PASS clonedKey.type is "secret"
519 PASS clonedKey.extractable is false
520 PASS clonedKey.algorithm.name is "HMAC"
521 PASS clonedKey.algorithm.hash.name is "SHA-512"
522 PASS clonedKey.usages.join(',') is "sign,verify"
523 PASS importedKey.type is "secret"
524 PASS importedKey.extractable is false
525 PASS importedKey.algorithm.name is "HMAC"
526 PASS importedKey.algorithm.hash.name is "SHA-512"
527 PASS importedKey.usages.join(',') is "sign,verify"
528 Serialized key bytes: ff043f004b0209182000112233445546778899aabbccddeeff00010203 0405060708090a0b0c0d0e0f00
529 PASS clonedKey.type is "secret"
530 PASS clonedKey.extractable is false
531 PASS clonedKey.algorithm.name is "HMAC"
532 PASS clonedKey.algorithm.hash.name is "SHA-512"
533 PASS clonedKey.usages.join(',') is "sign,verify"
534 PASS: cloned key data should be [30112233445566778899aabbccddeeff] and was
535 PASS: cloned key data should be [00112233445546778899aabbccddeeff000102030405060 708090a0b0c0d0e0f] and was
536 PASS: cloned key data should be [30112233445566778899aabbccddeeff] and was
537 PASS: cloned key data should be [00112233445546778899aabbccddeeff000102030405060 708090a0b0c0d0e0f] and was
538 PASS: cloned key data should be [30112233445566778899aabbccddeeff] and was
539 PASS: cloned key data should be [00112233445546778899aabbccddeeff000102030405060 708090a0b0c0d0e0f] and was
540 PASS: cloned key data should be [30112233445566778899aabbccddeeff] and was
541 PASS: cloned key data should be [00112233445546778899aabbccddeeff000102030405060 708090a0b0c0d0e0f] and was
542 PASS: cloned key data should be [30112233445566778899aabbccddeeff] and was
543 PASS: cloned key data should be [00112233445546778899aabbccddeeff000102030405060 708090a0b0c0d0e0f] and was
544 PASS: cloned key data should be [30112233445566778899aabbccddeeff] and was
545 PASS: cloned key data should be [00112233445546778899aabbccddeeff000102030405060 708090a0b0c0d0e0f] and was
546 PASS: cloned key data should be [30112233445566778899aabbccddeeff] and was
547 PASS: cloned key data should be [00112233445546778899aabbccddeeff000102030405060 708090a0b0c0d0e0f] and was
548 PASS: cloned key data should be [30112233445566778899aabbccddeeff] and was
549 PASS: cloned key data should be [00112233445546778899aabbccddeeff000102030405060 708090a0b0c0d0e0f] and was
550 PASS: cloned key data should be [30112233445566778899aabbccddeeff] and was
551 PASS: cloned key data should be [00112233445546778899aabbccddeeff000102030405060 708090a0b0c0d0e0f] and was
552 PASS: cloned key data should be [30112233445566778899aabbccddeeff] and was
553 PASS: cloned key data should be [00112233445546778899aabbccddeeff000102030405060 708090a0b0c0d0e0f] and was
554 PASS: cloned key data should be [30112233445566778899aabbccddeeff] and was
555 PASS: cloned key data should be [00112233445546778899aabbccddeeff000102030405060 708090a0b0c0d0e0f] and was
556 PASS: cloned key data should be [30112233445566778899aabbccddeeff] and was
557 PASS: cloned key data should be [00112233445546778899aabbccddeeff000102030405060 708090a0b0c0d0e0f] and was
558 PASS successfullyParsed is true
559
560 TEST COMPLETE
561
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698