Commit 94cd600
authored
crypto: fix DOMException name for non-extractable key error
PR-URL: #60830
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>1 parent 209a4fe commit 94cd600Copy full SHA for 94cd600
6 files changed
+45-23Lines changed: 45 additions & 23 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- lib/internal/crypto
- test/parallel
Expand file treeCollapse file tree
Open diff view settings
Collapse file
lib/internal/crypto/webcrypto.js
Copy file name to clipboardExpand all lines: lib/internal/crypto/webcrypto.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
676 | 676 | |
677 | 677 | |
678 | 678 | |
679 | | - |
| 679 | + |
680 | 680 | |
681 | 681 | |
682 | 682 | |
|
Collapse file
test/parallel/test-webcrypto-export-import-cfrg.js
Copy file name to clipboardExpand all lines: test/parallel/test-webcrypto-export-import-cfrg.js+8-4Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
134 | 134 | |
135 | 135 | |
136 | 136 | |
137 | | - |
| 137 | + |
| 138 | + |
138 | 139 | |
139 | 140 | |
140 | 141 | |
| ||
172 | 173 | |
173 | 174 | |
174 | 175 | |
175 | | - |
| 176 | + |
| 177 | + |
176 | 178 | |
177 | 179 | |
178 | 180 | |
| ||
303 | 305 | |
304 | 306 | |
305 | 307 | |
306 | | - |
| 308 | + |
| 309 | + |
307 | 310 | |
308 | 311 | |
309 | 312 | |
310 | | - |
| 313 | + |
| 314 | + |
311 | 315 | |
312 | 316 | |
313 | 317 | |
|
Collapse file
test/parallel/test-webcrypto-export-import-ec.js
Copy file name to clipboardExpand all lines: test/parallel/test-webcrypto-export-import-ec.js+8-4Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
123 | 123 | |
124 | 124 | |
125 | 125 | |
126 | | - |
| 126 | + |
| 127 | + |
127 | 128 | |
128 | 129 | |
129 | 130 | |
| ||
165 | 166 | |
166 | 167 | |
167 | 168 | |
168 | | - |
| 169 | + |
| 170 | + |
169 | 171 | |
170 | 172 | |
171 | 173 | |
| ||
270 | 272 | |
271 | 273 | |
272 | 274 | |
273 | | - |
| 275 | + |
| 276 | + |
274 | 277 | |
275 | 278 | |
276 | 279 | |
277 | | - |
| 280 | + |
| 281 | + |
278 | 282 | |
279 | 283 | |
280 | 284 | |
|
Collapse file
test/parallel/test-webcrypto-export-import-ml-dsa.js
Copy file name to clipboardExpand all lines: test/parallel/test-webcrypto-export-import-ml-dsa.js+12-6Lines changed: 12 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
106 | 106 | |
107 | 107 | |
108 | 108 | |
109 | | - |
| 109 | + |
| 110 | + |
110 | 111 | |
111 | 112 | |
112 | 113 | |
| ||
144 | 145 | |
145 | 146 | |
146 | 147 | |
147 | | - |
| 148 | + |
| 149 | + |
148 | 150 | |
149 | 151 | |
150 | 152 | |
| ||
181 | 183 | |
182 | 184 | |
183 | 185 | |
184 | | - |
| 186 | + |
| 187 | + |
185 | 188 | |
186 | 189 | |
187 | 190 | |
| ||
219 | 222 | |
220 | 223 | |
221 | 224 | |
222 | | - |
| 225 | + |
| 226 | + |
223 | 227 | |
224 | 228 | |
225 | 229 | |
| ||
299 | 303 | |
300 | 304 | |
301 | 305 | |
302 | | - |
| 306 | + |
| 307 | + |
303 | 308 | |
304 | 309 | |
305 | 310 | |
306 | | - |
| 311 | + |
| 312 | + |
307 | 313 | |
308 | 314 | |
309 | 315 | |
|
Collapse file
test/parallel/test-webcrypto-export-import-ml-kem.js
Copy file name to clipboardExpand all lines: test/parallel/test-webcrypto-export-import-ml-kem.js+8-4Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
89 | 89 | |
90 | 90 | |
91 | 91 | |
92 | | - |
| 92 | + |
| 93 | + |
93 | 94 | |
94 | 95 | |
95 | 96 | |
| ||
127 | 128 | |
128 | 129 | |
129 | 130 | |
130 | | - |
| 131 | + |
| 132 | + |
131 | 133 | |
132 | 134 | |
133 | 135 | |
| ||
164 | 166 | |
165 | 167 | |
166 | 168 | |
167 | | - |
| 169 | + |
| 170 | + |
168 | 171 | |
169 | 172 | |
170 | 173 | |
| ||
202 | 205 | |
203 | 206 | |
204 | 207 | |
205 | | - |
| 208 | + |
| 209 | + |
206 | 210 | |
207 | 211 | |
208 | 212 | |
|
Collapse file
test/parallel/test-webcrypto-export-import-rsa.js
Copy file name to clipboardExpand all lines: test/parallel/test-webcrypto-export-import-rsa.js+8-4Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
336 | 336 | |
337 | 337 | |
338 | 338 | |
339 | | - |
| 339 | + |
| 340 | + |
340 | 341 | |
341 | 342 | |
342 | 343 | |
| ||
372 | 373 | |
373 | 374 | |
374 | 375 | |
375 | | - |
| 376 | + |
| 377 | + |
376 | 378 | |
377 | 379 | |
378 | 380 | |
| ||
479 | 481 | |
480 | 482 | |
481 | 483 | |
482 | | - |
| 484 | + |
| 485 | + |
483 | 486 | |
484 | 487 | |
485 | 488 | |
486 | | - |
| 489 | + |
| 490 | + |
487 | 491 | |
488 | 492 | |
489 | 493 | |
|
0 commit comments