blob: 0313a08afbe63584debb2ce75beb1c07c2647664 [file] [log] [blame]
Adam Langleyd9e397b2015-01-22 14:27:53 -08001/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
2 * All rights reserved.
3 *
4 * This package is an SSL implementation written
5 * by Eric Young (eay@cryptsoft.com).
6 * The implementation was written so as to conform with Netscapes SSL.
7 *
8 * This library is free for commercial and non-commercial use as long as
9 * the following conditions are aheared to. The following conditions
10 * apply to all code found in this distribution, be it the RC4, RSA,
11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
12 * included with this distribution is covered by the same copyright terms
13 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
14 *
15 * Copyright remains Eric Young's, and as such any Copyright notices in
16 * the code are not to be removed.
17 * If this package is used in a product, Eric Young should be given attribution
18 * as the author of the parts of the library used.
19 * This can be in the form of a textual message at program startup or
20 * in documentation (online or textual) provided with the package.
21 *
22 * Redistribution and use in source and binary forms, with or without
23 * modification, are permitted provided that the following conditions
24 * are met:
25 * 1. Redistributions of source code must retain the copyright
26 * notice, this list of conditions and the following disclaimer.
27 * 2. Redistributions in binary form must reproduce the above copyright
28 * notice, this list of conditions and the following disclaimer in the
29 * documentation and/or other materials provided with the distribution.
30 * 3. All advertising materials mentioning features or use of this software
31 * must display the following acknowledgement:
32 * "This product includes cryptographic software written by
33 * Eric Young (eay@cryptsoft.com)"
34 * The word 'cryptographic' can be left out if the rouines from the library
35 * being used are not cryptographic related :-).
36 * 4. If you include any Windows specific code (or a derivative thereof) from
37 * the apps directory (application code) you must include an acknowledgement:
38 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
39 *
40 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
41 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
42 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
43 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
44 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
45 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
46 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
48 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
50 * SUCH DAMAGE.
51 *
52 * The licence and distribution terms for any publically available version or
53 * derivative of this code cannot be changed. i.e. this code cannot simply be
54 * copied and put under another distribution licence
55 * [including the GNU Public Licence.] */
56
Robert Sloan69939df2017-01-09 10:53:07 -080057/* This file is generated by crypto/obj/objects.go. */
58
Robert Sloan8ff03552017-06-14 12:40:58 -070059
Srinivas Paladugudd42a612019-08-09 19:30:39 +000060#define NUM_NID 960
Adam Langleyd9e397b2015-01-22 14:27:53 -080061
Robert Sloan69939df2017-01-09 10:53:07 -080062static const uint8_t kObjectData[] = {
63 /* NID_rsadsi */
Robert Sloanc9abfe42018-11-26 12:19:07 -080064 0x2a,
65 0x86,
66 0x48,
67 0x86,
68 0xf7,
69 0x0d,
Robert Sloan69939df2017-01-09 10:53:07 -080070 /* NID_pkcs */
Robert Sloanc9abfe42018-11-26 12:19:07 -080071 0x2a,
72 0x86,
73 0x48,
74 0x86,
75 0xf7,
76 0x0d,
77 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -080078 /* NID_md2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -080079 0x2a,
80 0x86,
81 0x48,
82 0x86,
83 0xf7,
84 0x0d,
85 0x02,
86 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -080087 /* NID_md5 */
Robert Sloanc9abfe42018-11-26 12:19:07 -080088 0x2a,
89 0x86,
90 0x48,
91 0x86,
92 0xf7,
93 0x0d,
94 0x02,
95 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -080096 /* NID_rc4 */
Robert Sloanc9abfe42018-11-26 12:19:07 -080097 0x2a,
98 0x86,
99 0x48,
100 0x86,
101 0xf7,
102 0x0d,
103 0x03,
104 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -0800105 /* NID_rsaEncryption */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800106 0x2a,
107 0x86,
108 0x48,
109 0x86,
110 0xf7,
111 0x0d,
112 0x01,
113 0x01,
114 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -0800115 /* NID_md2WithRSAEncryption */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800116 0x2a,
117 0x86,
118 0x48,
119 0x86,
120 0xf7,
121 0x0d,
122 0x01,
123 0x01,
124 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -0800125 /* NID_md5WithRSAEncryption */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800126 0x2a,
127 0x86,
128 0x48,
129 0x86,
130 0xf7,
131 0x0d,
132 0x01,
133 0x01,
134 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -0800135 /* NID_pbeWithMD2AndDES_CBC */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800136 0x2a,
137 0x86,
138 0x48,
139 0x86,
140 0xf7,
141 0x0d,
142 0x01,
143 0x05,
144 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -0800145 /* NID_pbeWithMD5AndDES_CBC */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800146 0x2a,
147 0x86,
148 0x48,
149 0x86,
150 0xf7,
151 0x0d,
152 0x01,
153 0x05,
154 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -0800155 /* NID_X500 */
156 0x55,
157 /* NID_X509 */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800158 0x55,
159 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -0800160 /* NID_commonName */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800161 0x55,
162 0x04,
163 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -0800164 /* NID_countryName */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800165 0x55,
166 0x04,
167 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -0800168 /* NID_localityName */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800169 0x55,
170 0x04,
171 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -0800172 /* NID_stateOrProvinceName */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800173 0x55,
174 0x04,
175 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -0800176 /* NID_organizationName */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800177 0x55,
178 0x04,
179 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -0800180 /* NID_organizationalUnitName */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800181 0x55,
182 0x04,
183 0x0b,
Robert Sloan69939df2017-01-09 10:53:07 -0800184 /* NID_rsa */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800185 0x55,
186 0x08,
187 0x01,
188 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -0800189 /* NID_pkcs7 */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800190 0x2a,
191 0x86,
192 0x48,
193 0x86,
194 0xf7,
195 0x0d,
196 0x01,
197 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -0800198 /* NID_pkcs7_data */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800199 0x2a,
200 0x86,
201 0x48,
202 0x86,
203 0xf7,
204 0x0d,
205 0x01,
206 0x07,
207 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -0800208 /* NID_pkcs7_signed */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800209 0x2a,
210 0x86,
211 0x48,
212 0x86,
213 0xf7,
214 0x0d,
215 0x01,
216 0x07,
217 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -0800218 /* NID_pkcs7_enveloped */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800219 0x2a,
220 0x86,
221 0x48,
222 0x86,
223 0xf7,
224 0x0d,
225 0x01,
226 0x07,
227 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -0800228 /* NID_pkcs7_signedAndEnveloped */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800229 0x2a,
230 0x86,
231 0x48,
232 0x86,
233 0xf7,
234 0x0d,
235 0x01,
236 0x07,
237 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -0800238 /* NID_pkcs7_digest */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800239 0x2a,
240 0x86,
241 0x48,
242 0x86,
243 0xf7,
244 0x0d,
245 0x01,
246 0x07,
247 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -0800248 /* NID_pkcs7_encrypted */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800249 0x2a,
250 0x86,
251 0x48,
252 0x86,
253 0xf7,
254 0x0d,
255 0x01,
256 0x07,
257 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -0800258 /* NID_pkcs3 */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800259 0x2a,
260 0x86,
261 0x48,
262 0x86,
263 0xf7,
264 0x0d,
265 0x01,
266 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -0800267 /* NID_dhKeyAgreement */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800268 0x2a,
269 0x86,
270 0x48,
271 0x86,
272 0xf7,
273 0x0d,
274 0x01,
275 0x03,
276 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -0800277 /* NID_des_ecb */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800278 0x2b,
279 0x0e,
280 0x03,
281 0x02,
282 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -0800283 /* NID_des_cfb64 */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800284 0x2b,
285 0x0e,
286 0x03,
287 0x02,
288 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -0800289 /* NID_des_cbc */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800290 0x2b,
291 0x0e,
292 0x03,
293 0x02,
294 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -0800295 /* NID_des_ede_ecb */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800296 0x2b,
297 0x0e,
298 0x03,
299 0x02,
300 0x11,
Robert Sloan69939df2017-01-09 10:53:07 -0800301 /* NID_idea_cbc */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800302 0x2b,
303 0x06,
304 0x01,
305 0x04,
306 0x01,
307 0x81,
308 0x3c,
309 0x07,
310 0x01,
311 0x01,
312 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -0800313 /* NID_rc2_cbc */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800314 0x2a,
315 0x86,
316 0x48,
317 0x86,
318 0xf7,
319 0x0d,
320 0x03,
321 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -0800322 /* NID_sha */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800323 0x2b,
324 0x0e,
325 0x03,
326 0x02,
327 0x12,
Robert Sloan69939df2017-01-09 10:53:07 -0800328 /* NID_shaWithRSAEncryption */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800329 0x2b,
330 0x0e,
331 0x03,
332 0x02,
333 0x0f,
Robert Sloan69939df2017-01-09 10:53:07 -0800334 /* NID_des_ede3_cbc */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800335 0x2a,
336 0x86,
337 0x48,
338 0x86,
339 0xf7,
340 0x0d,
341 0x03,
342 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -0800343 /* NID_des_ofb64 */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800344 0x2b,
345 0x0e,
346 0x03,
347 0x02,
348 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -0800349 /* NID_pkcs9 */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800350 0x2a,
351 0x86,
352 0x48,
353 0x86,
354 0xf7,
355 0x0d,
356 0x01,
357 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -0800358 /* NID_pkcs9_emailAddress */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800359 0x2a,
360 0x86,
361 0x48,
362 0x86,
363 0xf7,
364 0x0d,
365 0x01,
366 0x09,
367 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -0800368 /* NID_pkcs9_unstructuredName */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800369 0x2a,
370 0x86,
371 0x48,
372 0x86,
373 0xf7,
374 0x0d,
375 0x01,
376 0x09,
377 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -0800378 /* NID_pkcs9_contentType */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800379 0x2a,
380 0x86,
381 0x48,
382 0x86,
383 0xf7,
384 0x0d,
385 0x01,
386 0x09,
387 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -0800388 /* NID_pkcs9_messageDigest */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800389 0x2a,
390 0x86,
391 0x48,
392 0x86,
393 0xf7,
394 0x0d,
395 0x01,
396 0x09,
397 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -0800398 /* NID_pkcs9_signingTime */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800399 0x2a,
400 0x86,
401 0x48,
402 0x86,
403 0xf7,
404 0x0d,
405 0x01,
406 0x09,
407 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -0800408 /* NID_pkcs9_countersignature */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800409 0x2a,
410 0x86,
411 0x48,
412 0x86,
413 0xf7,
414 0x0d,
415 0x01,
416 0x09,
417 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -0800418 /* NID_pkcs9_challengePassword */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800419 0x2a,
420 0x86,
421 0x48,
422 0x86,
423 0xf7,
424 0x0d,
425 0x01,
426 0x09,
427 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -0800428 /* NID_pkcs9_unstructuredAddress */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800429 0x2a,
430 0x86,
431 0x48,
432 0x86,
433 0xf7,
434 0x0d,
435 0x01,
436 0x09,
437 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -0800438 /* NID_pkcs9_extCertAttributes */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800439 0x2a,
440 0x86,
441 0x48,
442 0x86,
443 0xf7,
444 0x0d,
445 0x01,
446 0x09,
447 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -0800448 /* NID_netscape */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800449 0x60,
450 0x86,
451 0x48,
452 0x01,
453 0x86,
454 0xf8,
455 0x42,
Robert Sloan69939df2017-01-09 10:53:07 -0800456 /* NID_netscape_cert_extension */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800457 0x60,
458 0x86,
459 0x48,
460 0x01,
461 0x86,
462 0xf8,
463 0x42,
464 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -0800465 /* NID_netscape_data_type */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800466 0x60,
467 0x86,
468 0x48,
469 0x01,
470 0x86,
471 0xf8,
472 0x42,
473 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -0800474 /* NID_sha1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800475 0x2b,
476 0x0e,
477 0x03,
478 0x02,
479 0x1a,
Robert Sloan69939df2017-01-09 10:53:07 -0800480 /* NID_sha1WithRSAEncryption */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800481 0x2a,
482 0x86,
483 0x48,
484 0x86,
485 0xf7,
486 0x0d,
487 0x01,
488 0x01,
489 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -0800490 /* NID_dsaWithSHA */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800491 0x2b,
492 0x0e,
493 0x03,
494 0x02,
495 0x0d,
Robert Sloan69939df2017-01-09 10:53:07 -0800496 /* NID_dsa_2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800497 0x2b,
498 0x0e,
499 0x03,
500 0x02,
501 0x0c,
Robert Sloan69939df2017-01-09 10:53:07 -0800502 /* NID_pbeWithSHA1AndRC2_CBC */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800503 0x2a,
504 0x86,
505 0x48,
506 0x86,
507 0xf7,
508 0x0d,
509 0x01,
510 0x05,
511 0x0b,
Robert Sloan69939df2017-01-09 10:53:07 -0800512 /* NID_id_pbkdf2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800513 0x2a,
514 0x86,
515 0x48,
516 0x86,
517 0xf7,
518 0x0d,
519 0x01,
520 0x05,
521 0x0c,
Robert Sloan69939df2017-01-09 10:53:07 -0800522 /* NID_dsaWithSHA1_2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800523 0x2b,
524 0x0e,
525 0x03,
526 0x02,
527 0x1b,
Robert Sloan69939df2017-01-09 10:53:07 -0800528 /* NID_netscape_cert_type */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800529 0x60,
530 0x86,
531 0x48,
532 0x01,
533 0x86,
534 0xf8,
535 0x42,
536 0x01,
537 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -0800538 /* NID_netscape_base_url */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800539 0x60,
540 0x86,
541 0x48,
542 0x01,
543 0x86,
544 0xf8,
545 0x42,
546 0x01,
547 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -0800548 /* NID_netscape_revocation_url */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800549 0x60,
550 0x86,
551 0x48,
552 0x01,
553 0x86,
554 0xf8,
555 0x42,
556 0x01,
557 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -0800558 /* NID_netscape_ca_revocation_url */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800559 0x60,
560 0x86,
561 0x48,
562 0x01,
563 0x86,
564 0xf8,
565 0x42,
566 0x01,
567 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -0800568 /* NID_netscape_renewal_url */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800569 0x60,
570 0x86,
571 0x48,
572 0x01,
573 0x86,
574 0xf8,
575 0x42,
576 0x01,
577 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -0800578 /* NID_netscape_ca_policy_url */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800579 0x60,
580 0x86,
581 0x48,
582 0x01,
583 0x86,
584 0xf8,
585 0x42,
586 0x01,
587 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -0800588 /* NID_netscape_ssl_server_name */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800589 0x60,
590 0x86,
591 0x48,
592 0x01,
593 0x86,
594 0xf8,
595 0x42,
596 0x01,
597 0x0c,
Robert Sloan69939df2017-01-09 10:53:07 -0800598 /* NID_netscape_comment */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800599 0x60,
600 0x86,
601 0x48,
602 0x01,
603 0x86,
604 0xf8,
605 0x42,
606 0x01,
607 0x0d,
Robert Sloan69939df2017-01-09 10:53:07 -0800608 /* NID_netscape_cert_sequence */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800609 0x60,
610 0x86,
611 0x48,
612 0x01,
613 0x86,
614 0xf8,
615 0x42,
616 0x02,
617 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -0800618 /* NID_id_ce */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800619 0x55,
620 0x1d,
Robert Sloan69939df2017-01-09 10:53:07 -0800621 /* NID_subject_key_identifier */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800622 0x55,
623 0x1d,
624 0x0e,
Robert Sloan69939df2017-01-09 10:53:07 -0800625 /* NID_key_usage */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800626 0x55,
627 0x1d,
628 0x0f,
Robert Sloan69939df2017-01-09 10:53:07 -0800629 /* NID_private_key_usage_period */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800630 0x55,
631 0x1d,
632 0x10,
Robert Sloan69939df2017-01-09 10:53:07 -0800633 /* NID_subject_alt_name */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800634 0x55,
635 0x1d,
636 0x11,
Robert Sloan69939df2017-01-09 10:53:07 -0800637 /* NID_issuer_alt_name */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800638 0x55,
639 0x1d,
640 0x12,
Robert Sloan69939df2017-01-09 10:53:07 -0800641 /* NID_basic_constraints */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800642 0x55,
643 0x1d,
644 0x13,
Robert Sloan69939df2017-01-09 10:53:07 -0800645 /* NID_crl_number */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800646 0x55,
647 0x1d,
648 0x14,
Robert Sloan69939df2017-01-09 10:53:07 -0800649 /* NID_certificate_policies */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800650 0x55,
651 0x1d,
652 0x20,
Robert Sloan69939df2017-01-09 10:53:07 -0800653 /* NID_authority_key_identifier */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800654 0x55,
655 0x1d,
656 0x23,
Robert Sloan69939df2017-01-09 10:53:07 -0800657 /* NID_bf_cbc */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800658 0x2b,
659 0x06,
660 0x01,
661 0x04,
662 0x01,
663 0x97,
664 0x55,
665 0x01,
666 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -0800667 /* NID_mdc2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800668 0x55,
669 0x08,
670 0x03,
671 0x65,
Robert Sloan69939df2017-01-09 10:53:07 -0800672 /* NID_mdc2WithRSA */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800673 0x55,
674 0x08,
675 0x03,
676 0x64,
Robert Sloan69939df2017-01-09 10:53:07 -0800677 /* NID_givenName */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800678 0x55,
679 0x04,
680 0x2a,
Robert Sloan69939df2017-01-09 10:53:07 -0800681 /* NID_surname */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800682 0x55,
683 0x04,
684 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -0800685 /* NID_initials */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800686 0x55,
687 0x04,
688 0x2b,
Robert Sloan69939df2017-01-09 10:53:07 -0800689 /* NID_crl_distribution_points */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800690 0x55,
691 0x1d,
692 0x1f,
Robert Sloan69939df2017-01-09 10:53:07 -0800693 /* NID_md5WithRSA */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800694 0x2b,
695 0x0e,
696 0x03,
697 0x02,
698 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -0800699 /* NID_serialNumber */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800700 0x55,
701 0x04,
702 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -0800703 /* NID_title */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800704 0x55,
705 0x04,
706 0x0c,
Robert Sloan69939df2017-01-09 10:53:07 -0800707 /* NID_description */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800708 0x55,
709 0x04,
710 0x0d,
Robert Sloan69939df2017-01-09 10:53:07 -0800711 /* NID_cast5_cbc */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800712 0x2a,
713 0x86,
714 0x48,
715 0x86,
716 0xf6,
717 0x7d,
718 0x07,
719 0x42,
720 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -0800721 /* NID_pbeWithMD5AndCast5_CBC */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800722 0x2a,
723 0x86,
724 0x48,
725 0x86,
726 0xf6,
727 0x7d,
728 0x07,
729 0x42,
730 0x0c,
Robert Sloan69939df2017-01-09 10:53:07 -0800731 /* NID_dsaWithSHA1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800732 0x2a,
733 0x86,
734 0x48,
735 0xce,
736 0x38,
737 0x04,
738 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -0800739 /* NID_sha1WithRSA */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800740 0x2b,
741 0x0e,
742 0x03,
743 0x02,
744 0x1d,
Robert Sloan69939df2017-01-09 10:53:07 -0800745 /* NID_dsa */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800746 0x2a,
747 0x86,
748 0x48,
749 0xce,
750 0x38,
751 0x04,
752 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -0800753 /* NID_ripemd160 */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800754 0x2b,
755 0x24,
756 0x03,
757 0x02,
758 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -0800759 /* NID_ripemd160WithRSA */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800760 0x2b,
761 0x24,
762 0x03,
763 0x03,
764 0x01,
765 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -0800766 /* NID_rc5_cbc */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800767 0x2a,
768 0x86,
769 0x48,
770 0x86,
771 0xf7,
772 0x0d,
773 0x03,
774 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -0800775 /* NID_zlib_compression */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800776 0x2a,
777 0x86,
778 0x48,
779 0x86,
780 0xf7,
781 0x0d,
782 0x01,
783 0x09,
784 0x10,
785 0x03,
786 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -0800787 /* NID_ext_key_usage */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800788 0x55,
789 0x1d,
790 0x25,
Robert Sloan69939df2017-01-09 10:53:07 -0800791 /* NID_id_pkix */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800792 0x2b,
793 0x06,
794 0x01,
795 0x05,
796 0x05,
797 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -0800798 /* NID_id_kp */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800799 0x2b,
800 0x06,
801 0x01,
802 0x05,
803 0x05,
804 0x07,
805 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -0800806 /* NID_server_auth */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800807 0x2b,
808 0x06,
809 0x01,
810 0x05,
811 0x05,
812 0x07,
813 0x03,
814 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -0800815 /* NID_client_auth */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800816 0x2b,
817 0x06,
818 0x01,
819 0x05,
820 0x05,
821 0x07,
822 0x03,
823 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -0800824 /* NID_code_sign */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800825 0x2b,
826 0x06,
827 0x01,
828 0x05,
829 0x05,
830 0x07,
831 0x03,
832 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -0800833 /* NID_email_protect */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800834 0x2b,
835 0x06,
836 0x01,
837 0x05,
838 0x05,
839 0x07,
840 0x03,
841 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -0800842 /* NID_time_stamp */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800843 0x2b,
844 0x06,
845 0x01,
846 0x05,
847 0x05,
848 0x07,
849 0x03,
850 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -0800851 /* NID_ms_code_ind */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800852 0x2b,
853 0x06,
854 0x01,
855 0x04,
856 0x01,
857 0x82,
858 0x37,
859 0x02,
860 0x01,
861 0x15,
Robert Sloan69939df2017-01-09 10:53:07 -0800862 /* NID_ms_code_com */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800863 0x2b,
864 0x06,
865 0x01,
866 0x04,
867 0x01,
868 0x82,
869 0x37,
870 0x02,
871 0x01,
872 0x16,
Robert Sloan69939df2017-01-09 10:53:07 -0800873 /* NID_ms_ctl_sign */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800874 0x2b,
875 0x06,
876 0x01,
877 0x04,
878 0x01,
879 0x82,
880 0x37,
881 0x0a,
882 0x03,
883 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -0800884 /* NID_ms_sgc */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800885 0x2b,
886 0x06,
887 0x01,
888 0x04,
889 0x01,
890 0x82,
891 0x37,
892 0x0a,
893 0x03,
894 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -0800895 /* NID_ms_efs */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800896 0x2b,
897 0x06,
898 0x01,
899 0x04,
900 0x01,
901 0x82,
902 0x37,
903 0x0a,
904 0x03,
905 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -0800906 /* NID_ns_sgc */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800907 0x60,
908 0x86,
909 0x48,
910 0x01,
911 0x86,
912 0xf8,
913 0x42,
914 0x04,
915 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -0800916 /* NID_delta_crl */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800917 0x55,
918 0x1d,
919 0x1b,
Robert Sloan69939df2017-01-09 10:53:07 -0800920 /* NID_crl_reason */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800921 0x55,
922 0x1d,
923 0x15,
Robert Sloan69939df2017-01-09 10:53:07 -0800924 /* NID_invalidity_date */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800925 0x55,
926 0x1d,
927 0x18,
Robert Sloan69939df2017-01-09 10:53:07 -0800928 /* NID_sxnet */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800929 0x2b,
930 0x65,
931 0x01,
932 0x04,
933 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -0800934 /* NID_pbe_WithSHA1And128BitRC4 */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800935 0x2a,
936 0x86,
937 0x48,
938 0x86,
939 0xf7,
940 0x0d,
941 0x01,
942 0x0c,
943 0x01,
944 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -0800945 /* NID_pbe_WithSHA1And40BitRC4 */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800946 0x2a,
947 0x86,
948 0x48,
949 0x86,
950 0xf7,
951 0x0d,
952 0x01,
953 0x0c,
954 0x01,
955 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -0800956 /* NID_pbe_WithSHA1And3_Key_TripleDES_CBC */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800957 0x2a,
958 0x86,
959 0x48,
960 0x86,
961 0xf7,
962 0x0d,
963 0x01,
964 0x0c,
965 0x01,
966 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -0800967 /* NID_pbe_WithSHA1And2_Key_TripleDES_CBC */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800968 0x2a,
969 0x86,
970 0x48,
971 0x86,
972 0xf7,
973 0x0d,
974 0x01,
975 0x0c,
976 0x01,
977 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -0800978 /* NID_pbe_WithSHA1And128BitRC2_CBC */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800979 0x2a,
980 0x86,
981 0x48,
982 0x86,
983 0xf7,
984 0x0d,
985 0x01,
986 0x0c,
987 0x01,
988 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -0800989 /* NID_pbe_WithSHA1And40BitRC2_CBC */
Robert Sloanc9abfe42018-11-26 12:19:07 -0800990 0x2a,
991 0x86,
992 0x48,
993 0x86,
994 0xf7,
995 0x0d,
996 0x01,
997 0x0c,
998 0x01,
999 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08001000 /* NID_keyBag */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001001 0x2a,
1002 0x86,
1003 0x48,
1004 0x86,
1005 0xf7,
1006 0x0d,
1007 0x01,
1008 0x0c,
1009 0x0a,
1010 0x01,
1011 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08001012 /* NID_pkcs8ShroudedKeyBag */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001013 0x2a,
1014 0x86,
1015 0x48,
1016 0x86,
1017 0xf7,
1018 0x0d,
1019 0x01,
1020 0x0c,
1021 0x0a,
1022 0x01,
1023 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08001024 /* NID_certBag */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001025 0x2a,
1026 0x86,
1027 0x48,
1028 0x86,
1029 0xf7,
1030 0x0d,
1031 0x01,
1032 0x0c,
1033 0x0a,
1034 0x01,
1035 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08001036 /* NID_crlBag */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001037 0x2a,
1038 0x86,
1039 0x48,
1040 0x86,
1041 0xf7,
1042 0x0d,
1043 0x01,
1044 0x0c,
1045 0x0a,
1046 0x01,
1047 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08001048 /* NID_secretBag */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001049 0x2a,
1050 0x86,
1051 0x48,
1052 0x86,
1053 0xf7,
1054 0x0d,
1055 0x01,
1056 0x0c,
1057 0x0a,
1058 0x01,
1059 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08001060 /* NID_safeContentsBag */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001061 0x2a,
1062 0x86,
1063 0x48,
1064 0x86,
1065 0xf7,
1066 0x0d,
1067 0x01,
1068 0x0c,
1069 0x0a,
1070 0x01,
1071 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08001072 /* NID_friendlyName */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001073 0x2a,
1074 0x86,
1075 0x48,
1076 0x86,
1077 0xf7,
1078 0x0d,
1079 0x01,
1080 0x09,
1081 0x14,
Robert Sloan69939df2017-01-09 10:53:07 -08001082 /* NID_localKeyID */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001083 0x2a,
1084 0x86,
1085 0x48,
1086 0x86,
1087 0xf7,
1088 0x0d,
1089 0x01,
1090 0x09,
1091 0x15,
Robert Sloan69939df2017-01-09 10:53:07 -08001092 /* NID_x509Certificate */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001093 0x2a,
1094 0x86,
1095 0x48,
1096 0x86,
1097 0xf7,
1098 0x0d,
1099 0x01,
1100 0x09,
1101 0x16,
1102 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08001103 /* NID_sdsiCertificate */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001104 0x2a,
1105 0x86,
1106 0x48,
1107 0x86,
1108 0xf7,
1109 0x0d,
1110 0x01,
1111 0x09,
1112 0x16,
1113 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08001114 /* NID_x509Crl */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001115 0x2a,
1116 0x86,
1117 0x48,
1118 0x86,
1119 0xf7,
1120 0x0d,
1121 0x01,
1122 0x09,
1123 0x17,
1124 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08001125 /* NID_pbes2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001126 0x2a,
1127 0x86,
1128 0x48,
1129 0x86,
1130 0xf7,
1131 0x0d,
1132 0x01,
1133 0x05,
1134 0x0d,
Robert Sloan69939df2017-01-09 10:53:07 -08001135 /* NID_pbmac1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001136 0x2a,
1137 0x86,
1138 0x48,
1139 0x86,
1140 0xf7,
1141 0x0d,
1142 0x01,
1143 0x05,
1144 0x0e,
Robert Sloan69939df2017-01-09 10:53:07 -08001145 /* NID_hmacWithSHA1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001146 0x2a,
1147 0x86,
1148 0x48,
1149 0x86,
1150 0xf7,
1151 0x0d,
1152 0x02,
1153 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08001154 /* NID_id_qt_cps */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001155 0x2b,
1156 0x06,
1157 0x01,
1158 0x05,
1159 0x05,
1160 0x07,
1161 0x02,
1162 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08001163 /* NID_id_qt_unotice */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001164 0x2b,
1165 0x06,
1166 0x01,
1167 0x05,
1168 0x05,
1169 0x07,
1170 0x02,
1171 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08001172 /* NID_SMIMECapabilities */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001173 0x2a,
1174 0x86,
1175 0x48,
1176 0x86,
1177 0xf7,
1178 0x0d,
1179 0x01,
1180 0x09,
1181 0x0f,
Robert Sloan69939df2017-01-09 10:53:07 -08001182 /* NID_pbeWithMD2AndRC2_CBC */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001183 0x2a,
1184 0x86,
1185 0x48,
1186 0x86,
1187 0xf7,
1188 0x0d,
1189 0x01,
1190 0x05,
1191 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08001192 /* NID_pbeWithMD5AndRC2_CBC */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001193 0x2a,
1194 0x86,
1195 0x48,
1196 0x86,
1197 0xf7,
1198 0x0d,
1199 0x01,
1200 0x05,
1201 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08001202 /* NID_pbeWithSHA1AndDES_CBC */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001203 0x2a,
1204 0x86,
1205 0x48,
1206 0x86,
1207 0xf7,
1208 0x0d,
1209 0x01,
1210 0x05,
1211 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08001212 /* NID_ms_ext_req */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001213 0x2b,
1214 0x06,
1215 0x01,
1216 0x04,
1217 0x01,
1218 0x82,
1219 0x37,
1220 0x02,
1221 0x01,
1222 0x0e,
Robert Sloan69939df2017-01-09 10:53:07 -08001223 /* NID_ext_req */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001224 0x2a,
1225 0x86,
1226 0x48,
1227 0x86,
1228 0xf7,
1229 0x0d,
1230 0x01,
1231 0x09,
1232 0x0e,
Robert Sloan69939df2017-01-09 10:53:07 -08001233 /* NID_name */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001234 0x55,
1235 0x04,
1236 0x29,
Robert Sloan69939df2017-01-09 10:53:07 -08001237 /* NID_dnQualifier */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001238 0x55,
1239 0x04,
1240 0x2e,
Robert Sloan69939df2017-01-09 10:53:07 -08001241 /* NID_id_pe */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001242 0x2b,
1243 0x06,
1244 0x01,
1245 0x05,
1246 0x05,
1247 0x07,
1248 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08001249 /* NID_id_ad */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001250 0x2b,
1251 0x06,
1252 0x01,
1253 0x05,
1254 0x05,
1255 0x07,
1256 0x30,
Robert Sloan69939df2017-01-09 10:53:07 -08001257 /* NID_info_access */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001258 0x2b,
1259 0x06,
1260 0x01,
1261 0x05,
1262 0x05,
1263 0x07,
1264 0x01,
1265 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08001266 /* NID_ad_OCSP */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001267 0x2b,
1268 0x06,
1269 0x01,
1270 0x05,
1271 0x05,
1272 0x07,
1273 0x30,
1274 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08001275 /* NID_ad_ca_issuers */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001276 0x2b,
1277 0x06,
1278 0x01,
1279 0x05,
1280 0x05,
1281 0x07,
1282 0x30,
1283 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08001284 /* NID_OCSP_sign */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001285 0x2b,
1286 0x06,
1287 0x01,
1288 0x05,
1289 0x05,
1290 0x07,
1291 0x03,
1292 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08001293 /* NID_member_body */
1294 0x2a,
1295 /* NID_ISO_US */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001296 0x2a,
1297 0x86,
1298 0x48,
Robert Sloan69939df2017-01-09 10:53:07 -08001299 /* NID_X9_57 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001300 0x2a,
1301 0x86,
1302 0x48,
1303 0xce,
1304 0x38,
Robert Sloan69939df2017-01-09 10:53:07 -08001305 /* NID_X9cm */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001306 0x2a,
1307 0x86,
1308 0x48,
1309 0xce,
1310 0x38,
1311 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08001312 /* NID_pkcs1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001313 0x2a,
1314 0x86,
1315 0x48,
1316 0x86,
1317 0xf7,
1318 0x0d,
1319 0x01,
1320 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08001321 /* NID_pkcs5 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001322 0x2a,
1323 0x86,
1324 0x48,
1325 0x86,
1326 0xf7,
1327 0x0d,
1328 0x01,
1329 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08001330 /* NID_SMIME */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001331 0x2a,
1332 0x86,
1333 0x48,
1334 0x86,
1335 0xf7,
1336 0x0d,
1337 0x01,
1338 0x09,
1339 0x10,
Robert Sloan69939df2017-01-09 10:53:07 -08001340 /* NID_id_smime_mod */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001341 0x2a,
1342 0x86,
1343 0x48,
1344 0x86,
1345 0xf7,
1346 0x0d,
1347 0x01,
1348 0x09,
1349 0x10,
1350 0x00,
Robert Sloan69939df2017-01-09 10:53:07 -08001351 /* NID_id_smime_ct */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001352 0x2a,
1353 0x86,
1354 0x48,
1355 0x86,
1356 0xf7,
1357 0x0d,
1358 0x01,
1359 0x09,
1360 0x10,
1361 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08001362 /* NID_id_smime_aa */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001363 0x2a,
1364 0x86,
1365 0x48,
1366 0x86,
1367 0xf7,
1368 0x0d,
1369 0x01,
1370 0x09,
1371 0x10,
1372 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08001373 /* NID_id_smime_alg */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001374 0x2a,
1375 0x86,
1376 0x48,
1377 0x86,
1378 0xf7,
1379 0x0d,
1380 0x01,
1381 0x09,
1382 0x10,
1383 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08001384 /* NID_id_smime_cd */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001385 0x2a,
1386 0x86,
1387 0x48,
1388 0x86,
1389 0xf7,
1390 0x0d,
1391 0x01,
1392 0x09,
1393 0x10,
1394 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08001395 /* NID_id_smime_spq */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001396 0x2a,
1397 0x86,
1398 0x48,
1399 0x86,
1400 0xf7,
1401 0x0d,
1402 0x01,
1403 0x09,
1404 0x10,
1405 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08001406 /* NID_id_smime_cti */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001407 0x2a,
1408 0x86,
1409 0x48,
1410 0x86,
1411 0xf7,
1412 0x0d,
1413 0x01,
1414 0x09,
1415 0x10,
1416 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08001417 /* NID_id_smime_mod_cms */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001418 0x2a,
1419 0x86,
1420 0x48,
1421 0x86,
1422 0xf7,
1423 0x0d,
1424 0x01,
1425 0x09,
1426 0x10,
1427 0x00,
1428 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08001429 /* NID_id_smime_mod_ess */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001430 0x2a,
1431 0x86,
1432 0x48,
1433 0x86,
1434 0xf7,
1435 0x0d,
1436 0x01,
1437 0x09,
1438 0x10,
1439 0x00,
1440 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08001441 /* NID_id_smime_mod_oid */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001442 0x2a,
1443 0x86,
1444 0x48,
1445 0x86,
1446 0xf7,
1447 0x0d,
1448 0x01,
1449 0x09,
1450 0x10,
1451 0x00,
1452 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08001453 /* NID_id_smime_mod_msg_v3 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001454 0x2a,
1455 0x86,
1456 0x48,
1457 0x86,
1458 0xf7,
1459 0x0d,
1460 0x01,
1461 0x09,
1462 0x10,
1463 0x00,
1464 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08001465 /* NID_id_smime_mod_ets_eSignature_88 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001466 0x2a,
1467 0x86,
1468 0x48,
1469 0x86,
1470 0xf7,
1471 0x0d,
1472 0x01,
1473 0x09,
1474 0x10,
1475 0x00,
1476 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08001477 /* NID_id_smime_mod_ets_eSignature_97 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001478 0x2a,
1479 0x86,
1480 0x48,
1481 0x86,
1482 0xf7,
1483 0x0d,
1484 0x01,
1485 0x09,
1486 0x10,
1487 0x00,
1488 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08001489 /* NID_id_smime_mod_ets_eSigPolicy_88 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001490 0x2a,
1491 0x86,
1492 0x48,
1493 0x86,
1494 0xf7,
1495 0x0d,
1496 0x01,
1497 0x09,
1498 0x10,
1499 0x00,
1500 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08001501 /* NID_id_smime_mod_ets_eSigPolicy_97 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001502 0x2a,
1503 0x86,
1504 0x48,
1505 0x86,
1506 0xf7,
1507 0x0d,
1508 0x01,
1509 0x09,
1510 0x10,
1511 0x00,
1512 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08001513 /* NID_id_smime_ct_receipt */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001514 0x2a,
1515 0x86,
1516 0x48,
1517 0x86,
1518 0xf7,
1519 0x0d,
1520 0x01,
1521 0x09,
1522 0x10,
1523 0x01,
1524 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08001525 /* NID_id_smime_ct_authData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001526 0x2a,
1527 0x86,
1528 0x48,
1529 0x86,
1530 0xf7,
1531 0x0d,
1532 0x01,
1533 0x09,
1534 0x10,
1535 0x01,
1536 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08001537 /* NID_id_smime_ct_publishCert */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001538 0x2a,
1539 0x86,
1540 0x48,
1541 0x86,
1542 0xf7,
1543 0x0d,
1544 0x01,
1545 0x09,
1546 0x10,
1547 0x01,
1548 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08001549 /* NID_id_smime_ct_TSTInfo */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001550 0x2a,
1551 0x86,
1552 0x48,
1553 0x86,
1554 0xf7,
1555 0x0d,
1556 0x01,
1557 0x09,
1558 0x10,
1559 0x01,
1560 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08001561 /* NID_id_smime_ct_TDTInfo */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001562 0x2a,
1563 0x86,
1564 0x48,
1565 0x86,
1566 0xf7,
1567 0x0d,
1568 0x01,
1569 0x09,
1570 0x10,
1571 0x01,
1572 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08001573 /* NID_id_smime_ct_contentInfo */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001574 0x2a,
1575 0x86,
1576 0x48,
1577 0x86,
1578 0xf7,
1579 0x0d,
1580 0x01,
1581 0x09,
1582 0x10,
1583 0x01,
1584 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08001585 /* NID_id_smime_ct_DVCSRequestData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001586 0x2a,
1587 0x86,
1588 0x48,
1589 0x86,
1590 0xf7,
1591 0x0d,
1592 0x01,
1593 0x09,
1594 0x10,
1595 0x01,
1596 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08001597 /* NID_id_smime_ct_DVCSResponseData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001598 0x2a,
1599 0x86,
1600 0x48,
1601 0x86,
1602 0xf7,
1603 0x0d,
1604 0x01,
1605 0x09,
1606 0x10,
1607 0x01,
1608 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08001609 /* NID_id_smime_aa_receiptRequest */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001610 0x2a,
1611 0x86,
1612 0x48,
1613 0x86,
1614 0xf7,
1615 0x0d,
1616 0x01,
1617 0x09,
1618 0x10,
1619 0x02,
1620 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08001621 /* NID_id_smime_aa_securityLabel */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001622 0x2a,
1623 0x86,
1624 0x48,
1625 0x86,
1626 0xf7,
1627 0x0d,
1628 0x01,
1629 0x09,
1630 0x10,
1631 0x02,
1632 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08001633 /* NID_id_smime_aa_mlExpandHistory */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001634 0x2a,
1635 0x86,
1636 0x48,
1637 0x86,
1638 0xf7,
1639 0x0d,
1640 0x01,
1641 0x09,
1642 0x10,
1643 0x02,
1644 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08001645 /* NID_id_smime_aa_contentHint */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001646 0x2a,
1647 0x86,
1648 0x48,
1649 0x86,
1650 0xf7,
1651 0x0d,
1652 0x01,
1653 0x09,
1654 0x10,
1655 0x02,
1656 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08001657 /* NID_id_smime_aa_msgSigDigest */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001658 0x2a,
1659 0x86,
1660 0x48,
1661 0x86,
1662 0xf7,
1663 0x0d,
1664 0x01,
1665 0x09,
1666 0x10,
1667 0x02,
1668 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08001669 /* NID_id_smime_aa_encapContentType */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001670 0x2a,
1671 0x86,
1672 0x48,
1673 0x86,
1674 0xf7,
1675 0x0d,
1676 0x01,
1677 0x09,
1678 0x10,
1679 0x02,
1680 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08001681 /* NID_id_smime_aa_contentIdentifier */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001682 0x2a,
1683 0x86,
1684 0x48,
1685 0x86,
1686 0xf7,
1687 0x0d,
1688 0x01,
1689 0x09,
1690 0x10,
1691 0x02,
1692 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08001693 /* NID_id_smime_aa_macValue */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001694 0x2a,
1695 0x86,
1696 0x48,
1697 0x86,
1698 0xf7,
1699 0x0d,
1700 0x01,
1701 0x09,
1702 0x10,
1703 0x02,
1704 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08001705 /* NID_id_smime_aa_equivalentLabels */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001706 0x2a,
1707 0x86,
1708 0x48,
1709 0x86,
1710 0xf7,
1711 0x0d,
1712 0x01,
1713 0x09,
1714 0x10,
1715 0x02,
1716 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08001717 /* NID_id_smime_aa_contentReference */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001718 0x2a,
1719 0x86,
1720 0x48,
1721 0x86,
1722 0xf7,
1723 0x0d,
1724 0x01,
1725 0x09,
1726 0x10,
1727 0x02,
1728 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08001729 /* NID_id_smime_aa_encrypKeyPref */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001730 0x2a,
1731 0x86,
1732 0x48,
1733 0x86,
1734 0xf7,
1735 0x0d,
1736 0x01,
1737 0x09,
1738 0x10,
1739 0x02,
1740 0x0b,
Robert Sloan69939df2017-01-09 10:53:07 -08001741 /* NID_id_smime_aa_signingCertificate */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001742 0x2a,
1743 0x86,
1744 0x48,
1745 0x86,
1746 0xf7,
1747 0x0d,
1748 0x01,
1749 0x09,
1750 0x10,
1751 0x02,
1752 0x0c,
Robert Sloan69939df2017-01-09 10:53:07 -08001753 /* NID_id_smime_aa_smimeEncryptCerts */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001754 0x2a,
1755 0x86,
1756 0x48,
1757 0x86,
1758 0xf7,
1759 0x0d,
1760 0x01,
1761 0x09,
1762 0x10,
1763 0x02,
1764 0x0d,
Robert Sloan69939df2017-01-09 10:53:07 -08001765 /* NID_id_smime_aa_timeStampToken */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001766 0x2a,
1767 0x86,
1768 0x48,
1769 0x86,
1770 0xf7,
1771 0x0d,
1772 0x01,
1773 0x09,
1774 0x10,
1775 0x02,
1776 0x0e,
Robert Sloan69939df2017-01-09 10:53:07 -08001777 /* NID_id_smime_aa_ets_sigPolicyId */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001778 0x2a,
1779 0x86,
1780 0x48,
1781 0x86,
1782 0xf7,
1783 0x0d,
1784 0x01,
1785 0x09,
1786 0x10,
1787 0x02,
1788 0x0f,
Robert Sloan69939df2017-01-09 10:53:07 -08001789 /* NID_id_smime_aa_ets_commitmentType */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001790 0x2a,
1791 0x86,
1792 0x48,
1793 0x86,
1794 0xf7,
1795 0x0d,
1796 0x01,
1797 0x09,
1798 0x10,
1799 0x02,
1800 0x10,
Robert Sloan69939df2017-01-09 10:53:07 -08001801 /* NID_id_smime_aa_ets_signerLocation */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001802 0x2a,
1803 0x86,
1804 0x48,
1805 0x86,
1806 0xf7,
1807 0x0d,
1808 0x01,
1809 0x09,
1810 0x10,
1811 0x02,
1812 0x11,
Robert Sloan69939df2017-01-09 10:53:07 -08001813 /* NID_id_smime_aa_ets_signerAttr */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001814 0x2a,
1815 0x86,
1816 0x48,
1817 0x86,
1818 0xf7,
1819 0x0d,
1820 0x01,
1821 0x09,
1822 0x10,
1823 0x02,
1824 0x12,
Robert Sloan69939df2017-01-09 10:53:07 -08001825 /* NID_id_smime_aa_ets_otherSigCert */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001826 0x2a,
1827 0x86,
1828 0x48,
1829 0x86,
1830 0xf7,
1831 0x0d,
1832 0x01,
1833 0x09,
1834 0x10,
1835 0x02,
1836 0x13,
Robert Sloan69939df2017-01-09 10:53:07 -08001837 /* NID_id_smime_aa_ets_contentTimestamp */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001838 0x2a,
1839 0x86,
1840 0x48,
1841 0x86,
1842 0xf7,
1843 0x0d,
1844 0x01,
1845 0x09,
1846 0x10,
1847 0x02,
1848 0x14,
Robert Sloan69939df2017-01-09 10:53:07 -08001849 /* NID_id_smime_aa_ets_CertificateRefs */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001850 0x2a,
1851 0x86,
1852 0x48,
1853 0x86,
1854 0xf7,
1855 0x0d,
1856 0x01,
1857 0x09,
1858 0x10,
1859 0x02,
1860 0x15,
Robert Sloan69939df2017-01-09 10:53:07 -08001861 /* NID_id_smime_aa_ets_RevocationRefs */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001862 0x2a,
1863 0x86,
1864 0x48,
1865 0x86,
1866 0xf7,
1867 0x0d,
1868 0x01,
1869 0x09,
1870 0x10,
1871 0x02,
1872 0x16,
Robert Sloan69939df2017-01-09 10:53:07 -08001873 /* NID_id_smime_aa_ets_certValues */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001874 0x2a,
1875 0x86,
1876 0x48,
1877 0x86,
1878 0xf7,
1879 0x0d,
1880 0x01,
1881 0x09,
1882 0x10,
1883 0x02,
1884 0x17,
Robert Sloan69939df2017-01-09 10:53:07 -08001885 /* NID_id_smime_aa_ets_revocationValues */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001886 0x2a,
1887 0x86,
1888 0x48,
1889 0x86,
1890 0xf7,
1891 0x0d,
1892 0x01,
1893 0x09,
1894 0x10,
1895 0x02,
1896 0x18,
Robert Sloan69939df2017-01-09 10:53:07 -08001897 /* NID_id_smime_aa_ets_escTimeStamp */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001898 0x2a,
1899 0x86,
1900 0x48,
1901 0x86,
1902 0xf7,
1903 0x0d,
1904 0x01,
1905 0x09,
1906 0x10,
1907 0x02,
1908 0x19,
Robert Sloan69939df2017-01-09 10:53:07 -08001909 /* NID_id_smime_aa_ets_certCRLTimestamp */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001910 0x2a,
1911 0x86,
1912 0x48,
1913 0x86,
1914 0xf7,
1915 0x0d,
1916 0x01,
1917 0x09,
1918 0x10,
1919 0x02,
1920 0x1a,
Robert Sloan69939df2017-01-09 10:53:07 -08001921 /* NID_id_smime_aa_ets_archiveTimeStamp */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001922 0x2a,
1923 0x86,
1924 0x48,
1925 0x86,
1926 0xf7,
1927 0x0d,
1928 0x01,
1929 0x09,
1930 0x10,
1931 0x02,
1932 0x1b,
Robert Sloan69939df2017-01-09 10:53:07 -08001933 /* NID_id_smime_aa_signatureType */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001934 0x2a,
1935 0x86,
1936 0x48,
1937 0x86,
1938 0xf7,
1939 0x0d,
1940 0x01,
1941 0x09,
1942 0x10,
1943 0x02,
1944 0x1c,
Robert Sloan69939df2017-01-09 10:53:07 -08001945 /* NID_id_smime_aa_dvcs_dvc */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001946 0x2a,
1947 0x86,
1948 0x48,
1949 0x86,
1950 0xf7,
1951 0x0d,
1952 0x01,
1953 0x09,
1954 0x10,
1955 0x02,
1956 0x1d,
Robert Sloan69939df2017-01-09 10:53:07 -08001957 /* NID_id_smime_alg_ESDHwith3DES */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001958 0x2a,
1959 0x86,
1960 0x48,
1961 0x86,
1962 0xf7,
1963 0x0d,
1964 0x01,
1965 0x09,
1966 0x10,
1967 0x03,
1968 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08001969 /* NID_id_smime_alg_ESDHwithRC2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001970 0x2a,
1971 0x86,
1972 0x48,
1973 0x86,
1974 0xf7,
1975 0x0d,
1976 0x01,
1977 0x09,
1978 0x10,
1979 0x03,
1980 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08001981 /* NID_id_smime_alg_3DESwrap */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001982 0x2a,
1983 0x86,
1984 0x48,
1985 0x86,
1986 0xf7,
1987 0x0d,
1988 0x01,
1989 0x09,
1990 0x10,
1991 0x03,
1992 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08001993 /* NID_id_smime_alg_RC2wrap */
Robert Sloanc9abfe42018-11-26 12:19:07 -08001994 0x2a,
1995 0x86,
1996 0x48,
1997 0x86,
1998 0xf7,
1999 0x0d,
2000 0x01,
2001 0x09,
2002 0x10,
2003 0x03,
2004 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08002005 /* NID_id_smime_alg_ESDH */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002006 0x2a,
2007 0x86,
2008 0x48,
2009 0x86,
2010 0xf7,
2011 0x0d,
2012 0x01,
2013 0x09,
2014 0x10,
2015 0x03,
2016 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08002017 /* NID_id_smime_alg_CMS3DESwrap */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002018 0x2a,
2019 0x86,
2020 0x48,
2021 0x86,
2022 0xf7,
2023 0x0d,
2024 0x01,
2025 0x09,
2026 0x10,
2027 0x03,
2028 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08002029 /* NID_id_smime_alg_CMSRC2wrap */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002030 0x2a,
2031 0x86,
2032 0x48,
2033 0x86,
2034 0xf7,
2035 0x0d,
2036 0x01,
2037 0x09,
2038 0x10,
2039 0x03,
2040 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08002041 /* NID_id_smime_cd_ldap */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002042 0x2a,
2043 0x86,
2044 0x48,
2045 0x86,
2046 0xf7,
2047 0x0d,
2048 0x01,
2049 0x09,
2050 0x10,
2051 0x04,
2052 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08002053 /* NID_id_smime_spq_ets_sqt_uri */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002054 0x2a,
2055 0x86,
2056 0x48,
2057 0x86,
2058 0xf7,
2059 0x0d,
2060 0x01,
2061 0x09,
2062 0x10,
2063 0x05,
2064 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08002065 /* NID_id_smime_spq_ets_sqt_unotice */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002066 0x2a,
2067 0x86,
2068 0x48,
2069 0x86,
2070 0xf7,
2071 0x0d,
2072 0x01,
2073 0x09,
2074 0x10,
2075 0x05,
2076 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08002077 /* NID_id_smime_cti_ets_proofOfOrigin */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002078 0x2a,
2079 0x86,
2080 0x48,
2081 0x86,
2082 0xf7,
2083 0x0d,
2084 0x01,
2085 0x09,
2086 0x10,
2087 0x06,
2088 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08002089 /* NID_id_smime_cti_ets_proofOfReceipt */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002090 0x2a,
2091 0x86,
2092 0x48,
2093 0x86,
2094 0xf7,
2095 0x0d,
2096 0x01,
2097 0x09,
2098 0x10,
2099 0x06,
2100 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08002101 /* NID_id_smime_cti_ets_proofOfDelivery */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002102 0x2a,
2103 0x86,
2104 0x48,
2105 0x86,
2106 0xf7,
2107 0x0d,
2108 0x01,
2109 0x09,
2110 0x10,
2111 0x06,
2112 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08002113 /* NID_id_smime_cti_ets_proofOfSender */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002114 0x2a,
2115 0x86,
2116 0x48,
2117 0x86,
2118 0xf7,
2119 0x0d,
2120 0x01,
2121 0x09,
2122 0x10,
2123 0x06,
2124 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08002125 /* NID_id_smime_cti_ets_proofOfApproval */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002126 0x2a,
2127 0x86,
2128 0x48,
2129 0x86,
2130 0xf7,
2131 0x0d,
2132 0x01,
2133 0x09,
2134 0x10,
2135 0x06,
2136 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08002137 /* NID_id_smime_cti_ets_proofOfCreation */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002138 0x2a,
2139 0x86,
2140 0x48,
2141 0x86,
2142 0xf7,
2143 0x0d,
2144 0x01,
2145 0x09,
2146 0x10,
2147 0x06,
2148 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08002149 /* NID_md4 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002150 0x2a,
2151 0x86,
2152 0x48,
2153 0x86,
2154 0xf7,
2155 0x0d,
2156 0x02,
2157 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08002158 /* NID_id_pkix_mod */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002159 0x2b,
2160 0x06,
2161 0x01,
2162 0x05,
2163 0x05,
2164 0x07,
2165 0x00,
Robert Sloan69939df2017-01-09 10:53:07 -08002166 /* NID_id_qt */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002167 0x2b,
2168 0x06,
2169 0x01,
2170 0x05,
2171 0x05,
2172 0x07,
2173 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08002174 /* NID_id_it */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002175 0x2b,
2176 0x06,
2177 0x01,
2178 0x05,
2179 0x05,
2180 0x07,
2181 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08002182 /* NID_id_pkip */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002183 0x2b,
2184 0x06,
2185 0x01,
2186 0x05,
2187 0x05,
2188 0x07,
2189 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08002190 /* NID_id_alg */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002191 0x2b,
2192 0x06,
2193 0x01,
2194 0x05,
2195 0x05,
2196 0x07,
2197 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08002198 /* NID_id_cmc */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002199 0x2b,
2200 0x06,
2201 0x01,
2202 0x05,
2203 0x05,
2204 0x07,
2205 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08002206 /* NID_id_on */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002207 0x2b,
2208 0x06,
2209 0x01,
2210 0x05,
2211 0x05,
2212 0x07,
2213 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08002214 /* NID_id_pda */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002215 0x2b,
2216 0x06,
2217 0x01,
2218 0x05,
2219 0x05,
2220 0x07,
2221 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08002222 /* NID_id_aca */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002223 0x2b,
2224 0x06,
2225 0x01,
2226 0x05,
2227 0x05,
2228 0x07,
2229 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08002230 /* NID_id_qcs */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002231 0x2b,
2232 0x06,
2233 0x01,
2234 0x05,
2235 0x05,
2236 0x07,
2237 0x0b,
Robert Sloan69939df2017-01-09 10:53:07 -08002238 /* NID_id_cct */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002239 0x2b,
2240 0x06,
2241 0x01,
2242 0x05,
2243 0x05,
2244 0x07,
2245 0x0c,
Robert Sloan69939df2017-01-09 10:53:07 -08002246 /* NID_id_pkix1_explicit_88 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002247 0x2b,
2248 0x06,
2249 0x01,
2250 0x05,
2251 0x05,
2252 0x07,
2253 0x00,
2254 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08002255 /* NID_id_pkix1_implicit_88 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002256 0x2b,
2257 0x06,
2258 0x01,
2259 0x05,
2260 0x05,
2261 0x07,
2262 0x00,
2263 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08002264 /* NID_id_pkix1_explicit_93 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002265 0x2b,
2266 0x06,
2267 0x01,
2268 0x05,
2269 0x05,
2270 0x07,
2271 0x00,
2272 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08002273 /* NID_id_pkix1_implicit_93 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002274 0x2b,
2275 0x06,
2276 0x01,
2277 0x05,
2278 0x05,
2279 0x07,
2280 0x00,
2281 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08002282 /* NID_id_mod_crmf */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002283 0x2b,
2284 0x06,
2285 0x01,
2286 0x05,
2287 0x05,
2288 0x07,
2289 0x00,
2290 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08002291 /* NID_id_mod_cmc */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002292 0x2b,
2293 0x06,
2294 0x01,
2295 0x05,
2296 0x05,
2297 0x07,
2298 0x00,
2299 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08002300 /* NID_id_mod_kea_profile_88 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002301 0x2b,
2302 0x06,
2303 0x01,
2304 0x05,
2305 0x05,
2306 0x07,
2307 0x00,
2308 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08002309 /* NID_id_mod_kea_profile_93 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002310 0x2b,
2311 0x06,
2312 0x01,
2313 0x05,
2314 0x05,
2315 0x07,
2316 0x00,
2317 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08002318 /* NID_id_mod_cmp */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002319 0x2b,
2320 0x06,
2321 0x01,
2322 0x05,
2323 0x05,
2324 0x07,
2325 0x00,
2326 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08002327 /* NID_id_mod_qualified_cert_88 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002328 0x2b,
2329 0x06,
2330 0x01,
2331 0x05,
2332 0x05,
2333 0x07,
2334 0x00,
2335 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08002336 /* NID_id_mod_qualified_cert_93 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002337 0x2b,
2338 0x06,
2339 0x01,
2340 0x05,
2341 0x05,
2342 0x07,
2343 0x00,
2344 0x0b,
Robert Sloan69939df2017-01-09 10:53:07 -08002345 /* NID_id_mod_attribute_cert */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002346 0x2b,
2347 0x06,
2348 0x01,
2349 0x05,
2350 0x05,
2351 0x07,
2352 0x00,
2353 0x0c,
Robert Sloan69939df2017-01-09 10:53:07 -08002354 /* NID_id_mod_timestamp_protocol */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002355 0x2b,
2356 0x06,
2357 0x01,
2358 0x05,
2359 0x05,
2360 0x07,
2361 0x00,
2362 0x0d,
Robert Sloan69939df2017-01-09 10:53:07 -08002363 /* NID_id_mod_ocsp */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002364 0x2b,
2365 0x06,
2366 0x01,
2367 0x05,
2368 0x05,
2369 0x07,
2370 0x00,
2371 0x0e,
Robert Sloan69939df2017-01-09 10:53:07 -08002372 /* NID_id_mod_dvcs */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002373 0x2b,
2374 0x06,
2375 0x01,
2376 0x05,
2377 0x05,
2378 0x07,
2379 0x00,
2380 0x0f,
Robert Sloan69939df2017-01-09 10:53:07 -08002381 /* NID_id_mod_cmp2000 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002382 0x2b,
2383 0x06,
2384 0x01,
2385 0x05,
2386 0x05,
2387 0x07,
2388 0x00,
2389 0x10,
Robert Sloan69939df2017-01-09 10:53:07 -08002390 /* NID_biometricInfo */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002391 0x2b,
2392 0x06,
2393 0x01,
2394 0x05,
2395 0x05,
2396 0x07,
2397 0x01,
2398 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08002399 /* NID_qcStatements */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002400 0x2b,
2401 0x06,
2402 0x01,
2403 0x05,
2404 0x05,
2405 0x07,
2406 0x01,
2407 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08002408 /* NID_ac_auditEntity */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002409 0x2b,
2410 0x06,
2411 0x01,
2412 0x05,
2413 0x05,
2414 0x07,
2415 0x01,
2416 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08002417 /* NID_ac_targeting */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002418 0x2b,
2419 0x06,
2420 0x01,
2421 0x05,
2422 0x05,
2423 0x07,
2424 0x01,
2425 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08002426 /* NID_aaControls */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002427 0x2b,
2428 0x06,
2429 0x01,
2430 0x05,
2431 0x05,
2432 0x07,
2433 0x01,
2434 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08002435 /* NID_sbgp_ipAddrBlock */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002436 0x2b,
2437 0x06,
2438 0x01,
2439 0x05,
2440 0x05,
2441 0x07,
2442 0x01,
2443 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08002444 /* NID_sbgp_autonomousSysNum */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002445 0x2b,
2446 0x06,
2447 0x01,
2448 0x05,
2449 0x05,
2450 0x07,
2451 0x01,
2452 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08002453 /* NID_sbgp_routerIdentifier */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002454 0x2b,
2455 0x06,
2456 0x01,
2457 0x05,
2458 0x05,
2459 0x07,
2460 0x01,
2461 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08002462 /* NID_textNotice */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002463 0x2b,
2464 0x06,
2465 0x01,
2466 0x05,
2467 0x05,
2468 0x07,
2469 0x02,
2470 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08002471 /* NID_ipsecEndSystem */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002472 0x2b,
2473 0x06,
2474 0x01,
2475 0x05,
2476 0x05,
2477 0x07,
2478 0x03,
2479 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08002480 /* NID_ipsecTunnel */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002481 0x2b,
2482 0x06,
2483 0x01,
2484 0x05,
2485 0x05,
2486 0x07,
2487 0x03,
2488 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08002489 /* NID_ipsecUser */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002490 0x2b,
2491 0x06,
2492 0x01,
2493 0x05,
2494 0x05,
2495 0x07,
2496 0x03,
2497 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08002498 /* NID_dvcs */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002499 0x2b,
2500 0x06,
2501 0x01,
2502 0x05,
2503 0x05,
2504 0x07,
2505 0x03,
2506 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08002507 /* NID_id_it_caProtEncCert */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002508 0x2b,
2509 0x06,
2510 0x01,
2511 0x05,
2512 0x05,
2513 0x07,
2514 0x04,
2515 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08002516 /* NID_id_it_signKeyPairTypes */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002517 0x2b,
2518 0x06,
2519 0x01,
2520 0x05,
2521 0x05,
2522 0x07,
2523 0x04,
2524 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08002525 /* NID_id_it_encKeyPairTypes */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002526 0x2b,
2527 0x06,
2528 0x01,
2529 0x05,
2530 0x05,
2531 0x07,
2532 0x04,
2533 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08002534 /* NID_id_it_preferredSymmAlg */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002535 0x2b,
2536 0x06,
2537 0x01,
2538 0x05,
2539 0x05,
2540 0x07,
2541 0x04,
2542 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08002543 /* NID_id_it_caKeyUpdateInfo */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002544 0x2b,
2545 0x06,
2546 0x01,
2547 0x05,
2548 0x05,
2549 0x07,
2550 0x04,
2551 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08002552 /* NID_id_it_currentCRL */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002553 0x2b,
2554 0x06,
2555 0x01,
2556 0x05,
2557 0x05,
2558 0x07,
2559 0x04,
2560 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08002561 /* NID_id_it_unsupportedOIDs */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002562 0x2b,
2563 0x06,
2564 0x01,
2565 0x05,
2566 0x05,
2567 0x07,
2568 0x04,
2569 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08002570 /* NID_id_it_subscriptionRequest */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002571 0x2b,
2572 0x06,
2573 0x01,
2574 0x05,
2575 0x05,
2576 0x07,
2577 0x04,
2578 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08002579 /* NID_id_it_subscriptionResponse */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002580 0x2b,
2581 0x06,
2582 0x01,
2583 0x05,
2584 0x05,
2585 0x07,
2586 0x04,
2587 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08002588 /* NID_id_it_keyPairParamReq */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002589 0x2b,
2590 0x06,
2591 0x01,
2592 0x05,
2593 0x05,
2594 0x07,
2595 0x04,
2596 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08002597 /* NID_id_it_keyPairParamRep */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002598 0x2b,
2599 0x06,
2600 0x01,
2601 0x05,
2602 0x05,
2603 0x07,
2604 0x04,
2605 0x0b,
Robert Sloan69939df2017-01-09 10:53:07 -08002606 /* NID_id_it_revPassphrase */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002607 0x2b,
2608 0x06,
2609 0x01,
2610 0x05,
2611 0x05,
2612 0x07,
2613 0x04,
2614 0x0c,
Robert Sloan69939df2017-01-09 10:53:07 -08002615 /* NID_id_it_implicitConfirm */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002616 0x2b,
2617 0x06,
2618 0x01,
2619 0x05,
2620 0x05,
2621 0x07,
2622 0x04,
2623 0x0d,
Robert Sloan69939df2017-01-09 10:53:07 -08002624 /* NID_id_it_confirmWaitTime */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002625 0x2b,
2626 0x06,
2627 0x01,
2628 0x05,
2629 0x05,
2630 0x07,
2631 0x04,
2632 0x0e,
Robert Sloan69939df2017-01-09 10:53:07 -08002633 /* NID_id_it_origPKIMessage */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002634 0x2b,
2635 0x06,
2636 0x01,
2637 0x05,
2638 0x05,
2639 0x07,
2640 0x04,
2641 0x0f,
Robert Sloan69939df2017-01-09 10:53:07 -08002642 /* NID_id_regCtrl */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002643 0x2b,
2644 0x06,
2645 0x01,
2646 0x05,
2647 0x05,
2648 0x07,
2649 0x05,
2650 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08002651 /* NID_id_regInfo */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002652 0x2b,
2653 0x06,
2654 0x01,
2655 0x05,
2656 0x05,
2657 0x07,
2658 0x05,
2659 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08002660 /* NID_id_regCtrl_regToken */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002661 0x2b,
2662 0x06,
2663 0x01,
2664 0x05,
2665 0x05,
2666 0x07,
2667 0x05,
2668 0x01,
2669 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08002670 /* NID_id_regCtrl_authenticator */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002671 0x2b,
2672 0x06,
2673 0x01,
2674 0x05,
2675 0x05,
2676 0x07,
2677 0x05,
2678 0x01,
2679 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08002680 /* NID_id_regCtrl_pkiPublicationInfo */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002681 0x2b,
2682 0x06,
2683 0x01,
2684 0x05,
2685 0x05,
2686 0x07,
2687 0x05,
2688 0x01,
2689 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08002690 /* NID_id_regCtrl_pkiArchiveOptions */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002691 0x2b,
2692 0x06,
2693 0x01,
2694 0x05,
2695 0x05,
2696 0x07,
2697 0x05,
2698 0x01,
2699 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08002700 /* NID_id_regCtrl_oldCertID */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002701 0x2b,
2702 0x06,
2703 0x01,
2704 0x05,
2705 0x05,
2706 0x07,
2707 0x05,
2708 0x01,
2709 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08002710 /* NID_id_regCtrl_protocolEncrKey */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002711 0x2b,
2712 0x06,
2713 0x01,
2714 0x05,
2715 0x05,
2716 0x07,
2717 0x05,
2718 0x01,
2719 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08002720 /* NID_id_regInfo_utf8Pairs */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002721 0x2b,
2722 0x06,
2723 0x01,
2724 0x05,
2725 0x05,
2726 0x07,
2727 0x05,
2728 0x02,
2729 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08002730 /* NID_id_regInfo_certReq */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002731 0x2b,
2732 0x06,
2733 0x01,
2734 0x05,
2735 0x05,
2736 0x07,
2737 0x05,
2738 0x02,
2739 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08002740 /* NID_id_alg_des40 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002741 0x2b,
2742 0x06,
2743 0x01,
2744 0x05,
2745 0x05,
2746 0x07,
2747 0x06,
2748 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08002749 /* NID_id_alg_noSignature */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002750 0x2b,
2751 0x06,
2752 0x01,
2753 0x05,
2754 0x05,
2755 0x07,
2756 0x06,
2757 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08002758 /* NID_id_alg_dh_sig_hmac_sha1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002759 0x2b,
2760 0x06,
2761 0x01,
2762 0x05,
2763 0x05,
2764 0x07,
2765 0x06,
2766 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08002767 /* NID_id_alg_dh_pop */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002768 0x2b,
2769 0x06,
2770 0x01,
2771 0x05,
2772 0x05,
2773 0x07,
2774 0x06,
2775 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08002776 /* NID_id_cmc_statusInfo */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002777 0x2b,
2778 0x06,
2779 0x01,
2780 0x05,
2781 0x05,
2782 0x07,
2783 0x07,
2784 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08002785 /* NID_id_cmc_identification */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002786 0x2b,
2787 0x06,
2788 0x01,
2789 0x05,
2790 0x05,
2791 0x07,
2792 0x07,
2793 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08002794 /* NID_id_cmc_identityProof */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002795 0x2b,
2796 0x06,
2797 0x01,
2798 0x05,
2799 0x05,
2800 0x07,
2801 0x07,
2802 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08002803 /* NID_id_cmc_dataReturn */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002804 0x2b,
2805 0x06,
2806 0x01,
2807 0x05,
2808 0x05,
2809 0x07,
2810 0x07,
2811 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08002812 /* NID_id_cmc_transactionId */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002813 0x2b,
2814 0x06,
2815 0x01,
2816 0x05,
2817 0x05,
2818 0x07,
2819 0x07,
2820 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08002821 /* NID_id_cmc_senderNonce */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002822 0x2b,
2823 0x06,
2824 0x01,
2825 0x05,
2826 0x05,
2827 0x07,
2828 0x07,
2829 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08002830 /* NID_id_cmc_recipientNonce */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002831 0x2b,
2832 0x06,
2833 0x01,
2834 0x05,
2835 0x05,
2836 0x07,
2837 0x07,
2838 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08002839 /* NID_id_cmc_addExtensions */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002840 0x2b,
2841 0x06,
2842 0x01,
2843 0x05,
2844 0x05,
2845 0x07,
2846 0x07,
2847 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08002848 /* NID_id_cmc_encryptedPOP */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002849 0x2b,
2850 0x06,
2851 0x01,
2852 0x05,
2853 0x05,
2854 0x07,
2855 0x07,
2856 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08002857 /* NID_id_cmc_decryptedPOP */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002858 0x2b,
2859 0x06,
2860 0x01,
2861 0x05,
2862 0x05,
2863 0x07,
2864 0x07,
2865 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08002866 /* NID_id_cmc_lraPOPWitness */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002867 0x2b,
2868 0x06,
2869 0x01,
2870 0x05,
2871 0x05,
2872 0x07,
2873 0x07,
2874 0x0b,
Robert Sloan69939df2017-01-09 10:53:07 -08002875 /* NID_id_cmc_getCert */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002876 0x2b,
2877 0x06,
2878 0x01,
2879 0x05,
2880 0x05,
2881 0x07,
2882 0x07,
2883 0x0f,
Robert Sloan69939df2017-01-09 10:53:07 -08002884 /* NID_id_cmc_getCRL */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002885 0x2b,
2886 0x06,
2887 0x01,
2888 0x05,
2889 0x05,
2890 0x07,
2891 0x07,
2892 0x10,
Robert Sloan69939df2017-01-09 10:53:07 -08002893 /* NID_id_cmc_revokeRequest */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002894 0x2b,
2895 0x06,
2896 0x01,
2897 0x05,
2898 0x05,
2899 0x07,
2900 0x07,
2901 0x11,
Robert Sloan69939df2017-01-09 10:53:07 -08002902 /* NID_id_cmc_regInfo */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002903 0x2b,
2904 0x06,
2905 0x01,
2906 0x05,
2907 0x05,
2908 0x07,
2909 0x07,
2910 0x12,
Robert Sloan69939df2017-01-09 10:53:07 -08002911 /* NID_id_cmc_responseInfo */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002912 0x2b,
2913 0x06,
2914 0x01,
2915 0x05,
2916 0x05,
2917 0x07,
2918 0x07,
2919 0x13,
Robert Sloan69939df2017-01-09 10:53:07 -08002920 /* NID_id_cmc_queryPending */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002921 0x2b,
2922 0x06,
2923 0x01,
2924 0x05,
2925 0x05,
2926 0x07,
2927 0x07,
2928 0x15,
Robert Sloan69939df2017-01-09 10:53:07 -08002929 /* NID_id_cmc_popLinkRandom */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002930 0x2b,
2931 0x06,
2932 0x01,
2933 0x05,
2934 0x05,
2935 0x07,
2936 0x07,
2937 0x16,
Robert Sloan69939df2017-01-09 10:53:07 -08002938 /* NID_id_cmc_popLinkWitness */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002939 0x2b,
2940 0x06,
2941 0x01,
2942 0x05,
2943 0x05,
2944 0x07,
2945 0x07,
2946 0x17,
Robert Sloan69939df2017-01-09 10:53:07 -08002947 /* NID_id_cmc_confirmCertAcceptance */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002948 0x2b,
2949 0x06,
2950 0x01,
2951 0x05,
2952 0x05,
2953 0x07,
2954 0x07,
2955 0x18,
Robert Sloan69939df2017-01-09 10:53:07 -08002956 /* NID_id_on_personalData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002957 0x2b,
2958 0x06,
2959 0x01,
2960 0x05,
2961 0x05,
2962 0x07,
2963 0x08,
2964 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08002965 /* NID_id_pda_dateOfBirth */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002966 0x2b,
2967 0x06,
2968 0x01,
2969 0x05,
2970 0x05,
2971 0x07,
2972 0x09,
2973 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08002974 /* NID_id_pda_placeOfBirth */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002975 0x2b,
2976 0x06,
2977 0x01,
2978 0x05,
2979 0x05,
2980 0x07,
2981 0x09,
2982 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08002983 /* NID_id_pda_gender */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002984 0x2b,
2985 0x06,
2986 0x01,
2987 0x05,
2988 0x05,
2989 0x07,
2990 0x09,
2991 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08002992 /* NID_id_pda_countryOfCitizenship */
Robert Sloanc9abfe42018-11-26 12:19:07 -08002993 0x2b,
2994 0x06,
2995 0x01,
2996 0x05,
2997 0x05,
2998 0x07,
2999 0x09,
3000 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08003001 /* NID_id_pda_countryOfResidence */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003002 0x2b,
3003 0x06,
3004 0x01,
3005 0x05,
3006 0x05,
3007 0x07,
3008 0x09,
3009 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08003010 /* NID_id_aca_authenticationInfo */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003011 0x2b,
3012 0x06,
3013 0x01,
3014 0x05,
3015 0x05,
3016 0x07,
3017 0x0a,
3018 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08003019 /* NID_id_aca_accessIdentity */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003020 0x2b,
3021 0x06,
3022 0x01,
3023 0x05,
3024 0x05,
3025 0x07,
3026 0x0a,
3027 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08003028 /* NID_id_aca_chargingIdentity */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003029 0x2b,
3030 0x06,
3031 0x01,
3032 0x05,
3033 0x05,
3034 0x07,
3035 0x0a,
3036 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08003037 /* NID_id_aca_group */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003038 0x2b,
3039 0x06,
3040 0x01,
3041 0x05,
3042 0x05,
3043 0x07,
3044 0x0a,
3045 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08003046 /* NID_id_aca_role */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003047 0x2b,
3048 0x06,
3049 0x01,
3050 0x05,
3051 0x05,
3052 0x07,
3053 0x0a,
3054 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08003055 /* NID_id_qcs_pkixQCSyntax_v1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003056 0x2b,
3057 0x06,
3058 0x01,
3059 0x05,
3060 0x05,
3061 0x07,
3062 0x0b,
3063 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08003064 /* NID_id_cct_crs */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003065 0x2b,
3066 0x06,
3067 0x01,
3068 0x05,
3069 0x05,
3070 0x07,
3071 0x0c,
3072 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08003073 /* NID_id_cct_PKIData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003074 0x2b,
3075 0x06,
3076 0x01,
3077 0x05,
3078 0x05,
3079 0x07,
3080 0x0c,
3081 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08003082 /* NID_id_cct_PKIResponse */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003083 0x2b,
3084 0x06,
3085 0x01,
3086 0x05,
3087 0x05,
3088 0x07,
3089 0x0c,
3090 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08003091 /* NID_ad_timeStamping */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003092 0x2b,
3093 0x06,
3094 0x01,
3095 0x05,
3096 0x05,
3097 0x07,
3098 0x30,
3099 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08003100 /* NID_ad_dvcs */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003101 0x2b,
3102 0x06,
3103 0x01,
3104 0x05,
3105 0x05,
3106 0x07,
3107 0x30,
3108 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08003109 /* NID_id_pkix_OCSP_basic */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003110 0x2b,
3111 0x06,
3112 0x01,
3113 0x05,
3114 0x05,
3115 0x07,
3116 0x30,
3117 0x01,
3118 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08003119 /* NID_id_pkix_OCSP_Nonce */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003120 0x2b,
3121 0x06,
3122 0x01,
3123 0x05,
3124 0x05,
3125 0x07,
3126 0x30,
3127 0x01,
3128 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08003129 /* NID_id_pkix_OCSP_CrlID */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003130 0x2b,
3131 0x06,
3132 0x01,
3133 0x05,
3134 0x05,
3135 0x07,
3136 0x30,
3137 0x01,
3138 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08003139 /* NID_id_pkix_OCSP_acceptableResponses */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003140 0x2b,
3141 0x06,
3142 0x01,
3143 0x05,
3144 0x05,
3145 0x07,
3146 0x30,
3147 0x01,
3148 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08003149 /* NID_id_pkix_OCSP_noCheck */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003150 0x2b,
3151 0x06,
3152 0x01,
3153 0x05,
3154 0x05,
3155 0x07,
3156 0x30,
3157 0x01,
3158 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08003159 /* NID_id_pkix_OCSP_archiveCutoff */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003160 0x2b,
3161 0x06,
3162 0x01,
3163 0x05,
3164 0x05,
3165 0x07,
3166 0x30,
3167 0x01,
3168 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08003169 /* NID_id_pkix_OCSP_serviceLocator */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003170 0x2b,
3171 0x06,
3172 0x01,
3173 0x05,
3174 0x05,
3175 0x07,
3176 0x30,
3177 0x01,
3178 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08003179 /* NID_id_pkix_OCSP_extendedStatus */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003180 0x2b,
3181 0x06,
3182 0x01,
3183 0x05,
3184 0x05,
3185 0x07,
3186 0x30,
3187 0x01,
3188 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08003189 /* NID_id_pkix_OCSP_valid */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003190 0x2b,
3191 0x06,
3192 0x01,
3193 0x05,
3194 0x05,
3195 0x07,
3196 0x30,
3197 0x01,
3198 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08003199 /* NID_id_pkix_OCSP_path */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003200 0x2b,
3201 0x06,
3202 0x01,
3203 0x05,
3204 0x05,
3205 0x07,
3206 0x30,
3207 0x01,
3208 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08003209 /* NID_id_pkix_OCSP_trustRoot */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003210 0x2b,
3211 0x06,
3212 0x01,
3213 0x05,
3214 0x05,
3215 0x07,
3216 0x30,
3217 0x01,
3218 0x0b,
Robert Sloan69939df2017-01-09 10:53:07 -08003219 /* NID_algorithm */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003220 0x2b,
3221 0x0e,
3222 0x03,
3223 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08003224 /* NID_rsaSignature */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003225 0x2b,
3226 0x0e,
3227 0x03,
3228 0x02,
3229 0x0b,
Robert Sloan69939df2017-01-09 10:53:07 -08003230 /* NID_X500algorithms */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003231 0x55,
3232 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08003233 /* NID_org */
3234 0x2b,
3235 /* NID_dod */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003236 0x2b,
3237 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08003238 /* NID_iana */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003239 0x2b,
3240 0x06,
3241 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08003242 /* NID_Directory */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003243 0x2b,
3244 0x06,
3245 0x01,
3246 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08003247 /* NID_Management */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003248 0x2b,
3249 0x06,
3250 0x01,
3251 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08003252 /* NID_Experimental */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003253 0x2b,
3254 0x06,
3255 0x01,
3256 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08003257 /* NID_Private */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003258 0x2b,
3259 0x06,
3260 0x01,
3261 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08003262 /* NID_Security */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003263 0x2b,
3264 0x06,
3265 0x01,
3266 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08003267 /* NID_SNMPv2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003268 0x2b,
3269 0x06,
3270 0x01,
3271 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08003272 /* NID_Mail */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003273 0x2b,
3274 0x06,
3275 0x01,
3276 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08003277 /* NID_Enterprises */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003278 0x2b,
3279 0x06,
3280 0x01,
3281 0x04,
3282 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08003283 /* NID_dcObject */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003284 0x2b,
3285 0x06,
3286 0x01,
3287 0x04,
3288 0x01,
3289 0x8b,
3290 0x3a,
3291 0x82,
3292 0x58,
Robert Sloan69939df2017-01-09 10:53:07 -08003293 /* NID_domainComponent */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003294 0x09,
3295 0x92,
3296 0x26,
3297 0x89,
3298 0x93,
3299 0xf2,
3300 0x2c,
3301 0x64,
3302 0x01,
3303 0x19,
Robert Sloan69939df2017-01-09 10:53:07 -08003304 /* NID_Domain */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003305 0x09,
3306 0x92,
3307 0x26,
3308 0x89,
3309 0x93,
3310 0xf2,
3311 0x2c,
3312 0x64,
3313 0x04,
3314 0x0d,
Robert Sloan69939df2017-01-09 10:53:07 -08003315 /* NID_selected_attribute_types */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003316 0x55,
3317 0x01,
3318 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08003319 /* NID_clearance */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003320 0x55,
3321 0x01,
3322 0x05,
3323 0x37,
Robert Sloan69939df2017-01-09 10:53:07 -08003324 /* NID_md4WithRSAEncryption */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003325 0x2a,
3326 0x86,
3327 0x48,
3328 0x86,
3329 0xf7,
3330 0x0d,
3331 0x01,
3332 0x01,
3333 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08003334 /* NID_ac_proxying */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003335 0x2b,
3336 0x06,
3337 0x01,
3338 0x05,
3339 0x05,
3340 0x07,
3341 0x01,
3342 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08003343 /* NID_sinfo_access */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003344 0x2b,
3345 0x06,
3346 0x01,
3347 0x05,
3348 0x05,
3349 0x07,
3350 0x01,
3351 0x0b,
Robert Sloan69939df2017-01-09 10:53:07 -08003352 /* NID_id_aca_encAttrs */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003353 0x2b,
3354 0x06,
3355 0x01,
3356 0x05,
3357 0x05,
3358 0x07,
3359 0x0a,
3360 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08003361 /* NID_role */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003362 0x55,
3363 0x04,
3364 0x48,
Robert Sloan69939df2017-01-09 10:53:07 -08003365 /* NID_policy_constraints */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003366 0x55,
3367 0x1d,
3368 0x24,
Robert Sloan69939df2017-01-09 10:53:07 -08003369 /* NID_target_information */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003370 0x55,
3371 0x1d,
3372 0x37,
Robert Sloan69939df2017-01-09 10:53:07 -08003373 /* NID_no_rev_avail */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003374 0x55,
3375 0x1d,
3376 0x38,
Robert Sloan69939df2017-01-09 10:53:07 -08003377 /* NID_ansi_X9_62 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003378 0x2a,
3379 0x86,
3380 0x48,
3381 0xce,
3382 0x3d,
Robert Sloan69939df2017-01-09 10:53:07 -08003383 /* NID_X9_62_prime_field */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003384 0x2a,
3385 0x86,
3386 0x48,
3387 0xce,
3388 0x3d,
3389 0x01,
3390 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08003391 /* NID_X9_62_characteristic_two_field */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003392 0x2a,
3393 0x86,
3394 0x48,
3395 0xce,
3396 0x3d,
3397 0x01,
3398 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08003399 /* NID_X9_62_id_ecPublicKey */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003400 0x2a,
3401 0x86,
3402 0x48,
3403 0xce,
3404 0x3d,
3405 0x02,
3406 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08003407 /* NID_X9_62_prime192v1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003408 0x2a,
3409 0x86,
3410 0x48,
3411 0xce,
3412 0x3d,
3413 0x03,
3414 0x01,
3415 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08003416 /* NID_X9_62_prime192v2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003417 0x2a,
3418 0x86,
3419 0x48,
3420 0xce,
3421 0x3d,
3422 0x03,
3423 0x01,
3424 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08003425 /* NID_X9_62_prime192v3 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003426 0x2a,
3427 0x86,
3428 0x48,
3429 0xce,
3430 0x3d,
3431 0x03,
3432 0x01,
3433 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08003434 /* NID_X9_62_prime239v1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003435 0x2a,
3436 0x86,
3437 0x48,
3438 0xce,
3439 0x3d,
3440 0x03,
3441 0x01,
3442 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08003443 /* NID_X9_62_prime239v2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003444 0x2a,
3445 0x86,
3446 0x48,
3447 0xce,
3448 0x3d,
3449 0x03,
3450 0x01,
3451 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08003452 /* NID_X9_62_prime239v3 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003453 0x2a,
3454 0x86,
3455 0x48,
3456 0xce,
3457 0x3d,
3458 0x03,
3459 0x01,
3460 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08003461 /* NID_X9_62_prime256v1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003462 0x2a,
3463 0x86,
3464 0x48,
3465 0xce,
3466 0x3d,
3467 0x03,
3468 0x01,
3469 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08003470 /* NID_ecdsa_with_SHA1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003471 0x2a,
3472 0x86,
3473 0x48,
3474 0xce,
3475 0x3d,
3476 0x04,
3477 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08003478 /* NID_ms_csp_name */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003479 0x2b,
3480 0x06,
3481 0x01,
3482 0x04,
3483 0x01,
3484 0x82,
3485 0x37,
3486 0x11,
3487 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08003488 /* NID_aes_128_ecb */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003489 0x60,
3490 0x86,
3491 0x48,
3492 0x01,
3493 0x65,
3494 0x03,
3495 0x04,
3496 0x01,
3497 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08003498 /* NID_aes_128_cbc */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003499 0x60,
3500 0x86,
3501 0x48,
3502 0x01,
3503 0x65,
3504 0x03,
3505 0x04,
3506 0x01,
3507 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08003508 /* NID_aes_128_ofb128 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003509 0x60,
3510 0x86,
3511 0x48,
3512 0x01,
3513 0x65,
3514 0x03,
3515 0x04,
3516 0x01,
3517 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08003518 /* NID_aes_128_cfb128 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003519 0x60,
3520 0x86,
3521 0x48,
3522 0x01,
3523 0x65,
3524 0x03,
3525 0x04,
3526 0x01,
3527 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08003528 /* NID_aes_192_ecb */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003529 0x60,
3530 0x86,
3531 0x48,
3532 0x01,
3533 0x65,
3534 0x03,
3535 0x04,
3536 0x01,
3537 0x15,
Robert Sloan69939df2017-01-09 10:53:07 -08003538 /* NID_aes_192_cbc */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003539 0x60,
3540 0x86,
3541 0x48,
3542 0x01,
3543 0x65,
3544 0x03,
3545 0x04,
3546 0x01,
3547 0x16,
Robert Sloan69939df2017-01-09 10:53:07 -08003548 /* NID_aes_192_ofb128 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003549 0x60,
3550 0x86,
3551 0x48,
3552 0x01,
3553 0x65,
3554 0x03,
3555 0x04,
3556 0x01,
3557 0x17,
Robert Sloan69939df2017-01-09 10:53:07 -08003558 /* NID_aes_192_cfb128 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003559 0x60,
3560 0x86,
3561 0x48,
3562 0x01,
3563 0x65,
3564 0x03,
3565 0x04,
3566 0x01,
3567 0x18,
Robert Sloan69939df2017-01-09 10:53:07 -08003568 /* NID_aes_256_ecb */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003569 0x60,
3570 0x86,
3571 0x48,
3572 0x01,
3573 0x65,
3574 0x03,
3575 0x04,
3576 0x01,
3577 0x29,
Robert Sloan69939df2017-01-09 10:53:07 -08003578 /* NID_aes_256_cbc */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003579 0x60,
3580 0x86,
3581 0x48,
3582 0x01,
3583 0x65,
3584 0x03,
3585 0x04,
3586 0x01,
3587 0x2a,
Robert Sloan69939df2017-01-09 10:53:07 -08003588 /* NID_aes_256_ofb128 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003589 0x60,
3590 0x86,
3591 0x48,
3592 0x01,
3593 0x65,
3594 0x03,
3595 0x04,
3596 0x01,
3597 0x2b,
Robert Sloan69939df2017-01-09 10:53:07 -08003598 /* NID_aes_256_cfb128 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003599 0x60,
3600 0x86,
3601 0x48,
3602 0x01,
3603 0x65,
3604 0x03,
3605 0x04,
3606 0x01,
3607 0x2c,
Robert Sloan69939df2017-01-09 10:53:07 -08003608 /* NID_hold_instruction_code */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003609 0x55,
3610 0x1d,
3611 0x17,
Robert Sloan69939df2017-01-09 10:53:07 -08003612 /* NID_hold_instruction_none */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003613 0x2a,
3614 0x86,
3615 0x48,
3616 0xce,
3617 0x38,
3618 0x02,
3619 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08003620 /* NID_hold_instruction_call_issuer */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003621 0x2a,
3622 0x86,
3623 0x48,
3624 0xce,
3625 0x38,
3626 0x02,
3627 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08003628 /* NID_hold_instruction_reject */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003629 0x2a,
3630 0x86,
3631 0x48,
3632 0xce,
3633 0x38,
3634 0x02,
3635 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08003636 /* NID_data */
3637 0x09,
3638 /* NID_pss */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003639 0x09,
3640 0x92,
3641 0x26,
Robert Sloan69939df2017-01-09 10:53:07 -08003642 /* NID_ucl */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003643 0x09,
3644 0x92,
3645 0x26,
3646 0x89,
3647 0x93,
3648 0xf2,
3649 0x2c,
Robert Sloan69939df2017-01-09 10:53:07 -08003650 /* NID_pilot */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003651 0x09,
3652 0x92,
3653 0x26,
3654 0x89,
3655 0x93,
3656 0xf2,
3657 0x2c,
3658 0x64,
Robert Sloan69939df2017-01-09 10:53:07 -08003659 /* NID_pilotAttributeType */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003660 0x09,
3661 0x92,
3662 0x26,
3663 0x89,
3664 0x93,
3665 0xf2,
3666 0x2c,
3667 0x64,
3668 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08003669 /* NID_pilotAttributeSyntax */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003670 0x09,
3671 0x92,
3672 0x26,
3673 0x89,
3674 0x93,
3675 0xf2,
3676 0x2c,
3677 0x64,
3678 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08003679 /* NID_pilotObjectClass */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003680 0x09,
3681 0x92,
3682 0x26,
3683 0x89,
3684 0x93,
3685 0xf2,
3686 0x2c,
3687 0x64,
3688 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08003689 /* NID_pilotGroups */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003690 0x09,
3691 0x92,
3692 0x26,
3693 0x89,
3694 0x93,
3695 0xf2,
3696 0x2c,
3697 0x64,
3698 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08003699 /* NID_iA5StringSyntax */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003700 0x09,
3701 0x92,
3702 0x26,
3703 0x89,
3704 0x93,
3705 0xf2,
3706 0x2c,
3707 0x64,
3708 0x03,
3709 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08003710 /* NID_caseIgnoreIA5StringSyntax */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003711 0x09,
3712 0x92,
3713 0x26,
3714 0x89,
3715 0x93,
3716 0xf2,
3717 0x2c,
3718 0x64,
3719 0x03,
3720 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08003721 /* NID_pilotObject */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003722 0x09,
3723 0x92,
3724 0x26,
3725 0x89,
3726 0x93,
3727 0xf2,
3728 0x2c,
3729 0x64,
3730 0x04,
3731 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08003732 /* NID_pilotPerson */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003733 0x09,
3734 0x92,
3735 0x26,
3736 0x89,
3737 0x93,
3738 0xf2,
3739 0x2c,
3740 0x64,
3741 0x04,
3742 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08003743 /* NID_account */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003744 0x09,
3745 0x92,
3746 0x26,
3747 0x89,
3748 0x93,
3749 0xf2,
3750 0x2c,
3751 0x64,
3752 0x04,
3753 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08003754 /* NID_document */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003755 0x09,
3756 0x92,
3757 0x26,
3758 0x89,
3759 0x93,
3760 0xf2,
3761 0x2c,
3762 0x64,
3763 0x04,
3764 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08003765 /* NID_room */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003766 0x09,
3767 0x92,
3768 0x26,
3769 0x89,
3770 0x93,
3771 0xf2,
3772 0x2c,
3773 0x64,
3774 0x04,
3775 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08003776 /* NID_documentSeries */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003777 0x09,
3778 0x92,
3779 0x26,
3780 0x89,
3781 0x93,
3782 0xf2,
3783 0x2c,
3784 0x64,
3785 0x04,
3786 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08003787 /* NID_rFC822localPart */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003788 0x09,
3789 0x92,
3790 0x26,
3791 0x89,
3792 0x93,
3793 0xf2,
3794 0x2c,
3795 0x64,
3796 0x04,
3797 0x0e,
Robert Sloan69939df2017-01-09 10:53:07 -08003798 /* NID_dNSDomain */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003799 0x09,
3800 0x92,
3801 0x26,
3802 0x89,
3803 0x93,
3804 0xf2,
3805 0x2c,
3806 0x64,
3807 0x04,
3808 0x0f,
Robert Sloan69939df2017-01-09 10:53:07 -08003809 /* NID_domainRelatedObject */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003810 0x09,
3811 0x92,
3812 0x26,
3813 0x89,
3814 0x93,
3815 0xf2,
3816 0x2c,
3817 0x64,
3818 0x04,
3819 0x11,
Robert Sloan69939df2017-01-09 10:53:07 -08003820 /* NID_friendlyCountry */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003821 0x09,
3822 0x92,
3823 0x26,
3824 0x89,
3825 0x93,
3826 0xf2,
3827 0x2c,
3828 0x64,
3829 0x04,
3830 0x12,
Robert Sloan69939df2017-01-09 10:53:07 -08003831 /* NID_simpleSecurityObject */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003832 0x09,
3833 0x92,
3834 0x26,
3835 0x89,
3836 0x93,
3837 0xf2,
3838 0x2c,
3839 0x64,
3840 0x04,
3841 0x13,
Robert Sloan69939df2017-01-09 10:53:07 -08003842 /* NID_pilotOrganization */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003843 0x09,
3844 0x92,
3845 0x26,
3846 0x89,
3847 0x93,
3848 0xf2,
3849 0x2c,
3850 0x64,
3851 0x04,
3852 0x14,
Robert Sloan69939df2017-01-09 10:53:07 -08003853 /* NID_pilotDSA */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003854 0x09,
3855 0x92,
3856 0x26,
3857 0x89,
3858 0x93,
3859 0xf2,
3860 0x2c,
3861 0x64,
3862 0x04,
3863 0x15,
Robert Sloan69939df2017-01-09 10:53:07 -08003864 /* NID_qualityLabelledData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003865 0x09,
3866 0x92,
3867 0x26,
3868 0x89,
3869 0x93,
3870 0xf2,
3871 0x2c,
3872 0x64,
3873 0x04,
3874 0x16,
Robert Sloan69939df2017-01-09 10:53:07 -08003875 /* NID_userId */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003876 0x09,
3877 0x92,
3878 0x26,
3879 0x89,
3880 0x93,
3881 0xf2,
3882 0x2c,
3883 0x64,
3884 0x01,
3885 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08003886 /* NID_textEncodedORAddress */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003887 0x09,
3888 0x92,
3889 0x26,
3890 0x89,
3891 0x93,
3892 0xf2,
3893 0x2c,
3894 0x64,
3895 0x01,
3896 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08003897 /* NID_rfc822Mailbox */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003898 0x09,
3899 0x92,
3900 0x26,
3901 0x89,
3902 0x93,
3903 0xf2,
3904 0x2c,
3905 0x64,
3906 0x01,
3907 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08003908 /* NID_info */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003909 0x09,
3910 0x92,
3911 0x26,
3912 0x89,
3913 0x93,
3914 0xf2,
3915 0x2c,
3916 0x64,
3917 0x01,
3918 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08003919 /* NID_favouriteDrink */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003920 0x09,
3921 0x92,
3922 0x26,
3923 0x89,
3924 0x93,
3925 0xf2,
3926 0x2c,
3927 0x64,
3928 0x01,
3929 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08003930 /* NID_roomNumber */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003931 0x09,
3932 0x92,
3933 0x26,
3934 0x89,
3935 0x93,
3936 0xf2,
3937 0x2c,
3938 0x64,
3939 0x01,
3940 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08003941 /* NID_photo */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003942 0x09,
3943 0x92,
3944 0x26,
3945 0x89,
3946 0x93,
3947 0xf2,
3948 0x2c,
3949 0x64,
3950 0x01,
3951 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08003952 /* NID_userClass */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003953 0x09,
3954 0x92,
3955 0x26,
3956 0x89,
3957 0x93,
3958 0xf2,
3959 0x2c,
3960 0x64,
3961 0x01,
3962 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08003963 /* NID_host */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003964 0x09,
3965 0x92,
3966 0x26,
3967 0x89,
3968 0x93,
3969 0xf2,
3970 0x2c,
3971 0x64,
3972 0x01,
3973 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08003974 /* NID_manager */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003975 0x09,
3976 0x92,
3977 0x26,
3978 0x89,
3979 0x93,
3980 0xf2,
3981 0x2c,
3982 0x64,
3983 0x01,
3984 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08003985 /* NID_documentIdentifier */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003986 0x09,
3987 0x92,
3988 0x26,
3989 0x89,
3990 0x93,
3991 0xf2,
3992 0x2c,
3993 0x64,
3994 0x01,
3995 0x0b,
Robert Sloan69939df2017-01-09 10:53:07 -08003996 /* NID_documentTitle */
Robert Sloanc9abfe42018-11-26 12:19:07 -08003997 0x09,
3998 0x92,
3999 0x26,
4000 0x89,
4001 0x93,
4002 0xf2,
4003 0x2c,
4004 0x64,
4005 0x01,
4006 0x0c,
Robert Sloan69939df2017-01-09 10:53:07 -08004007 /* NID_documentVersion */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004008 0x09,
4009 0x92,
4010 0x26,
4011 0x89,
4012 0x93,
4013 0xf2,
4014 0x2c,
4015 0x64,
4016 0x01,
4017 0x0d,
Robert Sloan69939df2017-01-09 10:53:07 -08004018 /* NID_documentAuthor */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004019 0x09,
4020 0x92,
4021 0x26,
4022 0x89,
4023 0x93,
4024 0xf2,
4025 0x2c,
4026 0x64,
4027 0x01,
4028 0x0e,
Robert Sloan69939df2017-01-09 10:53:07 -08004029 /* NID_documentLocation */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004030 0x09,
4031 0x92,
4032 0x26,
4033 0x89,
4034 0x93,
4035 0xf2,
4036 0x2c,
4037 0x64,
4038 0x01,
4039 0x0f,
Robert Sloan69939df2017-01-09 10:53:07 -08004040 /* NID_homeTelephoneNumber */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004041 0x09,
4042 0x92,
4043 0x26,
4044 0x89,
4045 0x93,
4046 0xf2,
4047 0x2c,
4048 0x64,
4049 0x01,
4050 0x14,
Robert Sloan69939df2017-01-09 10:53:07 -08004051 /* NID_secretary */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004052 0x09,
4053 0x92,
4054 0x26,
4055 0x89,
4056 0x93,
4057 0xf2,
4058 0x2c,
4059 0x64,
4060 0x01,
4061 0x15,
Robert Sloan69939df2017-01-09 10:53:07 -08004062 /* NID_otherMailbox */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004063 0x09,
4064 0x92,
4065 0x26,
4066 0x89,
4067 0x93,
4068 0xf2,
4069 0x2c,
4070 0x64,
4071 0x01,
4072 0x16,
Robert Sloan69939df2017-01-09 10:53:07 -08004073 /* NID_lastModifiedTime */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004074 0x09,
4075 0x92,
4076 0x26,
4077 0x89,
4078 0x93,
4079 0xf2,
4080 0x2c,
4081 0x64,
4082 0x01,
4083 0x17,
Robert Sloan69939df2017-01-09 10:53:07 -08004084 /* NID_lastModifiedBy */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004085 0x09,
4086 0x92,
4087 0x26,
4088 0x89,
4089 0x93,
4090 0xf2,
4091 0x2c,
4092 0x64,
4093 0x01,
4094 0x18,
Robert Sloan69939df2017-01-09 10:53:07 -08004095 /* NID_aRecord */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004096 0x09,
4097 0x92,
4098 0x26,
4099 0x89,
4100 0x93,
4101 0xf2,
4102 0x2c,
4103 0x64,
4104 0x01,
4105 0x1a,
Robert Sloan69939df2017-01-09 10:53:07 -08004106 /* NID_pilotAttributeType27 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004107 0x09,
4108 0x92,
4109 0x26,
4110 0x89,
4111 0x93,
4112 0xf2,
4113 0x2c,
4114 0x64,
4115 0x01,
4116 0x1b,
Robert Sloan69939df2017-01-09 10:53:07 -08004117 /* NID_mXRecord */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004118 0x09,
4119 0x92,
4120 0x26,
4121 0x89,
4122 0x93,
4123 0xf2,
4124 0x2c,
4125 0x64,
4126 0x01,
4127 0x1c,
Robert Sloan69939df2017-01-09 10:53:07 -08004128 /* NID_nSRecord */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004129 0x09,
4130 0x92,
4131 0x26,
4132 0x89,
4133 0x93,
4134 0xf2,
4135 0x2c,
4136 0x64,
4137 0x01,
4138 0x1d,
Robert Sloan69939df2017-01-09 10:53:07 -08004139 /* NID_sOARecord */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004140 0x09,
4141 0x92,
4142 0x26,
4143 0x89,
4144 0x93,
4145 0xf2,
4146 0x2c,
4147 0x64,
4148 0x01,
4149 0x1e,
Robert Sloan69939df2017-01-09 10:53:07 -08004150 /* NID_cNAMERecord */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004151 0x09,
4152 0x92,
4153 0x26,
4154 0x89,
4155 0x93,
4156 0xf2,
4157 0x2c,
4158 0x64,
4159 0x01,
4160 0x1f,
Robert Sloan69939df2017-01-09 10:53:07 -08004161 /* NID_associatedDomain */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004162 0x09,
4163 0x92,
4164 0x26,
4165 0x89,
4166 0x93,
4167 0xf2,
4168 0x2c,
4169 0x64,
4170 0x01,
4171 0x25,
Robert Sloan69939df2017-01-09 10:53:07 -08004172 /* NID_associatedName */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004173 0x09,
4174 0x92,
4175 0x26,
4176 0x89,
4177 0x93,
4178 0xf2,
4179 0x2c,
4180 0x64,
4181 0x01,
4182 0x26,
Robert Sloan69939df2017-01-09 10:53:07 -08004183 /* NID_homePostalAddress */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004184 0x09,
4185 0x92,
4186 0x26,
4187 0x89,
4188 0x93,
4189 0xf2,
4190 0x2c,
4191 0x64,
4192 0x01,
4193 0x27,
Robert Sloan69939df2017-01-09 10:53:07 -08004194 /* NID_personalTitle */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004195 0x09,
4196 0x92,
4197 0x26,
4198 0x89,
4199 0x93,
4200 0xf2,
4201 0x2c,
4202 0x64,
4203 0x01,
4204 0x28,
Robert Sloan69939df2017-01-09 10:53:07 -08004205 /* NID_mobileTelephoneNumber */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004206 0x09,
4207 0x92,
4208 0x26,
4209 0x89,
4210 0x93,
4211 0xf2,
4212 0x2c,
4213 0x64,
4214 0x01,
4215 0x29,
Robert Sloan69939df2017-01-09 10:53:07 -08004216 /* NID_pagerTelephoneNumber */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004217 0x09,
4218 0x92,
4219 0x26,
4220 0x89,
4221 0x93,
4222 0xf2,
4223 0x2c,
4224 0x64,
4225 0x01,
4226 0x2a,
Robert Sloan69939df2017-01-09 10:53:07 -08004227 /* NID_friendlyCountryName */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004228 0x09,
4229 0x92,
4230 0x26,
4231 0x89,
4232 0x93,
4233 0xf2,
4234 0x2c,
4235 0x64,
4236 0x01,
4237 0x2b,
Robert Sloan69939df2017-01-09 10:53:07 -08004238 /* NID_organizationalStatus */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004239 0x09,
4240 0x92,
4241 0x26,
4242 0x89,
4243 0x93,
4244 0xf2,
4245 0x2c,
4246 0x64,
4247 0x01,
4248 0x2d,
Robert Sloan69939df2017-01-09 10:53:07 -08004249 /* NID_janetMailbox */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004250 0x09,
4251 0x92,
4252 0x26,
4253 0x89,
4254 0x93,
4255 0xf2,
4256 0x2c,
4257 0x64,
4258 0x01,
4259 0x2e,
Robert Sloan69939df2017-01-09 10:53:07 -08004260 /* NID_mailPreferenceOption */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004261 0x09,
4262 0x92,
4263 0x26,
4264 0x89,
4265 0x93,
4266 0xf2,
4267 0x2c,
4268 0x64,
4269 0x01,
4270 0x2f,
Robert Sloan69939df2017-01-09 10:53:07 -08004271 /* NID_buildingName */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004272 0x09,
4273 0x92,
4274 0x26,
4275 0x89,
4276 0x93,
4277 0xf2,
4278 0x2c,
4279 0x64,
4280 0x01,
4281 0x30,
Robert Sloan69939df2017-01-09 10:53:07 -08004282 /* NID_dSAQuality */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004283 0x09,
4284 0x92,
4285 0x26,
4286 0x89,
4287 0x93,
4288 0xf2,
4289 0x2c,
4290 0x64,
4291 0x01,
4292 0x31,
Robert Sloan69939df2017-01-09 10:53:07 -08004293 /* NID_singleLevelQuality */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004294 0x09,
4295 0x92,
4296 0x26,
4297 0x89,
4298 0x93,
4299 0xf2,
4300 0x2c,
4301 0x64,
4302 0x01,
4303 0x32,
Robert Sloan69939df2017-01-09 10:53:07 -08004304 /* NID_subtreeMinimumQuality */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004305 0x09,
4306 0x92,
4307 0x26,
4308 0x89,
4309 0x93,
4310 0xf2,
4311 0x2c,
4312 0x64,
4313 0x01,
4314 0x33,
Robert Sloan69939df2017-01-09 10:53:07 -08004315 /* NID_subtreeMaximumQuality */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004316 0x09,
4317 0x92,
4318 0x26,
4319 0x89,
4320 0x93,
4321 0xf2,
4322 0x2c,
4323 0x64,
4324 0x01,
4325 0x34,
Robert Sloan69939df2017-01-09 10:53:07 -08004326 /* NID_personalSignature */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004327 0x09,
4328 0x92,
4329 0x26,
4330 0x89,
4331 0x93,
4332 0xf2,
4333 0x2c,
4334 0x64,
4335 0x01,
4336 0x35,
Robert Sloan69939df2017-01-09 10:53:07 -08004337 /* NID_dITRedirect */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004338 0x09,
4339 0x92,
4340 0x26,
4341 0x89,
4342 0x93,
4343 0xf2,
4344 0x2c,
4345 0x64,
4346 0x01,
4347 0x36,
Robert Sloan69939df2017-01-09 10:53:07 -08004348 /* NID_audio */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004349 0x09,
4350 0x92,
4351 0x26,
4352 0x89,
4353 0x93,
4354 0xf2,
4355 0x2c,
4356 0x64,
4357 0x01,
4358 0x37,
Robert Sloan69939df2017-01-09 10:53:07 -08004359 /* NID_documentPublisher */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004360 0x09,
4361 0x92,
4362 0x26,
4363 0x89,
4364 0x93,
4365 0xf2,
4366 0x2c,
4367 0x64,
4368 0x01,
4369 0x38,
Robert Sloan69939df2017-01-09 10:53:07 -08004370 /* NID_x500UniqueIdentifier */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004371 0x55,
4372 0x04,
4373 0x2d,
Robert Sloan69939df2017-01-09 10:53:07 -08004374 /* NID_mime_mhs */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004375 0x2b,
4376 0x06,
4377 0x01,
4378 0x07,
4379 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08004380 /* NID_mime_mhs_headings */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004381 0x2b,
4382 0x06,
4383 0x01,
4384 0x07,
4385 0x01,
4386 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08004387 /* NID_mime_mhs_bodies */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004388 0x2b,
4389 0x06,
4390 0x01,
4391 0x07,
4392 0x01,
4393 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08004394 /* NID_id_hex_partial_message */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004395 0x2b,
4396 0x06,
4397 0x01,
4398 0x07,
4399 0x01,
4400 0x01,
4401 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08004402 /* NID_id_hex_multipart_message */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004403 0x2b,
4404 0x06,
4405 0x01,
4406 0x07,
4407 0x01,
4408 0x01,
4409 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08004410 /* NID_generationQualifier */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004411 0x55,
4412 0x04,
4413 0x2c,
Robert Sloan69939df2017-01-09 10:53:07 -08004414 /* NID_pseudonym */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004415 0x55,
4416 0x04,
4417 0x41,
Robert Sloan69939df2017-01-09 10:53:07 -08004418 /* NID_id_set */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004419 0x67,
4420 0x2a,
Robert Sloan69939df2017-01-09 10:53:07 -08004421 /* NID_set_ctype */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004422 0x67,
4423 0x2a,
4424 0x00,
Robert Sloan69939df2017-01-09 10:53:07 -08004425 /* NID_set_msgExt */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004426 0x67,
4427 0x2a,
4428 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08004429 /* NID_set_attr */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004430 0x67,
4431 0x2a,
4432 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08004433 /* NID_set_policy */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004434 0x67,
4435 0x2a,
4436 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08004437 /* NID_set_certExt */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004438 0x67,
4439 0x2a,
4440 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08004441 /* NID_set_brand */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004442 0x67,
4443 0x2a,
4444 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08004445 /* NID_setct_PANData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004446 0x67,
4447 0x2a,
4448 0x00,
4449 0x00,
Robert Sloan69939df2017-01-09 10:53:07 -08004450 /* NID_setct_PANToken */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004451 0x67,
4452 0x2a,
4453 0x00,
4454 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08004455 /* NID_setct_PANOnly */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004456 0x67,
4457 0x2a,
4458 0x00,
4459 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08004460 /* NID_setct_OIData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004461 0x67,
4462 0x2a,
4463 0x00,
4464 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08004465 /* NID_setct_PI */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004466 0x67,
4467 0x2a,
4468 0x00,
4469 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08004470 /* NID_setct_PIData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004471 0x67,
4472 0x2a,
4473 0x00,
4474 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08004475 /* NID_setct_PIDataUnsigned */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004476 0x67,
4477 0x2a,
4478 0x00,
4479 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08004480 /* NID_setct_HODInput */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004481 0x67,
4482 0x2a,
4483 0x00,
4484 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08004485 /* NID_setct_AuthResBaggage */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004486 0x67,
4487 0x2a,
4488 0x00,
4489 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08004490 /* NID_setct_AuthRevReqBaggage */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004491 0x67,
4492 0x2a,
4493 0x00,
4494 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08004495 /* NID_setct_AuthRevResBaggage */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004496 0x67,
4497 0x2a,
4498 0x00,
4499 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08004500 /* NID_setct_CapTokenSeq */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004501 0x67,
4502 0x2a,
4503 0x00,
4504 0x0b,
Robert Sloan69939df2017-01-09 10:53:07 -08004505 /* NID_setct_PInitResData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004506 0x67,
4507 0x2a,
4508 0x00,
4509 0x0c,
Robert Sloan69939df2017-01-09 10:53:07 -08004510 /* NID_setct_PI_TBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004511 0x67,
4512 0x2a,
4513 0x00,
4514 0x0d,
Robert Sloan69939df2017-01-09 10:53:07 -08004515 /* NID_setct_PResData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004516 0x67,
4517 0x2a,
4518 0x00,
4519 0x0e,
Robert Sloan69939df2017-01-09 10:53:07 -08004520 /* NID_setct_AuthReqTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004521 0x67,
4522 0x2a,
4523 0x00,
4524 0x10,
Robert Sloan69939df2017-01-09 10:53:07 -08004525 /* NID_setct_AuthResTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004526 0x67,
4527 0x2a,
4528 0x00,
4529 0x11,
Robert Sloan69939df2017-01-09 10:53:07 -08004530 /* NID_setct_AuthResTBSX */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004531 0x67,
4532 0x2a,
4533 0x00,
4534 0x12,
Robert Sloan69939df2017-01-09 10:53:07 -08004535 /* NID_setct_AuthTokenTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004536 0x67,
4537 0x2a,
4538 0x00,
4539 0x13,
Robert Sloan69939df2017-01-09 10:53:07 -08004540 /* NID_setct_CapTokenData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004541 0x67,
4542 0x2a,
4543 0x00,
4544 0x14,
Robert Sloan69939df2017-01-09 10:53:07 -08004545 /* NID_setct_CapTokenTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004546 0x67,
4547 0x2a,
4548 0x00,
4549 0x15,
Robert Sloan69939df2017-01-09 10:53:07 -08004550 /* NID_setct_AcqCardCodeMsg */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004551 0x67,
4552 0x2a,
4553 0x00,
4554 0x16,
Robert Sloan69939df2017-01-09 10:53:07 -08004555 /* NID_setct_AuthRevReqTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004556 0x67,
4557 0x2a,
4558 0x00,
4559 0x17,
Robert Sloan69939df2017-01-09 10:53:07 -08004560 /* NID_setct_AuthRevResData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004561 0x67,
4562 0x2a,
4563 0x00,
4564 0x18,
Robert Sloan69939df2017-01-09 10:53:07 -08004565 /* NID_setct_AuthRevResTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004566 0x67,
4567 0x2a,
4568 0x00,
4569 0x19,
Robert Sloan69939df2017-01-09 10:53:07 -08004570 /* NID_setct_CapReqTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004571 0x67,
4572 0x2a,
4573 0x00,
4574 0x1a,
Robert Sloan69939df2017-01-09 10:53:07 -08004575 /* NID_setct_CapReqTBSX */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004576 0x67,
4577 0x2a,
4578 0x00,
4579 0x1b,
Robert Sloan69939df2017-01-09 10:53:07 -08004580 /* NID_setct_CapResData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004581 0x67,
4582 0x2a,
4583 0x00,
4584 0x1c,
Robert Sloan69939df2017-01-09 10:53:07 -08004585 /* NID_setct_CapRevReqTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004586 0x67,
4587 0x2a,
4588 0x00,
4589 0x1d,
Robert Sloan69939df2017-01-09 10:53:07 -08004590 /* NID_setct_CapRevReqTBSX */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004591 0x67,
4592 0x2a,
4593 0x00,
4594 0x1e,
Robert Sloan69939df2017-01-09 10:53:07 -08004595 /* NID_setct_CapRevResData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004596 0x67,
4597 0x2a,
4598 0x00,
4599 0x1f,
Robert Sloan69939df2017-01-09 10:53:07 -08004600 /* NID_setct_CredReqTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004601 0x67,
4602 0x2a,
4603 0x00,
4604 0x20,
Robert Sloan69939df2017-01-09 10:53:07 -08004605 /* NID_setct_CredReqTBSX */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004606 0x67,
4607 0x2a,
4608 0x00,
4609 0x21,
Robert Sloan69939df2017-01-09 10:53:07 -08004610 /* NID_setct_CredResData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004611 0x67,
4612 0x2a,
4613 0x00,
4614 0x22,
Robert Sloan69939df2017-01-09 10:53:07 -08004615 /* NID_setct_CredRevReqTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004616 0x67,
4617 0x2a,
4618 0x00,
4619 0x23,
Robert Sloan69939df2017-01-09 10:53:07 -08004620 /* NID_setct_CredRevReqTBSX */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004621 0x67,
4622 0x2a,
4623 0x00,
4624 0x24,
Robert Sloan69939df2017-01-09 10:53:07 -08004625 /* NID_setct_CredRevResData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004626 0x67,
4627 0x2a,
4628 0x00,
4629 0x25,
Robert Sloan69939df2017-01-09 10:53:07 -08004630 /* NID_setct_PCertReqData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004631 0x67,
4632 0x2a,
4633 0x00,
4634 0x26,
Robert Sloan69939df2017-01-09 10:53:07 -08004635 /* NID_setct_PCertResTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004636 0x67,
4637 0x2a,
4638 0x00,
4639 0x27,
Robert Sloan69939df2017-01-09 10:53:07 -08004640 /* NID_setct_BatchAdminReqData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004641 0x67,
4642 0x2a,
4643 0x00,
4644 0x28,
Robert Sloan69939df2017-01-09 10:53:07 -08004645 /* NID_setct_BatchAdminResData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004646 0x67,
4647 0x2a,
4648 0x00,
4649 0x29,
Robert Sloan69939df2017-01-09 10:53:07 -08004650 /* NID_setct_CardCInitResTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004651 0x67,
4652 0x2a,
4653 0x00,
4654 0x2a,
Robert Sloan69939df2017-01-09 10:53:07 -08004655 /* NID_setct_MeAqCInitResTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004656 0x67,
4657 0x2a,
4658 0x00,
4659 0x2b,
Robert Sloan69939df2017-01-09 10:53:07 -08004660 /* NID_setct_RegFormResTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004661 0x67,
4662 0x2a,
4663 0x00,
4664 0x2c,
Robert Sloan69939df2017-01-09 10:53:07 -08004665 /* NID_setct_CertReqData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004666 0x67,
4667 0x2a,
4668 0x00,
4669 0x2d,
Robert Sloan69939df2017-01-09 10:53:07 -08004670 /* NID_setct_CertReqTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004671 0x67,
4672 0x2a,
4673 0x00,
4674 0x2e,
Robert Sloan69939df2017-01-09 10:53:07 -08004675 /* NID_setct_CertResData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004676 0x67,
4677 0x2a,
4678 0x00,
4679 0x2f,
Robert Sloan69939df2017-01-09 10:53:07 -08004680 /* NID_setct_CertInqReqTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004681 0x67,
4682 0x2a,
4683 0x00,
4684 0x30,
Robert Sloan69939df2017-01-09 10:53:07 -08004685 /* NID_setct_ErrorTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004686 0x67,
4687 0x2a,
4688 0x00,
4689 0x31,
Robert Sloan69939df2017-01-09 10:53:07 -08004690 /* NID_setct_PIDualSignedTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004691 0x67,
4692 0x2a,
4693 0x00,
4694 0x32,
Robert Sloan69939df2017-01-09 10:53:07 -08004695 /* NID_setct_PIUnsignedTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004696 0x67,
4697 0x2a,
4698 0x00,
4699 0x33,
Robert Sloan69939df2017-01-09 10:53:07 -08004700 /* NID_setct_AuthReqTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004701 0x67,
4702 0x2a,
4703 0x00,
4704 0x34,
Robert Sloan69939df2017-01-09 10:53:07 -08004705 /* NID_setct_AuthResTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004706 0x67,
4707 0x2a,
4708 0x00,
4709 0x35,
Robert Sloan69939df2017-01-09 10:53:07 -08004710 /* NID_setct_AuthResTBEX */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004711 0x67,
4712 0x2a,
4713 0x00,
4714 0x36,
Robert Sloan69939df2017-01-09 10:53:07 -08004715 /* NID_setct_AuthTokenTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004716 0x67,
4717 0x2a,
4718 0x00,
4719 0x37,
Robert Sloan69939df2017-01-09 10:53:07 -08004720 /* NID_setct_CapTokenTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004721 0x67,
4722 0x2a,
4723 0x00,
4724 0x38,
Robert Sloan69939df2017-01-09 10:53:07 -08004725 /* NID_setct_CapTokenTBEX */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004726 0x67,
4727 0x2a,
4728 0x00,
4729 0x39,
Robert Sloan69939df2017-01-09 10:53:07 -08004730 /* NID_setct_AcqCardCodeMsgTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004731 0x67,
4732 0x2a,
4733 0x00,
4734 0x3a,
Robert Sloan69939df2017-01-09 10:53:07 -08004735 /* NID_setct_AuthRevReqTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004736 0x67,
4737 0x2a,
4738 0x00,
4739 0x3b,
Robert Sloan69939df2017-01-09 10:53:07 -08004740 /* NID_setct_AuthRevResTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004741 0x67,
4742 0x2a,
4743 0x00,
4744 0x3c,
Robert Sloan69939df2017-01-09 10:53:07 -08004745 /* NID_setct_AuthRevResTBEB */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004746 0x67,
4747 0x2a,
4748 0x00,
4749 0x3d,
Robert Sloan69939df2017-01-09 10:53:07 -08004750 /* NID_setct_CapReqTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004751 0x67,
4752 0x2a,
4753 0x00,
4754 0x3e,
Robert Sloan69939df2017-01-09 10:53:07 -08004755 /* NID_setct_CapReqTBEX */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004756 0x67,
4757 0x2a,
4758 0x00,
4759 0x3f,
Robert Sloan69939df2017-01-09 10:53:07 -08004760 /* NID_setct_CapResTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004761 0x67,
4762 0x2a,
4763 0x00,
4764 0x40,
Robert Sloan69939df2017-01-09 10:53:07 -08004765 /* NID_setct_CapRevReqTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004766 0x67,
4767 0x2a,
4768 0x00,
4769 0x41,
Robert Sloan69939df2017-01-09 10:53:07 -08004770 /* NID_setct_CapRevReqTBEX */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004771 0x67,
4772 0x2a,
4773 0x00,
4774 0x42,
Robert Sloan69939df2017-01-09 10:53:07 -08004775 /* NID_setct_CapRevResTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004776 0x67,
4777 0x2a,
4778 0x00,
4779 0x43,
Robert Sloan69939df2017-01-09 10:53:07 -08004780 /* NID_setct_CredReqTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004781 0x67,
4782 0x2a,
4783 0x00,
4784 0x44,
Robert Sloan69939df2017-01-09 10:53:07 -08004785 /* NID_setct_CredReqTBEX */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004786 0x67,
4787 0x2a,
4788 0x00,
4789 0x45,
Robert Sloan69939df2017-01-09 10:53:07 -08004790 /* NID_setct_CredResTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004791 0x67,
4792 0x2a,
4793 0x00,
4794 0x46,
Robert Sloan69939df2017-01-09 10:53:07 -08004795 /* NID_setct_CredRevReqTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004796 0x67,
4797 0x2a,
4798 0x00,
4799 0x47,
Robert Sloan69939df2017-01-09 10:53:07 -08004800 /* NID_setct_CredRevReqTBEX */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004801 0x67,
4802 0x2a,
4803 0x00,
4804 0x48,
Robert Sloan69939df2017-01-09 10:53:07 -08004805 /* NID_setct_CredRevResTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004806 0x67,
4807 0x2a,
4808 0x00,
4809 0x49,
Robert Sloan69939df2017-01-09 10:53:07 -08004810 /* NID_setct_BatchAdminReqTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004811 0x67,
4812 0x2a,
4813 0x00,
4814 0x4a,
Robert Sloan69939df2017-01-09 10:53:07 -08004815 /* NID_setct_BatchAdminResTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004816 0x67,
4817 0x2a,
4818 0x00,
4819 0x4b,
Robert Sloan69939df2017-01-09 10:53:07 -08004820 /* NID_setct_RegFormReqTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004821 0x67,
4822 0x2a,
4823 0x00,
4824 0x4c,
Robert Sloan69939df2017-01-09 10:53:07 -08004825 /* NID_setct_CertReqTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004826 0x67,
4827 0x2a,
4828 0x00,
4829 0x4d,
Robert Sloan69939df2017-01-09 10:53:07 -08004830 /* NID_setct_CertReqTBEX */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004831 0x67,
4832 0x2a,
4833 0x00,
4834 0x4e,
Robert Sloan69939df2017-01-09 10:53:07 -08004835 /* NID_setct_CertResTBE */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004836 0x67,
4837 0x2a,
4838 0x00,
4839 0x4f,
Robert Sloan69939df2017-01-09 10:53:07 -08004840 /* NID_setct_CRLNotificationTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004841 0x67,
4842 0x2a,
4843 0x00,
4844 0x50,
Robert Sloan69939df2017-01-09 10:53:07 -08004845 /* NID_setct_CRLNotificationResTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004846 0x67,
4847 0x2a,
4848 0x00,
4849 0x51,
Robert Sloan69939df2017-01-09 10:53:07 -08004850 /* NID_setct_BCIDistributionTBS */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004851 0x67,
4852 0x2a,
4853 0x00,
4854 0x52,
Robert Sloan69939df2017-01-09 10:53:07 -08004855 /* NID_setext_genCrypt */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004856 0x67,
4857 0x2a,
4858 0x01,
4859 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08004860 /* NID_setext_miAuth */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004861 0x67,
4862 0x2a,
4863 0x01,
4864 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08004865 /* NID_setext_pinSecure */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004866 0x67,
4867 0x2a,
4868 0x01,
4869 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08004870 /* NID_setext_pinAny */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004871 0x67,
4872 0x2a,
4873 0x01,
4874 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08004875 /* NID_setext_track2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004876 0x67,
4877 0x2a,
4878 0x01,
4879 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08004880 /* NID_setext_cv */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004881 0x67,
4882 0x2a,
4883 0x01,
4884 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08004885 /* NID_set_policy_root */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004886 0x67,
4887 0x2a,
4888 0x05,
4889 0x00,
Robert Sloan69939df2017-01-09 10:53:07 -08004890 /* NID_setCext_hashedRoot */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004891 0x67,
4892 0x2a,
4893 0x07,
4894 0x00,
Robert Sloan69939df2017-01-09 10:53:07 -08004895 /* NID_setCext_certType */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004896 0x67,
4897 0x2a,
4898 0x07,
4899 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08004900 /* NID_setCext_merchData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004901 0x67,
4902 0x2a,
4903 0x07,
4904 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08004905 /* NID_setCext_cCertRequired */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004906 0x67,
4907 0x2a,
4908 0x07,
4909 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08004910 /* NID_setCext_tunneling */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004911 0x67,
4912 0x2a,
4913 0x07,
4914 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08004915 /* NID_setCext_setExt */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004916 0x67,
4917 0x2a,
4918 0x07,
4919 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08004920 /* NID_setCext_setQualf */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004921 0x67,
4922 0x2a,
4923 0x07,
4924 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08004925 /* NID_setCext_PGWYcapabilities */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004926 0x67,
4927 0x2a,
4928 0x07,
4929 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08004930 /* NID_setCext_TokenIdentifier */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004931 0x67,
4932 0x2a,
4933 0x07,
4934 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08004935 /* NID_setCext_Track2Data */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004936 0x67,
4937 0x2a,
4938 0x07,
4939 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08004940 /* NID_setCext_TokenType */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004941 0x67,
4942 0x2a,
4943 0x07,
4944 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08004945 /* NID_setCext_IssuerCapabilities */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004946 0x67,
4947 0x2a,
4948 0x07,
4949 0x0b,
Robert Sloan69939df2017-01-09 10:53:07 -08004950 /* NID_setAttr_Cert */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004951 0x67,
4952 0x2a,
4953 0x03,
4954 0x00,
Robert Sloan69939df2017-01-09 10:53:07 -08004955 /* NID_setAttr_PGWYcap */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004956 0x67,
4957 0x2a,
4958 0x03,
4959 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08004960 /* NID_setAttr_TokenType */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004961 0x67,
4962 0x2a,
4963 0x03,
4964 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08004965 /* NID_setAttr_IssCap */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004966 0x67,
4967 0x2a,
4968 0x03,
4969 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08004970 /* NID_set_rootKeyThumb */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004971 0x67,
4972 0x2a,
4973 0x03,
4974 0x00,
4975 0x00,
Robert Sloan69939df2017-01-09 10:53:07 -08004976 /* NID_set_addPolicy */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004977 0x67,
4978 0x2a,
4979 0x03,
4980 0x00,
4981 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08004982 /* NID_setAttr_Token_EMV */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004983 0x67,
4984 0x2a,
4985 0x03,
4986 0x02,
4987 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08004988 /* NID_setAttr_Token_B0Prime */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004989 0x67,
4990 0x2a,
4991 0x03,
4992 0x02,
4993 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08004994 /* NID_setAttr_IssCap_CVM */
Robert Sloanc9abfe42018-11-26 12:19:07 -08004995 0x67,
4996 0x2a,
4997 0x03,
4998 0x03,
4999 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08005000 /* NID_setAttr_IssCap_T2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005001 0x67,
5002 0x2a,
5003 0x03,
5004 0x03,
5005 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08005006 /* NID_setAttr_IssCap_Sig */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005007 0x67,
5008 0x2a,
5009 0x03,
5010 0x03,
5011 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08005012 /* NID_setAttr_GenCryptgrm */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005013 0x67,
5014 0x2a,
5015 0x03,
5016 0x03,
5017 0x03,
5018 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08005019 /* NID_setAttr_T2Enc */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005020 0x67,
5021 0x2a,
5022 0x03,
5023 0x03,
5024 0x04,
5025 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08005026 /* NID_setAttr_T2cleartxt */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005027 0x67,
5028 0x2a,
5029 0x03,
5030 0x03,
5031 0x04,
5032 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08005033 /* NID_setAttr_TokICCsig */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005034 0x67,
5035 0x2a,
5036 0x03,
5037 0x03,
5038 0x05,
5039 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08005040 /* NID_setAttr_SecDevSig */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005041 0x67,
5042 0x2a,
5043 0x03,
5044 0x03,
5045 0x05,
5046 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08005047 /* NID_set_brand_IATA_ATA */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005048 0x67,
5049 0x2a,
5050 0x08,
5051 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08005052 /* NID_set_brand_Diners */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005053 0x67,
5054 0x2a,
5055 0x08,
5056 0x1e,
Robert Sloan69939df2017-01-09 10:53:07 -08005057 /* NID_set_brand_AmericanExpress */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005058 0x67,
5059 0x2a,
5060 0x08,
5061 0x22,
Robert Sloan69939df2017-01-09 10:53:07 -08005062 /* NID_set_brand_JCB */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005063 0x67,
5064 0x2a,
5065 0x08,
5066 0x23,
Robert Sloan69939df2017-01-09 10:53:07 -08005067 /* NID_set_brand_Visa */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005068 0x67,
5069 0x2a,
5070 0x08,
5071 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08005072 /* NID_set_brand_MasterCard */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005073 0x67,
5074 0x2a,
5075 0x08,
5076 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08005077 /* NID_set_brand_Novus */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005078 0x67,
5079 0x2a,
5080 0x08,
5081 0xae,
5082 0x7b,
Robert Sloan69939df2017-01-09 10:53:07 -08005083 /* NID_des_cdmf */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005084 0x2a,
5085 0x86,
5086 0x48,
5087 0x86,
5088 0xf7,
5089 0x0d,
5090 0x03,
5091 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08005092 /* NID_rsaOAEPEncryptionSET */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005093 0x2a,
5094 0x86,
5095 0x48,
5096 0x86,
5097 0xf7,
5098 0x0d,
5099 0x01,
5100 0x01,
5101 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08005102 /* NID_international_organizations */
5103 0x67,
5104 /* NID_ms_smartcard_login */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005105 0x2b,
5106 0x06,
5107 0x01,
5108 0x04,
5109 0x01,
5110 0x82,
5111 0x37,
5112 0x14,
5113 0x02,
5114 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08005115 /* NID_ms_upn */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005116 0x2b,
5117 0x06,
5118 0x01,
5119 0x04,
5120 0x01,
5121 0x82,
5122 0x37,
5123 0x14,
5124 0x02,
5125 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08005126 /* NID_streetAddress */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005127 0x55,
5128 0x04,
5129 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08005130 /* NID_postalCode */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005131 0x55,
5132 0x04,
5133 0x11,
Robert Sloan69939df2017-01-09 10:53:07 -08005134 /* NID_id_ppl */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005135 0x2b,
5136 0x06,
5137 0x01,
5138 0x05,
5139 0x05,
5140 0x07,
5141 0x15,
Robert Sloan69939df2017-01-09 10:53:07 -08005142 /* NID_proxyCertInfo */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005143 0x2b,
5144 0x06,
5145 0x01,
5146 0x05,
5147 0x05,
5148 0x07,
5149 0x01,
5150 0x0e,
Robert Sloan69939df2017-01-09 10:53:07 -08005151 /* NID_id_ppl_anyLanguage */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005152 0x2b,
5153 0x06,
5154 0x01,
5155 0x05,
5156 0x05,
5157 0x07,
5158 0x15,
5159 0x00,
Robert Sloan69939df2017-01-09 10:53:07 -08005160 /* NID_id_ppl_inheritAll */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005161 0x2b,
5162 0x06,
5163 0x01,
5164 0x05,
5165 0x05,
5166 0x07,
5167 0x15,
5168 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08005169 /* NID_name_constraints */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005170 0x55,
5171 0x1d,
5172 0x1e,
Robert Sloan69939df2017-01-09 10:53:07 -08005173 /* NID_Independent */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005174 0x2b,
5175 0x06,
5176 0x01,
5177 0x05,
5178 0x05,
5179 0x07,
5180 0x15,
5181 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08005182 /* NID_sha256WithRSAEncryption */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005183 0x2a,
5184 0x86,
5185 0x48,
5186 0x86,
5187 0xf7,
5188 0x0d,
5189 0x01,
5190 0x01,
5191 0x0b,
Robert Sloan69939df2017-01-09 10:53:07 -08005192 /* NID_sha384WithRSAEncryption */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005193 0x2a,
5194 0x86,
5195 0x48,
5196 0x86,
5197 0xf7,
5198 0x0d,
5199 0x01,
5200 0x01,
5201 0x0c,
Robert Sloan69939df2017-01-09 10:53:07 -08005202 /* NID_sha512WithRSAEncryption */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005203 0x2a,
5204 0x86,
5205 0x48,
5206 0x86,
5207 0xf7,
5208 0x0d,
5209 0x01,
5210 0x01,
5211 0x0d,
Robert Sloan69939df2017-01-09 10:53:07 -08005212 /* NID_sha224WithRSAEncryption */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005213 0x2a,
5214 0x86,
5215 0x48,
5216 0x86,
5217 0xf7,
5218 0x0d,
5219 0x01,
5220 0x01,
5221 0x0e,
Robert Sloan69939df2017-01-09 10:53:07 -08005222 /* NID_sha256 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005223 0x60,
5224 0x86,
5225 0x48,
5226 0x01,
5227 0x65,
5228 0x03,
5229 0x04,
5230 0x02,
5231 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08005232 /* NID_sha384 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005233 0x60,
5234 0x86,
5235 0x48,
5236 0x01,
5237 0x65,
5238 0x03,
5239 0x04,
5240 0x02,
5241 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08005242 /* NID_sha512 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005243 0x60,
5244 0x86,
5245 0x48,
5246 0x01,
5247 0x65,
5248 0x03,
5249 0x04,
5250 0x02,
5251 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08005252 /* NID_sha224 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005253 0x60,
5254 0x86,
5255 0x48,
5256 0x01,
5257 0x65,
5258 0x03,
5259 0x04,
5260 0x02,
5261 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08005262 /* NID_identified_organization */
5263 0x2b,
5264 /* NID_certicom_arc */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005265 0x2b,
5266 0x81,
5267 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08005268 /* NID_wap */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005269 0x67,
5270 0x2b,
Robert Sloan69939df2017-01-09 10:53:07 -08005271 /* NID_wap_wsg */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005272 0x67,
5273 0x2b,
5274 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08005275 /* NID_X9_62_id_characteristic_two_basis */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005276 0x2a,
5277 0x86,
5278 0x48,
5279 0xce,
5280 0x3d,
5281 0x01,
5282 0x02,
5283 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08005284 /* NID_X9_62_onBasis */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005285 0x2a,
5286 0x86,
5287 0x48,
5288 0xce,
5289 0x3d,
5290 0x01,
5291 0x02,
5292 0x03,
5293 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08005294 /* NID_X9_62_tpBasis */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005295 0x2a,
5296 0x86,
5297 0x48,
5298 0xce,
5299 0x3d,
5300 0x01,
5301 0x02,
5302 0x03,
5303 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08005304 /* NID_X9_62_ppBasis */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005305 0x2a,
5306 0x86,
5307 0x48,
5308 0xce,
5309 0x3d,
5310 0x01,
5311 0x02,
5312 0x03,
5313 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08005314 /* NID_X9_62_c2pnb163v1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005315 0x2a,
5316 0x86,
5317 0x48,
5318 0xce,
5319 0x3d,
5320 0x03,
5321 0x00,
5322 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08005323 /* NID_X9_62_c2pnb163v2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005324 0x2a,
5325 0x86,
5326 0x48,
5327 0xce,
5328 0x3d,
5329 0x03,
5330 0x00,
5331 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08005332 /* NID_X9_62_c2pnb163v3 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005333 0x2a,
5334 0x86,
5335 0x48,
5336 0xce,
5337 0x3d,
5338 0x03,
5339 0x00,
5340 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08005341 /* NID_X9_62_c2pnb176v1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005342 0x2a,
5343 0x86,
5344 0x48,
5345 0xce,
5346 0x3d,
5347 0x03,
5348 0x00,
5349 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08005350 /* NID_X9_62_c2tnb191v1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005351 0x2a,
5352 0x86,
5353 0x48,
5354 0xce,
5355 0x3d,
5356 0x03,
5357 0x00,
5358 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08005359 /* NID_X9_62_c2tnb191v2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005360 0x2a,
5361 0x86,
5362 0x48,
5363 0xce,
5364 0x3d,
5365 0x03,
5366 0x00,
5367 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08005368 /* NID_X9_62_c2tnb191v3 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005369 0x2a,
5370 0x86,
5371 0x48,
5372 0xce,
5373 0x3d,
5374 0x03,
5375 0x00,
5376 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08005377 /* NID_X9_62_c2onb191v4 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005378 0x2a,
5379 0x86,
5380 0x48,
5381 0xce,
5382 0x3d,
5383 0x03,
5384 0x00,
5385 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08005386 /* NID_X9_62_c2onb191v5 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005387 0x2a,
5388 0x86,
5389 0x48,
5390 0xce,
5391 0x3d,
5392 0x03,
5393 0x00,
5394 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08005395 /* NID_X9_62_c2pnb208w1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005396 0x2a,
5397 0x86,
5398 0x48,
5399 0xce,
5400 0x3d,
5401 0x03,
5402 0x00,
5403 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08005404 /* NID_X9_62_c2tnb239v1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005405 0x2a,
5406 0x86,
5407 0x48,
5408 0xce,
5409 0x3d,
5410 0x03,
5411 0x00,
5412 0x0b,
Robert Sloan69939df2017-01-09 10:53:07 -08005413 /* NID_X9_62_c2tnb239v2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005414 0x2a,
5415 0x86,
5416 0x48,
5417 0xce,
5418 0x3d,
5419 0x03,
5420 0x00,
5421 0x0c,
Robert Sloan69939df2017-01-09 10:53:07 -08005422 /* NID_X9_62_c2tnb239v3 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005423 0x2a,
5424 0x86,
5425 0x48,
5426 0xce,
5427 0x3d,
5428 0x03,
5429 0x00,
5430 0x0d,
Robert Sloan69939df2017-01-09 10:53:07 -08005431 /* NID_X9_62_c2onb239v4 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005432 0x2a,
5433 0x86,
5434 0x48,
5435 0xce,
5436 0x3d,
5437 0x03,
5438 0x00,
5439 0x0e,
Robert Sloan69939df2017-01-09 10:53:07 -08005440 /* NID_X9_62_c2onb239v5 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005441 0x2a,
5442 0x86,
5443 0x48,
5444 0xce,
5445 0x3d,
5446 0x03,
5447 0x00,
5448 0x0f,
Robert Sloan69939df2017-01-09 10:53:07 -08005449 /* NID_X9_62_c2pnb272w1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005450 0x2a,
5451 0x86,
5452 0x48,
5453 0xce,
5454 0x3d,
5455 0x03,
5456 0x00,
5457 0x10,
Robert Sloan69939df2017-01-09 10:53:07 -08005458 /* NID_X9_62_c2pnb304w1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005459 0x2a,
5460 0x86,
5461 0x48,
5462 0xce,
5463 0x3d,
5464 0x03,
5465 0x00,
5466 0x11,
Robert Sloan69939df2017-01-09 10:53:07 -08005467 /* NID_X9_62_c2tnb359v1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005468 0x2a,
5469 0x86,
5470 0x48,
5471 0xce,
5472 0x3d,
5473 0x03,
5474 0x00,
5475 0x12,
Robert Sloan69939df2017-01-09 10:53:07 -08005476 /* NID_X9_62_c2pnb368w1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005477 0x2a,
5478 0x86,
5479 0x48,
5480 0xce,
5481 0x3d,
5482 0x03,
5483 0x00,
5484 0x13,
Robert Sloan69939df2017-01-09 10:53:07 -08005485 /* NID_X9_62_c2tnb431r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005486 0x2a,
5487 0x86,
5488 0x48,
5489 0xce,
5490 0x3d,
5491 0x03,
5492 0x00,
5493 0x14,
Robert Sloan69939df2017-01-09 10:53:07 -08005494 /* NID_secp112r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005495 0x2b,
5496 0x81,
5497 0x04,
5498 0x00,
5499 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08005500 /* NID_secp112r2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005501 0x2b,
5502 0x81,
5503 0x04,
5504 0x00,
5505 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08005506 /* NID_secp128r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005507 0x2b,
5508 0x81,
5509 0x04,
5510 0x00,
5511 0x1c,
Robert Sloan69939df2017-01-09 10:53:07 -08005512 /* NID_secp128r2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005513 0x2b,
5514 0x81,
5515 0x04,
5516 0x00,
5517 0x1d,
Robert Sloan69939df2017-01-09 10:53:07 -08005518 /* NID_secp160k1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005519 0x2b,
5520 0x81,
5521 0x04,
5522 0x00,
5523 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08005524 /* NID_secp160r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005525 0x2b,
5526 0x81,
5527 0x04,
5528 0x00,
5529 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08005530 /* NID_secp160r2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005531 0x2b,
5532 0x81,
5533 0x04,
5534 0x00,
5535 0x1e,
Robert Sloan69939df2017-01-09 10:53:07 -08005536 /* NID_secp192k1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005537 0x2b,
5538 0x81,
5539 0x04,
5540 0x00,
5541 0x1f,
Robert Sloan69939df2017-01-09 10:53:07 -08005542 /* NID_secp224k1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005543 0x2b,
5544 0x81,
5545 0x04,
5546 0x00,
5547 0x20,
Robert Sloan69939df2017-01-09 10:53:07 -08005548 /* NID_secp224r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005549 0x2b,
5550 0x81,
5551 0x04,
5552 0x00,
5553 0x21,
Robert Sloan69939df2017-01-09 10:53:07 -08005554 /* NID_secp256k1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005555 0x2b,
5556 0x81,
5557 0x04,
5558 0x00,
5559 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08005560 /* NID_secp384r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005561 0x2b,
5562 0x81,
5563 0x04,
5564 0x00,
5565 0x22,
Robert Sloan69939df2017-01-09 10:53:07 -08005566 /* NID_secp521r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005567 0x2b,
5568 0x81,
5569 0x04,
5570 0x00,
5571 0x23,
Robert Sloan69939df2017-01-09 10:53:07 -08005572 /* NID_sect113r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005573 0x2b,
5574 0x81,
5575 0x04,
5576 0x00,
5577 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08005578 /* NID_sect113r2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005579 0x2b,
5580 0x81,
5581 0x04,
5582 0x00,
5583 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08005584 /* NID_sect131r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005585 0x2b,
5586 0x81,
5587 0x04,
5588 0x00,
5589 0x16,
Robert Sloan69939df2017-01-09 10:53:07 -08005590 /* NID_sect131r2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005591 0x2b,
5592 0x81,
5593 0x04,
5594 0x00,
5595 0x17,
Robert Sloan69939df2017-01-09 10:53:07 -08005596 /* NID_sect163k1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005597 0x2b,
5598 0x81,
5599 0x04,
5600 0x00,
5601 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08005602 /* NID_sect163r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005603 0x2b,
5604 0x81,
5605 0x04,
5606 0x00,
5607 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08005608 /* NID_sect163r2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005609 0x2b,
5610 0x81,
5611 0x04,
5612 0x00,
5613 0x0f,
Robert Sloan69939df2017-01-09 10:53:07 -08005614 /* NID_sect193r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005615 0x2b,
5616 0x81,
5617 0x04,
5618 0x00,
5619 0x18,
Robert Sloan69939df2017-01-09 10:53:07 -08005620 /* NID_sect193r2 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005621 0x2b,
5622 0x81,
5623 0x04,
5624 0x00,
5625 0x19,
Robert Sloan69939df2017-01-09 10:53:07 -08005626 /* NID_sect233k1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005627 0x2b,
5628 0x81,
5629 0x04,
5630 0x00,
5631 0x1a,
Robert Sloan69939df2017-01-09 10:53:07 -08005632 /* NID_sect233r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005633 0x2b,
5634 0x81,
5635 0x04,
5636 0x00,
5637 0x1b,
Robert Sloan69939df2017-01-09 10:53:07 -08005638 /* NID_sect239k1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005639 0x2b,
5640 0x81,
5641 0x04,
5642 0x00,
5643 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08005644 /* NID_sect283k1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005645 0x2b,
5646 0x81,
5647 0x04,
5648 0x00,
5649 0x10,
Robert Sloan69939df2017-01-09 10:53:07 -08005650 /* NID_sect283r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005651 0x2b,
5652 0x81,
5653 0x04,
5654 0x00,
5655 0x11,
Robert Sloan69939df2017-01-09 10:53:07 -08005656 /* NID_sect409k1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005657 0x2b,
5658 0x81,
5659 0x04,
5660 0x00,
5661 0x24,
Robert Sloan69939df2017-01-09 10:53:07 -08005662 /* NID_sect409r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005663 0x2b,
5664 0x81,
5665 0x04,
5666 0x00,
5667 0x25,
Robert Sloan69939df2017-01-09 10:53:07 -08005668 /* NID_sect571k1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005669 0x2b,
5670 0x81,
5671 0x04,
5672 0x00,
5673 0x26,
Robert Sloan69939df2017-01-09 10:53:07 -08005674 /* NID_sect571r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005675 0x2b,
5676 0x81,
5677 0x04,
5678 0x00,
5679 0x27,
Robert Sloan69939df2017-01-09 10:53:07 -08005680 /* NID_wap_wsg_idm_ecid_wtls1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005681 0x67,
5682 0x2b,
5683 0x01,
5684 0x04,
5685 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08005686 /* NID_wap_wsg_idm_ecid_wtls3 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005687 0x67,
5688 0x2b,
5689 0x01,
5690 0x04,
5691 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08005692 /* NID_wap_wsg_idm_ecid_wtls4 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005693 0x67,
5694 0x2b,
5695 0x01,
5696 0x04,
5697 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08005698 /* NID_wap_wsg_idm_ecid_wtls5 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005699 0x67,
5700 0x2b,
5701 0x01,
5702 0x04,
5703 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08005704 /* NID_wap_wsg_idm_ecid_wtls6 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005705 0x67,
5706 0x2b,
5707 0x01,
5708 0x04,
5709 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08005710 /* NID_wap_wsg_idm_ecid_wtls7 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005711 0x67,
5712 0x2b,
5713 0x01,
5714 0x04,
5715 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08005716 /* NID_wap_wsg_idm_ecid_wtls8 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005717 0x67,
5718 0x2b,
5719 0x01,
5720 0x04,
5721 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08005722 /* NID_wap_wsg_idm_ecid_wtls9 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005723 0x67,
5724 0x2b,
5725 0x01,
5726 0x04,
5727 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08005728 /* NID_wap_wsg_idm_ecid_wtls10 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005729 0x67,
5730 0x2b,
5731 0x01,
5732 0x04,
5733 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08005734 /* NID_wap_wsg_idm_ecid_wtls11 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005735 0x67,
5736 0x2b,
5737 0x01,
5738 0x04,
5739 0x0b,
Robert Sloan69939df2017-01-09 10:53:07 -08005740 /* NID_wap_wsg_idm_ecid_wtls12 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005741 0x67,
5742 0x2b,
5743 0x01,
5744 0x04,
5745 0x0c,
Robert Sloan69939df2017-01-09 10:53:07 -08005746 /* NID_any_policy */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005747 0x55,
5748 0x1d,
5749 0x20,
5750 0x00,
Robert Sloan69939df2017-01-09 10:53:07 -08005751 /* NID_policy_mappings */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005752 0x55,
5753 0x1d,
5754 0x21,
Robert Sloan69939df2017-01-09 10:53:07 -08005755 /* NID_inhibit_any_policy */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005756 0x55,
5757 0x1d,
5758 0x36,
Robert Sloan69939df2017-01-09 10:53:07 -08005759 /* NID_camellia_128_cbc */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005760 0x2a,
5761 0x83,
5762 0x08,
5763 0x8c,
5764 0x9a,
5765 0x4b,
5766 0x3d,
5767 0x01,
5768 0x01,
5769 0x01,
5770 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08005771 /* NID_camellia_192_cbc */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005772 0x2a,
5773 0x83,
5774 0x08,
5775 0x8c,
5776 0x9a,
5777 0x4b,
5778 0x3d,
5779 0x01,
5780 0x01,
5781 0x01,
5782 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08005783 /* NID_camellia_256_cbc */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005784 0x2a,
5785 0x83,
5786 0x08,
5787 0x8c,
5788 0x9a,
5789 0x4b,
5790 0x3d,
5791 0x01,
5792 0x01,
5793 0x01,
5794 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08005795 /* NID_camellia_128_ecb */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005796 0x03,
5797 0xa2,
5798 0x31,
5799 0x05,
5800 0x03,
5801 0x01,
5802 0x09,
5803 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08005804 /* NID_camellia_192_ecb */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005805 0x03,
5806 0xa2,
5807 0x31,
5808 0x05,
5809 0x03,
5810 0x01,
5811 0x09,
5812 0x15,
Robert Sloan69939df2017-01-09 10:53:07 -08005813 /* NID_camellia_256_ecb */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005814 0x03,
5815 0xa2,
5816 0x31,
5817 0x05,
5818 0x03,
5819 0x01,
5820 0x09,
5821 0x29,
Robert Sloan69939df2017-01-09 10:53:07 -08005822 /* NID_camellia_128_cfb128 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005823 0x03,
5824 0xa2,
5825 0x31,
5826 0x05,
5827 0x03,
5828 0x01,
5829 0x09,
5830 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08005831 /* NID_camellia_192_cfb128 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005832 0x03,
5833 0xa2,
5834 0x31,
5835 0x05,
5836 0x03,
5837 0x01,
5838 0x09,
5839 0x18,
Robert Sloan69939df2017-01-09 10:53:07 -08005840 /* NID_camellia_256_cfb128 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005841 0x03,
5842 0xa2,
5843 0x31,
5844 0x05,
5845 0x03,
5846 0x01,
5847 0x09,
5848 0x2c,
Robert Sloan69939df2017-01-09 10:53:07 -08005849 /* NID_camellia_128_ofb128 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005850 0x03,
5851 0xa2,
5852 0x31,
5853 0x05,
5854 0x03,
5855 0x01,
5856 0x09,
5857 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08005858 /* NID_camellia_192_ofb128 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005859 0x03,
5860 0xa2,
5861 0x31,
5862 0x05,
5863 0x03,
5864 0x01,
5865 0x09,
5866 0x17,
Robert Sloan69939df2017-01-09 10:53:07 -08005867 /* NID_camellia_256_ofb128 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005868 0x03,
5869 0xa2,
5870 0x31,
5871 0x05,
5872 0x03,
5873 0x01,
5874 0x09,
5875 0x2b,
Robert Sloan69939df2017-01-09 10:53:07 -08005876 /* NID_subject_directory_attributes */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005877 0x55,
5878 0x1d,
5879 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08005880 /* NID_issuing_distribution_point */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005881 0x55,
5882 0x1d,
5883 0x1c,
Robert Sloan69939df2017-01-09 10:53:07 -08005884 /* NID_certificate_issuer */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005885 0x55,
5886 0x1d,
5887 0x1d,
Robert Sloan69939df2017-01-09 10:53:07 -08005888 /* NID_kisa */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005889 0x2a,
5890 0x83,
5891 0x1a,
5892 0x8c,
5893 0x9a,
5894 0x44,
Robert Sloan69939df2017-01-09 10:53:07 -08005895 /* NID_seed_ecb */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005896 0x2a,
5897 0x83,
5898 0x1a,
5899 0x8c,
5900 0x9a,
5901 0x44,
5902 0x01,
5903 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08005904 /* NID_seed_cbc */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005905 0x2a,
5906 0x83,
5907 0x1a,
5908 0x8c,
5909 0x9a,
5910 0x44,
5911 0x01,
5912 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08005913 /* NID_seed_ofb128 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005914 0x2a,
5915 0x83,
5916 0x1a,
5917 0x8c,
5918 0x9a,
5919 0x44,
5920 0x01,
5921 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08005922 /* NID_seed_cfb128 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005923 0x2a,
5924 0x83,
5925 0x1a,
5926 0x8c,
5927 0x9a,
5928 0x44,
5929 0x01,
5930 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08005931 /* NID_hmac_md5 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005932 0x2b,
5933 0x06,
5934 0x01,
5935 0x05,
5936 0x05,
5937 0x08,
5938 0x01,
5939 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08005940 /* NID_hmac_sha1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005941 0x2b,
5942 0x06,
5943 0x01,
5944 0x05,
5945 0x05,
5946 0x08,
5947 0x01,
5948 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08005949 /* NID_id_PasswordBasedMAC */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005950 0x2a,
5951 0x86,
5952 0x48,
5953 0x86,
5954 0xf6,
5955 0x7d,
5956 0x07,
5957 0x42,
5958 0x0d,
Robert Sloan69939df2017-01-09 10:53:07 -08005959 /* NID_id_DHBasedMac */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005960 0x2a,
5961 0x86,
5962 0x48,
5963 0x86,
5964 0xf6,
5965 0x7d,
5966 0x07,
5967 0x42,
5968 0x1e,
Robert Sloan69939df2017-01-09 10:53:07 -08005969 /* NID_id_it_suppLangTags */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005970 0x2b,
5971 0x06,
5972 0x01,
5973 0x05,
5974 0x05,
5975 0x07,
5976 0x04,
5977 0x10,
Robert Sloan69939df2017-01-09 10:53:07 -08005978 /* NID_caRepository */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005979 0x2b,
5980 0x06,
5981 0x01,
5982 0x05,
5983 0x05,
5984 0x07,
5985 0x30,
5986 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08005987 /* NID_id_smime_ct_compressedData */
Robert Sloanc9abfe42018-11-26 12:19:07 -08005988 0x2a,
5989 0x86,
5990 0x48,
5991 0x86,
5992 0xf7,
5993 0x0d,
5994 0x01,
5995 0x09,
5996 0x10,
5997 0x01,
5998 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08005999 /* NID_id_ct_asciiTextWithCRLF */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006000 0x2a,
6001 0x86,
6002 0x48,
6003 0x86,
6004 0xf7,
6005 0x0d,
6006 0x01,
6007 0x09,
6008 0x10,
6009 0x01,
6010 0x1b,
Robert Sloan69939df2017-01-09 10:53:07 -08006011 /* NID_id_aes128_wrap */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006012 0x60,
6013 0x86,
6014 0x48,
6015 0x01,
6016 0x65,
6017 0x03,
6018 0x04,
6019 0x01,
6020 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08006021 /* NID_id_aes192_wrap */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006022 0x60,
6023 0x86,
6024 0x48,
6025 0x01,
6026 0x65,
6027 0x03,
6028 0x04,
6029 0x01,
6030 0x19,
Robert Sloan69939df2017-01-09 10:53:07 -08006031 /* NID_id_aes256_wrap */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006032 0x60,
6033 0x86,
6034 0x48,
6035 0x01,
6036 0x65,
6037 0x03,
6038 0x04,
6039 0x01,
6040 0x2d,
Robert Sloan69939df2017-01-09 10:53:07 -08006041 /* NID_ecdsa_with_Recommended */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006042 0x2a,
6043 0x86,
6044 0x48,
6045 0xce,
6046 0x3d,
6047 0x04,
6048 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08006049 /* NID_ecdsa_with_Specified */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006050 0x2a,
6051 0x86,
6052 0x48,
6053 0xce,
6054 0x3d,
6055 0x04,
6056 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08006057 /* NID_ecdsa_with_SHA224 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006058 0x2a,
6059 0x86,
6060 0x48,
6061 0xce,
6062 0x3d,
6063 0x04,
6064 0x03,
6065 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08006066 /* NID_ecdsa_with_SHA256 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006067 0x2a,
6068 0x86,
6069 0x48,
6070 0xce,
6071 0x3d,
6072 0x04,
6073 0x03,
6074 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08006075 /* NID_ecdsa_with_SHA384 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006076 0x2a,
6077 0x86,
6078 0x48,
6079 0xce,
6080 0x3d,
6081 0x04,
6082 0x03,
6083 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08006084 /* NID_ecdsa_with_SHA512 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006085 0x2a,
6086 0x86,
6087 0x48,
6088 0xce,
6089 0x3d,
6090 0x04,
6091 0x03,
6092 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08006093 /* NID_hmacWithMD5 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006094 0x2a,
6095 0x86,
6096 0x48,
6097 0x86,
6098 0xf7,
6099 0x0d,
6100 0x02,
6101 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08006102 /* NID_hmacWithSHA224 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006103 0x2a,
6104 0x86,
6105 0x48,
6106 0x86,
6107 0xf7,
6108 0x0d,
6109 0x02,
6110 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08006111 /* NID_hmacWithSHA256 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006112 0x2a,
6113 0x86,
6114 0x48,
6115 0x86,
6116 0xf7,
6117 0x0d,
6118 0x02,
6119 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08006120 /* NID_hmacWithSHA384 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006121 0x2a,
6122 0x86,
6123 0x48,
6124 0x86,
6125 0xf7,
6126 0x0d,
6127 0x02,
6128 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08006129 /* NID_hmacWithSHA512 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006130 0x2a,
6131 0x86,
6132 0x48,
6133 0x86,
6134 0xf7,
6135 0x0d,
6136 0x02,
6137 0x0b,
Robert Sloan69939df2017-01-09 10:53:07 -08006138 /* NID_dsa_with_SHA224 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006139 0x60,
6140 0x86,
6141 0x48,
6142 0x01,
6143 0x65,
6144 0x03,
6145 0x04,
6146 0x03,
6147 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08006148 /* NID_dsa_with_SHA256 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006149 0x60,
6150 0x86,
6151 0x48,
6152 0x01,
6153 0x65,
6154 0x03,
6155 0x04,
6156 0x03,
6157 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08006158 /* NID_whirlpool */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006159 0x28,
6160 0xcf,
6161 0x06,
6162 0x03,
6163 0x00,
6164 0x37,
Robert Sloan69939df2017-01-09 10:53:07 -08006165 /* NID_cryptopro */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006166 0x2a,
6167 0x85,
6168 0x03,
6169 0x02,
6170 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08006171 /* NID_cryptocom */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006172 0x2a,
6173 0x85,
6174 0x03,
6175 0x02,
6176 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08006177 /* NID_id_GostR3411_94_with_GostR3410_2001 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006178 0x2a,
6179 0x85,
6180 0x03,
6181 0x02,
6182 0x02,
6183 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08006184 /* NID_id_GostR3411_94_with_GostR3410_94 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006185 0x2a,
6186 0x85,
6187 0x03,
6188 0x02,
6189 0x02,
6190 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08006191 /* NID_id_GostR3411_94 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006192 0x2a,
6193 0x85,
6194 0x03,
6195 0x02,
6196 0x02,
6197 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08006198 /* NID_id_HMACGostR3411_94 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006199 0x2a,
6200 0x85,
6201 0x03,
6202 0x02,
6203 0x02,
6204 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08006205 /* NID_id_GostR3410_2001 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006206 0x2a,
6207 0x85,
6208 0x03,
6209 0x02,
6210 0x02,
6211 0x13,
Robert Sloan69939df2017-01-09 10:53:07 -08006212 /* NID_id_GostR3410_94 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006213 0x2a,
6214 0x85,
6215 0x03,
6216 0x02,
6217 0x02,
6218 0x14,
Robert Sloan69939df2017-01-09 10:53:07 -08006219 /* NID_id_Gost28147_89 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006220 0x2a,
6221 0x85,
6222 0x03,
6223 0x02,
6224 0x02,
6225 0x15,
Robert Sloan69939df2017-01-09 10:53:07 -08006226 /* NID_id_Gost28147_89_MAC */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006227 0x2a,
6228 0x85,
6229 0x03,
6230 0x02,
6231 0x02,
6232 0x16,
Robert Sloan69939df2017-01-09 10:53:07 -08006233 /* NID_id_GostR3411_94_prf */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006234 0x2a,
6235 0x85,
6236 0x03,
6237 0x02,
6238 0x02,
6239 0x17,
Robert Sloan69939df2017-01-09 10:53:07 -08006240 /* NID_id_GostR3410_2001DH */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006241 0x2a,
6242 0x85,
6243 0x03,
6244 0x02,
6245 0x02,
6246 0x62,
Robert Sloan69939df2017-01-09 10:53:07 -08006247 /* NID_id_GostR3410_94DH */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006248 0x2a,
6249 0x85,
6250 0x03,
6251 0x02,
6252 0x02,
6253 0x63,
Robert Sloan69939df2017-01-09 10:53:07 -08006254 /* NID_id_Gost28147_89_CryptoPro_KeyMeshing */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006255 0x2a,
6256 0x85,
6257 0x03,
6258 0x02,
6259 0x02,
6260 0x0e,
6261 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08006262 /* NID_id_Gost28147_89_None_KeyMeshing */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006263 0x2a,
6264 0x85,
6265 0x03,
6266 0x02,
6267 0x02,
6268 0x0e,
6269 0x00,
Robert Sloan69939df2017-01-09 10:53:07 -08006270 /* NID_id_GostR3411_94_TestParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006271 0x2a,
6272 0x85,
6273 0x03,
6274 0x02,
6275 0x02,
6276 0x1e,
6277 0x00,
Robert Sloan69939df2017-01-09 10:53:07 -08006278 /* NID_id_GostR3411_94_CryptoProParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006279 0x2a,
6280 0x85,
6281 0x03,
6282 0x02,
6283 0x02,
6284 0x1e,
6285 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08006286 /* NID_id_Gost28147_89_TestParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006287 0x2a,
6288 0x85,
6289 0x03,
6290 0x02,
6291 0x02,
6292 0x1f,
6293 0x00,
Robert Sloan69939df2017-01-09 10:53:07 -08006294 /* NID_id_Gost28147_89_CryptoPro_A_ParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006295 0x2a,
6296 0x85,
6297 0x03,
6298 0x02,
6299 0x02,
6300 0x1f,
6301 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08006302 /* NID_id_Gost28147_89_CryptoPro_B_ParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006303 0x2a,
6304 0x85,
6305 0x03,
6306 0x02,
6307 0x02,
6308 0x1f,
6309 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08006310 /* NID_id_Gost28147_89_CryptoPro_C_ParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006311 0x2a,
6312 0x85,
6313 0x03,
6314 0x02,
6315 0x02,
6316 0x1f,
6317 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08006318 /* NID_id_Gost28147_89_CryptoPro_D_ParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006319 0x2a,
6320 0x85,
6321 0x03,
6322 0x02,
6323 0x02,
6324 0x1f,
6325 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08006326 /* NID_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006327 0x2a,
6328 0x85,
6329 0x03,
6330 0x02,
6331 0x02,
6332 0x1f,
6333 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08006334 /* NID_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006335 0x2a,
6336 0x85,
6337 0x03,
6338 0x02,
6339 0x02,
6340 0x1f,
6341 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08006342 /* NID_id_Gost28147_89_CryptoPro_RIC_1_ParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006343 0x2a,
6344 0x85,
6345 0x03,
6346 0x02,
6347 0x02,
6348 0x1f,
6349 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08006350 /* NID_id_GostR3410_94_TestParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006351 0x2a,
6352 0x85,
6353 0x03,
6354 0x02,
6355 0x02,
6356 0x20,
6357 0x00,
Robert Sloan69939df2017-01-09 10:53:07 -08006358 /* NID_id_GostR3410_94_CryptoPro_A_ParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006359 0x2a,
6360 0x85,
6361 0x03,
6362 0x02,
6363 0x02,
6364 0x20,
6365 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08006366 /* NID_id_GostR3410_94_CryptoPro_B_ParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006367 0x2a,
6368 0x85,
6369 0x03,
6370 0x02,
6371 0x02,
6372 0x20,
6373 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08006374 /* NID_id_GostR3410_94_CryptoPro_C_ParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006375 0x2a,
6376 0x85,
6377 0x03,
6378 0x02,
6379 0x02,
6380 0x20,
6381 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08006382 /* NID_id_GostR3410_94_CryptoPro_D_ParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006383 0x2a,
6384 0x85,
6385 0x03,
6386 0x02,
6387 0x02,
6388 0x20,
6389 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08006390 /* NID_id_GostR3410_94_CryptoPro_XchA_ParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006391 0x2a,
6392 0x85,
6393 0x03,
6394 0x02,
6395 0x02,
6396 0x21,
6397 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08006398 /* NID_id_GostR3410_94_CryptoPro_XchB_ParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006399 0x2a,
6400 0x85,
6401 0x03,
6402 0x02,
6403 0x02,
6404 0x21,
6405 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08006406 /* NID_id_GostR3410_94_CryptoPro_XchC_ParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006407 0x2a,
6408 0x85,
6409 0x03,
6410 0x02,
6411 0x02,
6412 0x21,
6413 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08006414 /* NID_id_GostR3410_2001_TestParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006415 0x2a,
6416 0x85,
6417 0x03,
6418 0x02,
6419 0x02,
6420 0x23,
6421 0x00,
Robert Sloan69939df2017-01-09 10:53:07 -08006422 /* NID_id_GostR3410_2001_CryptoPro_A_ParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006423 0x2a,
6424 0x85,
6425 0x03,
6426 0x02,
6427 0x02,
6428 0x23,
6429 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08006430 /* NID_id_GostR3410_2001_CryptoPro_B_ParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006431 0x2a,
6432 0x85,
6433 0x03,
6434 0x02,
6435 0x02,
6436 0x23,
6437 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08006438 /* NID_id_GostR3410_2001_CryptoPro_C_ParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006439 0x2a,
6440 0x85,
6441 0x03,
6442 0x02,
6443 0x02,
6444 0x23,
6445 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08006446 /* NID_id_GostR3410_2001_CryptoPro_XchA_ParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006447 0x2a,
6448 0x85,
6449 0x03,
6450 0x02,
6451 0x02,
6452 0x24,
6453 0x00,
Robert Sloan69939df2017-01-09 10:53:07 -08006454 /* NID_id_GostR3410_2001_CryptoPro_XchB_ParamSet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006455 0x2a,
6456 0x85,
6457 0x03,
6458 0x02,
6459 0x02,
6460 0x24,
6461 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08006462 /* NID_id_GostR3410_94_a */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006463 0x2a,
6464 0x85,
6465 0x03,
6466 0x02,
6467 0x02,
6468 0x14,
6469 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08006470 /* NID_id_GostR3410_94_aBis */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006471 0x2a,
6472 0x85,
6473 0x03,
6474 0x02,
6475 0x02,
6476 0x14,
6477 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08006478 /* NID_id_GostR3410_94_b */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006479 0x2a,
6480 0x85,
6481 0x03,
6482 0x02,
6483 0x02,
6484 0x14,
6485 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08006486 /* NID_id_GostR3410_94_bBis */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006487 0x2a,
6488 0x85,
6489 0x03,
6490 0x02,
6491 0x02,
6492 0x14,
6493 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08006494 /* NID_id_Gost28147_89_cc */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006495 0x2a,
6496 0x85,
6497 0x03,
6498 0x02,
6499 0x09,
6500 0x01,
6501 0x06,
6502 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08006503 /* NID_id_GostR3410_94_cc */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006504 0x2a,
6505 0x85,
6506 0x03,
6507 0x02,
6508 0x09,
6509 0x01,
6510 0x05,
6511 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08006512 /* NID_id_GostR3410_2001_cc */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006513 0x2a,
6514 0x85,
6515 0x03,
6516 0x02,
6517 0x09,
6518 0x01,
6519 0x05,
6520 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08006521 /* NID_id_GostR3411_94_with_GostR3410_94_cc */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006522 0x2a,
6523 0x85,
6524 0x03,
6525 0x02,
6526 0x09,
6527 0x01,
6528 0x03,
6529 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08006530 /* NID_id_GostR3411_94_with_GostR3410_2001_cc */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006531 0x2a,
6532 0x85,
6533 0x03,
6534 0x02,
6535 0x09,
6536 0x01,
6537 0x03,
6538 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08006539 /* NID_id_GostR3410_2001_ParamSet_cc */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006540 0x2a,
6541 0x85,
6542 0x03,
6543 0x02,
6544 0x09,
6545 0x01,
6546 0x08,
6547 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08006548 /* NID_LocalKeySet */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006549 0x2b,
6550 0x06,
6551 0x01,
6552 0x04,
6553 0x01,
6554 0x82,
6555 0x37,
6556 0x11,
6557 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08006558 /* NID_freshest_crl */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006559 0x55,
6560 0x1d,
6561 0x2e,
Robert Sloan69939df2017-01-09 10:53:07 -08006562 /* NID_id_on_permanentIdentifier */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006563 0x2b,
6564 0x06,
6565 0x01,
6566 0x05,
6567 0x05,
6568 0x07,
6569 0x08,
6570 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08006571 /* NID_searchGuide */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006572 0x55,
6573 0x04,
6574 0x0e,
Robert Sloan69939df2017-01-09 10:53:07 -08006575 /* NID_businessCategory */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006576 0x55,
6577 0x04,
6578 0x0f,
Robert Sloan69939df2017-01-09 10:53:07 -08006579 /* NID_postalAddress */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006580 0x55,
6581 0x04,
6582 0x10,
Robert Sloan69939df2017-01-09 10:53:07 -08006583 /* NID_postOfficeBox */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006584 0x55,
6585 0x04,
6586 0x12,
Robert Sloan69939df2017-01-09 10:53:07 -08006587 /* NID_physicalDeliveryOfficeName */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006588 0x55,
6589 0x04,
6590 0x13,
Robert Sloan69939df2017-01-09 10:53:07 -08006591 /* NID_telephoneNumber */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006592 0x55,
6593 0x04,
6594 0x14,
Robert Sloan69939df2017-01-09 10:53:07 -08006595 /* NID_telexNumber */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006596 0x55,
6597 0x04,
6598 0x15,
Robert Sloan69939df2017-01-09 10:53:07 -08006599 /* NID_teletexTerminalIdentifier */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006600 0x55,
6601 0x04,
6602 0x16,
Robert Sloan69939df2017-01-09 10:53:07 -08006603 /* NID_facsimileTelephoneNumber */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006604 0x55,
6605 0x04,
6606 0x17,
Robert Sloan69939df2017-01-09 10:53:07 -08006607 /* NID_x121Address */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006608 0x55,
6609 0x04,
6610 0x18,
Robert Sloan69939df2017-01-09 10:53:07 -08006611 /* NID_internationaliSDNNumber */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006612 0x55,
6613 0x04,
6614 0x19,
Robert Sloan69939df2017-01-09 10:53:07 -08006615 /* NID_registeredAddress */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006616 0x55,
6617 0x04,
6618 0x1a,
Robert Sloan69939df2017-01-09 10:53:07 -08006619 /* NID_destinationIndicator */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006620 0x55,
6621 0x04,
6622 0x1b,
Robert Sloan69939df2017-01-09 10:53:07 -08006623 /* NID_preferredDeliveryMethod */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006624 0x55,
6625 0x04,
6626 0x1c,
Robert Sloan69939df2017-01-09 10:53:07 -08006627 /* NID_presentationAddress */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006628 0x55,
6629 0x04,
6630 0x1d,
Robert Sloan69939df2017-01-09 10:53:07 -08006631 /* NID_supportedApplicationContext */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006632 0x55,
6633 0x04,
6634 0x1e,
Robert Sloan69939df2017-01-09 10:53:07 -08006635 /* NID_member */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006636 0x55,
6637 0x04,
6638 0x1f,
Robert Sloan69939df2017-01-09 10:53:07 -08006639 /* NID_owner */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006640 0x55,
6641 0x04,
6642 0x20,
Robert Sloan69939df2017-01-09 10:53:07 -08006643 /* NID_roleOccupant */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006644 0x55,
6645 0x04,
6646 0x21,
Robert Sloan69939df2017-01-09 10:53:07 -08006647 /* NID_seeAlso */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006648 0x55,
6649 0x04,
6650 0x22,
Robert Sloan69939df2017-01-09 10:53:07 -08006651 /* NID_userPassword */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006652 0x55,
6653 0x04,
6654 0x23,
Robert Sloan69939df2017-01-09 10:53:07 -08006655 /* NID_userCertificate */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006656 0x55,
6657 0x04,
6658 0x24,
Robert Sloan69939df2017-01-09 10:53:07 -08006659 /* NID_cACertificate */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006660 0x55,
6661 0x04,
6662 0x25,
Robert Sloan69939df2017-01-09 10:53:07 -08006663 /* NID_authorityRevocationList */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006664 0x55,
6665 0x04,
6666 0x26,
Robert Sloan69939df2017-01-09 10:53:07 -08006667 /* NID_certificateRevocationList */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006668 0x55,
6669 0x04,
6670 0x27,
Robert Sloan69939df2017-01-09 10:53:07 -08006671 /* NID_crossCertificatePair */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006672 0x55,
6673 0x04,
6674 0x28,
Robert Sloan69939df2017-01-09 10:53:07 -08006675 /* NID_enhancedSearchGuide */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006676 0x55,
6677 0x04,
6678 0x2f,
Robert Sloan69939df2017-01-09 10:53:07 -08006679 /* NID_protocolInformation */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006680 0x55,
6681 0x04,
6682 0x30,
Robert Sloan69939df2017-01-09 10:53:07 -08006683 /* NID_distinguishedName */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006684 0x55,
6685 0x04,
6686 0x31,
Robert Sloan69939df2017-01-09 10:53:07 -08006687 /* NID_uniqueMember */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006688 0x55,
6689 0x04,
6690 0x32,
Robert Sloan69939df2017-01-09 10:53:07 -08006691 /* NID_houseIdentifier */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006692 0x55,
6693 0x04,
6694 0x33,
Robert Sloan69939df2017-01-09 10:53:07 -08006695 /* NID_supportedAlgorithms */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006696 0x55,
6697 0x04,
6698 0x34,
Robert Sloan69939df2017-01-09 10:53:07 -08006699 /* NID_deltaRevocationList */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006700 0x55,
6701 0x04,
6702 0x35,
Robert Sloan69939df2017-01-09 10:53:07 -08006703 /* NID_dmdName */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006704 0x55,
6705 0x04,
6706 0x36,
Robert Sloan69939df2017-01-09 10:53:07 -08006707 /* NID_id_alg_PWRI_KEK */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006708 0x2a,
6709 0x86,
6710 0x48,
6711 0x86,
6712 0xf7,
6713 0x0d,
6714 0x01,
6715 0x09,
6716 0x10,
6717 0x03,
6718 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08006719 /* NID_aes_128_gcm */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006720 0x60,
6721 0x86,
6722 0x48,
6723 0x01,
6724 0x65,
6725 0x03,
6726 0x04,
6727 0x01,
6728 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08006729 /* NID_aes_128_ccm */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006730 0x60,
6731 0x86,
6732 0x48,
6733 0x01,
6734 0x65,
6735 0x03,
6736 0x04,
6737 0x01,
6738 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08006739 /* NID_id_aes128_wrap_pad */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006740 0x60,
6741 0x86,
6742 0x48,
6743 0x01,
6744 0x65,
6745 0x03,
6746 0x04,
6747 0x01,
6748 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08006749 /* NID_aes_192_gcm */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006750 0x60,
6751 0x86,
6752 0x48,
6753 0x01,
6754 0x65,
6755 0x03,
6756 0x04,
6757 0x01,
6758 0x1a,
Robert Sloan69939df2017-01-09 10:53:07 -08006759 /* NID_aes_192_ccm */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006760 0x60,
6761 0x86,
6762 0x48,
6763 0x01,
6764 0x65,
6765 0x03,
6766 0x04,
6767 0x01,
6768 0x1b,
Robert Sloan69939df2017-01-09 10:53:07 -08006769 /* NID_id_aes192_wrap_pad */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006770 0x60,
6771 0x86,
6772 0x48,
6773 0x01,
6774 0x65,
6775 0x03,
6776 0x04,
6777 0x01,
6778 0x1c,
Robert Sloan69939df2017-01-09 10:53:07 -08006779 /* NID_aes_256_gcm */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006780 0x60,
6781 0x86,
6782 0x48,
6783 0x01,
6784 0x65,
6785 0x03,
6786 0x04,
6787 0x01,
6788 0x2e,
Robert Sloan69939df2017-01-09 10:53:07 -08006789 /* NID_aes_256_ccm */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006790 0x60,
6791 0x86,
6792 0x48,
6793 0x01,
6794 0x65,
6795 0x03,
6796 0x04,
6797 0x01,
6798 0x2f,
Robert Sloan69939df2017-01-09 10:53:07 -08006799 /* NID_id_aes256_wrap_pad */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006800 0x60,
6801 0x86,
6802 0x48,
6803 0x01,
6804 0x65,
6805 0x03,
6806 0x04,
6807 0x01,
6808 0x30,
Robert Sloan69939df2017-01-09 10:53:07 -08006809 /* NID_id_camellia128_wrap */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006810 0x2a,
6811 0x83,
6812 0x08,
6813 0x8c,
6814 0x9a,
6815 0x4b,
6816 0x3d,
6817 0x01,
6818 0x01,
6819 0x03,
6820 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08006821 /* NID_id_camellia192_wrap */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006822 0x2a,
6823 0x83,
6824 0x08,
6825 0x8c,
6826 0x9a,
6827 0x4b,
6828 0x3d,
6829 0x01,
6830 0x01,
6831 0x03,
6832 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08006833 /* NID_id_camellia256_wrap */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006834 0x2a,
6835 0x83,
6836 0x08,
6837 0x8c,
6838 0x9a,
6839 0x4b,
6840 0x3d,
6841 0x01,
6842 0x01,
6843 0x03,
6844 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08006845 /* NID_anyExtendedKeyUsage */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006846 0x55,
6847 0x1d,
6848 0x25,
6849 0x00,
Robert Sloan69939df2017-01-09 10:53:07 -08006850 /* NID_mgf1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006851 0x2a,
6852 0x86,
6853 0x48,
6854 0x86,
6855 0xf7,
6856 0x0d,
6857 0x01,
6858 0x01,
6859 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08006860 /* NID_rsassaPss */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006861 0x2a,
6862 0x86,
6863 0x48,
6864 0x86,
6865 0xf7,
6866 0x0d,
6867 0x01,
6868 0x01,
6869 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08006870 /* NID_rsaesOaep */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006871 0x2a,
6872 0x86,
6873 0x48,
6874 0x86,
6875 0xf7,
6876 0x0d,
6877 0x01,
6878 0x01,
6879 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08006880 /* NID_dhpublicnumber */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006881 0x2a,
6882 0x86,
6883 0x48,
6884 0xce,
6885 0x3e,
6886 0x02,
6887 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08006888 /* NID_brainpoolP160r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006889 0x2b,
6890 0x24,
6891 0x03,
6892 0x03,
6893 0x02,
6894 0x08,
6895 0x01,
6896 0x01,
6897 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08006898 /* NID_brainpoolP160t1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006899 0x2b,
6900 0x24,
6901 0x03,
6902 0x03,
6903 0x02,
6904 0x08,
6905 0x01,
6906 0x01,
6907 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08006908 /* NID_brainpoolP192r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006909 0x2b,
6910 0x24,
6911 0x03,
6912 0x03,
6913 0x02,
6914 0x08,
6915 0x01,
6916 0x01,
6917 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08006918 /* NID_brainpoolP192t1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006919 0x2b,
6920 0x24,
6921 0x03,
6922 0x03,
6923 0x02,
6924 0x08,
6925 0x01,
6926 0x01,
6927 0x04,
Robert Sloan69939df2017-01-09 10:53:07 -08006928 /* NID_brainpoolP224r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006929 0x2b,
6930 0x24,
6931 0x03,
6932 0x03,
6933 0x02,
6934 0x08,
6935 0x01,
6936 0x01,
6937 0x05,
Robert Sloan69939df2017-01-09 10:53:07 -08006938 /* NID_brainpoolP224t1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006939 0x2b,
6940 0x24,
6941 0x03,
6942 0x03,
6943 0x02,
6944 0x08,
6945 0x01,
6946 0x01,
6947 0x06,
Robert Sloan69939df2017-01-09 10:53:07 -08006948 /* NID_brainpoolP256r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006949 0x2b,
6950 0x24,
6951 0x03,
6952 0x03,
6953 0x02,
6954 0x08,
6955 0x01,
6956 0x01,
6957 0x07,
Robert Sloan69939df2017-01-09 10:53:07 -08006958 /* NID_brainpoolP256t1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006959 0x2b,
6960 0x24,
6961 0x03,
6962 0x03,
6963 0x02,
6964 0x08,
6965 0x01,
6966 0x01,
6967 0x08,
Robert Sloan69939df2017-01-09 10:53:07 -08006968 /* NID_brainpoolP320r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006969 0x2b,
6970 0x24,
6971 0x03,
6972 0x03,
6973 0x02,
6974 0x08,
6975 0x01,
6976 0x01,
6977 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08006978 /* NID_brainpoolP320t1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006979 0x2b,
6980 0x24,
6981 0x03,
6982 0x03,
6983 0x02,
6984 0x08,
6985 0x01,
6986 0x01,
6987 0x0a,
Robert Sloan69939df2017-01-09 10:53:07 -08006988 /* NID_brainpoolP384r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006989 0x2b,
6990 0x24,
6991 0x03,
6992 0x03,
6993 0x02,
6994 0x08,
6995 0x01,
6996 0x01,
6997 0x0b,
Robert Sloan69939df2017-01-09 10:53:07 -08006998 /* NID_brainpoolP384t1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08006999 0x2b,
7000 0x24,
7001 0x03,
7002 0x03,
7003 0x02,
7004 0x08,
7005 0x01,
7006 0x01,
7007 0x0c,
Robert Sloan69939df2017-01-09 10:53:07 -08007008 /* NID_brainpoolP512r1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08007009 0x2b,
7010 0x24,
7011 0x03,
7012 0x03,
7013 0x02,
7014 0x08,
7015 0x01,
7016 0x01,
7017 0x0d,
Robert Sloan69939df2017-01-09 10:53:07 -08007018 /* NID_brainpoolP512t1 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08007019 0x2b,
7020 0x24,
7021 0x03,
7022 0x03,
7023 0x02,
7024 0x08,
7025 0x01,
7026 0x01,
7027 0x0e,
Robert Sloan69939df2017-01-09 10:53:07 -08007028 /* NID_pSpecified */
Robert Sloanc9abfe42018-11-26 12:19:07 -08007029 0x2a,
7030 0x86,
7031 0x48,
7032 0x86,
7033 0xf7,
7034 0x0d,
7035 0x01,
7036 0x01,
7037 0x09,
Robert Sloan69939df2017-01-09 10:53:07 -08007038 /* NID_dhSinglePass_stdDH_sha1kdf_scheme */
Robert Sloanc9abfe42018-11-26 12:19:07 -08007039 0x2b,
7040 0x81,
7041 0x05,
7042 0x10,
7043 0x86,
7044 0x48,
7045 0x3f,
7046 0x00,
7047 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08007048 /* NID_dhSinglePass_stdDH_sha224kdf_scheme */
Robert Sloanc9abfe42018-11-26 12:19:07 -08007049 0x2b,
7050 0x81,
7051 0x04,
7052 0x01,
7053 0x0b,
7054 0x00,
Robert Sloan69939df2017-01-09 10:53:07 -08007055 /* NID_dhSinglePass_stdDH_sha256kdf_scheme */
Robert Sloanc9abfe42018-11-26 12:19:07 -08007056 0x2b,
7057 0x81,
7058 0x04,
7059 0x01,
7060 0x0b,
7061 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08007062 /* NID_dhSinglePass_stdDH_sha384kdf_scheme */
Robert Sloanc9abfe42018-11-26 12:19:07 -08007063 0x2b,
7064 0x81,
7065 0x04,
7066 0x01,
7067 0x0b,
7068 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08007069 /* NID_dhSinglePass_stdDH_sha512kdf_scheme */
Robert Sloanc9abfe42018-11-26 12:19:07 -08007070 0x2b,
7071 0x81,
7072 0x04,
7073 0x01,
7074 0x0b,
7075 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08007076 /* NID_dhSinglePass_cofactorDH_sha1kdf_scheme */
Robert Sloanc9abfe42018-11-26 12:19:07 -08007077 0x2b,
7078 0x81,
7079 0x05,
7080 0x10,
7081 0x86,
7082 0x48,
7083 0x3f,
7084 0x00,
7085 0x03,
Robert Sloan69939df2017-01-09 10:53:07 -08007086 /* NID_dhSinglePass_cofactorDH_sha224kdf_scheme */
Robert Sloanc9abfe42018-11-26 12:19:07 -08007087 0x2b,
7088 0x81,
7089 0x04,
7090 0x01,
7091 0x0e,
7092 0x00,
Robert Sloan69939df2017-01-09 10:53:07 -08007093 /* NID_dhSinglePass_cofactorDH_sha256kdf_scheme */
Robert Sloanc9abfe42018-11-26 12:19:07 -08007094 0x2b,
7095 0x81,
7096 0x04,
7097 0x01,
7098 0x0e,
7099 0x01,
Robert Sloan69939df2017-01-09 10:53:07 -08007100 /* NID_dhSinglePass_cofactorDH_sha384kdf_scheme */
Robert Sloanc9abfe42018-11-26 12:19:07 -08007101 0x2b,
7102 0x81,
7103 0x04,
7104 0x01,
7105 0x0e,
7106 0x02,
Robert Sloan69939df2017-01-09 10:53:07 -08007107 /* NID_dhSinglePass_cofactorDH_sha512kdf_scheme */
Robert Sloanc9abfe42018-11-26 12:19:07 -08007108 0x2b,
7109 0x81,
7110 0x04,
7111 0x01,
7112 0x0e,
7113 0x03,
Robert Sloan8ff03552017-06-14 12:40:58 -07007114 /* NID_ED25519 */
Robert Sloanc9abfe42018-11-26 12:19:07 -08007115 0x2b,
7116 0x65,
7117 0x70,
Adam Langleyd9e397b2015-01-22 14:27:53 -08007118};
7119
Robert Sloan69939df2017-01-09 10:53:07 -08007120static const ASN1_OBJECT kObjects[NUM_NID] = {
7121 {"UNDEF", "undefined", NID_undef, 0, NULL, 0},
7122 {"rsadsi", "RSA Data Security, Inc.", NID_rsadsi, 6, &kObjectData[0], 0},
7123 {"pkcs", "RSA Data Security, Inc. PKCS", NID_pkcs, 7, &kObjectData[6], 0},
7124 {"MD2", "md2", NID_md2, 8, &kObjectData[13], 0},
7125 {"MD5", "md5", NID_md5, 8, &kObjectData[21], 0},
7126 {"RC4", "rc4", NID_rc4, 8, &kObjectData[29], 0},
7127 {"rsaEncryption", "rsaEncryption", NID_rsaEncryption, 9, &kObjectData[37],
7128 0},
7129 {"RSA-MD2", "md2WithRSAEncryption", NID_md2WithRSAEncryption, 9,
7130 &kObjectData[46], 0},
7131 {"RSA-MD5", "md5WithRSAEncryption", NID_md5WithRSAEncryption, 9,
7132 &kObjectData[55], 0},
7133 {"PBE-MD2-DES", "pbeWithMD2AndDES-CBC", NID_pbeWithMD2AndDES_CBC, 9,
7134 &kObjectData[64], 0},
7135 {"PBE-MD5-DES", "pbeWithMD5AndDES-CBC", NID_pbeWithMD5AndDES_CBC, 9,
7136 &kObjectData[73], 0},
7137 {"X500", "directory services (X.500)", NID_X500, 1, &kObjectData[82], 0},
7138 {"X509", "X509", NID_X509, 2, &kObjectData[83], 0},
7139 {"CN", "commonName", NID_commonName, 3, &kObjectData[85], 0},
7140 {"C", "countryName", NID_countryName, 3, &kObjectData[88], 0},
7141 {"L", "localityName", NID_localityName, 3, &kObjectData[91], 0},
7142 {"ST", "stateOrProvinceName", NID_stateOrProvinceName, 3, &kObjectData[94],
7143 0},
7144 {"O", "organizationName", NID_organizationName, 3, &kObjectData[97], 0},
7145 {"OU", "organizationalUnitName", NID_organizationalUnitName, 3,
7146 &kObjectData[100], 0},
7147 {"RSA", "rsa", NID_rsa, 4, &kObjectData[103], 0},
7148 {"pkcs7", "pkcs7", NID_pkcs7, 8, &kObjectData[107], 0},
7149 {"pkcs7-data", "pkcs7-data", NID_pkcs7_data, 9, &kObjectData[115], 0},
7150 {"pkcs7-signedData", "pkcs7-signedData", NID_pkcs7_signed, 9,
7151 &kObjectData[124], 0},
7152 {"pkcs7-envelopedData", "pkcs7-envelopedData", NID_pkcs7_enveloped, 9,
7153 &kObjectData[133], 0},
7154 {"pkcs7-signedAndEnvelopedData", "pkcs7-signedAndEnvelopedData",
7155 NID_pkcs7_signedAndEnveloped, 9, &kObjectData[142], 0},
7156 {"pkcs7-digestData", "pkcs7-digestData", NID_pkcs7_digest, 9,
7157 &kObjectData[151], 0},
7158 {"pkcs7-encryptedData", "pkcs7-encryptedData", NID_pkcs7_encrypted, 9,
7159 &kObjectData[160], 0},
7160 {"pkcs3", "pkcs3", NID_pkcs3, 8, &kObjectData[169], 0},
7161 {"dhKeyAgreement", "dhKeyAgreement", NID_dhKeyAgreement, 9,
7162 &kObjectData[177], 0},
7163 {"DES-ECB", "des-ecb", NID_des_ecb, 5, &kObjectData[186], 0},
7164 {"DES-CFB", "des-cfb", NID_des_cfb64, 5, &kObjectData[191], 0},
7165 {"DES-CBC", "des-cbc", NID_des_cbc, 5, &kObjectData[196], 0},
7166 {"DES-EDE", "des-ede", NID_des_ede_ecb, 5, &kObjectData[201], 0},
7167 {"DES-EDE3", "des-ede3", NID_des_ede3_ecb, 0, NULL, 0},
7168 {"IDEA-CBC", "idea-cbc", NID_idea_cbc, 11, &kObjectData[206], 0},
7169 {"IDEA-CFB", "idea-cfb", NID_idea_cfb64, 0, NULL, 0},
7170 {"IDEA-ECB", "idea-ecb", NID_idea_ecb, 0, NULL, 0},
7171 {"RC2-CBC", "rc2-cbc", NID_rc2_cbc, 8, &kObjectData[217], 0},
7172 {"RC2-ECB", "rc2-ecb", NID_rc2_ecb, 0, NULL, 0},
7173 {"RC2-CFB", "rc2-cfb", NID_rc2_cfb64, 0, NULL, 0},
7174 {"RC2-OFB", "rc2-ofb", NID_rc2_ofb64, 0, NULL, 0},
7175 {"SHA", "sha", NID_sha, 5, &kObjectData[225], 0},
7176 {"RSA-SHA", "shaWithRSAEncryption", NID_shaWithRSAEncryption, 5,
7177 &kObjectData[230], 0},
7178 {"DES-EDE-CBC", "des-ede-cbc", NID_des_ede_cbc, 0, NULL, 0},
7179 {"DES-EDE3-CBC", "des-ede3-cbc", NID_des_ede3_cbc, 8, &kObjectData[235], 0},
7180 {"DES-OFB", "des-ofb", NID_des_ofb64, 5, &kObjectData[243], 0},
7181 {"IDEA-OFB", "idea-ofb", NID_idea_ofb64, 0, NULL, 0},
7182 {"pkcs9", "pkcs9", NID_pkcs9, 8, &kObjectData[248], 0},
7183 {"emailAddress", "emailAddress", NID_pkcs9_emailAddress, 9,
7184 &kObjectData[256], 0},
7185 {"unstructuredName", "unstructuredName", NID_pkcs9_unstructuredName, 9,
7186 &kObjectData[265], 0},
7187 {"contentType", "contentType", NID_pkcs9_contentType, 9, &kObjectData[274],
7188 0},
7189 {"messageDigest", "messageDigest", NID_pkcs9_messageDigest, 9,
7190 &kObjectData[283], 0},
7191 {"signingTime", "signingTime", NID_pkcs9_signingTime, 9, &kObjectData[292],
7192 0},
7193 {"countersignature", "countersignature", NID_pkcs9_countersignature, 9,
7194 &kObjectData[301], 0},
7195 {"challengePassword", "challengePassword", NID_pkcs9_challengePassword, 9,
7196 &kObjectData[310], 0},
7197 {"unstructuredAddress", "unstructuredAddress",
7198 NID_pkcs9_unstructuredAddress, 9, &kObjectData[319], 0},
7199 {"extendedCertificateAttributes", "extendedCertificateAttributes",
7200 NID_pkcs9_extCertAttributes, 9, &kObjectData[328], 0},
7201 {"Netscape", "Netscape Communications Corp.", NID_netscape, 7,
7202 &kObjectData[337], 0},
7203 {"nsCertExt", "Netscape Certificate Extension", NID_netscape_cert_extension,
7204 8, &kObjectData[344], 0},
7205 {"nsDataType", "Netscape Data Type", NID_netscape_data_type, 8,
7206 &kObjectData[352], 0},
7207 {"DES-EDE-CFB", "des-ede-cfb", NID_des_ede_cfb64, 0, NULL, 0},
7208 {"DES-EDE3-CFB", "des-ede3-cfb", NID_des_ede3_cfb64, 0, NULL, 0},
7209 {"DES-EDE-OFB", "des-ede-ofb", NID_des_ede_ofb64, 0, NULL, 0},
7210 {"DES-EDE3-OFB", "des-ede3-ofb", NID_des_ede3_ofb64, 0, NULL, 0},
7211 {"SHA1", "sha1", NID_sha1, 5, &kObjectData[360], 0},
7212 {"RSA-SHA1", "sha1WithRSAEncryption", NID_sha1WithRSAEncryption, 9,
7213 &kObjectData[365], 0},
7214 {"DSA-SHA", "dsaWithSHA", NID_dsaWithSHA, 5, &kObjectData[374], 0},
7215 {"DSA-old", "dsaEncryption-old", NID_dsa_2, 5, &kObjectData[379], 0},
7216 {"PBE-SHA1-RC2-64", "pbeWithSHA1AndRC2-CBC", NID_pbeWithSHA1AndRC2_CBC, 9,
7217 &kObjectData[384], 0},
7218 {"PBKDF2", "PBKDF2", NID_id_pbkdf2, 9, &kObjectData[393], 0},
7219 {"DSA-SHA1-old", "dsaWithSHA1-old", NID_dsaWithSHA1_2, 5, &kObjectData[402],
7220 0},
7221 {"nsCertType", "Netscape Cert Type", NID_netscape_cert_type, 9,
7222 &kObjectData[407], 0},
7223 {"nsBaseUrl", "Netscape Base Url", NID_netscape_base_url, 9,
7224 &kObjectData[416], 0},
7225 {"nsRevocationUrl", "Netscape Revocation Url", NID_netscape_revocation_url,
7226 9, &kObjectData[425], 0},
7227 {"nsCaRevocationUrl", "Netscape CA Revocation Url",
7228 NID_netscape_ca_revocation_url, 9, &kObjectData[434], 0},
7229 {"nsRenewalUrl", "Netscape Renewal Url", NID_netscape_renewal_url, 9,
7230 &kObjectData[443], 0},
7231 {"nsCaPolicyUrl", "Netscape CA Policy Url", NID_netscape_ca_policy_url, 9,
7232 &kObjectData[452], 0},
7233 {"nsSslServerName", "Netscape SSL Server Name",
7234 NID_netscape_ssl_server_name, 9, &kObjectData[461], 0},
7235 {"nsComment", "Netscape Comment", NID_netscape_comment, 9,
7236 &kObjectData[470], 0},
7237 {"nsCertSequence", "Netscape Certificate Sequence",
7238 NID_netscape_cert_sequence, 9, &kObjectData[479], 0},
7239 {"DESX-CBC", "desx-cbc", NID_desx_cbc, 0, NULL, 0},
7240 {"id-ce", "id-ce", NID_id_ce, 2, &kObjectData[488], 0},
7241 {"subjectKeyIdentifier", "X509v3 Subject Key Identifier",
7242 NID_subject_key_identifier, 3, &kObjectData[490], 0},
7243 {"keyUsage", "X509v3 Key Usage", NID_key_usage, 3, &kObjectData[493], 0},
7244 {"privateKeyUsagePeriod", "X509v3 Private Key Usage Period",
7245 NID_private_key_usage_period, 3, &kObjectData[496], 0},
7246 {"subjectAltName", "X509v3 Subject Alternative Name", NID_subject_alt_name,
7247 3, &kObjectData[499], 0},
7248 {"issuerAltName", "X509v3 Issuer Alternative Name", NID_issuer_alt_name, 3,
7249 &kObjectData[502], 0},
7250 {"basicConstraints", "X509v3 Basic Constraints", NID_basic_constraints, 3,
7251 &kObjectData[505], 0},
7252 {"crlNumber", "X509v3 CRL Number", NID_crl_number, 3, &kObjectData[508], 0},
7253 {"certificatePolicies", "X509v3 Certificate Policies",
7254 NID_certificate_policies, 3, &kObjectData[511], 0},
7255 {"authorityKeyIdentifier", "X509v3 Authority Key Identifier",
7256 NID_authority_key_identifier, 3, &kObjectData[514], 0},
7257 {"BF-CBC", "bf-cbc", NID_bf_cbc, 9, &kObjectData[517], 0},
7258 {"BF-ECB", "bf-ecb", NID_bf_ecb, 0, NULL, 0},
7259 {"BF-CFB", "bf-cfb", NID_bf_cfb64, 0, NULL, 0},
7260 {"BF-OFB", "bf-ofb", NID_bf_ofb64, 0, NULL, 0},
7261 {"MDC2", "mdc2", NID_mdc2, 4, &kObjectData[526], 0},
7262 {"RSA-MDC2", "mdc2WithRSA", NID_mdc2WithRSA, 4, &kObjectData[530], 0},
7263 {"RC4-40", "rc4-40", NID_rc4_40, 0, NULL, 0},
7264 {"RC2-40-CBC", "rc2-40-cbc", NID_rc2_40_cbc, 0, NULL, 0},
7265 {"GN", "givenName", NID_givenName, 3, &kObjectData[534], 0},
7266 {"SN", "surname", NID_surname, 3, &kObjectData[537], 0},
7267 {"initials", "initials", NID_initials, 3, &kObjectData[540], 0},
7268 {NULL, NULL, NID_undef, 0, NULL, 0},
7269 {"crlDistributionPoints", "X509v3 CRL Distribution Points",
7270 NID_crl_distribution_points, 3, &kObjectData[543], 0},
7271 {"RSA-NP-MD5", "md5WithRSA", NID_md5WithRSA, 5, &kObjectData[546], 0},
7272 {"serialNumber", "serialNumber", NID_serialNumber, 3, &kObjectData[551], 0},
7273 {"title", "title", NID_title, 3, &kObjectData[554], 0},
7274 {"description", "description", NID_description, 3, &kObjectData[557], 0},
7275 {"CAST5-CBC", "cast5-cbc", NID_cast5_cbc, 9, &kObjectData[560], 0},
7276 {"CAST5-ECB", "cast5-ecb", NID_cast5_ecb, 0, NULL, 0},
7277 {"CAST5-CFB", "cast5-cfb", NID_cast5_cfb64, 0, NULL, 0},
7278 {"CAST5-OFB", "cast5-ofb", NID_cast5_ofb64, 0, NULL, 0},
7279 {"pbeWithMD5AndCast5CBC", "pbeWithMD5AndCast5CBC",
7280 NID_pbeWithMD5AndCast5_CBC, 9, &kObjectData[569], 0},
7281 {"DSA-SHA1", "dsaWithSHA1", NID_dsaWithSHA1, 7, &kObjectData[578], 0},
7282 {"MD5-SHA1", "md5-sha1", NID_md5_sha1, 0, NULL, 0},
7283 {"RSA-SHA1-2", "sha1WithRSA", NID_sha1WithRSA, 5, &kObjectData[585], 0},
7284 {"DSA", "dsaEncryption", NID_dsa, 7, &kObjectData[590], 0},
7285 {"RIPEMD160", "ripemd160", NID_ripemd160, 5, &kObjectData[597], 0},
7286 {NULL, NULL, NID_undef, 0, NULL, 0},
7287 {"RSA-RIPEMD160", "ripemd160WithRSA", NID_ripemd160WithRSA, 6,
7288 &kObjectData[602], 0},
7289 {"RC5-CBC", "rc5-cbc", NID_rc5_cbc, 8, &kObjectData[608], 0},
7290 {"RC5-ECB", "rc5-ecb", NID_rc5_ecb, 0, NULL, 0},
7291 {"RC5-CFB", "rc5-cfb", NID_rc5_cfb64, 0, NULL, 0},
7292 {"RC5-OFB", "rc5-ofb", NID_rc5_ofb64, 0, NULL, 0},
7293 {NULL, NULL, NID_undef, 0, NULL, 0},
7294 {"ZLIB", "zlib compression", NID_zlib_compression, 11, &kObjectData[616],
7295 0},
7296 {"extendedKeyUsage", "X509v3 Extended Key Usage", NID_ext_key_usage, 3,
7297 &kObjectData[627], 0},
7298 {"PKIX", "PKIX", NID_id_pkix, 6, &kObjectData[630], 0},
7299 {"id-kp", "id-kp", NID_id_kp, 7, &kObjectData[636], 0},
7300 {"serverAuth", "TLS Web Server Authentication", NID_server_auth, 8,
7301 &kObjectData[643], 0},
7302 {"clientAuth", "TLS Web Client Authentication", NID_client_auth, 8,
7303 &kObjectData[651], 0},
7304 {"codeSigning", "Code Signing", NID_code_sign, 8, &kObjectData[659], 0},
7305 {"emailProtection", "E-mail Protection", NID_email_protect, 8,
7306 &kObjectData[667], 0},
7307 {"timeStamping", "Time Stamping", NID_time_stamp, 8, &kObjectData[675], 0},
7308 {"msCodeInd", "Microsoft Individual Code Signing", NID_ms_code_ind, 10,
7309 &kObjectData[683], 0},
7310 {"msCodeCom", "Microsoft Commercial Code Signing", NID_ms_code_com, 10,
7311 &kObjectData[693], 0},
7312 {"msCTLSign", "Microsoft Trust List Signing", NID_ms_ctl_sign, 10,
7313 &kObjectData[703], 0},
7314 {"msSGC", "Microsoft Server Gated Crypto", NID_ms_sgc, 10,
7315 &kObjectData[713], 0},
7316 {"msEFS", "Microsoft Encrypted File System", NID_ms_efs, 10,
7317 &kObjectData[723], 0},
7318 {"nsSGC", "Netscape Server Gated Crypto", NID_ns_sgc, 9, &kObjectData[733],
7319 0},
7320 {"deltaCRL", "X509v3 Delta CRL Indicator", NID_delta_crl, 3,
7321 &kObjectData[742], 0},
7322 {"CRLReason", "X509v3 CRL Reason Code", NID_crl_reason, 3,
7323 &kObjectData[745], 0},
7324 {"invalidityDate", "Invalidity Date", NID_invalidity_date, 3,
7325 &kObjectData[748], 0},
7326 {"SXNetID", "Strong Extranet ID", NID_sxnet, 5, &kObjectData[751], 0},
7327 {"PBE-SHA1-RC4-128", "pbeWithSHA1And128BitRC4",
7328 NID_pbe_WithSHA1And128BitRC4, 10, &kObjectData[756], 0},
7329 {"PBE-SHA1-RC4-40", "pbeWithSHA1And40BitRC4", NID_pbe_WithSHA1And40BitRC4,
7330 10, &kObjectData[766], 0},
7331 {"PBE-SHA1-3DES", "pbeWithSHA1And3-KeyTripleDES-CBC",
7332 NID_pbe_WithSHA1And3_Key_TripleDES_CBC, 10, &kObjectData[776], 0},
7333 {"PBE-SHA1-2DES", "pbeWithSHA1And2-KeyTripleDES-CBC",
7334 NID_pbe_WithSHA1And2_Key_TripleDES_CBC, 10, &kObjectData[786], 0},
7335 {"PBE-SHA1-RC2-128", "pbeWithSHA1And128BitRC2-CBC",
7336 NID_pbe_WithSHA1And128BitRC2_CBC, 10, &kObjectData[796], 0},
7337 {"PBE-SHA1-RC2-40", "pbeWithSHA1And40BitRC2-CBC",
7338 NID_pbe_WithSHA1And40BitRC2_CBC, 10, &kObjectData[806], 0},
7339 {"keyBag", "keyBag", NID_keyBag, 11, &kObjectData[816], 0},
7340 {"pkcs8ShroudedKeyBag", "pkcs8ShroudedKeyBag", NID_pkcs8ShroudedKeyBag, 11,
7341 &kObjectData[827], 0},
7342 {"certBag", "certBag", NID_certBag, 11, &kObjectData[838], 0},
7343 {"crlBag", "crlBag", NID_crlBag, 11, &kObjectData[849], 0},
7344 {"secretBag", "secretBag", NID_secretBag, 11, &kObjectData[860], 0},
7345 {"safeContentsBag", "safeContentsBag", NID_safeContentsBag, 11,
7346 &kObjectData[871], 0},
7347 {"friendlyName", "friendlyName", NID_friendlyName, 9, &kObjectData[882], 0},
7348 {"localKeyID", "localKeyID", NID_localKeyID, 9, &kObjectData[891], 0},
7349 {"x509Certificate", "x509Certificate", NID_x509Certificate, 10,
7350 &kObjectData[900], 0},
7351 {"sdsiCertificate", "sdsiCertificate", NID_sdsiCertificate, 10,
7352 &kObjectData[910], 0},
7353 {"x509Crl", "x509Crl", NID_x509Crl, 10, &kObjectData[920], 0},
7354 {"PBES2", "PBES2", NID_pbes2, 9, &kObjectData[930], 0},
7355 {"PBMAC1", "PBMAC1", NID_pbmac1, 9, &kObjectData[939], 0},
7356 {"hmacWithSHA1", "hmacWithSHA1", NID_hmacWithSHA1, 8, &kObjectData[948], 0},
7357 {"id-qt-cps", "Policy Qualifier CPS", NID_id_qt_cps, 8, &kObjectData[956],
7358 0},
7359 {"id-qt-unotice", "Policy Qualifier User Notice", NID_id_qt_unotice, 8,
7360 &kObjectData[964], 0},
7361 {"RC2-64-CBC", "rc2-64-cbc", NID_rc2_64_cbc, 0, NULL, 0},
7362 {"SMIME-CAPS", "S/MIME Capabilities", NID_SMIMECapabilities, 9,
7363 &kObjectData[972], 0},
7364 {"PBE-MD2-RC2-64", "pbeWithMD2AndRC2-CBC", NID_pbeWithMD2AndRC2_CBC, 9,
7365 &kObjectData[981], 0},
7366 {"PBE-MD5-RC2-64", "pbeWithMD5AndRC2-CBC", NID_pbeWithMD5AndRC2_CBC, 9,
7367 &kObjectData[990], 0},
7368 {"PBE-SHA1-DES", "pbeWithSHA1AndDES-CBC", NID_pbeWithSHA1AndDES_CBC, 9,
7369 &kObjectData[999], 0},
7370 {"msExtReq", "Microsoft Extension Request", NID_ms_ext_req, 10,
7371 &kObjectData[1008], 0},
7372 {"extReq", "Extension Request", NID_ext_req, 9, &kObjectData[1018], 0},
7373 {"name", "name", NID_name, 3, &kObjectData[1027], 0},
7374 {"dnQualifier", "dnQualifier", NID_dnQualifier, 3, &kObjectData[1030], 0},
7375 {"id-pe", "id-pe", NID_id_pe, 7, &kObjectData[1033], 0},
7376 {"id-ad", "id-ad", NID_id_ad, 7, &kObjectData[1040], 0},
7377 {"authorityInfoAccess", "Authority Information Access", NID_info_access, 8,
7378 &kObjectData[1047], 0},
7379 {"OCSP", "OCSP", NID_ad_OCSP, 8, &kObjectData[1055], 0},
7380 {"caIssuers", "CA Issuers", NID_ad_ca_issuers, 8, &kObjectData[1063], 0},
7381 {"OCSPSigning", "OCSP Signing", NID_OCSP_sign, 8, &kObjectData[1071], 0},
7382 {"ISO", "iso", NID_iso, 0, NULL, 0},
7383 {"member-body", "ISO Member Body", NID_member_body, 1, &kObjectData[1079],
7384 0},
7385 {"ISO-US", "ISO US Member Body", NID_ISO_US, 3, &kObjectData[1080], 0},
7386 {"X9-57", "X9.57", NID_X9_57, 5, &kObjectData[1083], 0},
7387 {"X9cm", "X9.57 CM ?", NID_X9cm, 6, &kObjectData[1088], 0},
7388 {"pkcs1", "pkcs1", NID_pkcs1, 8, &kObjectData[1094], 0},
7389 {"pkcs5", "pkcs5", NID_pkcs5, 8, &kObjectData[1102], 0},
7390 {"SMIME", "S/MIME", NID_SMIME, 9, &kObjectData[1110], 0},
7391 {"id-smime-mod", "id-smime-mod", NID_id_smime_mod, 10, &kObjectData[1119],
7392 0},
7393 {"id-smime-ct", "id-smime-ct", NID_id_smime_ct, 10, &kObjectData[1129], 0},
7394 {"id-smime-aa", "id-smime-aa", NID_id_smime_aa, 10, &kObjectData[1139], 0},
7395 {"id-smime-alg", "id-smime-alg", NID_id_smime_alg, 10, &kObjectData[1149],
7396 0},
7397 {"id-smime-cd", "id-smime-cd", NID_id_smime_cd, 10, &kObjectData[1159], 0},
7398 {"id-smime-spq", "id-smime-spq", NID_id_smime_spq, 10, &kObjectData[1169],
7399 0},
7400 {"id-smime-cti", "id-smime-cti", NID_id_smime_cti, 10, &kObjectData[1179],
7401 0},
7402 {"id-smime-mod-cms", "id-smime-mod-cms", NID_id_smime_mod_cms, 11,
7403 &kObjectData[1189], 0},
7404 {"id-smime-mod-ess", "id-smime-mod-ess", NID_id_smime_mod_ess, 11,
7405 &kObjectData[1200], 0},
7406 {"id-smime-mod-oid", "id-smime-mod-oid", NID_id_smime_mod_oid, 11,
7407 &kObjectData[1211], 0},
7408 {"id-smime-mod-msg-v3", "id-smime-mod-msg-v3", NID_id_smime_mod_msg_v3, 11,
7409 &kObjectData[1222], 0},
7410 {"id-smime-mod-ets-eSignature-88", "id-smime-mod-ets-eSignature-88",
7411 NID_id_smime_mod_ets_eSignature_88, 11, &kObjectData[1233], 0},
7412 {"id-smime-mod-ets-eSignature-97", "id-smime-mod-ets-eSignature-97",
7413 NID_id_smime_mod_ets_eSignature_97, 11, &kObjectData[1244], 0},
7414 {"id-smime-mod-ets-eSigPolicy-88", "id-smime-mod-ets-eSigPolicy-88",
7415 NID_id_smime_mod_ets_eSigPolicy_88, 11, &kObjectData[1255], 0},
7416 {"id-smime-mod-ets-eSigPolicy-97", "id-smime-mod-ets-eSigPolicy-97",
7417 NID_id_smime_mod_ets_eSigPolicy_97, 11, &kObjectData[1266], 0},
7418 {"id-smime-ct-receipt", "id-smime-ct-receipt", NID_id_smime_ct_receipt, 11,
7419 &kObjectData[1277], 0},
7420 {"id-smime-ct-authData", "id-smime-ct-authData", NID_id_smime_ct_authData,
7421 11, &kObjectData[1288], 0},
7422 {"id-smime-ct-publishCert", "id-smime-ct-publishCert",
7423 NID_id_smime_ct_publishCert, 11, &kObjectData[1299], 0},
7424 {"id-smime-ct-TSTInfo", "id-smime-ct-TSTInfo", NID_id_smime_ct_TSTInfo, 11,
7425 &kObjectData[1310], 0},
7426 {"id-smime-ct-TDTInfo", "id-smime-ct-TDTInfo", NID_id_smime_ct_TDTInfo, 11,
7427 &kObjectData[1321], 0},
7428 {"id-smime-ct-contentInfo", "id-smime-ct-contentInfo",
7429 NID_id_smime_ct_contentInfo, 11, &kObjectData[1332], 0},
7430 {"id-smime-ct-DVCSRequestData", "id-smime-ct-DVCSRequestData",
7431 NID_id_smime_ct_DVCSRequestData, 11, &kObjectData[1343], 0},
7432 {"id-smime-ct-DVCSResponseData", "id-smime-ct-DVCSResponseData",
7433 NID_id_smime_ct_DVCSResponseData, 11, &kObjectData[1354], 0},
7434 {"id-smime-aa-receiptRequest", "id-smime-aa-receiptRequest",
7435 NID_id_smime_aa_receiptRequest, 11, &kObjectData[1365], 0},
7436 {"id-smime-aa-securityLabel", "id-smime-aa-securityLabel",
7437 NID_id_smime_aa_securityLabel, 11, &kObjectData[1376], 0},
7438 {"id-smime-aa-mlExpandHistory", "id-smime-aa-mlExpandHistory",
7439 NID_id_smime_aa_mlExpandHistory, 11, &kObjectData[1387], 0},
7440 {"id-smime-aa-contentHint", "id-smime-aa-contentHint",
7441 NID_id_smime_aa_contentHint, 11, &kObjectData[1398], 0},
7442 {"id-smime-aa-msgSigDigest", "id-smime-aa-msgSigDigest",
7443 NID_id_smime_aa_msgSigDigest, 11, &kObjectData[1409], 0},
7444 {"id-smime-aa-encapContentType", "id-smime-aa-encapContentType",
7445 NID_id_smime_aa_encapContentType, 11, &kObjectData[1420], 0},
7446 {"id-smime-aa-contentIdentifier", "id-smime-aa-contentIdentifier",
7447 NID_id_smime_aa_contentIdentifier, 11, &kObjectData[1431], 0},
7448 {"id-smime-aa-macValue", "id-smime-aa-macValue", NID_id_smime_aa_macValue,
7449 11, &kObjectData[1442], 0},
7450 {"id-smime-aa-equivalentLabels", "id-smime-aa-equivalentLabels",
7451 NID_id_smime_aa_equivalentLabels, 11, &kObjectData[1453], 0},
7452 {"id-smime-aa-contentReference", "id-smime-aa-contentReference",
7453 NID_id_smime_aa_contentReference, 11, &kObjectData[1464], 0},
7454 {"id-smime-aa-encrypKeyPref", "id-smime-aa-encrypKeyPref",
7455 NID_id_smime_aa_encrypKeyPref, 11, &kObjectData[1475], 0},
7456 {"id-smime-aa-signingCertificate", "id-smime-aa-signingCertificate",
7457 NID_id_smime_aa_signingCertificate, 11, &kObjectData[1486], 0},
7458 {"id-smime-aa-smimeEncryptCerts", "id-smime-aa-smimeEncryptCerts",
7459 NID_id_smime_aa_smimeEncryptCerts, 11, &kObjectData[1497], 0},
7460 {"id-smime-aa-timeStampToken", "id-smime-aa-timeStampToken",
7461 NID_id_smime_aa_timeStampToken, 11, &kObjectData[1508], 0},
7462 {"id-smime-aa-ets-sigPolicyId", "id-smime-aa-ets-sigPolicyId",
7463 NID_id_smime_aa_ets_sigPolicyId, 11, &kObjectData[1519], 0},
7464 {"id-smime-aa-ets-commitmentType", "id-smime-aa-ets-commitmentType",
7465 NID_id_smime_aa_ets_commitmentType, 11, &kObjectData[1530], 0},
7466 {"id-smime-aa-ets-signerLocation", "id-smime-aa-ets-signerLocation",
7467 NID_id_smime_aa_ets_signerLocation, 11, &kObjectData[1541], 0},
7468 {"id-smime-aa-ets-signerAttr", "id-smime-aa-ets-signerAttr",
7469 NID_id_smime_aa_ets_signerAttr, 11, &kObjectData[1552], 0},
7470 {"id-smime-aa-ets-otherSigCert", "id-smime-aa-ets-otherSigCert",
7471 NID_id_smime_aa_ets_otherSigCert, 11, &kObjectData[1563], 0},
7472 {"id-smime-aa-ets-contentTimestamp", "id-smime-aa-ets-contentTimestamp",
7473 NID_id_smime_aa_ets_contentTimestamp, 11, &kObjectData[1574], 0},
7474 {"id-smime-aa-ets-CertificateRefs", "id-smime-aa-ets-CertificateRefs",
7475 NID_id_smime_aa_ets_CertificateRefs, 11, &kObjectData[1585], 0},
7476 {"id-smime-aa-ets-RevocationRefs", "id-smime-aa-ets-RevocationRefs",
7477 NID_id_smime_aa_ets_RevocationRefs, 11, &kObjectData[1596], 0},
7478 {"id-smime-aa-ets-certValues", "id-smime-aa-ets-certValues",
7479 NID_id_smime_aa_ets_certValues, 11, &kObjectData[1607], 0},
7480 {"id-smime-aa-ets-revocationValues", "id-smime-aa-ets-revocationValues",
7481 NID_id_smime_aa_ets_revocationValues, 11, &kObjectData[1618], 0},
7482 {"id-smime-aa-ets-escTimeStamp", "id-smime-aa-ets-escTimeStamp",
7483 NID_id_smime_aa_ets_escTimeStamp, 11, &kObjectData[1629], 0},
7484 {"id-smime-aa-ets-certCRLTimestamp", "id-smime-aa-ets-certCRLTimestamp",
7485 NID_id_smime_aa_ets_certCRLTimestamp, 11, &kObjectData[1640], 0},
7486 {"id-smime-aa-ets-archiveTimeStamp", "id-smime-aa-ets-archiveTimeStamp",
7487 NID_id_smime_aa_ets_archiveTimeStamp, 11, &kObjectData[1651], 0},
7488 {"id-smime-aa-signatureType", "id-smime-aa-signatureType",
7489 NID_id_smime_aa_signatureType, 11, &kObjectData[1662], 0},
7490 {"id-smime-aa-dvcs-dvc", "id-smime-aa-dvcs-dvc", NID_id_smime_aa_dvcs_dvc,
7491 11, &kObjectData[1673], 0},
7492 {"id-smime-alg-ESDHwith3DES", "id-smime-alg-ESDHwith3DES",
7493 NID_id_smime_alg_ESDHwith3DES, 11, &kObjectData[1684], 0},
7494 {"id-smime-alg-ESDHwithRC2", "id-smime-alg-ESDHwithRC2",
7495 NID_id_smime_alg_ESDHwithRC2, 11, &kObjectData[1695], 0},
7496 {"id-smime-alg-3DESwrap", "id-smime-alg-3DESwrap",
7497 NID_id_smime_alg_3DESwrap, 11, &kObjectData[1706], 0},
7498 {"id-smime-alg-RC2wrap", "id-smime-alg-RC2wrap", NID_id_smime_alg_RC2wrap,
7499 11, &kObjectData[1717], 0},
7500 {"id-smime-alg-ESDH", "id-smime-alg-ESDH", NID_id_smime_alg_ESDH, 11,
7501 &kObjectData[1728], 0},
7502 {"id-smime-alg-CMS3DESwrap", "id-smime-alg-CMS3DESwrap",
7503 NID_id_smime_alg_CMS3DESwrap, 11, &kObjectData[1739], 0},
7504 {"id-smime-alg-CMSRC2wrap", "id-smime-alg-CMSRC2wrap",
7505 NID_id_smime_alg_CMSRC2wrap, 11, &kObjectData[1750], 0},
7506 {"id-smime-cd-ldap", "id-smime-cd-ldap", NID_id_smime_cd_ldap, 11,
7507 &kObjectData[1761], 0},
7508 {"id-smime-spq-ets-sqt-uri", "id-smime-spq-ets-sqt-uri",
7509 NID_id_smime_spq_ets_sqt_uri, 11, &kObjectData[1772], 0},
7510 {"id-smime-spq-ets-sqt-unotice", "id-smime-spq-ets-sqt-unotice",
7511 NID_id_smime_spq_ets_sqt_unotice, 11, &kObjectData[1783], 0},
7512 {"id-smime-cti-ets-proofOfOrigin", "id-smime-cti-ets-proofOfOrigin",
7513 NID_id_smime_cti_ets_proofOfOrigin, 11, &kObjectData[1794], 0},
7514 {"id-smime-cti-ets-proofOfReceipt", "id-smime-cti-ets-proofOfReceipt",
7515 NID_id_smime_cti_ets_proofOfReceipt, 11, &kObjectData[1805], 0},
7516 {"id-smime-cti-ets-proofOfDelivery", "id-smime-cti-ets-proofOfDelivery",
7517 NID_id_smime_cti_ets_proofOfDelivery, 11, &kObjectData[1816], 0},
7518 {"id-smime-cti-ets-proofOfSender", "id-smime-cti-ets-proofOfSender",
7519 NID_id_smime_cti_ets_proofOfSender, 11, &kObjectData[1827], 0},
7520 {"id-smime-cti-ets-proofOfApproval", "id-smime-cti-ets-proofOfApproval",
7521 NID_id_smime_cti_ets_proofOfApproval, 11, &kObjectData[1838], 0},
7522 {"id-smime-cti-ets-proofOfCreation", "id-smime-cti-ets-proofOfCreation",
7523 NID_id_smime_cti_ets_proofOfCreation, 11, &kObjectData[1849], 0},
7524 {"MD4", "md4", NID_md4, 8, &kObjectData[1860], 0},
7525 {"id-pkix-mod", "id-pkix-mod", NID_id_pkix_mod, 7, &kObjectData[1868], 0},
7526 {"id-qt", "id-qt", NID_id_qt, 7, &kObjectData[1875], 0},
7527 {"id-it", "id-it", NID_id_it, 7, &kObjectData[1882], 0},
7528 {"id-pkip", "id-pkip", NID_id_pkip, 7, &kObjectData[1889], 0},
7529 {"id-alg", "id-alg", NID_id_alg, 7, &kObjectData[1896], 0},
7530 {"id-cmc", "id-cmc", NID_id_cmc, 7, &kObjectData[1903], 0},
7531 {"id-on", "id-on", NID_id_on, 7, &kObjectData[1910], 0},
7532 {"id-pda", "id-pda", NID_id_pda, 7, &kObjectData[1917], 0},
7533 {"id-aca", "id-aca", NID_id_aca, 7, &kObjectData[1924], 0},
7534 {"id-qcs", "id-qcs", NID_id_qcs, 7, &kObjectData[1931], 0},
7535 {"id-cct", "id-cct", NID_id_cct, 7, &kObjectData[1938], 0},
7536 {"id-pkix1-explicit-88", "id-pkix1-explicit-88", NID_id_pkix1_explicit_88,
7537 8, &kObjectData[1945], 0},
7538 {"id-pkix1-implicit-88", "id-pkix1-implicit-88", NID_id_pkix1_implicit_88,
7539 8, &kObjectData[1953], 0},
7540 {"id-pkix1-explicit-93", "id-pkix1-explicit-93", NID_id_pkix1_explicit_93,
7541 8, &kObjectData[1961], 0},
7542 {"id-pkix1-implicit-93", "id-pkix1-implicit-93", NID_id_pkix1_implicit_93,
7543 8, &kObjectData[1969], 0},
7544 {"id-mod-crmf", "id-mod-crmf", NID_id_mod_crmf, 8, &kObjectData[1977], 0},
7545 {"id-mod-cmc", "id-mod-cmc", NID_id_mod_cmc, 8, &kObjectData[1985], 0},
7546 {"id-mod-kea-profile-88", "id-mod-kea-profile-88",
7547 NID_id_mod_kea_profile_88, 8, &kObjectData[1993], 0},
7548 {"id-mod-kea-profile-93", "id-mod-kea-profile-93",
7549 NID_id_mod_kea_profile_93, 8, &kObjectData[2001], 0},
7550 {"id-mod-cmp", "id-mod-cmp", NID_id_mod_cmp, 8, &kObjectData[2009], 0},
7551 {"id-mod-qualified-cert-88", "id-mod-qualified-cert-88",
7552 NID_id_mod_qualified_cert_88, 8, &kObjectData[2017], 0},
7553 {"id-mod-qualified-cert-93", "id-mod-qualified-cert-93",
7554 NID_id_mod_qualified_cert_93, 8, &kObjectData[2025], 0},
7555 {"id-mod-attribute-cert", "id-mod-attribute-cert",
7556 NID_id_mod_attribute_cert, 8, &kObjectData[2033], 0},
7557 {"id-mod-timestamp-protocol", "id-mod-timestamp-protocol",
7558 NID_id_mod_timestamp_protocol, 8, &kObjectData[2041], 0},
7559 {"id-mod-ocsp", "id-mod-ocsp", NID_id_mod_ocsp, 8, &kObjectData[2049], 0},
7560 {"id-mod-dvcs", "id-mod-dvcs", NID_id_mod_dvcs, 8, &kObjectData[2057], 0},
7561 {"id-mod-cmp2000", "id-mod-cmp2000", NID_id_mod_cmp2000, 8,
7562 &kObjectData[2065], 0},
7563 {"biometricInfo", "Biometric Info", NID_biometricInfo, 8,
7564 &kObjectData[2073], 0},
7565 {"qcStatements", "qcStatements", NID_qcStatements, 8, &kObjectData[2081],
7566 0},
7567 {"ac-auditEntity", "ac-auditEntity", NID_ac_auditEntity, 8,
7568 &kObjectData[2089], 0},
7569 {"ac-targeting", "ac-targeting", NID_ac_targeting, 8, &kObjectData[2097],
7570 0},
7571 {"aaControls", "aaControls", NID_aaControls, 8, &kObjectData[2105], 0},
7572 {"sbgp-ipAddrBlock", "sbgp-ipAddrBlock", NID_sbgp_ipAddrBlock, 8,
7573 &kObjectData[2113], 0},
7574 {"sbgp-autonomousSysNum", "sbgp-autonomousSysNum",
7575 NID_sbgp_autonomousSysNum, 8, &kObjectData[2121], 0},
7576 {"sbgp-routerIdentifier", "sbgp-routerIdentifier",
7577 NID_sbgp_routerIdentifier, 8, &kObjectData[2129], 0},
7578 {"textNotice", "textNotice", NID_textNotice, 8, &kObjectData[2137], 0},
7579 {"ipsecEndSystem", "IPSec End System", NID_ipsecEndSystem, 8,
7580 &kObjectData[2145], 0},
7581 {"ipsecTunnel", "IPSec Tunnel", NID_ipsecTunnel, 8, &kObjectData[2153], 0},
7582 {"ipsecUser", "IPSec User", NID_ipsecUser, 8, &kObjectData[2161], 0},
7583 {"DVCS", "dvcs", NID_dvcs, 8, &kObjectData[2169], 0},
7584 {"id-it-caProtEncCert", "id-it-caProtEncCert", NID_id_it_caProtEncCert, 8,
7585 &kObjectData[2177], 0},
7586 {"id-it-signKeyPairTypes", "id-it-signKeyPairTypes",
7587 NID_id_it_signKeyPairTypes, 8, &kObjectData[2185], 0},
7588 {"id-it-encKeyPairTypes", "id-it-encKeyPairTypes",
7589 NID_id_it_encKeyPairTypes, 8, &kObjectData[2193], 0},
7590 {"id-it-preferredSymmAlg", "id-it-preferredSymmAlg",
7591 NID_id_it_preferredSymmAlg, 8, &kObjectData[2201], 0},
7592 {"id-it-caKeyUpdateInfo", "id-it-caKeyUpdateInfo",
7593 NID_id_it_caKeyUpdateInfo, 8, &kObjectData[2209], 0},
7594 {"id-it-currentCRL", "id-it-currentCRL", NID_id_it_currentCRL, 8,
7595 &kObjectData[2217], 0},
7596 {"id-it-unsupportedOIDs", "id-it-unsupportedOIDs",
7597 NID_id_it_unsupportedOIDs, 8, &kObjectData[2225], 0},
7598 {"id-it-subscriptionRequest", "id-it-subscriptionRequest",
7599 NID_id_it_subscriptionRequest, 8, &kObjectData[2233], 0},
7600 {"id-it-subscriptionResponse", "id-it-subscriptionResponse",
7601 NID_id_it_subscriptionResponse, 8, &kObjectData[2241], 0},
7602 {"id-it-keyPairParamReq", "id-it-keyPairParamReq",
7603 NID_id_it_keyPairParamReq, 8, &kObjectData[2249], 0},
7604 {"id-it-keyPairParamRep", "id-it-keyPairParamRep",
7605 NID_id_it_keyPairParamRep, 8, &kObjectData[2257], 0},
7606 {"id-it-revPassphrase", "id-it-revPassphrase", NID_id_it_revPassphrase, 8,
7607 &kObjectData[2265], 0},
7608 {"id-it-implicitConfirm", "id-it-implicitConfirm",
7609 NID_id_it_implicitConfirm, 8, &kObjectData[2273], 0},
7610 {"id-it-confirmWaitTime", "id-it-confirmWaitTime",
7611 NID_id_it_confirmWaitTime, 8, &kObjectData[2281], 0},
7612 {"id-it-origPKIMessage", "id-it-origPKIMessage", NID_id_it_origPKIMessage,
7613 8, &kObjectData[2289], 0},
7614 {"id-regCtrl", "id-regCtrl", NID_id_regCtrl, 8, &kObjectData[2297], 0},
7615 {"id-regInfo", "id-regInfo", NID_id_regInfo, 8, &kObjectData[2305], 0},
7616 {"id-regCtrl-regToken", "id-regCtrl-regToken", NID_id_regCtrl_regToken, 9,
7617 &kObjectData[2313], 0},
7618 {"id-regCtrl-authenticator", "id-regCtrl-authenticator",
7619 NID_id_regCtrl_authenticator, 9, &kObjectData[2322], 0},
7620 {"id-regCtrl-pkiPublicationInfo", "id-regCtrl-pkiPublicationInfo",
7621 NID_id_regCtrl_pkiPublicationInfo, 9, &kObjectData[2331], 0},
7622 {"id-regCtrl-pkiArchiveOptions", "id-regCtrl-pkiArchiveOptions",
7623 NID_id_regCtrl_pkiArchiveOptions, 9, &kObjectData[2340], 0},
7624 {"id-regCtrl-oldCertID", "id-regCtrl-oldCertID", NID_id_regCtrl_oldCertID,
7625 9, &kObjectData[2349], 0},
7626 {"id-regCtrl-protocolEncrKey", "id-regCtrl-protocolEncrKey",
7627 NID_id_regCtrl_protocolEncrKey, 9, &kObjectData[2358], 0},
7628 {"id-regInfo-utf8Pairs", "id-regInfo-utf8Pairs", NID_id_regInfo_utf8Pairs,
7629 9, &kObjectData[2367], 0},
7630 {"id-regInfo-certReq", "id-regInfo-certReq", NID_id_regInfo_certReq, 9,
7631 &kObjectData[2376], 0},
7632 {"id-alg-des40", "id-alg-des40", NID_id_alg_des40, 8, &kObjectData[2385],
7633 0},
7634 {"id-alg-noSignature", "id-alg-noSignature", NID_id_alg_noSignature, 8,
7635 &kObjectData[2393], 0},
7636 {"id-alg-dh-sig-hmac-sha1", "id-alg-dh-sig-hmac-sha1",
7637 NID_id_alg_dh_sig_hmac_sha1, 8, &kObjectData[2401], 0},
7638 {"id-alg-dh-pop", "id-alg-dh-pop", NID_id_alg_dh_pop, 8, &kObjectData[2409],
7639 0},
7640 {"id-cmc-statusInfo", "id-cmc-statusInfo", NID_id_cmc_statusInfo, 8,
7641 &kObjectData[2417], 0},
7642 {"id-cmc-identification", "id-cmc-identification",
7643 NID_id_cmc_identification, 8, &kObjectData[2425], 0},
7644 {"id-cmc-identityProof", "id-cmc-identityProof", NID_id_cmc_identityProof,
7645 8, &kObjectData[2433], 0},
7646 {"id-cmc-dataReturn", "id-cmc-dataReturn", NID_id_cmc_dataReturn, 8,
7647 &kObjectData[2441], 0},
7648 {"id-cmc-transactionId", "id-cmc-transactionId", NID_id_cmc_transactionId,
7649 8, &kObjectData[2449], 0},
7650 {"id-cmc-senderNonce", "id-cmc-senderNonce", NID_id_cmc_senderNonce, 8,
7651 &kObjectData[2457], 0},
7652 {"id-cmc-recipientNonce", "id-cmc-recipientNonce",
7653 NID_id_cmc_recipientNonce, 8, &kObjectData[2465], 0},
7654 {"id-cmc-addExtensions", "id-cmc-addExtensions", NID_id_cmc_addExtensions,
7655 8, &kObjectData[2473], 0},
7656 {"id-cmc-encryptedPOP", "id-cmc-encryptedPOP", NID_id_cmc_encryptedPOP, 8,
7657 &kObjectData[2481], 0},
7658 {"id-cmc-decryptedPOP", "id-cmc-decryptedPOP", NID_id_cmc_decryptedPOP, 8,
7659 &kObjectData[2489], 0},
7660 {"id-cmc-lraPOPWitness", "id-cmc-lraPOPWitness", NID_id_cmc_lraPOPWitness,
7661 8, &kObjectData[2497], 0},
7662 {"id-cmc-getCert", "id-cmc-getCert", NID_id_cmc_getCert, 8,
7663 &kObjectData[2505], 0},
7664 {"id-cmc-getCRL", "id-cmc-getCRL", NID_id_cmc_getCRL, 8, &kObjectData[2513],
7665 0},
7666 {"id-cmc-revokeRequest", "id-cmc-revokeRequest", NID_id_cmc_revokeRequest,
7667 8, &kObjectData[2521], 0},
7668 {"id-cmc-regInfo", "id-cmc-regInfo", NID_id_cmc_regInfo, 8,
7669 &kObjectData[2529], 0},
7670 {"id-cmc-responseInfo", "id-cmc-responseInfo", NID_id_cmc_responseInfo, 8,
7671 &kObjectData[2537], 0},
7672 {"id-cmc-queryPending", "id-cmc-queryPending", NID_id_cmc_queryPending, 8,
7673 &kObjectData[2545], 0},
7674 {"id-cmc-popLinkRandom", "id-cmc-popLinkRandom", NID_id_cmc_popLinkRandom,
7675 8, &kObjectData[2553], 0},
7676 {"id-cmc-popLinkWitness", "id-cmc-popLinkWitness",
7677 NID_id_cmc_popLinkWitness, 8, &kObjectData[2561], 0},
7678 {"id-cmc-confirmCertAcceptance", "id-cmc-confirmCertAcceptance",
7679 NID_id_cmc_confirmCertAcceptance, 8, &kObjectData[2569], 0},
7680 {"id-on-personalData", "id-on-personalData", NID_id_on_personalData, 8,
7681 &kObjectData[2577], 0},
7682 {"id-pda-dateOfBirth", "id-pda-dateOfBirth", NID_id_pda_dateOfBirth, 8,
7683 &kObjectData[2585], 0},
7684 {"id-pda-placeOfBirth", "id-pda-placeOfBirth", NID_id_pda_placeOfBirth, 8,
7685 &kObjectData[2593], 0},
7686 {NULL, NULL, NID_undef, 0, NULL, 0},
7687 {"id-pda-gender", "id-pda-gender", NID_id_pda_gender, 8, &kObjectData[2601],
7688 0},
7689 {"id-pda-countryOfCitizenship", "id-pda-countryOfCitizenship",
7690 NID_id_pda_countryOfCitizenship, 8, &kObjectData[2609], 0},
7691 {"id-pda-countryOfResidence", "id-pda-countryOfResidence",
7692 NID_id_pda_countryOfResidence, 8, &kObjectData[2617], 0},
7693 {"id-aca-authenticationInfo", "id-aca-authenticationInfo",
7694 NID_id_aca_authenticationInfo, 8, &kObjectData[2625], 0},
7695 {"id-aca-accessIdentity", "id-aca-accessIdentity",
7696 NID_id_aca_accessIdentity, 8, &kObjectData[2633], 0},
7697 {"id-aca-chargingIdentity", "id-aca-chargingIdentity",
7698 NID_id_aca_chargingIdentity, 8, &kObjectData[2641], 0},
7699 {"id-aca-group", "id-aca-group", NID_id_aca_group, 8, &kObjectData[2649],
7700 0},
7701 {"id-aca-role", "id-aca-role", NID_id_aca_role, 8, &kObjectData[2657], 0},
7702 {"id-qcs-pkixQCSyntax-v1", "id-qcs-pkixQCSyntax-v1",
7703 NID_id_qcs_pkixQCSyntax_v1, 8, &kObjectData[2665], 0},
7704 {"id-cct-crs", "id-cct-crs", NID_id_cct_crs, 8, &kObjectData[2673], 0},
7705 {"id-cct-PKIData", "id-cct-PKIData", NID_id_cct_PKIData, 8,
7706 &kObjectData[2681], 0},
7707 {"id-cct-PKIResponse", "id-cct-PKIResponse", NID_id_cct_PKIResponse, 8,
7708 &kObjectData[2689], 0},
7709 {"ad_timestamping", "AD Time Stamping", NID_ad_timeStamping, 8,
7710 &kObjectData[2697], 0},
7711 {"AD_DVCS", "ad dvcs", NID_ad_dvcs, 8, &kObjectData[2705], 0},
7712 {"basicOCSPResponse", "Basic OCSP Response", NID_id_pkix_OCSP_basic, 9,
7713 &kObjectData[2713], 0},
7714 {"Nonce", "OCSP Nonce", NID_id_pkix_OCSP_Nonce, 9, &kObjectData[2722], 0},
7715 {"CrlID", "OCSP CRL ID", NID_id_pkix_OCSP_CrlID, 9, &kObjectData[2731], 0},
7716 {"acceptableResponses", "Acceptable OCSP Responses",
7717 NID_id_pkix_OCSP_acceptableResponses, 9, &kObjectData[2740], 0},
7718 {"noCheck", "OCSP No Check", NID_id_pkix_OCSP_noCheck, 9,
7719 &kObjectData[2749], 0},
7720 {"archiveCutoff", "OCSP Archive Cutoff", NID_id_pkix_OCSP_archiveCutoff, 9,
7721 &kObjectData[2758], 0},
7722 {"serviceLocator", "OCSP Service Locator", NID_id_pkix_OCSP_serviceLocator,
7723 9, &kObjectData[2767], 0},
7724 {"extendedStatus", "Extended OCSP Status", NID_id_pkix_OCSP_extendedStatus,
7725 9, &kObjectData[2776], 0},
7726 {"valid", "valid", NID_id_pkix_OCSP_valid, 9, &kObjectData[2785], 0},
7727 {"path", "path", NID_id_pkix_OCSP_path, 9, &kObjectData[2794], 0},
7728 {"trustRoot", "Trust Root", NID_id_pkix_OCSP_trustRoot, 9,
7729 &kObjectData[2803], 0},
7730 {"algorithm", "algorithm", NID_algorithm, 4, &kObjectData[2812], 0},
7731 {"rsaSignature", "rsaSignature", NID_rsaSignature, 5, &kObjectData[2816],
7732 0},
7733 {"X500algorithms", "directory services - algorithms", NID_X500algorithms, 2,
7734 &kObjectData[2821], 0},
7735 {"ORG", "org", NID_org, 1, &kObjectData[2823], 0},
7736 {"DOD", "dod", NID_dod, 2, &kObjectData[2824], 0},
7737 {"IANA", "iana", NID_iana, 3, &kObjectData[2826], 0},
7738 {"directory", "Directory", NID_Directory, 4, &kObjectData[2829], 0},
7739 {"mgmt", "Management", NID_Management, 4, &kObjectData[2833], 0},
7740 {"experimental", "Experimental", NID_Experimental, 4, &kObjectData[2837],
7741 0},
7742 {"private", "Private", NID_Private, 4, &kObjectData[2841], 0},
7743 {"security", "Security", NID_Security, 4, &kObjectData[2845], 0},
7744 {"snmpv2", "SNMPv2", NID_SNMPv2, 4, &kObjectData[2849], 0},
7745 {"Mail", "Mail", NID_Mail, 4, &kObjectData[2853], 0},
7746 {"enterprises", "Enterprises", NID_Enterprises, 5, &kObjectData[2857], 0},
7747 {"dcobject", "dcObject", NID_dcObject, 9, &kObjectData[2862], 0},
7748 {"DC", "domainComponent", NID_domainComponent, 10, &kObjectData[2871], 0},
7749 {"domain", "Domain", NID_Domain, 10, &kObjectData[2881], 0},
7750 {NULL, NULL, NID_undef, 0, NULL, 0},
7751 {"selected-attribute-types", "Selected Attribute Types",
7752 NID_selected_attribute_types, 3, &kObjectData[2891], 0},
7753 {"clearance", "clearance", NID_clearance, 4, &kObjectData[2894], 0},
7754 {"RSA-MD4", "md4WithRSAEncryption", NID_md4WithRSAEncryption, 9,
7755 &kObjectData[2898], 0},
7756 {"ac-proxying", "ac-proxying", NID_ac_proxying, 8, &kObjectData[2907], 0},
7757 {"subjectInfoAccess", "Subject Information Access", NID_sinfo_access, 8,
7758 &kObjectData[2915], 0},
7759 {"id-aca-encAttrs", "id-aca-encAttrs", NID_id_aca_encAttrs, 8,
7760 &kObjectData[2923], 0},
7761 {"role", "role", NID_role, 3, &kObjectData[2931], 0},
7762 {"policyConstraints", "X509v3 Policy Constraints", NID_policy_constraints,
7763 3, &kObjectData[2934], 0},
7764 {"targetInformation", "X509v3 AC Targeting", NID_target_information, 3,
7765 &kObjectData[2937], 0},
7766 {"noRevAvail", "X509v3 No Revocation Available", NID_no_rev_avail, 3,
7767 &kObjectData[2940], 0},
7768 {NULL, NULL, NID_undef, 0, NULL, 0},
7769 {"ansi-X9-62", "ANSI X9.62", NID_ansi_X9_62, 5, &kObjectData[2943], 0},
7770 {"prime-field", "prime-field", NID_X9_62_prime_field, 7, &kObjectData[2948],
7771 0},
7772 {"characteristic-two-field", "characteristic-two-field",
7773 NID_X9_62_characteristic_two_field, 7, &kObjectData[2955], 0},
7774 {"id-ecPublicKey", "id-ecPublicKey", NID_X9_62_id_ecPublicKey, 7,
7775 &kObjectData[2962], 0},
7776 {"prime192v1", "prime192v1", NID_X9_62_prime192v1, 8, &kObjectData[2969],
7777 0},
7778 {"prime192v2", "prime192v2", NID_X9_62_prime192v2, 8, &kObjectData[2977],
7779 0},
7780 {"prime192v3", "prime192v3", NID_X9_62_prime192v3, 8, &kObjectData[2985],
7781 0},
7782 {"prime239v1", "prime239v1", NID_X9_62_prime239v1, 8, &kObjectData[2993],
7783 0},
7784 {"prime239v2", "prime239v2", NID_X9_62_prime239v2, 8, &kObjectData[3001],
7785 0},
7786 {"prime239v3", "prime239v3", NID_X9_62_prime239v3, 8, &kObjectData[3009],
7787 0},
7788 {"prime256v1", "prime256v1", NID_X9_62_prime256v1, 8, &kObjectData[3017],
7789 0},
7790 {"ecdsa-with-SHA1", "ecdsa-with-SHA1", NID_ecdsa_with_SHA1, 7,
7791 &kObjectData[3025], 0},
7792 {"CSPName", "Microsoft CSP Name", NID_ms_csp_name, 9, &kObjectData[3032],
7793 0},
7794 {"AES-128-ECB", "aes-128-ecb", NID_aes_128_ecb, 9, &kObjectData[3041], 0},
7795 {"AES-128-CBC", "aes-128-cbc", NID_aes_128_cbc, 9, &kObjectData[3050], 0},
7796 {"AES-128-OFB", "aes-128-ofb", NID_aes_128_ofb128, 9, &kObjectData[3059],
7797 0},
7798 {"AES-128-CFB", "aes-128-cfb", NID_aes_128_cfb128, 9, &kObjectData[3068],
7799 0},
7800 {"AES-192-ECB", "aes-192-ecb", NID_aes_192_ecb, 9, &kObjectData[3077], 0},
7801 {"AES-192-CBC", "aes-192-cbc", NID_aes_192_cbc, 9, &kObjectData[3086], 0},
7802 {"AES-192-OFB", "aes-192-ofb", NID_aes_192_ofb128, 9, &kObjectData[3095],
7803 0},
7804 {"AES-192-CFB", "aes-192-cfb", NID_aes_192_cfb128, 9, &kObjectData[3104],
7805 0},
7806 {"AES-256-ECB", "aes-256-ecb", NID_aes_256_ecb, 9, &kObjectData[3113], 0},
7807 {"AES-256-CBC", "aes-256-cbc", NID_aes_256_cbc, 9, &kObjectData[3122], 0},
7808 {"AES-256-OFB", "aes-256-ofb", NID_aes_256_ofb128, 9, &kObjectData[3131],
7809 0},
7810 {"AES-256-CFB", "aes-256-cfb", NID_aes_256_cfb128, 9, &kObjectData[3140],
7811 0},
7812 {"holdInstructionCode", "Hold Instruction Code", NID_hold_instruction_code,
7813 3, &kObjectData[3149], 0},
7814 {"holdInstructionNone", "Hold Instruction None", NID_hold_instruction_none,
7815 7, &kObjectData[3152], 0},
7816 {"holdInstructionCallIssuer", "Hold Instruction Call Issuer",
7817 NID_hold_instruction_call_issuer, 7, &kObjectData[3159], 0},
7818 {"holdInstructionReject", "Hold Instruction Reject",
7819 NID_hold_instruction_reject, 7, &kObjectData[3166], 0},
7820 {"data", "data", NID_data, 1, &kObjectData[3173], 0},
7821 {"pss", "pss", NID_pss, 3, &kObjectData[3174], 0},
7822 {"ucl", "ucl", NID_ucl, 7, &kObjectData[3177], 0},
7823 {"pilot", "pilot", NID_pilot, 8, &kObjectData[3184], 0},
7824 {"pilotAttributeType", "pilotAttributeType", NID_pilotAttributeType, 9,
7825 &kObjectData[3192], 0},
7826 {"pilotAttributeSyntax", "pilotAttributeSyntax", NID_pilotAttributeSyntax,
7827 9, &kObjectData[3201], 0},
7828 {"pilotObjectClass", "pilotObjectClass", NID_pilotObjectClass, 9,
7829 &kObjectData[3210], 0},
7830 {"pilotGroups", "pilotGroups", NID_pilotGroups, 9, &kObjectData[3219], 0},
7831 {"iA5StringSyntax", "iA5StringSyntax", NID_iA5StringSyntax, 10,
7832 &kObjectData[3228], 0},
7833 {"caseIgnoreIA5StringSyntax", "caseIgnoreIA5StringSyntax",
7834 NID_caseIgnoreIA5StringSyntax, 10, &kObjectData[3238], 0},
7835 {"pilotObject", "pilotObject", NID_pilotObject, 10, &kObjectData[3248], 0},
7836 {"pilotPerson", "pilotPerson", NID_pilotPerson, 10, &kObjectData[3258], 0},
7837 {"account", "account", NID_account, 10, &kObjectData[3268], 0},
7838 {"document", "document", NID_document, 10, &kObjectData[3278], 0},
7839 {"room", "room", NID_room, 10, &kObjectData[3288], 0},
7840 {"documentSeries", "documentSeries", NID_documentSeries, 10,
7841 &kObjectData[3298], 0},
7842 {"rFC822localPart", "rFC822localPart", NID_rFC822localPart, 10,
7843 &kObjectData[3308], 0},
7844 {"dNSDomain", "dNSDomain", NID_dNSDomain, 10, &kObjectData[3318], 0},
7845 {"domainRelatedObject", "domainRelatedObject", NID_domainRelatedObject, 10,
7846 &kObjectData[3328], 0},
7847 {"friendlyCountry", "friendlyCountry", NID_friendlyCountry, 10,
7848 &kObjectData[3338], 0},
7849 {"simpleSecurityObject", "simpleSecurityObject", NID_simpleSecurityObject,
7850 10, &kObjectData[3348], 0},
7851 {"pilotOrganization", "pilotOrganization", NID_pilotOrganization, 10,
7852 &kObjectData[3358], 0},
7853 {"pilotDSA", "pilotDSA", NID_pilotDSA, 10, &kObjectData[3368], 0},
7854 {"qualityLabelledData", "qualityLabelledData", NID_qualityLabelledData, 10,
7855 &kObjectData[3378], 0},
7856 {"UID", "userId", NID_userId, 10, &kObjectData[3388], 0},
7857 {"textEncodedORAddress", "textEncodedORAddress", NID_textEncodedORAddress,
7858 10, &kObjectData[3398], 0},
7859 {"mail", "rfc822Mailbox", NID_rfc822Mailbox, 10, &kObjectData[3408], 0},
7860 {"info", "info", NID_info, 10, &kObjectData[3418], 0},
7861 {"favouriteDrink", "favouriteDrink", NID_favouriteDrink, 10,
7862 &kObjectData[3428], 0},
7863 {"roomNumber", "roomNumber", NID_roomNumber, 10, &kObjectData[3438], 0},
7864 {"photo", "photo", NID_photo, 10, &kObjectData[3448], 0},
7865 {"userClass", "userClass", NID_userClass, 10, &kObjectData[3458], 0},
7866 {"host", "host", NID_host, 10, &kObjectData[3468], 0},
7867 {"manager", "manager", NID_manager, 10, &kObjectData[3478], 0},
7868 {"documentIdentifier", "documentIdentifier", NID_documentIdentifier, 10,
7869 &kObjectData[3488], 0},
7870 {"documentTitle", "documentTitle", NID_documentTitle, 10,
7871 &kObjectData[3498], 0},
7872 {"documentVersion", "documentVersion", NID_documentVersion, 10,
7873 &kObjectData[3508], 0},
7874 {"documentAuthor", "documentAuthor", NID_documentAuthor, 10,
7875 &kObjectData[3518], 0},
7876 {"documentLocation", "documentLocation", NID_documentLocation, 10,
7877 &kObjectData[3528], 0},
7878 {"homeTelephoneNumber", "homeTelephoneNumber", NID_homeTelephoneNumber, 10,
7879 &kObjectData[3538], 0},
7880 {"secretary", "secretary", NID_secretary, 10, &kObjectData[3548], 0},
7881 {"otherMailbox", "otherMailbox", NID_otherMailbox, 10, &kObjectData[3558],
7882 0},
7883 {"lastModifiedTime", "lastModifiedTime", NID_lastModifiedTime, 10,
7884 &kObjectData[3568], 0},
7885 {"lastModifiedBy", "lastModifiedBy", NID_lastModifiedBy, 10,
7886 &kObjectData[3578], 0},
7887 {"aRecord", "aRecord", NID_aRecord, 10, &kObjectData[3588], 0},
7888 {"pilotAttributeType27", "pilotAttributeType27", NID_pilotAttributeType27,
7889 10, &kObjectData[3598], 0},
7890 {"mXRecord", "mXRecord", NID_mXRecord, 10, &kObjectData[3608], 0},
7891 {"nSRecord", "nSRecord", NID_nSRecord, 10, &kObjectData[3618], 0},
7892 {"sOARecord", "sOARecord", NID_sOARecord, 10, &kObjectData[3628], 0},
7893 {"cNAMERecord", "cNAMERecord", NID_cNAMERecord, 10, &kObjectData[3638], 0},
7894 {"associatedDomain", "associatedDomain", NID_associatedDomain, 10,
7895 &kObjectData[3648], 0},
7896 {"associatedName", "associatedName", NID_associatedName, 10,
7897 &kObjectData[3658], 0},
7898 {"homePostalAddress", "homePostalAddress", NID_homePostalAddress, 10,
7899 &kObjectData[3668], 0},
7900 {"personalTitle", "personalTitle", NID_personalTitle, 10,
7901 &kObjectData[3678], 0},
7902 {"mobileTelephoneNumber", "mobileTelephoneNumber",
7903 NID_mobileTelephoneNumber, 10, &kObjectData[3688], 0},
7904 {"pagerTelephoneNumber", "pagerTelephoneNumber", NID_pagerTelephoneNumber,
7905 10, &kObjectData[3698], 0},
7906 {"friendlyCountryName", "friendlyCountryName", NID_friendlyCountryName, 10,
7907 &kObjectData[3708], 0},
7908 {"organizationalStatus", "organizationalStatus", NID_organizationalStatus,
7909 10, &kObjectData[3718], 0},
7910 {"janetMailbox", "janetMailbox", NID_janetMailbox, 10, &kObjectData[3728],
7911 0},
7912 {"mailPreferenceOption", "mailPreferenceOption", NID_mailPreferenceOption,
7913 10, &kObjectData[3738], 0},
7914 {"buildingName", "buildingName", NID_buildingName, 10, &kObjectData[3748],
7915 0},
7916 {"dSAQuality", "dSAQuality", NID_dSAQuality, 10, &kObjectData[3758], 0},
7917 {"singleLevelQuality", "singleLevelQuality", NID_singleLevelQuality, 10,
7918 &kObjectData[3768], 0},
7919 {"subtreeMinimumQuality", "subtreeMinimumQuality",
7920 NID_subtreeMinimumQuality, 10, &kObjectData[3778], 0},
7921 {"subtreeMaximumQuality", "subtreeMaximumQuality",
7922 NID_subtreeMaximumQuality, 10, &kObjectData[3788], 0},
7923 {"personalSignature", "personalSignature", NID_personalSignature, 10,
7924 &kObjectData[3798], 0},
7925 {"dITRedirect", "dITRedirect", NID_dITRedirect, 10, &kObjectData[3808], 0},
7926 {"audio", "audio", NID_audio, 10, &kObjectData[3818], 0},
7927 {"documentPublisher", "documentPublisher", NID_documentPublisher, 10,
7928 &kObjectData[3828], 0},
7929 {"x500UniqueIdentifier", "x500UniqueIdentifier", NID_x500UniqueIdentifier,
7930 3, &kObjectData[3838], 0},
7931 {"mime-mhs", "MIME MHS", NID_mime_mhs, 5, &kObjectData[3841], 0},
7932 {"mime-mhs-headings", "mime-mhs-headings", NID_mime_mhs_headings, 6,
7933 &kObjectData[3846], 0},
7934 {"mime-mhs-bodies", "mime-mhs-bodies", NID_mime_mhs_bodies, 6,
7935 &kObjectData[3852], 0},
7936 {"id-hex-partial-message", "id-hex-partial-message",
7937 NID_id_hex_partial_message, 7, &kObjectData[3858], 0},
7938 {"id-hex-multipart-message", "id-hex-multipart-message",
7939 NID_id_hex_multipart_message, 7, &kObjectData[3865], 0},
7940 {"generationQualifier", "generationQualifier", NID_generationQualifier, 3,
7941 &kObjectData[3872], 0},
7942 {"pseudonym", "pseudonym", NID_pseudonym, 3, &kObjectData[3875], 0},
7943 {NULL, NULL, NID_undef, 0, NULL, 0},
7944 {"id-set", "Secure Electronic Transactions", NID_id_set, 2,
7945 &kObjectData[3878], 0},
7946 {"set-ctype", "content types", NID_set_ctype, 3, &kObjectData[3880], 0},
7947 {"set-msgExt", "message extensions", NID_set_msgExt, 3, &kObjectData[3883],
7948 0},
7949 {"set-attr", "set-attr", NID_set_attr, 3, &kObjectData[3886], 0},
7950 {"set-policy", "set-policy", NID_set_policy, 3, &kObjectData[3889], 0},
7951 {"set-certExt", "certificate extensions", NID_set_certExt, 3,
7952 &kObjectData[3892], 0},
7953 {"set-brand", "set-brand", NID_set_brand, 3, &kObjectData[3895], 0},
7954 {"setct-PANData", "setct-PANData", NID_setct_PANData, 4, &kObjectData[3898],
7955 0},
7956 {"setct-PANToken", "setct-PANToken", NID_setct_PANToken, 4,
7957 &kObjectData[3902], 0},
7958 {"setct-PANOnly", "setct-PANOnly", NID_setct_PANOnly, 4, &kObjectData[3906],
7959 0},
7960 {"setct-OIData", "setct-OIData", NID_setct_OIData, 4, &kObjectData[3910],
7961 0},
7962 {"setct-PI", "setct-PI", NID_setct_PI, 4, &kObjectData[3914], 0},
7963 {"setct-PIData", "setct-PIData", NID_setct_PIData, 4, &kObjectData[3918],
7964 0},
7965 {"setct-PIDataUnsigned", "setct-PIDataUnsigned", NID_setct_PIDataUnsigned,
7966 4, &kObjectData[3922], 0},
7967 {"setct-HODInput", "setct-HODInput", NID_setct_HODInput, 4,
7968 &kObjectData[3926], 0},
7969 {"setct-AuthResBaggage", "setct-AuthResBaggage", NID_setct_AuthResBaggage,
7970 4, &kObjectData[3930], 0},
7971 {"setct-AuthRevReqBaggage", "setct-AuthRevReqBaggage",
7972 NID_setct_AuthRevReqBaggage, 4, &kObjectData[3934], 0},
7973 {"setct-AuthRevResBaggage", "setct-AuthRevResBaggage",
7974 NID_setct_AuthRevResBaggage, 4, &kObjectData[3938], 0},
7975 {"setct-CapTokenSeq", "setct-CapTokenSeq", NID_setct_CapTokenSeq, 4,
7976 &kObjectData[3942], 0},
7977 {"setct-PInitResData", "setct-PInitResData", NID_setct_PInitResData, 4,
7978 &kObjectData[3946], 0},
7979 {"setct-PI-TBS", "setct-PI-TBS", NID_setct_PI_TBS, 4, &kObjectData[3950],
7980 0},
7981 {"setct-PResData", "setct-PResData", NID_setct_PResData, 4,
7982 &kObjectData[3954], 0},
7983 {"setct-AuthReqTBS", "setct-AuthReqTBS", NID_setct_AuthReqTBS, 4,
7984 &kObjectData[3958], 0},
7985 {"setct-AuthResTBS", "setct-AuthResTBS", NID_setct_AuthResTBS, 4,
7986 &kObjectData[3962], 0},
7987 {"setct-AuthResTBSX", "setct-AuthResTBSX", NID_setct_AuthResTBSX, 4,
7988 &kObjectData[3966], 0},
7989 {"setct-AuthTokenTBS", "setct-AuthTokenTBS", NID_setct_AuthTokenTBS, 4,
7990 &kObjectData[3970], 0},
7991 {"setct-CapTokenData", "setct-CapTokenData", NID_setct_CapTokenData, 4,
7992 &kObjectData[3974], 0},
7993 {"setct-CapTokenTBS", "setct-CapTokenTBS", NID_setct_CapTokenTBS, 4,
7994 &kObjectData[3978], 0},
7995 {"setct-AcqCardCodeMsg", "setct-AcqCardCodeMsg", NID_setct_AcqCardCodeMsg,
7996 4, &kObjectData[3982], 0},
7997 {"setct-AuthRevReqTBS", "setct-AuthRevReqTBS", NID_setct_AuthRevReqTBS, 4,
7998 &kObjectData[3986], 0},
7999 {"setct-AuthRevResData", "setct-AuthRevResData", NID_setct_AuthRevResData,
8000 4, &kObjectData[3990], 0},
8001 {"setct-AuthRevResTBS", "setct-AuthRevResTBS", NID_setct_AuthRevResTBS, 4,
8002 &kObjectData[3994], 0},
8003 {"setct-CapReqTBS", "setct-CapReqTBS", NID_setct_CapReqTBS, 4,
8004 &kObjectData[3998], 0},
8005 {"setct-CapReqTBSX", "setct-CapReqTBSX", NID_setct_CapReqTBSX, 4,
8006 &kObjectData[4002], 0},
8007 {"setct-CapResData", "setct-CapResData", NID_setct_CapResData, 4,
8008 &kObjectData[4006], 0},
8009 {"setct-CapRevReqTBS", "setct-CapRevReqTBS", NID_setct_CapRevReqTBS, 4,
8010 &kObjectData[4010], 0},
8011 {"setct-CapRevReqTBSX", "setct-CapRevReqTBSX", NID_setct_CapRevReqTBSX, 4,
8012 &kObjectData[4014], 0},
8013 {"setct-CapRevResData", "setct-CapRevResData", NID_setct_CapRevResData, 4,
8014 &kObjectData[4018], 0},
8015 {"setct-CredReqTBS", "setct-CredReqTBS", NID_setct_CredReqTBS, 4,
8016 &kObjectData[4022], 0},
8017 {"setct-CredReqTBSX", "setct-CredReqTBSX", NID_setct_CredReqTBSX, 4,
8018 &kObjectData[4026], 0},
8019 {"setct-CredResData", "setct-CredResData", NID_setct_CredResData, 4,
8020 &kObjectData[4030], 0},
8021 {"setct-CredRevReqTBS", "setct-CredRevReqTBS", NID_setct_CredRevReqTBS, 4,
8022 &kObjectData[4034], 0},
8023 {"setct-CredRevReqTBSX", "setct-CredRevReqTBSX", NID_setct_CredRevReqTBSX,
8024 4, &kObjectData[4038], 0},
8025 {"setct-CredRevResData", "setct-CredRevResData", NID_setct_CredRevResData,
8026 4, &kObjectData[4042], 0},
8027 {"setct-PCertReqData", "setct-PCertReqData", NID_setct_PCertReqData, 4,
8028 &kObjectData[4046], 0},
8029 {"setct-PCertResTBS", "setct-PCertResTBS", NID_setct_PCertResTBS, 4,
8030 &kObjectData[4050], 0},
8031 {"setct-BatchAdminReqData", "setct-BatchAdminReqData",
8032 NID_setct_BatchAdminReqData, 4, &kObjectData[4054], 0},
8033 {"setct-BatchAdminResData", "setct-BatchAdminResData",
8034 NID_setct_BatchAdminResData, 4, &kObjectData[4058], 0},
8035 {"setct-CardCInitResTBS", "setct-CardCInitResTBS",
8036 NID_setct_CardCInitResTBS, 4, &kObjectData[4062], 0},
8037 {"setct-MeAqCInitResTBS", "setct-MeAqCInitResTBS",
8038 NID_setct_MeAqCInitResTBS, 4, &kObjectData[4066], 0},
8039 {"setct-RegFormResTBS", "setct-RegFormResTBS", NID_setct_RegFormResTBS, 4,
8040 &kObjectData[4070], 0},
8041 {"setct-CertReqData", "setct-CertReqData", NID_setct_CertReqData, 4,
8042 &kObjectData[4074], 0},
8043 {"setct-CertReqTBS", "setct-CertReqTBS", NID_setct_CertReqTBS, 4,
8044 &kObjectData[4078], 0},
8045 {"setct-CertResData", "setct-CertResData", NID_setct_CertResData, 4,
8046 &kObjectData[4082], 0},
8047 {"setct-CertInqReqTBS", "setct-CertInqReqTBS", NID_setct_CertInqReqTBS, 4,
8048 &kObjectData[4086], 0},
8049 {"setct-ErrorTBS", "setct-ErrorTBS", NID_setct_ErrorTBS, 4,
8050 &kObjectData[4090], 0},
8051 {"setct-PIDualSignedTBE", "setct-PIDualSignedTBE",
8052 NID_setct_PIDualSignedTBE, 4, &kObjectData[4094], 0},
8053 {"setct-PIUnsignedTBE", "setct-PIUnsignedTBE", NID_setct_PIUnsignedTBE, 4,
8054 &kObjectData[4098], 0},
8055 {"setct-AuthReqTBE", "setct-AuthReqTBE", NID_setct_AuthReqTBE, 4,
8056 &kObjectData[4102], 0},
8057 {"setct-AuthResTBE", "setct-AuthResTBE", NID_setct_AuthResTBE, 4,
8058 &kObjectData[4106], 0},
8059 {"setct-AuthResTBEX", "setct-AuthResTBEX", NID_setct_AuthResTBEX, 4,
8060 &kObjectData[4110], 0},
8061 {"setct-AuthTokenTBE", "setct-AuthTokenTBE", NID_setct_AuthTokenTBE, 4,
8062 &kObjectData[4114], 0},
8063 {"setct-CapTokenTBE", "setct-CapTokenTBE", NID_setct_CapTokenTBE, 4,
8064 &kObjectData[4118], 0},
8065 {"setct-CapTokenTBEX", "setct-CapTokenTBEX", NID_setct_CapTokenTBEX, 4,
8066 &kObjectData[4122], 0},
8067 {"setct-AcqCardCodeMsgTBE", "setct-AcqCardCodeMsgTBE",
8068 NID_setct_AcqCardCodeMsgTBE, 4, &kObjectData[4126], 0},
8069 {"setct-AuthRevReqTBE", "setct-AuthRevReqTBE", NID_setct_AuthRevReqTBE, 4,
8070 &kObjectData[4130], 0},
8071 {"setct-AuthRevResTBE", "setct-AuthRevResTBE", NID_setct_AuthRevResTBE, 4,
8072 &kObjectData[4134], 0},
8073 {"setct-AuthRevResTBEB", "setct-AuthRevResTBEB", NID_setct_AuthRevResTBEB,
8074 4, &kObjectData[4138], 0},
8075 {"setct-CapReqTBE", "setct-CapReqTBE", NID_setct_CapReqTBE, 4,
8076 &kObjectData[4142], 0},
8077 {"setct-CapReqTBEX", "setct-CapReqTBEX", NID_setct_CapReqTBEX, 4,
8078 &kObjectData[4146], 0},
8079 {"setct-CapResTBE", "setct-CapResTBE", NID_setct_CapResTBE, 4,
8080 &kObjectData[4150], 0},
8081 {"setct-CapRevReqTBE", "setct-CapRevReqTBE", NID_setct_CapRevReqTBE, 4,
8082 &kObjectData[4154], 0},
8083 {"setct-CapRevReqTBEX", "setct-CapRevReqTBEX", NID_setct_CapRevReqTBEX, 4,
8084 &kObjectData[4158], 0},
8085 {"setct-CapRevResTBE", "setct-CapRevResTBE", NID_setct_CapRevResTBE, 4,
8086 &kObjectData[4162], 0},
8087 {"setct-CredReqTBE", "setct-CredReqTBE", NID_setct_CredReqTBE, 4,
8088 &kObjectData[4166], 0},
8089 {"setct-CredReqTBEX", "setct-CredReqTBEX", NID_setct_CredReqTBEX, 4,
8090 &kObjectData[4170], 0},
8091 {"setct-CredResTBE", "setct-CredResTBE", NID_setct_CredResTBE, 4,
8092 &kObjectData[4174], 0},
8093 {"setct-CredRevReqTBE", "setct-CredRevReqTBE", NID_setct_CredRevReqTBE, 4,
8094 &kObjectData[4178], 0},
8095 {"setct-CredRevReqTBEX", "setct-CredRevReqTBEX", NID_setct_CredRevReqTBEX,
8096 4, &kObjectData[4182], 0},
8097 {"setct-CredRevResTBE", "setct-CredRevResTBE", NID_setct_CredRevResTBE, 4,
8098 &kObjectData[4186], 0},
8099 {"setct-BatchAdminReqTBE", "setct-BatchAdminReqTBE",
8100 NID_setct_BatchAdminReqTBE, 4, &kObjectData[4190], 0},
8101 {"setct-BatchAdminResTBE", "setct-BatchAdminResTBE",
8102 NID_setct_BatchAdminResTBE, 4, &kObjectData[4194], 0},
8103 {"setct-RegFormReqTBE", "setct-RegFormReqTBE", NID_setct_RegFormReqTBE, 4,
8104 &kObjectData[4198], 0},
8105 {"setct-CertReqTBE", "setct-CertReqTBE", NID_setct_CertReqTBE, 4,
8106 &kObjectData[4202], 0},
8107 {"setct-CertReqTBEX", "setct-CertReqTBEX", NID_setct_CertReqTBEX, 4,
8108 &kObjectData[4206], 0},
8109 {"setct-CertResTBE", "setct-CertResTBE", NID_setct_CertResTBE, 4,
8110 &kObjectData[4210], 0},
8111 {"setct-CRLNotificationTBS", "setct-CRLNotificationTBS",
8112 NID_setct_CRLNotificationTBS, 4, &kObjectData[4214], 0},
8113 {"setct-CRLNotificationResTBS", "setct-CRLNotificationResTBS",
8114 NID_setct_CRLNotificationResTBS, 4, &kObjectData[4218], 0},
8115 {"setct-BCIDistributionTBS", "setct-BCIDistributionTBS",
8116 NID_setct_BCIDistributionTBS, 4, &kObjectData[4222], 0},
8117 {"setext-genCrypt", "generic cryptogram", NID_setext_genCrypt, 4,
8118 &kObjectData[4226], 0},
8119 {"setext-miAuth", "merchant initiated auth", NID_setext_miAuth, 4,
8120 &kObjectData[4230], 0},
8121 {"setext-pinSecure", "setext-pinSecure", NID_setext_pinSecure, 4,
8122 &kObjectData[4234], 0},
8123 {"setext-pinAny", "setext-pinAny", NID_setext_pinAny, 4, &kObjectData[4238],
8124 0},
8125 {"setext-track2", "setext-track2", NID_setext_track2, 4, &kObjectData[4242],
8126 0},
8127 {"setext-cv", "additional verification", NID_setext_cv, 4,
8128 &kObjectData[4246], 0},
8129 {"set-policy-root", "set-policy-root", NID_set_policy_root, 4,
8130 &kObjectData[4250], 0},
8131 {"setCext-hashedRoot", "setCext-hashedRoot", NID_setCext_hashedRoot, 4,
8132 &kObjectData[4254], 0},
8133 {"setCext-certType", "setCext-certType", NID_setCext_certType, 4,
8134 &kObjectData[4258], 0},
8135 {"setCext-merchData", "setCext-merchData", NID_setCext_merchData, 4,
8136 &kObjectData[4262], 0},
8137 {"setCext-cCertRequired", "setCext-cCertRequired",
8138 NID_setCext_cCertRequired, 4, &kObjectData[4266], 0},
8139 {"setCext-tunneling", "setCext-tunneling", NID_setCext_tunneling, 4,
8140 &kObjectData[4270], 0},
8141 {"setCext-setExt", "setCext-setExt", NID_setCext_setExt, 4,
8142 &kObjectData[4274], 0},
8143 {"setCext-setQualf", "setCext-setQualf", NID_setCext_setQualf, 4,
8144 &kObjectData[4278], 0},
8145 {"setCext-PGWYcapabilities", "setCext-PGWYcapabilities",
8146 NID_setCext_PGWYcapabilities, 4, &kObjectData[4282], 0},
8147 {"setCext-TokenIdentifier", "setCext-TokenIdentifier",
8148 NID_setCext_TokenIdentifier, 4, &kObjectData[4286], 0},
8149 {"setCext-Track2Data", "setCext-Track2Data", NID_setCext_Track2Data, 4,
8150 &kObjectData[4290], 0},
8151 {"setCext-TokenType", "setCext-TokenType", NID_setCext_TokenType, 4,
8152 &kObjectData[4294], 0},
8153 {"setCext-IssuerCapabilities", "setCext-IssuerCapabilities",
8154 NID_setCext_IssuerCapabilities, 4, &kObjectData[4298], 0},
8155 {"setAttr-Cert", "setAttr-Cert", NID_setAttr_Cert, 4, &kObjectData[4302],
8156 0},
8157 {"setAttr-PGWYcap", "payment gateway capabilities", NID_setAttr_PGWYcap, 4,
8158 &kObjectData[4306], 0},
8159 {"setAttr-TokenType", "setAttr-TokenType", NID_setAttr_TokenType, 4,
8160 &kObjectData[4310], 0},
8161 {"setAttr-IssCap", "issuer capabilities", NID_setAttr_IssCap, 4,
8162 &kObjectData[4314], 0},
8163 {"set-rootKeyThumb", "set-rootKeyThumb", NID_set_rootKeyThumb, 5,
8164 &kObjectData[4318], 0},
8165 {"set-addPolicy", "set-addPolicy", NID_set_addPolicy, 5, &kObjectData[4323],
8166 0},
8167 {"setAttr-Token-EMV", "setAttr-Token-EMV", NID_setAttr_Token_EMV, 5,
8168 &kObjectData[4328], 0},
8169 {"setAttr-Token-B0Prime", "setAttr-Token-B0Prime",
8170 NID_setAttr_Token_B0Prime, 5, &kObjectData[4333], 0},
8171 {"setAttr-IssCap-CVM", "setAttr-IssCap-CVM", NID_setAttr_IssCap_CVM, 5,
8172 &kObjectData[4338], 0},
8173 {"setAttr-IssCap-T2", "setAttr-IssCap-T2", NID_setAttr_IssCap_T2, 5,
8174 &kObjectData[4343], 0},
8175 {"setAttr-IssCap-Sig", "setAttr-IssCap-Sig", NID_setAttr_IssCap_Sig, 5,
8176 &kObjectData[4348], 0},
8177 {"setAttr-GenCryptgrm", "generate cryptogram", NID_setAttr_GenCryptgrm, 6,
8178 &kObjectData[4353], 0},
8179 {"setAttr-T2Enc", "encrypted track 2", NID_setAttr_T2Enc, 6,
8180 &kObjectData[4359], 0},
8181 {"setAttr-T2cleartxt", "cleartext track 2", NID_setAttr_T2cleartxt, 6,
8182 &kObjectData[4365], 0},
8183 {"setAttr-TokICCsig", "ICC or token signature", NID_setAttr_TokICCsig, 6,
8184 &kObjectData[4371], 0},
8185 {"setAttr-SecDevSig", "secure device signature", NID_setAttr_SecDevSig, 6,
8186 &kObjectData[4377], 0},
8187 {"set-brand-IATA-ATA", "set-brand-IATA-ATA", NID_set_brand_IATA_ATA, 4,
8188 &kObjectData[4383], 0},
8189 {"set-brand-Diners", "set-brand-Diners", NID_set_brand_Diners, 4,
8190 &kObjectData[4387], 0},
8191 {"set-brand-AmericanExpress", "set-brand-AmericanExpress",
8192 NID_set_brand_AmericanExpress, 4, &kObjectData[4391], 0},
8193 {"set-brand-JCB", "set-brand-JCB", NID_set_brand_JCB, 4, &kObjectData[4395],
8194 0},
8195 {"set-brand-Visa", "set-brand-Visa", NID_set_brand_Visa, 4,
8196 &kObjectData[4399], 0},
8197 {"set-brand-MasterCard", "set-brand-MasterCard", NID_set_brand_MasterCard,
8198 4, &kObjectData[4403], 0},
8199 {"set-brand-Novus", "set-brand-Novus", NID_set_brand_Novus, 5,
8200 &kObjectData[4407], 0},
8201 {"DES-CDMF", "des-cdmf", NID_des_cdmf, 8, &kObjectData[4412], 0},
8202 {"rsaOAEPEncryptionSET", "rsaOAEPEncryptionSET", NID_rsaOAEPEncryptionSET,
8203 9, &kObjectData[4420], 0},
8204 {"ITU-T", "itu-t", NID_itu_t, 0, NULL, 0},
8205 {"JOINT-ISO-ITU-T", "joint-iso-itu-t", NID_joint_iso_itu_t, 0, NULL, 0},
8206 {"international-organizations", "International Organizations",
8207 NID_international_organizations, 1, &kObjectData[4429], 0},
8208 {"msSmartcardLogin", "Microsoft Smartcardlogin", NID_ms_smartcard_login, 10,
8209 &kObjectData[4430], 0},
8210 {"msUPN", "Microsoft Universal Principal Name", NID_ms_upn, 10,
8211 &kObjectData[4440], 0},
8212 {"AES-128-CFB1", "aes-128-cfb1", NID_aes_128_cfb1, 0, NULL, 0},
8213 {"AES-192-CFB1", "aes-192-cfb1", NID_aes_192_cfb1, 0, NULL, 0},
8214 {"AES-256-CFB1", "aes-256-cfb1", NID_aes_256_cfb1, 0, NULL, 0},
8215 {"AES-128-CFB8", "aes-128-cfb8", NID_aes_128_cfb8, 0, NULL, 0},
8216 {"AES-192-CFB8", "aes-192-cfb8", NID_aes_192_cfb8, 0, NULL, 0},
8217 {"AES-256-CFB8", "aes-256-cfb8", NID_aes_256_cfb8, 0, NULL, 0},
8218 {"DES-CFB1", "des-cfb1", NID_des_cfb1, 0, NULL, 0},
8219 {"DES-CFB8", "des-cfb8", NID_des_cfb8, 0, NULL, 0},
8220 {"DES-EDE3-CFB1", "des-ede3-cfb1", NID_des_ede3_cfb1, 0, NULL, 0},
8221 {"DES-EDE3-CFB8", "des-ede3-cfb8", NID_des_ede3_cfb8, 0, NULL, 0},
8222 {"street", "streetAddress", NID_streetAddress, 3, &kObjectData[4450], 0},
8223 {"postalCode", "postalCode", NID_postalCode, 3, &kObjectData[4453], 0},
8224 {"id-ppl", "id-ppl", NID_id_ppl, 7, &kObjectData[4456], 0},
8225 {"proxyCertInfo", "Proxy Certificate Information", NID_proxyCertInfo, 8,
8226 &kObjectData[4463], 0},
8227 {"id-ppl-anyLanguage", "Any language", NID_id_ppl_anyLanguage, 8,
8228 &kObjectData[4471], 0},
8229 {"id-ppl-inheritAll", "Inherit all", NID_id_ppl_inheritAll, 8,
8230 &kObjectData[4479], 0},
8231 {"nameConstraints", "X509v3 Name Constraints", NID_name_constraints, 3,
8232 &kObjectData[4487], 0},
8233 {"id-ppl-independent", "Independent", NID_Independent, 8,
8234 &kObjectData[4490], 0},
8235 {"RSA-SHA256", "sha256WithRSAEncryption", NID_sha256WithRSAEncryption, 9,
8236 &kObjectData[4498], 0},
8237 {"RSA-SHA384", "sha384WithRSAEncryption", NID_sha384WithRSAEncryption, 9,
8238 &kObjectData[4507], 0},
8239 {"RSA-SHA512", "sha512WithRSAEncryption", NID_sha512WithRSAEncryption, 9,
8240 &kObjectData[4516], 0},
8241 {"RSA-SHA224", "sha224WithRSAEncryption", NID_sha224WithRSAEncryption, 9,
8242 &kObjectData[4525], 0},
8243 {"SHA256", "sha256", NID_sha256, 9, &kObjectData[4534], 0},
8244 {"SHA384", "sha384", NID_sha384, 9, &kObjectData[4543], 0},
8245 {"SHA512", "sha512", NID_sha512, 9, &kObjectData[4552], 0},
8246 {"SHA224", "sha224", NID_sha224, 9, &kObjectData[4561], 0},
8247 {"identified-organization", "identified-organization",
8248 NID_identified_organization, 1, &kObjectData[4570], 0},
8249 {"certicom-arc", "certicom-arc", NID_certicom_arc, 3, &kObjectData[4571],
8250 0},
8251 {"wap", "wap", NID_wap, 2, &kObjectData[4574], 0},
8252 {"wap-wsg", "wap-wsg", NID_wap_wsg, 3, &kObjectData[4576], 0},
8253 {"id-characteristic-two-basis", "id-characteristic-two-basis",
8254 NID_X9_62_id_characteristic_two_basis, 8, &kObjectData[4579], 0},
8255 {"onBasis", "onBasis", NID_X9_62_onBasis, 9, &kObjectData[4587], 0},
8256 {"tpBasis", "tpBasis", NID_X9_62_tpBasis, 9, &kObjectData[4596], 0},
8257 {"ppBasis", "ppBasis", NID_X9_62_ppBasis, 9, &kObjectData[4605], 0},
8258 {"c2pnb163v1", "c2pnb163v1", NID_X9_62_c2pnb163v1, 8, &kObjectData[4614],
8259 0},
8260 {"c2pnb163v2", "c2pnb163v2", NID_X9_62_c2pnb163v2, 8, &kObjectData[4622],
8261 0},
8262 {"c2pnb163v3", "c2pnb163v3", NID_X9_62_c2pnb163v3, 8, &kObjectData[4630],
8263 0},
8264 {"c2pnb176v1", "c2pnb176v1", NID_X9_62_c2pnb176v1, 8, &kObjectData[4638],
8265 0},
8266 {"c2tnb191v1", "c2tnb191v1", NID_X9_62_c2tnb191v1, 8, &kObjectData[4646],
8267 0},
8268 {"c2tnb191v2", "c2tnb191v2", NID_X9_62_c2tnb191v2, 8, &kObjectData[4654],
8269 0},
8270 {"c2tnb191v3", "c2tnb191v3", NID_X9_62_c2tnb191v3, 8, &kObjectData[4662],
8271 0},
8272 {"c2onb191v4", "c2onb191v4", NID_X9_62_c2onb191v4, 8, &kObjectData[4670],
8273 0},
8274 {"c2onb191v5", "c2onb191v5", NID_X9_62_c2onb191v5, 8, &kObjectData[4678],
8275 0},
8276 {"c2pnb208w1", "c2pnb208w1", NID_X9_62_c2pnb208w1, 8, &kObjectData[4686],
8277 0},
8278 {"c2tnb239v1", "c2tnb239v1", NID_X9_62_c2tnb239v1, 8, &kObjectData[4694],
8279 0},
8280 {"c2tnb239v2", "c2tnb239v2", NID_X9_62_c2tnb239v2, 8, &kObjectData[4702],
8281 0},
8282 {"c2tnb239v3", "c2tnb239v3", NID_X9_62_c2tnb239v3, 8, &kObjectData[4710],
8283 0},
8284 {"c2onb239v4", "c2onb239v4", NID_X9_62_c2onb239v4, 8, &kObjectData[4718],
8285 0},
8286 {"c2onb239v5", "c2onb239v5", NID_X9_62_c2onb239v5, 8, &kObjectData[4726],
8287 0},
8288 {"c2pnb272w1", "c2pnb272w1", NID_X9_62_c2pnb272w1, 8, &kObjectData[4734],
8289 0},
8290 {"c2pnb304w1", "c2pnb304w1", NID_X9_62_c2pnb304w1, 8, &kObjectData[4742],
8291 0},
8292 {"c2tnb359v1", "c2tnb359v1", NID_X9_62_c2tnb359v1, 8, &kObjectData[4750],
8293 0},
8294 {"c2pnb368w1", "c2pnb368w1", NID_X9_62_c2pnb368w1, 8, &kObjectData[4758],
8295 0},
8296 {"c2tnb431r1", "c2tnb431r1", NID_X9_62_c2tnb431r1, 8, &kObjectData[4766],
8297 0},
8298 {"secp112r1", "secp112r1", NID_secp112r1, 5, &kObjectData[4774], 0},
8299 {"secp112r2", "secp112r2", NID_secp112r2, 5, &kObjectData[4779], 0},
8300 {"secp128r1", "secp128r1", NID_secp128r1, 5, &kObjectData[4784], 0},
8301 {"secp128r2", "secp128r2", NID_secp128r2, 5, &kObjectData[4789], 0},
8302 {"secp160k1", "secp160k1", NID_secp160k1, 5, &kObjectData[4794], 0},
8303 {"secp160r1", "secp160r1", NID_secp160r1, 5, &kObjectData[4799], 0},
8304 {"secp160r2", "secp160r2", NID_secp160r2, 5, &kObjectData[4804], 0},
8305 {"secp192k1", "secp192k1", NID_secp192k1, 5, &kObjectData[4809], 0},
8306 {"secp224k1", "secp224k1", NID_secp224k1, 5, &kObjectData[4814], 0},
8307 {"secp224r1", "secp224r1", NID_secp224r1, 5, &kObjectData[4819], 0},
8308 {"secp256k1", "secp256k1", NID_secp256k1, 5, &kObjectData[4824], 0},
8309 {"secp384r1", "secp384r1", NID_secp384r1, 5, &kObjectData[4829], 0},
8310 {"secp521r1", "secp521r1", NID_secp521r1, 5, &kObjectData[4834], 0},
8311 {"sect113r1", "sect113r1", NID_sect113r1, 5, &kObjectData[4839], 0},
8312 {"sect113r2", "sect113r2", NID_sect113r2, 5, &kObjectData[4844], 0},
8313 {"sect131r1", "sect131r1", NID_sect131r1, 5, &kObjectData[4849], 0},
8314 {"sect131r2", "sect131r2", NID_sect131r2, 5, &kObjectData[4854], 0},
8315 {"sect163k1", "sect163k1", NID_sect163k1, 5, &kObjectData[4859], 0},
8316 {"sect163r1", "sect163r1", NID_sect163r1, 5, &kObjectData[4864], 0},
8317 {"sect163r2", "sect163r2", NID_sect163r2, 5, &kObjectData[4869], 0},
8318 {"sect193r1", "sect193r1", NID_sect193r1, 5, &kObjectData[4874], 0},
8319 {"sect193r2", "sect193r2", NID_sect193r2, 5, &kObjectData[4879], 0},
8320 {"sect233k1", "sect233k1", NID_sect233k1, 5, &kObjectData[4884], 0},
8321 {"sect233r1", "sect233r1", NID_sect233r1, 5, &kObjectData[4889], 0},
8322 {"sect239k1", "sect239k1", NID_sect239k1, 5, &kObjectData[4894], 0},
8323 {"sect283k1", "sect283k1", NID_sect283k1, 5, &kObjectData[4899], 0},
8324 {"sect283r1", "sect283r1", NID_sect283r1, 5, &kObjectData[4904], 0},
8325 {"sect409k1", "sect409k1", NID_sect409k1, 5, &kObjectData[4909], 0},
8326 {"sect409r1", "sect409r1", NID_sect409r1, 5, &kObjectData[4914], 0},
8327 {"sect571k1", "sect571k1", NID_sect571k1, 5, &kObjectData[4919], 0},
8328 {"sect571r1", "sect571r1", NID_sect571r1, 5, &kObjectData[4924], 0},
8329 {"wap-wsg-idm-ecid-wtls1", "wap-wsg-idm-ecid-wtls1",
8330 NID_wap_wsg_idm_ecid_wtls1, 5, &kObjectData[4929], 0},
8331 {"wap-wsg-idm-ecid-wtls3", "wap-wsg-idm-ecid-wtls3",
8332 NID_wap_wsg_idm_ecid_wtls3, 5, &kObjectData[4934], 0},
8333 {"wap-wsg-idm-ecid-wtls4", "wap-wsg-idm-ecid-wtls4",
8334 NID_wap_wsg_idm_ecid_wtls4, 5, &kObjectData[4939], 0},
8335 {"wap-wsg-idm-ecid-wtls5", "wap-wsg-idm-ecid-wtls5",
8336 NID_wap_wsg_idm_ecid_wtls5, 5, &kObjectData[4944], 0},
8337 {"wap-wsg-idm-ecid-wtls6", "wap-wsg-idm-ecid-wtls6",
8338 NID_wap_wsg_idm_ecid_wtls6, 5, &kObjectData[4949], 0},
8339 {"wap-wsg-idm-ecid-wtls7", "wap-wsg-idm-ecid-wtls7",
8340 NID_wap_wsg_idm_ecid_wtls7, 5, &kObjectData[4954], 0},
8341 {"wap-wsg-idm-ecid-wtls8", "wap-wsg-idm-ecid-wtls8",
8342 NID_wap_wsg_idm_ecid_wtls8, 5, &kObjectData[4959], 0},
8343 {"wap-wsg-idm-ecid-wtls9", "wap-wsg-idm-ecid-wtls9",
8344 NID_wap_wsg_idm_ecid_wtls9, 5, &kObjectData[4964], 0},
8345 {"wap-wsg-idm-ecid-wtls10", "wap-wsg-idm-ecid-wtls10",
8346 NID_wap_wsg_idm_ecid_wtls10, 5, &kObjectData[4969], 0},
8347 {"wap-wsg-idm-ecid-wtls11", "wap-wsg-idm-ecid-wtls11",
8348 NID_wap_wsg_idm_ecid_wtls11, 5, &kObjectData[4974], 0},
8349 {"wap-wsg-idm-ecid-wtls12", "wap-wsg-idm-ecid-wtls12",
8350 NID_wap_wsg_idm_ecid_wtls12, 5, &kObjectData[4979], 0},
8351 {"anyPolicy", "X509v3 Any Policy", NID_any_policy, 4, &kObjectData[4984],
8352 0},
8353 {"policyMappings", "X509v3 Policy Mappings", NID_policy_mappings, 3,
8354 &kObjectData[4988], 0},
8355 {"inhibitAnyPolicy", "X509v3 Inhibit Any Policy", NID_inhibit_any_policy, 3,
8356 &kObjectData[4991], 0},
8357 {"Oakley-EC2N-3", "ipsec3", NID_ipsec3, 0, NULL, 0},
8358 {"Oakley-EC2N-4", "ipsec4", NID_ipsec4, 0, NULL, 0},
8359 {"CAMELLIA-128-CBC", "camellia-128-cbc", NID_camellia_128_cbc, 11,
8360 &kObjectData[4994], 0},
8361 {"CAMELLIA-192-CBC", "camellia-192-cbc", NID_camellia_192_cbc, 11,
8362 &kObjectData[5005], 0},
8363 {"CAMELLIA-256-CBC", "camellia-256-cbc", NID_camellia_256_cbc, 11,
8364 &kObjectData[5016], 0},
8365 {"CAMELLIA-128-ECB", "camellia-128-ecb", NID_camellia_128_ecb, 8,
8366 &kObjectData[5027], 0},
8367 {"CAMELLIA-192-ECB", "camellia-192-ecb", NID_camellia_192_ecb, 8,
8368 &kObjectData[5035], 0},
8369 {"CAMELLIA-256-ECB", "camellia-256-ecb", NID_camellia_256_ecb, 8,
8370 &kObjectData[5043], 0},
8371 {"CAMELLIA-128-CFB", "camellia-128-cfb", NID_camellia_128_cfb128, 8,
8372 &kObjectData[5051], 0},
8373 {"CAMELLIA-192-CFB", "camellia-192-cfb", NID_camellia_192_cfb128, 8,
8374 &kObjectData[5059], 0},
8375 {"CAMELLIA-256-CFB", "camellia-256-cfb", NID_camellia_256_cfb128, 8,
8376 &kObjectData[5067], 0},
8377 {"CAMELLIA-128-CFB1", "camellia-128-cfb1", NID_camellia_128_cfb1, 0, NULL,
8378 0},
8379 {"CAMELLIA-192-CFB1", "camellia-192-cfb1", NID_camellia_192_cfb1, 0, NULL,
8380 0},
8381 {"CAMELLIA-256-CFB1", "camellia-256-cfb1", NID_camellia_256_cfb1, 0, NULL,
8382 0},
8383 {"CAMELLIA-128-CFB8", "camellia-128-cfb8", NID_camellia_128_cfb8, 0, NULL,
8384 0},
8385 {"CAMELLIA-192-CFB8", "camellia-192-cfb8", NID_camellia_192_cfb8, 0, NULL,
8386 0},
8387 {"CAMELLIA-256-CFB8", "camellia-256-cfb8", NID_camellia_256_cfb8, 0, NULL,
8388 0},
8389 {"CAMELLIA-128-OFB", "camellia-128-ofb", NID_camellia_128_ofb128, 8,
8390 &kObjectData[5075], 0},
8391 {"CAMELLIA-192-OFB", "camellia-192-ofb", NID_camellia_192_ofb128, 8,
8392 &kObjectData[5083], 0},
8393 {"CAMELLIA-256-OFB", "camellia-256-ofb", NID_camellia_256_ofb128, 8,
8394 &kObjectData[5091], 0},
8395 {"subjectDirectoryAttributes", "X509v3 Subject Directory Attributes",
8396 NID_subject_directory_attributes, 3, &kObjectData[5099], 0},
8397 {"issuingDistributionPoint", "X509v3 Issuing Distribution Point",
8398 NID_issuing_distribution_point, 3, &kObjectData[5102], 0},
8399 {"certificateIssuer", "X509v3 Certificate Issuer", NID_certificate_issuer,
8400 3, &kObjectData[5105], 0},
8401 {NULL, NULL, NID_undef, 0, NULL, 0},
8402 {"KISA", "kisa", NID_kisa, 6, &kObjectData[5108], 0},
8403 {NULL, NULL, NID_undef, 0, NULL, 0},
8404 {NULL, NULL, NID_undef, 0, NULL, 0},
8405 {"SEED-ECB", "seed-ecb", NID_seed_ecb, 8, &kObjectData[5114], 0},
8406 {"SEED-CBC", "seed-cbc", NID_seed_cbc, 8, &kObjectData[5122], 0},
8407 {"SEED-OFB", "seed-ofb", NID_seed_ofb128, 8, &kObjectData[5130], 0},
8408 {"SEED-CFB", "seed-cfb", NID_seed_cfb128, 8, &kObjectData[5138], 0},
8409 {"HMAC-MD5", "hmac-md5", NID_hmac_md5, 8, &kObjectData[5146], 0},
8410 {"HMAC-SHA1", "hmac-sha1", NID_hmac_sha1, 8, &kObjectData[5154], 0},
8411 {"id-PasswordBasedMAC", "password based MAC", NID_id_PasswordBasedMAC, 9,
8412 &kObjectData[5162], 0},
8413 {"id-DHBasedMac", "Diffie-Hellman based MAC", NID_id_DHBasedMac, 9,
8414 &kObjectData[5171], 0},
8415 {"id-it-suppLangTags", "id-it-suppLangTags", NID_id_it_suppLangTags, 8,
8416 &kObjectData[5180], 0},
8417 {"caRepository", "CA Repository", NID_caRepository, 8, &kObjectData[5188],
8418 0},
8419 {"id-smime-ct-compressedData", "id-smime-ct-compressedData",
8420 NID_id_smime_ct_compressedData, 11, &kObjectData[5196], 0},
8421 {"id-ct-asciiTextWithCRLF", "id-ct-asciiTextWithCRLF",
8422 NID_id_ct_asciiTextWithCRLF, 11, &kObjectData[5207], 0},
8423 {"id-aes128-wrap", "id-aes128-wrap", NID_id_aes128_wrap, 9,
8424 &kObjectData[5218], 0},
8425 {"id-aes192-wrap", "id-aes192-wrap", NID_id_aes192_wrap, 9,
8426 &kObjectData[5227], 0},
8427 {"id-aes256-wrap", "id-aes256-wrap", NID_id_aes256_wrap, 9,
8428 &kObjectData[5236], 0},
8429 {"ecdsa-with-Recommended", "ecdsa-with-Recommended",
8430 NID_ecdsa_with_Recommended, 7, &kObjectData[5245], 0},
8431 {"ecdsa-with-Specified", "ecdsa-with-Specified", NID_ecdsa_with_Specified,
8432 7, &kObjectData[5252], 0},
8433 {"ecdsa-with-SHA224", "ecdsa-with-SHA224", NID_ecdsa_with_SHA224, 8,
8434 &kObjectData[5259], 0},
8435 {"ecdsa-with-SHA256", "ecdsa-with-SHA256", NID_ecdsa_with_SHA256, 8,
8436 &kObjectData[5267], 0},
8437 {"ecdsa-with-SHA384", "ecdsa-with-SHA384", NID_ecdsa_with_SHA384, 8,
8438 &kObjectData[5275], 0},
8439 {"ecdsa-with-SHA512", "ecdsa-with-SHA512", NID_ecdsa_with_SHA512, 8,
8440 &kObjectData[5283], 0},
8441 {"hmacWithMD5", "hmacWithMD5", NID_hmacWithMD5, 8, &kObjectData[5291], 0},
8442 {"hmacWithSHA224", "hmacWithSHA224", NID_hmacWithSHA224, 8,
8443 &kObjectData[5299], 0},
8444 {"hmacWithSHA256", "hmacWithSHA256", NID_hmacWithSHA256, 8,
8445 &kObjectData[5307], 0},
8446 {"hmacWithSHA384", "hmacWithSHA384", NID_hmacWithSHA384, 8,
8447 &kObjectData[5315], 0},
8448 {"hmacWithSHA512", "hmacWithSHA512", NID_hmacWithSHA512, 8,
8449 &kObjectData[5323], 0},
8450 {"dsa_with_SHA224", "dsa_with_SHA224", NID_dsa_with_SHA224, 9,
8451 &kObjectData[5331], 0},
8452 {"dsa_with_SHA256", "dsa_with_SHA256", NID_dsa_with_SHA256, 9,
8453 &kObjectData[5340], 0},
8454 {"whirlpool", "whirlpool", NID_whirlpool, 6, &kObjectData[5349], 0},
8455 {"cryptopro", "cryptopro", NID_cryptopro, 5, &kObjectData[5355], 0},
8456 {"cryptocom", "cryptocom", NID_cryptocom, 5, &kObjectData[5360], 0},
8457 {"id-GostR3411-94-with-GostR3410-2001",
8458 "GOST R 34.11-94 with GOST R 34.10-2001",
8459 NID_id_GostR3411_94_with_GostR3410_2001, 6, &kObjectData[5365], 0},
8460 {"id-GostR3411-94-with-GostR3410-94",
8461 "GOST R 34.11-94 with GOST R 34.10-94",
8462 NID_id_GostR3411_94_with_GostR3410_94, 6, &kObjectData[5371], 0},
8463 {"md_gost94", "GOST R 34.11-94", NID_id_GostR3411_94, 6, &kObjectData[5377],
8464 0},
8465 {"id-HMACGostR3411-94", "HMAC GOST 34.11-94", NID_id_HMACGostR3411_94, 6,
8466 &kObjectData[5383], 0},
8467 {"gost2001", "GOST R 34.10-2001", NID_id_GostR3410_2001, 6,
8468 &kObjectData[5389], 0},
8469 {"gost94", "GOST R 34.10-94", NID_id_GostR3410_94, 6, &kObjectData[5395],
8470 0},
8471 {"gost89", "GOST 28147-89", NID_id_Gost28147_89, 6, &kObjectData[5401], 0},
8472 {"gost89-cnt", "gost89-cnt", NID_gost89_cnt, 0, NULL, 0},
8473 {"gost-mac", "GOST 28147-89 MAC", NID_id_Gost28147_89_MAC, 6,
8474 &kObjectData[5407], 0},
8475 {"prf-gostr3411-94", "GOST R 34.11-94 PRF", NID_id_GostR3411_94_prf, 6,
8476 &kObjectData[5413], 0},
8477 {"id-GostR3410-2001DH", "GOST R 34.10-2001 DH", NID_id_GostR3410_2001DH, 6,
8478 &kObjectData[5419], 0},
8479 {"id-GostR3410-94DH", "GOST R 34.10-94 DH", NID_id_GostR3410_94DH, 6,
8480 &kObjectData[5425], 0},
8481 {"id-Gost28147-89-CryptoPro-KeyMeshing",
8482 "id-Gost28147-89-CryptoPro-KeyMeshing",
8483 NID_id_Gost28147_89_CryptoPro_KeyMeshing, 7, &kObjectData[5431], 0},
8484 {"id-Gost28147-89-None-KeyMeshing", "id-Gost28147-89-None-KeyMeshing",
8485 NID_id_Gost28147_89_None_KeyMeshing, 7, &kObjectData[5438], 0},
8486 {"id-GostR3411-94-TestParamSet", "id-GostR3411-94-TestParamSet",
8487 NID_id_GostR3411_94_TestParamSet, 7, &kObjectData[5445], 0},
8488 {"id-GostR3411-94-CryptoProParamSet", "id-GostR3411-94-CryptoProParamSet",
8489 NID_id_GostR3411_94_CryptoProParamSet, 7, &kObjectData[5452], 0},
8490 {"id-Gost28147-89-TestParamSet", "id-Gost28147-89-TestParamSet",
8491 NID_id_Gost28147_89_TestParamSet, 7, &kObjectData[5459], 0},
8492 {"id-Gost28147-89-CryptoPro-A-ParamSet",
8493 "id-Gost28147-89-CryptoPro-A-ParamSet",
8494 NID_id_Gost28147_89_CryptoPro_A_ParamSet, 7, &kObjectData[5466], 0},
8495 {"id-Gost28147-89-CryptoPro-B-ParamSet",
8496 "id-Gost28147-89-CryptoPro-B-ParamSet",
8497 NID_id_Gost28147_89_CryptoPro_B_ParamSet, 7, &kObjectData[5473], 0},
8498 {"id-Gost28147-89-CryptoPro-C-ParamSet",
8499 "id-Gost28147-89-CryptoPro-C-ParamSet",
8500 NID_id_Gost28147_89_CryptoPro_C_ParamSet, 7, &kObjectData[5480], 0},
8501 {"id-Gost28147-89-CryptoPro-D-ParamSet",
8502 "id-Gost28147-89-CryptoPro-D-ParamSet",
8503 NID_id_Gost28147_89_CryptoPro_D_ParamSet, 7, &kObjectData[5487], 0},
8504 {"id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet",
8505 "id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet",
8506 NID_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet, 7, &kObjectData[5494],
8507 0},
8508 {"id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet",
8509 "id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet",
8510 NID_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet, 7, &kObjectData[5501],
8511 0},
8512 {"id-Gost28147-89-CryptoPro-RIC-1-ParamSet",
8513 "id-Gost28147-89-CryptoPro-RIC-1-ParamSet",
8514 NID_id_Gost28147_89_CryptoPro_RIC_1_ParamSet, 7, &kObjectData[5508], 0},
8515 {"id-GostR3410-94-TestParamSet", "id-GostR3410-94-TestParamSet",
8516 NID_id_GostR3410_94_TestParamSet, 7, &kObjectData[5515], 0},
8517 {"id-GostR3410-94-CryptoPro-A-ParamSet",
8518 "id-GostR3410-94-CryptoPro-A-ParamSet",
8519 NID_id_GostR3410_94_CryptoPro_A_ParamSet, 7, &kObjectData[5522], 0},
8520 {"id-GostR3410-94-CryptoPro-B-ParamSet",
8521 "id-GostR3410-94-CryptoPro-B-ParamSet",
8522 NID_id_GostR3410_94_CryptoPro_B_ParamSet, 7, &kObjectData[5529], 0},
8523 {"id-GostR3410-94-CryptoPro-C-ParamSet",
8524 "id-GostR3410-94-CryptoPro-C-ParamSet",
8525 NID_id_GostR3410_94_CryptoPro_C_ParamSet, 7, &kObjectData[5536], 0},
8526 {"id-GostR3410-94-CryptoPro-D-ParamSet",
8527 "id-GostR3410-94-CryptoPro-D-ParamSet",
8528 NID_id_GostR3410_94_CryptoPro_D_ParamSet, 7, &kObjectData[5543], 0},
8529 {"id-GostR3410-94-CryptoPro-XchA-ParamSet",
8530 "id-GostR3410-94-CryptoPro-XchA-ParamSet",
8531 NID_id_GostR3410_94_CryptoPro_XchA_ParamSet, 7, &kObjectData[5550], 0},
8532 {"id-GostR3410-94-CryptoPro-XchB-ParamSet",
8533 "id-GostR3410-94-CryptoPro-XchB-ParamSet",
8534 NID_id_GostR3410_94_CryptoPro_XchB_ParamSet, 7, &kObjectData[5557], 0},
8535 {"id-GostR3410-94-CryptoPro-XchC-ParamSet",
8536 "id-GostR3410-94-CryptoPro-XchC-ParamSet",
8537 NID_id_GostR3410_94_CryptoPro_XchC_ParamSet, 7, &kObjectData[5564], 0},
8538 {"id-GostR3410-2001-TestParamSet", "id-GostR3410-2001-TestParamSet",
8539 NID_id_GostR3410_2001_TestParamSet, 7, &kObjectData[5571], 0},
8540 {"id-GostR3410-2001-CryptoPro-A-ParamSet",
8541 "id-GostR3410-2001-CryptoPro-A-ParamSet",
8542 NID_id_GostR3410_2001_CryptoPro_A_ParamSet, 7, &kObjectData[5578], 0},
8543 {"id-GostR3410-2001-CryptoPro-B-ParamSet",
8544 "id-GostR3410-2001-CryptoPro-B-ParamSet",
8545 NID_id_GostR3410_2001_CryptoPro_B_ParamSet, 7, &kObjectData[5585], 0},
8546 {"id-GostR3410-2001-CryptoPro-C-ParamSet",
8547 "id-GostR3410-2001-CryptoPro-C-ParamSet",
8548 NID_id_GostR3410_2001_CryptoPro_C_ParamSet, 7, &kObjectData[5592], 0},
8549 {"id-GostR3410-2001-CryptoPro-XchA-ParamSet",
8550 "id-GostR3410-2001-CryptoPro-XchA-ParamSet",
8551 NID_id_GostR3410_2001_CryptoPro_XchA_ParamSet, 7, &kObjectData[5599], 0},
8552 {"id-GostR3410-2001-CryptoPro-XchB-ParamSet",
8553 "id-GostR3410-2001-CryptoPro-XchB-ParamSet",
8554 NID_id_GostR3410_2001_CryptoPro_XchB_ParamSet, 7, &kObjectData[5606], 0},
8555 {"id-GostR3410-94-a", "id-GostR3410-94-a", NID_id_GostR3410_94_a, 7,
8556 &kObjectData[5613], 0},
8557 {"id-GostR3410-94-aBis", "id-GostR3410-94-aBis", NID_id_GostR3410_94_aBis,
8558 7, &kObjectData[5620], 0},
8559 {"id-GostR3410-94-b", "id-GostR3410-94-b", NID_id_GostR3410_94_b, 7,
8560 &kObjectData[5627], 0},
8561 {"id-GostR3410-94-bBis", "id-GostR3410-94-bBis", NID_id_GostR3410_94_bBis,
8562 7, &kObjectData[5634], 0},
8563 {"id-Gost28147-89-cc", "GOST 28147-89 Cryptocom ParamSet",
8564 NID_id_Gost28147_89_cc, 8, &kObjectData[5641], 0},
8565 {"gost94cc", "GOST 34.10-94 Cryptocom", NID_id_GostR3410_94_cc, 8,
8566 &kObjectData[5649], 0},
8567 {"gost2001cc", "GOST 34.10-2001 Cryptocom", NID_id_GostR3410_2001_cc, 8,
8568 &kObjectData[5657], 0},
8569 {"id-GostR3411-94-with-GostR3410-94-cc",
8570 "GOST R 34.11-94 with GOST R 34.10-94 Cryptocom",
8571 NID_id_GostR3411_94_with_GostR3410_94_cc, 8, &kObjectData[5665], 0},
8572 {"id-GostR3411-94-with-GostR3410-2001-cc",
8573 "GOST R 34.11-94 with GOST R 34.10-2001 Cryptocom",
8574 NID_id_GostR3411_94_with_GostR3410_2001_cc, 8, &kObjectData[5673], 0},
8575 {"id-GostR3410-2001-ParamSet-cc",
8576 "GOST R 3410-2001 Parameter Set Cryptocom",
8577 NID_id_GostR3410_2001_ParamSet_cc, 8, &kObjectData[5681], 0},
8578 {"HMAC", "hmac", NID_hmac, 0, NULL, 0},
8579 {"LocalKeySet", "Microsoft Local Key set", NID_LocalKeySet, 9,
8580 &kObjectData[5689], 0},
8581 {"freshestCRL", "X509v3 Freshest CRL", NID_freshest_crl, 3,
8582 &kObjectData[5698], 0},
8583 {"id-on-permanentIdentifier", "Permanent Identifier",
8584 NID_id_on_permanentIdentifier, 8, &kObjectData[5701], 0},
8585 {"searchGuide", "searchGuide", NID_searchGuide, 3, &kObjectData[5709], 0},
8586 {"businessCategory", "businessCategory", NID_businessCategory, 3,
8587 &kObjectData[5712], 0},
8588 {"postalAddress", "postalAddress", NID_postalAddress, 3, &kObjectData[5715],
8589 0},
8590 {"postOfficeBox", "postOfficeBox", NID_postOfficeBox, 3, &kObjectData[5718],
8591 0},
8592 {"physicalDeliveryOfficeName", "physicalDeliveryOfficeName",
8593 NID_physicalDeliveryOfficeName, 3, &kObjectData[5721], 0},
8594 {"telephoneNumber", "telephoneNumber", NID_telephoneNumber, 3,
8595 &kObjectData[5724], 0},
8596 {"telexNumber", "telexNumber", NID_telexNumber, 3, &kObjectData[5727], 0},
8597 {"teletexTerminalIdentifier", "teletexTerminalIdentifier",
8598 NID_teletexTerminalIdentifier, 3, &kObjectData[5730], 0},
8599 {"facsimileTelephoneNumber", "facsimileTelephoneNumber",
8600 NID_facsimileTelephoneNumber, 3, &kObjectData[5733], 0},
8601 {"x121Address", "x121Address", NID_x121Address, 3, &kObjectData[5736], 0},
8602 {"internationaliSDNNumber", "internationaliSDNNumber",
8603 NID_internationaliSDNNumber, 3, &kObjectData[5739], 0},
8604 {"registeredAddress", "registeredAddress", NID_registeredAddress, 3,
8605 &kObjectData[5742], 0},
8606 {"destinationIndicator", "destinationIndicator", NID_destinationIndicator,
8607 3, &kObjectData[5745], 0},
8608 {"preferredDeliveryMethod", "preferredDeliveryMethod",
8609 NID_preferredDeliveryMethod, 3, &kObjectData[5748], 0},
8610 {"presentationAddress", "presentationAddress", NID_presentationAddress, 3,
8611 &kObjectData[5751], 0},
8612 {"supportedApplicationContext", "supportedApplicationContext",
8613 NID_supportedApplicationContext, 3, &kObjectData[5754], 0},
8614 {"member", "member", NID_member, 3, &kObjectData[5757], 0},
8615 {"owner", "owner", NID_owner, 3, &kObjectData[5760], 0},
8616 {"roleOccupant", "roleOccupant", NID_roleOccupant, 3, &kObjectData[5763],
8617 0},
8618 {"seeAlso", "seeAlso", NID_seeAlso, 3, &kObjectData[5766], 0},
8619 {"userPassword", "userPassword", NID_userPassword, 3, &kObjectData[5769],
8620 0},
8621 {"userCertificate", "userCertificate", NID_userCertificate, 3,
8622 &kObjectData[5772], 0},
8623 {"cACertificate", "cACertificate", NID_cACertificate, 3, &kObjectData[5775],
8624 0},
8625 {"authorityRevocationList", "authorityRevocationList",
8626 NID_authorityRevocationList, 3, &kObjectData[5778], 0},
8627 {"certificateRevocationList", "certificateRevocationList",
8628 NID_certificateRevocationList, 3, &kObjectData[5781], 0},
8629 {"crossCertificatePair", "crossCertificatePair", NID_crossCertificatePair,
8630 3, &kObjectData[5784], 0},
8631 {"enhancedSearchGuide", "enhancedSearchGuide", NID_enhancedSearchGuide, 3,
8632 &kObjectData[5787], 0},
8633 {"protocolInformation", "protocolInformation", NID_protocolInformation, 3,
8634 &kObjectData[5790], 0},
8635 {"distinguishedName", "distinguishedName", NID_distinguishedName, 3,
8636 &kObjectData[5793], 0},
8637 {"uniqueMember", "uniqueMember", NID_uniqueMember, 3, &kObjectData[5796],
8638 0},
8639 {"houseIdentifier", "houseIdentifier", NID_houseIdentifier, 3,
8640 &kObjectData[5799], 0},
8641 {"supportedAlgorithms", "supportedAlgorithms", NID_supportedAlgorithms, 3,
8642 &kObjectData[5802], 0},
8643 {"deltaRevocationList", "deltaRevocationList", NID_deltaRevocationList, 3,
8644 &kObjectData[5805], 0},
8645 {"dmdName", "dmdName", NID_dmdName, 3, &kObjectData[5808], 0},
8646 {"id-alg-PWRI-KEK", "id-alg-PWRI-KEK", NID_id_alg_PWRI_KEK, 11,
8647 &kObjectData[5811], 0},
8648 {"CMAC", "cmac", NID_cmac, 0, NULL, 0},
8649 {"id-aes128-GCM", "aes-128-gcm", NID_aes_128_gcm, 9, &kObjectData[5822], 0},
8650 {"id-aes128-CCM", "aes-128-ccm", NID_aes_128_ccm, 9, &kObjectData[5831], 0},
8651 {"id-aes128-wrap-pad", "id-aes128-wrap-pad", NID_id_aes128_wrap_pad, 9,
8652 &kObjectData[5840], 0},
8653 {"id-aes192-GCM", "aes-192-gcm", NID_aes_192_gcm, 9, &kObjectData[5849], 0},
8654 {"id-aes192-CCM", "aes-192-ccm", NID_aes_192_ccm, 9, &kObjectData[5858], 0},
8655 {"id-aes192-wrap-pad", "id-aes192-wrap-pad", NID_id_aes192_wrap_pad, 9,
8656 &kObjectData[5867], 0},
8657 {"id-aes256-GCM", "aes-256-gcm", NID_aes_256_gcm, 9, &kObjectData[5876], 0},
8658 {"id-aes256-CCM", "aes-256-ccm", NID_aes_256_ccm, 9, &kObjectData[5885], 0},
8659 {"id-aes256-wrap-pad", "id-aes256-wrap-pad", NID_id_aes256_wrap_pad, 9,
8660 &kObjectData[5894], 0},
8661 {"AES-128-CTR", "aes-128-ctr", NID_aes_128_ctr, 0, NULL, 0},
8662 {"AES-192-CTR", "aes-192-ctr", NID_aes_192_ctr, 0, NULL, 0},
8663 {"AES-256-CTR", "aes-256-ctr", NID_aes_256_ctr, 0, NULL, 0},
8664 {"id-camellia128-wrap", "id-camellia128-wrap", NID_id_camellia128_wrap, 11,
8665 &kObjectData[5903], 0},
8666 {"id-camellia192-wrap", "id-camellia192-wrap", NID_id_camellia192_wrap, 11,
8667 &kObjectData[5914], 0},
8668 {"id-camellia256-wrap", "id-camellia256-wrap", NID_id_camellia256_wrap, 11,
8669 &kObjectData[5925], 0},
8670 {"anyExtendedKeyUsage", "Any Extended Key Usage", NID_anyExtendedKeyUsage,
8671 4, &kObjectData[5936], 0},
8672 {"MGF1", "mgf1", NID_mgf1, 9, &kObjectData[5940], 0},
8673 {"RSASSA-PSS", "rsassaPss", NID_rsassaPss, 9, &kObjectData[5949], 0},
8674 {"AES-128-XTS", "aes-128-xts", NID_aes_128_xts, 0, NULL, 0},
8675 {"AES-256-XTS", "aes-256-xts", NID_aes_256_xts, 0, NULL, 0},
8676 {"RC4-HMAC-MD5", "rc4-hmac-md5", NID_rc4_hmac_md5, 0, NULL, 0},
8677 {"AES-128-CBC-HMAC-SHA1", "aes-128-cbc-hmac-sha1",
8678 NID_aes_128_cbc_hmac_sha1, 0, NULL, 0},
8679 {"AES-192-CBC-HMAC-SHA1", "aes-192-cbc-hmac-sha1",
8680 NID_aes_192_cbc_hmac_sha1, 0, NULL, 0},
8681 {"AES-256-CBC-HMAC-SHA1", "aes-256-cbc-hmac-sha1",
8682 NID_aes_256_cbc_hmac_sha1, 0, NULL, 0},
8683 {"RSAES-OAEP", "rsaesOaep", NID_rsaesOaep, 9, &kObjectData[5958], 0},
8684 {"dhpublicnumber", "X9.42 DH", NID_dhpublicnumber, 7, &kObjectData[5967],
8685 0},
8686 {"brainpoolP160r1", "brainpoolP160r1", NID_brainpoolP160r1, 9,
8687 &kObjectData[5974], 0},
8688 {"brainpoolP160t1", "brainpoolP160t1", NID_brainpoolP160t1, 9,
8689 &kObjectData[5983], 0},
8690 {"brainpoolP192r1", "brainpoolP192r1", NID_brainpoolP192r1, 9,
8691 &kObjectData[5992], 0},
8692 {"brainpoolP192t1", "brainpoolP192t1", NID_brainpoolP192t1, 9,
8693 &kObjectData[6001], 0},
8694 {"brainpoolP224r1", "brainpoolP224r1", NID_brainpoolP224r1, 9,
8695 &kObjectData[6010], 0},
8696 {"brainpoolP224t1", "brainpoolP224t1", NID_brainpoolP224t1, 9,
8697 &kObjectData[6019], 0},
8698 {"brainpoolP256r1", "brainpoolP256r1", NID_brainpoolP256r1, 9,
8699 &kObjectData[6028], 0},
8700 {"brainpoolP256t1", "brainpoolP256t1", NID_brainpoolP256t1, 9,
8701 &kObjectData[6037], 0},
8702 {"brainpoolP320r1", "brainpoolP320r1", NID_brainpoolP320r1, 9,
8703 &kObjectData[6046], 0},
8704 {"brainpoolP320t1", "brainpoolP320t1", NID_brainpoolP320t1, 9,
8705 &kObjectData[6055], 0},
8706 {"brainpoolP384r1", "brainpoolP384r1", NID_brainpoolP384r1, 9,
8707 &kObjectData[6064], 0},
8708 {"brainpoolP384t1", "brainpoolP384t1", NID_brainpoolP384t1, 9,
8709 &kObjectData[6073], 0},
8710 {"brainpoolP512r1", "brainpoolP512r1", NID_brainpoolP512r1, 9,
8711 &kObjectData[6082], 0},
8712 {"brainpoolP512t1", "brainpoolP512t1", NID_brainpoolP512t1, 9,
8713 &kObjectData[6091], 0},
8714 {"PSPECIFIED", "pSpecified", NID_pSpecified, 9, &kObjectData[6100], 0},
8715 {"dhSinglePass-stdDH-sha1kdf-scheme", "dhSinglePass-stdDH-sha1kdf-scheme",
8716 NID_dhSinglePass_stdDH_sha1kdf_scheme, 9, &kObjectData[6109], 0},
8717 {"dhSinglePass-stdDH-sha224kdf-scheme",
8718 "dhSinglePass-stdDH-sha224kdf-scheme",
8719 NID_dhSinglePass_stdDH_sha224kdf_scheme, 6, &kObjectData[6118], 0},
8720 {"dhSinglePass-stdDH-sha256kdf-scheme",
8721 "dhSinglePass-stdDH-sha256kdf-scheme",
8722 NID_dhSinglePass_stdDH_sha256kdf_scheme, 6, &kObjectData[6124], 0},
8723 {"dhSinglePass-stdDH-sha384kdf-scheme",
8724 "dhSinglePass-stdDH-sha384kdf-scheme",
8725 NID_dhSinglePass_stdDH_sha384kdf_scheme, 6, &kObjectData[6130], 0},
8726 {"dhSinglePass-stdDH-sha512kdf-scheme",
8727 "dhSinglePass-stdDH-sha512kdf-scheme",
8728 NID_dhSinglePass_stdDH_sha512kdf_scheme, 6, &kObjectData[6136], 0},
8729 {"dhSinglePass-cofactorDH-sha1kdf-scheme",
8730 "dhSinglePass-cofactorDH-sha1kdf-scheme",
8731 NID_dhSinglePass_cofactorDH_sha1kdf_scheme, 9, &kObjectData[6142], 0},
8732 {"dhSinglePass-cofactorDH-sha224kdf-scheme",
8733 "dhSinglePass-cofactorDH-sha224kdf-scheme",
8734 NID_dhSinglePass_cofactorDH_sha224kdf_scheme, 6, &kObjectData[6151], 0},
8735 {"dhSinglePass-cofactorDH-sha256kdf-scheme",
8736 "dhSinglePass-cofactorDH-sha256kdf-scheme",
8737 NID_dhSinglePass_cofactorDH_sha256kdf_scheme, 6, &kObjectData[6157], 0},
8738 {"dhSinglePass-cofactorDH-sha384kdf-scheme",
8739 "dhSinglePass-cofactorDH-sha384kdf-scheme",
8740 NID_dhSinglePass_cofactorDH_sha384kdf_scheme, 6, &kObjectData[6163], 0},
8741 {"dhSinglePass-cofactorDH-sha512kdf-scheme",
8742 "dhSinglePass-cofactorDH-sha512kdf-scheme",
8743 NID_dhSinglePass_cofactorDH_sha512kdf_scheme, 6, &kObjectData[6169], 0},
8744 {"dh-std-kdf", "dh-std-kdf", NID_dh_std_kdf, 0, NULL, 0},
8745 {"dh-cofactor-kdf", "dh-cofactor-kdf", NID_dh_cofactor_kdf, 0, NULL, 0},
8746 {"X25519", "X25519", NID_X25519, 0, NULL, 0},
Robert Sloan8ff03552017-06-14 12:40:58 -07008747 {"ED25519", "ED25519", NID_ED25519, 3, &kObjectData[6175], 0},
Robert Sloan84377092017-08-14 09:33:19 -07008748 {"ChaCha20-Poly1305", "chacha20-poly1305", NID_chacha20_poly1305, 0, NULL,
8749 0},
8750 {"KxRSA", "kx-rsa", NID_kx_rsa, 0, NULL, 0},
8751 {"KxECDHE", "kx-ecdhe", NID_kx_ecdhe, 0, NULL, 0},
8752 {"KxPSK", "kx-psk", NID_kx_psk, 0, NULL, 0},
8753 {"AuthRSA", "auth-rsa", NID_auth_rsa, 0, NULL, 0},
8754 {"AuthECDSA", "auth-ecdsa", NID_auth_ecdsa, 0, NULL, 0},
8755 {"AuthPSK", "auth-psk", NID_auth_psk, 0, NULL, 0},
8756 {"KxANY", "kx-any", NID_kx_any, 0, NULL, 0},
8757 {"AuthANY", "auth-any", NID_auth_any, 0, NULL, 0},
Robert Sloan11c28bd2018-12-17 12:09:20 -08008758 {"CECPQ2", "CECPQ2", NID_CECPQ2, 0, NULL, 0},
Adam Langleyd9e397b2015-01-22 14:27:53 -08008759};
8760
Robert Sloan69939df2017-01-09 10:53:07 -08008761static const unsigned kNIDsInShortNameOrder[] = {
8762 364 /* AD_DVCS */,
8763 419 /* AES-128-CBC */,
8764 916 /* AES-128-CBC-HMAC-SHA1 */,
8765 421 /* AES-128-CFB */,
8766 650 /* AES-128-CFB1 */,
8767 653 /* AES-128-CFB8 */,
8768 904 /* AES-128-CTR */,
8769 418 /* AES-128-ECB */,
8770 420 /* AES-128-OFB */,
8771 913 /* AES-128-XTS */,
8772 423 /* AES-192-CBC */,
8773 917 /* AES-192-CBC-HMAC-SHA1 */,
8774 425 /* AES-192-CFB */,
8775 651 /* AES-192-CFB1 */,
8776 654 /* AES-192-CFB8 */,
8777 905 /* AES-192-CTR */,
8778 422 /* AES-192-ECB */,
8779 424 /* AES-192-OFB */,
8780 427 /* AES-256-CBC */,
8781 918 /* AES-256-CBC-HMAC-SHA1 */,
8782 429 /* AES-256-CFB */,
8783 652 /* AES-256-CFB1 */,
8784 655 /* AES-256-CFB8 */,
8785 906 /* AES-256-CTR */,
8786 426 /* AES-256-ECB */,
8787 428 /* AES-256-OFB */,
8788 914 /* AES-256-XTS */,
Robert Sloan84377092017-08-14 09:33:19 -07008789 958 /* AuthANY */,
8790 955 /* AuthECDSA */,
8791 956 /* AuthPSK */,
8792 954 /* AuthRSA */,
Robert Sloan69939df2017-01-09 10:53:07 -08008793 91 /* BF-CBC */,
8794 93 /* BF-CFB */,
8795 92 /* BF-ECB */,
8796 94 /* BF-OFB */,
8797 14 /* C */,
8798 751 /* CAMELLIA-128-CBC */,
8799 757 /* CAMELLIA-128-CFB */,
8800 760 /* CAMELLIA-128-CFB1 */,
8801 763 /* CAMELLIA-128-CFB8 */,
8802 754 /* CAMELLIA-128-ECB */,
8803 766 /* CAMELLIA-128-OFB */,
8804 752 /* CAMELLIA-192-CBC */,
8805 758 /* CAMELLIA-192-CFB */,
8806 761 /* CAMELLIA-192-CFB1 */,
8807 764 /* CAMELLIA-192-CFB8 */,
8808 755 /* CAMELLIA-192-ECB */,
8809 767 /* CAMELLIA-192-OFB */,
8810 753 /* CAMELLIA-256-CBC */,
8811 759 /* CAMELLIA-256-CFB */,
8812 762 /* CAMELLIA-256-CFB1 */,
8813 765 /* CAMELLIA-256-CFB8 */,
8814 756 /* CAMELLIA-256-ECB */,
8815 768 /* CAMELLIA-256-OFB */,
8816 108 /* CAST5-CBC */,
8817 110 /* CAST5-CFB */,
8818 109 /* CAST5-ECB */,
8819 111 /* CAST5-OFB */,
Robert Sloan11c28bd2018-12-17 12:09:20 -08008820 959 /* CECPQ2 */,
Robert Sloan69939df2017-01-09 10:53:07 -08008821 894 /* CMAC */,
8822 13 /* CN */,
8823 141 /* CRLReason */,
8824 417 /* CSPName */,
Robert Sloan84377092017-08-14 09:33:19 -07008825 950 /* ChaCha20-Poly1305 */,
Robert Sloan69939df2017-01-09 10:53:07 -08008826 367 /* CrlID */,
8827 391 /* DC */,
8828 31 /* DES-CBC */,
8829 643 /* DES-CDMF */,
8830 30 /* DES-CFB */,
8831 656 /* DES-CFB1 */,
8832 657 /* DES-CFB8 */,
8833 29 /* DES-ECB */,
8834 32 /* DES-EDE */,
8835 43 /* DES-EDE-CBC */,
8836 60 /* DES-EDE-CFB */,
8837 62 /* DES-EDE-OFB */,
8838 33 /* DES-EDE3 */,
8839 44 /* DES-EDE3-CBC */,
8840 61 /* DES-EDE3-CFB */,
8841 658 /* DES-EDE3-CFB1 */,
8842 659 /* DES-EDE3-CFB8 */,
8843 63 /* DES-EDE3-OFB */,
8844 45 /* DES-OFB */,
8845 80 /* DESX-CBC */,
8846 380 /* DOD */,
8847 116 /* DSA */,
8848 66 /* DSA-SHA */,
8849 113 /* DSA-SHA1 */,
8850 70 /* DSA-SHA1-old */,
8851 67 /* DSA-old */,
8852 297 /* DVCS */,
Robert Sloan8ff03552017-06-14 12:40:58 -07008853 949 /* ED25519 */,
Robert Sloan69939df2017-01-09 10:53:07 -08008854 99 /* GN */,
8855 855 /* HMAC */,
8856 780 /* HMAC-MD5 */,
8857 781 /* HMAC-SHA1 */,
8858 381 /* IANA */,
8859 34 /* IDEA-CBC */,
8860 35 /* IDEA-CFB */,
8861 36 /* IDEA-ECB */,
8862 46 /* IDEA-OFB */,
8863 181 /* ISO */,
8864 183 /* ISO-US */,
8865 645 /* ITU-T */,
8866 646 /* JOINT-ISO-ITU-T */,
8867 773 /* KISA */,
Robert Sloan84377092017-08-14 09:33:19 -07008868 957 /* KxANY */,
8869 952 /* KxECDHE */,
8870 953 /* KxPSK */,
8871 951 /* KxRSA */,
Robert Sloan69939df2017-01-09 10:53:07 -08008872 15 /* L */,
8873 856 /* LocalKeySet */,
8874 3 /* MD2 */,
8875 257 /* MD4 */,
8876 4 /* MD5 */,
8877 114 /* MD5-SHA1 */,
8878 95 /* MDC2 */,
8879 911 /* MGF1 */,
8880 388 /* Mail */,
8881 57 /* Netscape */,
8882 366 /* Nonce */,
8883 17 /* O */,
8884 178 /* OCSP */,
8885 180 /* OCSPSigning */,
8886 379 /* ORG */,
8887 18 /* OU */,
8888 749 /* Oakley-EC2N-3 */,
8889 750 /* Oakley-EC2N-4 */,
8890 9 /* PBE-MD2-DES */,
8891 168 /* PBE-MD2-RC2-64 */,
8892 10 /* PBE-MD5-DES */,
8893 169 /* PBE-MD5-RC2-64 */,
8894 147 /* PBE-SHA1-2DES */,
8895 146 /* PBE-SHA1-3DES */,
8896 170 /* PBE-SHA1-DES */,
8897 148 /* PBE-SHA1-RC2-128 */,
8898 149 /* PBE-SHA1-RC2-40 */,
8899 68 /* PBE-SHA1-RC2-64 */,
8900 144 /* PBE-SHA1-RC4-128 */,
8901 145 /* PBE-SHA1-RC4-40 */,
8902 161 /* PBES2 */,
8903 69 /* PBKDF2 */,
8904 162 /* PBMAC1 */,
8905 127 /* PKIX */,
8906 935 /* PSPECIFIED */,
8907 98 /* RC2-40-CBC */,
8908 166 /* RC2-64-CBC */,
8909 37 /* RC2-CBC */,
8910 39 /* RC2-CFB */,
8911 38 /* RC2-ECB */,
8912 40 /* RC2-OFB */,
8913 5 /* RC4 */,
8914 97 /* RC4-40 */,
8915 915 /* RC4-HMAC-MD5 */,
8916 120 /* RC5-CBC */,
8917 122 /* RC5-CFB */,
8918 121 /* RC5-ECB */,
8919 123 /* RC5-OFB */,
8920 117 /* RIPEMD160 */,
8921 19 /* RSA */,
8922 7 /* RSA-MD2 */,
8923 396 /* RSA-MD4 */,
8924 8 /* RSA-MD5 */,
8925 96 /* RSA-MDC2 */,
8926 104 /* RSA-NP-MD5 */,
8927 119 /* RSA-RIPEMD160 */,
8928 42 /* RSA-SHA */,
8929 65 /* RSA-SHA1 */,
8930 115 /* RSA-SHA1-2 */,
8931 671 /* RSA-SHA224 */,
8932 668 /* RSA-SHA256 */,
8933 669 /* RSA-SHA384 */,
8934 670 /* RSA-SHA512 */,
8935 919 /* RSAES-OAEP */,
8936 912 /* RSASSA-PSS */,
8937 777 /* SEED-CBC */,
8938 779 /* SEED-CFB */,
8939 776 /* SEED-ECB */,
8940 778 /* SEED-OFB */,
8941 41 /* SHA */,
8942 64 /* SHA1 */,
8943 675 /* SHA224 */,
8944 672 /* SHA256 */,
8945 673 /* SHA384 */,
8946 674 /* SHA512 */,
8947 188 /* SMIME */,
8948 167 /* SMIME-CAPS */,
8949 100 /* SN */,
8950 16 /* ST */,
8951 143 /* SXNetID */,
8952 458 /* UID */,
8953 0 /* UNDEF */,
8954 948 /* X25519 */,
8955 11 /* X500 */,
8956 378 /* X500algorithms */,
8957 12 /* X509 */,
8958 184 /* X9-57 */,
8959 185 /* X9cm */,
8960 125 /* ZLIB */,
8961 478 /* aRecord */,
8962 289 /* aaControls */,
8963 287 /* ac-auditEntity */,
8964 397 /* ac-proxying */,
8965 288 /* ac-targeting */,
8966 368 /* acceptableResponses */,
8967 446 /* account */,
8968 363 /* ad_timestamping */,
8969 376 /* algorithm */,
8970 405 /* ansi-X9-62 */,
8971 910 /* anyExtendedKeyUsage */,
8972 746 /* anyPolicy */,
8973 370 /* archiveCutoff */,
8974 484 /* associatedDomain */,
8975 485 /* associatedName */,
8976 501 /* audio */,
8977 177 /* authorityInfoAccess */,
8978 90 /* authorityKeyIdentifier */,
8979 882 /* authorityRevocationList */,
8980 87 /* basicConstraints */,
8981 365 /* basicOCSPResponse */,
8982 285 /* biometricInfo */,
8983 921 /* brainpoolP160r1 */,
8984 922 /* brainpoolP160t1 */,
8985 923 /* brainpoolP192r1 */,
8986 924 /* brainpoolP192t1 */,
8987 925 /* brainpoolP224r1 */,
8988 926 /* brainpoolP224t1 */,
8989 927 /* brainpoolP256r1 */,
8990 928 /* brainpoolP256t1 */,
8991 929 /* brainpoolP320r1 */,
8992 930 /* brainpoolP320t1 */,
8993 931 /* brainpoolP384r1 */,
8994 932 /* brainpoolP384t1 */,
8995 933 /* brainpoolP512r1 */,
8996 934 /* brainpoolP512t1 */,
8997 494 /* buildingName */,
8998 860 /* businessCategory */,
8999 691 /* c2onb191v4 */,
9000 692 /* c2onb191v5 */,
9001 697 /* c2onb239v4 */,
9002 698 /* c2onb239v5 */,
9003 684 /* c2pnb163v1 */,
9004 685 /* c2pnb163v2 */,
9005 686 /* c2pnb163v3 */,
9006 687 /* c2pnb176v1 */,
9007 693 /* c2pnb208w1 */,
9008 699 /* c2pnb272w1 */,
9009 700 /* c2pnb304w1 */,
9010 702 /* c2pnb368w1 */,
9011 688 /* c2tnb191v1 */,
9012 689 /* c2tnb191v2 */,
9013 690 /* c2tnb191v3 */,
9014 694 /* c2tnb239v1 */,
9015 695 /* c2tnb239v2 */,
9016 696 /* c2tnb239v3 */,
9017 701 /* c2tnb359v1 */,
9018 703 /* c2tnb431r1 */,
9019 881 /* cACertificate */,
9020 483 /* cNAMERecord */,
9021 179 /* caIssuers */,
9022 785 /* caRepository */,
9023 443 /* caseIgnoreIA5StringSyntax */,
9024 152 /* certBag */,
9025 677 /* certicom-arc */,
9026 771 /* certificateIssuer */,
9027 89 /* certificatePolicies */,
9028 883 /* certificateRevocationList */,
9029 54 /* challengePassword */,
9030 407 /* characteristic-two-field */,
9031 395 /* clearance */,
9032 130 /* clientAuth */,
9033 131 /* codeSigning */,
9034 50 /* contentType */,
9035 53 /* countersignature */,
9036 153 /* crlBag */,
9037 103 /* crlDistributionPoints */,
9038 88 /* crlNumber */,
9039 884 /* crossCertificatePair */,
9040 806 /* cryptocom */,
9041 805 /* cryptopro */,
9042 500 /* dITRedirect */,
9043 451 /* dNSDomain */,
9044 495 /* dSAQuality */,
9045 434 /* data */,
9046 390 /* dcobject */,
9047 140 /* deltaCRL */,
9048 891 /* deltaRevocationList */,
9049 107 /* description */,
9050 871 /* destinationIndicator */,
9051 947 /* dh-cofactor-kdf */,
9052 946 /* dh-std-kdf */,
9053 28 /* dhKeyAgreement */,
9054 941 /* dhSinglePass-cofactorDH-sha1kdf-scheme */,
9055 942 /* dhSinglePass-cofactorDH-sha224kdf-scheme */,
9056 943 /* dhSinglePass-cofactorDH-sha256kdf-scheme */,
9057 944 /* dhSinglePass-cofactorDH-sha384kdf-scheme */,
9058 945 /* dhSinglePass-cofactorDH-sha512kdf-scheme */,
9059 936 /* dhSinglePass-stdDH-sha1kdf-scheme */,
9060 937 /* dhSinglePass-stdDH-sha224kdf-scheme */,
9061 938 /* dhSinglePass-stdDH-sha256kdf-scheme */,
9062 939 /* dhSinglePass-stdDH-sha384kdf-scheme */,
9063 940 /* dhSinglePass-stdDH-sha512kdf-scheme */,
9064 920 /* dhpublicnumber */,
9065 382 /* directory */,
9066 887 /* distinguishedName */,
9067 892 /* dmdName */,
9068 174 /* dnQualifier */,
9069 447 /* document */,
9070 471 /* documentAuthor */,
9071 468 /* documentIdentifier */,
9072 472 /* documentLocation */,
9073 502 /* documentPublisher */,
9074 449 /* documentSeries */,
9075 469 /* documentTitle */,
9076 470 /* documentVersion */,
9077 392 /* domain */,
9078 452 /* domainRelatedObject */,
9079 802 /* dsa_with_SHA224 */,
9080 803 /* dsa_with_SHA256 */,
9081 791 /* ecdsa-with-Recommended */,
9082 416 /* ecdsa-with-SHA1 */,
9083 793 /* ecdsa-with-SHA224 */,
9084 794 /* ecdsa-with-SHA256 */,
9085 795 /* ecdsa-with-SHA384 */,
9086 796 /* ecdsa-with-SHA512 */,
9087 792 /* ecdsa-with-Specified */,
9088 48 /* emailAddress */,
9089 132 /* emailProtection */,
9090 885 /* enhancedSearchGuide */,
9091 389 /* enterprises */,
9092 384 /* experimental */,
9093 172 /* extReq */,
9094 56 /* extendedCertificateAttributes */,
9095 126 /* extendedKeyUsage */,
9096 372 /* extendedStatus */,
9097 867 /* facsimileTelephoneNumber */,
9098 462 /* favouriteDrink */,
9099 857 /* freshestCRL */,
9100 453 /* friendlyCountry */,
9101 490 /* friendlyCountryName */,
9102 156 /* friendlyName */,
9103 509 /* generationQualifier */,
9104 815 /* gost-mac */,
9105 811 /* gost2001 */,
9106 851 /* gost2001cc */,
9107 813 /* gost89 */,
9108 814 /* gost89-cnt */,
9109 812 /* gost94 */,
9110 850 /* gost94cc */,
9111 797 /* hmacWithMD5 */,
9112 163 /* hmacWithSHA1 */,
9113 798 /* hmacWithSHA224 */,
9114 799 /* hmacWithSHA256 */,
9115 800 /* hmacWithSHA384 */,
9116 801 /* hmacWithSHA512 */,
9117 432 /* holdInstructionCallIssuer */,
9118 430 /* holdInstructionCode */,
9119 431 /* holdInstructionNone */,
9120 433 /* holdInstructionReject */,
9121 486 /* homePostalAddress */,
9122 473 /* homeTelephoneNumber */,
9123 466 /* host */,
9124 889 /* houseIdentifier */,
9125 442 /* iA5StringSyntax */,
9126 783 /* id-DHBasedMac */,
9127 824 /* id-Gost28147-89-CryptoPro-A-ParamSet */,
9128 825 /* id-Gost28147-89-CryptoPro-B-ParamSet */,
9129 826 /* id-Gost28147-89-CryptoPro-C-ParamSet */,
9130 827 /* id-Gost28147-89-CryptoPro-D-ParamSet */,
9131 819 /* id-Gost28147-89-CryptoPro-KeyMeshing */,
9132 829 /* id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet */,
9133 828 /* id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet */,
9134 830 /* id-Gost28147-89-CryptoPro-RIC-1-ParamSet */,
9135 820 /* id-Gost28147-89-None-KeyMeshing */,
9136 823 /* id-Gost28147-89-TestParamSet */,
9137 849 /* id-Gost28147-89-cc */,
9138 840 /* id-GostR3410-2001-CryptoPro-A-ParamSet */,
9139 841 /* id-GostR3410-2001-CryptoPro-B-ParamSet */,
9140 842 /* id-GostR3410-2001-CryptoPro-C-ParamSet */,
9141 843 /* id-GostR3410-2001-CryptoPro-XchA-ParamSet */,
9142 844 /* id-GostR3410-2001-CryptoPro-XchB-ParamSet */,
9143 854 /* id-GostR3410-2001-ParamSet-cc */,
9144 839 /* id-GostR3410-2001-TestParamSet */,
9145 817 /* id-GostR3410-2001DH */,
9146 832 /* id-GostR3410-94-CryptoPro-A-ParamSet */,
9147 833 /* id-GostR3410-94-CryptoPro-B-ParamSet */,
9148 834 /* id-GostR3410-94-CryptoPro-C-ParamSet */,
9149 835 /* id-GostR3410-94-CryptoPro-D-ParamSet */,
9150 836 /* id-GostR3410-94-CryptoPro-XchA-ParamSet */,
9151 837 /* id-GostR3410-94-CryptoPro-XchB-ParamSet */,
9152 838 /* id-GostR3410-94-CryptoPro-XchC-ParamSet */,
9153 831 /* id-GostR3410-94-TestParamSet */,
9154 845 /* id-GostR3410-94-a */,
9155 846 /* id-GostR3410-94-aBis */,
9156 847 /* id-GostR3410-94-b */,
9157 848 /* id-GostR3410-94-bBis */,
9158 818 /* id-GostR3410-94DH */,
9159 822 /* id-GostR3411-94-CryptoProParamSet */,
9160 821 /* id-GostR3411-94-TestParamSet */,
9161 807 /* id-GostR3411-94-with-GostR3410-2001 */,
9162 853 /* id-GostR3411-94-with-GostR3410-2001-cc */,
9163 808 /* id-GostR3411-94-with-GostR3410-94 */,
9164 852 /* id-GostR3411-94-with-GostR3410-94-cc */,
9165 810 /* id-HMACGostR3411-94 */,
9166 782 /* id-PasswordBasedMAC */,
9167 266 /* id-aca */,
9168 355 /* id-aca-accessIdentity */,
9169 354 /* id-aca-authenticationInfo */,
9170 356 /* id-aca-chargingIdentity */,
9171 399 /* id-aca-encAttrs */,
9172 357 /* id-aca-group */,
9173 358 /* id-aca-role */,
9174 176 /* id-ad */,
9175 896 /* id-aes128-CCM */,
9176 895 /* id-aes128-GCM */,
9177 788 /* id-aes128-wrap */,
9178 897 /* id-aes128-wrap-pad */,
9179 899 /* id-aes192-CCM */,
9180 898 /* id-aes192-GCM */,
9181 789 /* id-aes192-wrap */,
9182 900 /* id-aes192-wrap-pad */,
9183 902 /* id-aes256-CCM */,
9184 901 /* id-aes256-GCM */,
9185 790 /* id-aes256-wrap */,
9186 903 /* id-aes256-wrap-pad */,
9187 262 /* id-alg */,
9188 893 /* id-alg-PWRI-KEK */,
9189 323 /* id-alg-des40 */,
9190 326 /* id-alg-dh-pop */,
9191 325 /* id-alg-dh-sig-hmac-sha1 */,
9192 324 /* id-alg-noSignature */,
9193 907 /* id-camellia128-wrap */,
9194 908 /* id-camellia192-wrap */,
9195 909 /* id-camellia256-wrap */,
9196 268 /* id-cct */,
9197 361 /* id-cct-PKIData */,
9198 362 /* id-cct-PKIResponse */,
9199 360 /* id-cct-crs */,
9200 81 /* id-ce */,
9201 680 /* id-characteristic-two-basis */,
9202 263 /* id-cmc */,
9203 334 /* id-cmc-addExtensions */,
9204 346 /* id-cmc-confirmCertAcceptance */,
9205 330 /* id-cmc-dataReturn */,
9206 336 /* id-cmc-decryptedPOP */,
9207 335 /* id-cmc-encryptedPOP */,
9208 339 /* id-cmc-getCRL */,
9209 338 /* id-cmc-getCert */,
9210 328 /* id-cmc-identification */,
9211 329 /* id-cmc-identityProof */,
9212 337 /* id-cmc-lraPOPWitness */,
9213 344 /* id-cmc-popLinkRandom */,
9214 345 /* id-cmc-popLinkWitness */,
9215 343 /* id-cmc-queryPending */,
9216 333 /* id-cmc-recipientNonce */,
9217 341 /* id-cmc-regInfo */,
9218 342 /* id-cmc-responseInfo */,
9219 340 /* id-cmc-revokeRequest */,
9220 332 /* id-cmc-senderNonce */,
9221 327 /* id-cmc-statusInfo */,
9222 331 /* id-cmc-transactionId */,
9223 787 /* id-ct-asciiTextWithCRLF */,
9224 408 /* id-ecPublicKey */,
9225 508 /* id-hex-multipart-message */,
9226 507 /* id-hex-partial-message */,
9227 260 /* id-it */,
9228 302 /* id-it-caKeyUpdateInfo */,
9229 298 /* id-it-caProtEncCert */,
9230 311 /* id-it-confirmWaitTime */,
9231 303 /* id-it-currentCRL */,
9232 300 /* id-it-encKeyPairTypes */,
9233 310 /* id-it-implicitConfirm */,
9234 308 /* id-it-keyPairParamRep */,
9235 307 /* id-it-keyPairParamReq */,
9236 312 /* id-it-origPKIMessage */,
9237 301 /* id-it-preferredSymmAlg */,
9238 309 /* id-it-revPassphrase */,
9239 299 /* id-it-signKeyPairTypes */,
9240 305 /* id-it-subscriptionRequest */,
9241 306 /* id-it-subscriptionResponse */,
9242 784 /* id-it-suppLangTags */,
9243 304 /* id-it-unsupportedOIDs */,
9244 128 /* id-kp */,
9245 280 /* id-mod-attribute-cert */,
9246 274 /* id-mod-cmc */,
9247 277 /* id-mod-cmp */,
9248 284 /* id-mod-cmp2000 */,
9249 273 /* id-mod-crmf */,
9250 283 /* id-mod-dvcs */,
9251 275 /* id-mod-kea-profile-88 */,
9252 276 /* id-mod-kea-profile-93 */,
9253 282 /* id-mod-ocsp */,
9254 278 /* id-mod-qualified-cert-88 */,
9255 279 /* id-mod-qualified-cert-93 */,
9256 281 /* id-mod-timestamp-protocol */,
9257 264 /* id-on */,
9258 858 /* id-on-permanentIdentifier */,
9259 347 /* id-on-personalData */,
9260 265 /* id-pda */,
9261 352 /* id-pda-countryOfCitizenship */,
9262 353 /* id-pda-countryOfResidence */,
9263 348 /* id-pda-dateOfBirth */,
9264 351 /* id-pda-gender */,
9265 349 /* id-pda-placeOfBirth */,
9266 175 /* id-pe */,
9267 261 /* id-pkip */,
9268 258 /* id-pkix-mod */,
9269 269 /* id-pkix1-explicit-88 */,
9270 271 /* id-pkix1-explicit-93 */,
9271 270 /* id-pkix1-implicit-88 */,
9272 272 /* id-pkix1-implicit-93 */,
9273 662 /* id-ppl */,
9274 664 /* id-ppl-anyLanguage */,
9275 667 /* id-ppl-independent */,
9276 665 /* id-ppl-inheritAll */,
9277 267 /* id-qcs */,
9278 359 /* id-qcs-pkixQCSyntax-v1 */,
9279 259 /* id-qt */,
9280 164 /* id-qt-cps */,
9281 165 /* id-qt-unotice */,
9282 313 /* id-regCtrl */,
9283 316 /* id-regCtrl-authenticator */,
9284 319 /* id-regCtrl-oldCertID */,
9285 318 /* id-regCtrl-pkiArchiveOptions */,
9286 317 /* id-regCtrl-pkiPublicationInfo */,
9287 320 /* id-regCtrl-protocolEncrKey */,
9288 315 /* id-regCtrl-regToken */,
9289 314 /* id-regInfo */,
9290 322 /* id-regInfo-certReq */,
9291 321 /* id-regInfo-utf8Pairs */,
9292 512 /* id-set */,
9293 191 /* id-smime-aa */,
9294 215 /* id-smime-aa-contentHint */,
9295 218 /* id-smime-aa-contentIdentifier */,
9296 221 /* id-smime-aa-contentReference */,
9297 240 /* id-smime-aa-dvcs-dvc */,
9298 217 /* id-smime-aa-encapContentType */,
9299 222 /* id-smime-aa-encrypKeyPref */,
9300 220 /* id-smime-aa-equivalentLabels */,
9301 232 /* id-smime-aa-ets-CertificateRefs */,
9302 233 /* id-smime-aa-ets-RevocationRefs */,
9303 238 /* id-smime-aa-ets-archiveTimeStamp */,
9304 237 /* id-smime-aa-ets-certCRLTimestamp */,
9305 234 /* id-smime-aa-ets-certValues */,
9306 227 /* id-smime-aa-ets-commitmentType */,
9307 231 /* id-smime-aa-ets-contentTimestamp */,
9308 236 /* id-smime-aa-ets-escTimeStamp */,
9309 230 /* id-smime-aa-ets-otherSigCert */,
9310 235 /* id-smime-aa-ets-revocationValues */,
9311 226 /* id-smime-aa-ets-sigPolicyId */,
9312 229 /* id-smime-aa-ets-signerAttr */,
9313 228 /* id-smime-aa-ets-signerLocation */,
9314 219 /* id-smime-aa-macValue */,
9315 214 /* id-smime-aa-mlExpandHistory */,
9316 216 /* id-smime-aa-msgSigDigest */,
9317 212 /* id-smime-aa-receiptRequest */,
9318 213 /* id-smime-aa-securityLabel */,
9319 239 /* id-smime-aa-signatureType */,
9320 223 /* id-smime-aa-signingCertificate */,
9321 224 /* id-smime-aa-smimeEncryptCerts */,
9322 225 /* id-smime-aa-timeStampToken */,
9323 192 /* id-smime-alg */,
9324 243 /* id-smime-alg-3DESwrap */,
9325 246 /* id-smime-alg-CMS3DESwrap */,
9326 247 /* id-smime-alg-CMSRC2wrap */,
9327 245 /* id-smime-alg-ESDH */,
9328 241 /* id-smime-alg-ESDHwith3DES */,
9329 242 /* id-smime-alg-ESDHwithRC2 */,
9330 244 /* id-smime-alg-RC2wrap */,
9331 193 /* id-smime-cd */,
9332 248 /* id-smime-cd-ldap */,
9333 190 /* id-smime-ct */,
9334 210 /* id-smime-ct-DVCSRequestData */,
9335 211 /* id-smime-ct-DVCSResponseData */,
9336 208 /* id-smime-ct-TDTInfo */,
9337 207 /* id-smime-ct-TSTInfo */,
9338 205 /* id-smime-ct-authData */,
9339 786 /* id-smime-ct-compressedData */,
9340 209 /* id-smime-ct-contentInfo */,
9341 206 /* id-smime-ct-publishCert */,
9342 204 /* id-smime-ct-receipt */,
9343 195 /* id-smime-cti */,
9344 255 /* id-smime-cti-ets-proofOfApproval */,
9345 256 /* id-smime-cti-ets-proofOfCreation */,
9346 253 /* id-smime-cti-ets-proofOfDelivery */,
9347 251 /* id-smime-cti-ets-proofOfOrigin */,
9348 252 /* id-smime-cti-ets-proofOfReceipt */,
9349 254 /* id-smime-cti-ets-proofOfSender */,
9350 189 /* id-smime-mod */,
9351 196 /* id-smime-mod-cms */,
9352 197 /* id-smime-mod-ess */,
9353 202 /* id-smime-mod-ets-eSigPolicy-88 */,
9354 203 /* id-smime-mod-ets-eSigPolicy-97 */,
9355 200 /* id-smime-mod-ets-eSignature-88 */,
9356 201 /* id-smime-mod-ets-eSignature-97 */,
9357 199 /* id-smime-mod-msg-v3 */,
9358 198 /* id-smime-mod-oid */,
9359 194 /* id-smime-spq */,
9360 250 /* id-smime-spq-ets-sqt-unotice */,
9361 249 /* id-smime-spq-ets-sqt-uri */,
9362 676 /* identified-organization */,
9363 461 /* info */,
9364 748 /* inhibitAnyPolicy */,
9365 101 /* initials */,
9366 647 /* international-organizations */,
9367 869 /* internationaliSDNNumber */,
9368 142 /* invalidityDate */,
9369 294 /* ipsecEndSystem */,
9370 295 /* ipsecTunnel */,
9371 296 /* ipsecUser */,
9372 86 /* issuerAltName */,
9373 770 /* issuingDistributionPoint */,
9374 492 /* janetMailbox */,
9375 150 /* keyBag */,
9376 83 /* keyUsage */,
9377 477 /* lastModifiedBy */,
9378 476 /* lastModifiedTime */,
9379 157 /* localKeyID */,
9380 480 /* mXRecord */,
9381 460 /* mail */,
9382 493 /* mailPreferenceOption */,
9383 467 /* manager */,
9384 809 /* md_gost94 */,
9385 875 /* member */,
9386 182 /* member-body */,
9387 51 /* messageDigest */,
9388 383 /* mgmt */,
9389 504 /* mime-mhs */,
9390 506 /* mime-mhs-bodies */,
9391 505 /* mime-mhs-headings */,
9392 488 /* mobileTelephoneNumber */,
9393 136 /* msCTLSign */,
9394 135 /* msCodeCom */,
9395 134 /* msCodeInd */,
9396 138 /* msEFS */,
9397 171 /* msExtReq */,
9398 137 /* msSGC */,
9399 648 /* msSmartcardLogin */,
9400 649 /* msUPN */,
9401 481 /* nSRecord */,
9402 173 /* name */,
9403 666 /* nameConstraints */,
9404 369 /* noCheck */,
9405 403 /* noRevAvail */,
9406 72 /* nsBaseUrl */,
9407 76 /* nsCaPolicyUrl */,
9408 74 /* nsCaRevocationUrl */,
9409 58 /* nsCertExt */,
9410 79 /* nsCertSequence */,
9411 71 /* nsCertType */,
9412 78 /* nsComment */,
9413 59 /* nsDataType */,
9414 75 /* nsRenewalUrl */,
9415 73 /* nsRevocationUrl */,
9416 139 /* nsSGC */,
9417 77 /* nsSslServerName */,
9418 681 /* onBasis */,
9419 491 /* organizationalStatus */,
9420 475 /* otherMailbox */,
9421 876 /* owner */,
9422 489 /* pagerTelephoneNumber */,
9423 374 /* path */,
9424 112 /* pbeWithMD5AndCast5CBC */,
9425 499 /* personalSignature */,
9426 487 /* personalTitle */,
9427 464 /* photo */,
9428 863 /* physicalDeliveryOfficeName */,
9429 437 /* pilot */,
9430 439 /* pilotAttributeSyntax */,
9431 438 /* pilotAttributeType */,
9432 479 /* pilotAttributeType27 */,
9433 456 /* pilotDSA */,
9434 441 /* pilotGroups */,
9435 444 /* pilotObject */,
9436 440 /* pilotObjectClass */,
9437 455 /* pilotOrganization */,
9438 445 /* pilotPerson */,
9439 2 /* pkcs */,
9440 186 /* pkcs1 */,
9441 27 /* pkcs3 */,
9442 187 /* pkcs5 */,
9443 20 /* pkcs7 */,
9444 21 /* pkcs7-data */,
9445 25 /* pkcs7-digestData */,
9446 26 /* pkcs7-encryptedData */,
9447 23 /* pkcs7-envelopedData */,
9448 24 /* pkcs7-signedAndEnvelopedData */,
9449 22 /* pkcs7-signedData */,
9450 151 /* pkcs8ShroudedKeyBag */,
9451 47 /* pkcs9 */,
9452 401 /* policyConstraints */,
9453 747 /* policyMappings */,
9454 862 /* postOfficeBox */,
9455 861 /* postalAddress */,
9456 661 /* postalCode */,
9457 683 /* ppBasis */,
9458 872 /* preferredDeliveryMethod */,
9459 873 /* presentationAddress */,
9460 816 /* prf-gostr3411-94 */,
9461 406 /* prime-field */,
9462 409 /* prime192v1 */,
9463 410 /* prime192v2 */,
9464 411 /* prime192v3 */,
9465 412 /* prime239v1 */,
9466 413 /* prime239v2 */,
9467 414 /* prime239v3 */,
9468 415 /* prime256v1 */,
9469 385 /* private */,
9470 84 /* privateKeyUsagePeriod */,
9471 886 /* protocolInformation */,
9472 663 /* proxyCertInfo */,
9473 510 /* pseudonym */,
9474 435 /* pss */,
9475 286 /* qcStatements */,
9476 457 /* qualityLabelledData */,
9477 450 /* rFC822localPart */,
9478 870 /* registeredAddress */,
9479 400 /* role */,
9480 877 /* roleOccupant */,
9481 448 /* room */,
9482 463 /* roomNumber */,
9483 6 /* rsaEncryption */,
9484 644 /* rsaOAEPEncryptionSET */,
9485 377 /* rsaSignature */,
9486 1 /* rsadsi */,
9487 482 /* sOARecord */,
9488 155 /* safeContentsBag */,
9489 291 /* sbgp-autonomousSysNum */,
9490 290 /* sbgp-ipAddrBlock */,
9491 292 /* sbgp-routerIdentifier */,
9492 159 /* sdsiCertificate */,
9493 859 /* searchGuide */,
9494 704 /* secp112r1 */,
9495 705 /* secp112r2 */,
9496 706 /* secp128r1 */,
9497 707 /* secp128r2 */,
9498 708 /* secp160k1 */,
9499 709 /* secp160r1 */,
9500 710 /* secp160r2 */,
9501 711 /* secp192k1 */,
9502 712 /* secp224k1 */,
9503 713 /* secp224r1 */,
9504 714 /* secp256k1 */,
9505 715 /* secp384r1 */,
9506 716 /* secp521r1 */,
9507 154 /* secretBag */,
9508 474 /* secretary */,
9509 717 /* sect113r1 */,
9510 718 /* sect113r2 */,
9511 719 /* sect131r1 */,
9512 720 /* sect131r2 */,
9513 721 /* sect163k1 */,
9514 722 /* sect163r1 */,
9515 723 /* sect163r2 */,
9516 724 /* sect193r1 */,
9517 725 /* sect193r2 */,
9518 726 /* sect233k1 */,
9519 727 /* sect233r1 */,
9520 728 /* sect239k1 */,
9521 729 /* sect283k1 */,
9522 730 /* sect283r1 */,
9523 731 /* sect409k1 */,
9524 732 /* sect409r1 */,
9525 733 /* sect571k1 */,
9526 734 /* sect571r1 */,
9527 386 /* security */,
9528 878 /* seeAlso */,
9529 394 /* selected-attribute-types */,
9530 105 /* serialNumber */,
9531 129 /* serverAuth */,
9532 371 /* serviceLocator */,
9533 625 /* set-addPolicy */,
9534 515 /* set-attr */,
9535 518 /* set-brand */,
9536 638 /* set-brand-AmericanExpress */,
9537 637 /* set-brand-Diners */,
9538 636 /* set-brand-IATA-ATA */,
9539 639 /* set-brand-JCB */,
9540 641 /* set-brand-MasterCard */,
9541 642 /* set-brand-Novus */,
9542 640 /* set-brand-Visa */,
9543 517 /* set-certExt */,
9544 513 /* set-ctype */,
9545 514 /* set-msgExt */,
9546 516 /* set-policy */,
9547 607 /* set-policy-root */,
9548 624 /* set-rootKeyThumb */,
9549 620 /* setAttr-Cert */,
9550 631 /* setAttr-GenCryptgrm */,
9551 623 /* setAttr-IssCap */,
9552 628 /* setAttr-IssCap-CVM */,
9553 630 /* setAttr-IssCap-Sig */,
9554 629 /* setAttr-IssCap-T2 */,
9555 621 /* setAttr-PGWYcap */,
9556 635 /* setAttr-SecDevSig */,
9557 632 /* setAttr-T2Enc */,
9558 633 /* setAttr-T2cleartxt */,
9559 634 /* setAttr-TokICCsig */,
9560 627 /* setAttr-Token-B0Prime */,
9561 626 /* setAttr-Token-EMV */,
9562 622 /* setAttr-TokenType */,
9563 619 /* setCext-IssuerCapabilities */,
9564 615 /* setCext-PGWYcapabilities */,
9565 616 /* setCext-TokenIdentifier */,
9566 618 /* setCext-TokenType */,
9567 617 /* setCext-Track2Data */,
9568 611 /* setCext-cCertRequired */,
9569 609 /* setCext-certType */,
9570 608 /* setCext-hashedRoot */,
9571 610 /* setCext-merchData */,
9572 613 /* setCext-setExt */,
9573 614 /* setCext-setQualf */,
9574 612 /* setCext-tunneling */,
9575 540 /* setct-AcqCardCodeMsg */,
9576 576 /* setct-AcqCardCodeMsgTBE */,
9577 570 /* setct-AuthReqTBE */,
9578 534 /* setct-AuthReqTBS */,
9579 527 /* setct-AuthResBaggage */,
9580 571 /* setct-AuthResTBE */,
9581 572 /* setct-AuthResTBEX */,
9582 535 /* setct-AuthResTBS */,
9583 536 /* setct-AuthResTBSX */,
9584 528 /* setct-AuthRevReqBaggage */,
9585 577 /* setct-AuthRevReqTBE */,
9586 541 /* setct-AuthRevReqTBS */,
9587 529 /* setct-AuthRevResBaggage */,
9588 542 /* setct-AuthRevResData */,
9589 578 /* setct-AuthRevResTBE */,
9590 579 /* setct-AuthRevResTBEB */,
9591 543 /* setct-AuthRevResTBS */,
9592 573 /* setct-AuthTokenTBE */,
9593 537 /* setct-AuthTokenTBS */,
9594 600 /* setct-BCIDistributionTBS */,
9595 558 /* setct-BatchAdminReqData */,
9596 592 /* setct-BatchAdminReqTBE */,
9597 559 /* setct-BatchAdminResData */,
9598 593 /* setct-BatchAdminResTBE */,
9599 599 /* setct-CRLNotificationResTBS */,
9600 598 /* setct-CRLNotificationTBS */,
9601 580 /* setct-CapReqTBE */,
9602 581 /* setct-CapReqTBEX */,
9603 544 /* setct-CapReqTBS */,
9604 545 /* setct-CapReqTBSX */,
9605 546 /* setct-CapResData */,
9606 582 /* setct-CapResTBE */,
9607 583 /* setct-CapRevReqTBE */,
9608 584 /* setct-CapRevReqTBEX */,
9609 547 /* setct-CapRevReqTBS */,
9610 548 /* setct-CapRevReqTBSX */,
9611 549 /* setct-CapRevResData */,
9612 585 /* setct-CapRevResTBE */,
9613 538 /* setct-CapTokenData */,
9614 530 /* setct-CapTokenSeq */,
9615 574 /* setct-CapTokenTBE */,
9616 575 /* setct-CapTokenTBEX */,
9617 539 /* setct-CapTokenTBS */,
9618 560 /* setct-CardCInitResTBS */,
9619 566 /* setct-CertInqReqTBS */,
9620 563 /* setct-CertReqData */,
9621 595 /* setct-CertReqTBE */,
9622 596 /* setct-CertReqTBEX */,
9623 564 /* setct-CertReqTBS */,
9624 565 /* setct-CertResData */,
9625 597 /* setct-CertResTBE */,
9626 586 /* setct-CredReqTBE */,
9627 587 /* setct-CredReqTBEX */,
9628 550 /* setct-CredReqTBS */,
9629 551 /* setct-CredReqTBSX */,
9630 552 /* setct-CredResData */,
9631 588 /* setct-CredResTBE */,
9632 589 /* setct-CredRevReqTBE */,
9633 590 /* setct-CredRevReqTBEX */,
9634 553 /* setct-CredRevReqTBS */,
9635 554 /* setct-CredRevReqTBSX */,
9636 555 /* setct-CredRevResData */,
9637 591 /* setct-CredRevResTBE */,
9638 567 /* setct-ErrorTBS */,
9639 526 /* setct-HODInput */,
9640 561 /* setct-MeAqCInitResTBS */,
9641 522 /* setct-OIData */,
9642 519 /* setct-PANData */,
9643 521 /* setct-PANOnly */,
9644 520 /* setct-PANToken */,
9645 556 /* setct-PCertReqData */,
9646 557 /* setct-PCertResTBS */,
9647 523 /* setct-PI */,
9648 532 /* setct-PI-TBS */,
9649 524 /* setct-PIData */,
9650 525 /* setct-PIDataUnsigned */,
9651 568 /* setct-PIDualSignedTBE */,
9652 569 /* setct-PIUnsignedTBE */,
9653 531 /* setct-PInitResData */,
9654 533 /* setct-PResData */,
9655 594 /* setct-RegFormReqTBE */,
9656 562 /* setct-RegFormResTBS */,
9657 606 /* setext-cv */,
9658 601 /* setext-genCrypt */,
9659 602 /* setext-miAuth */,
9660 604 /* setext-pinAny */,
9661 603 /* setext-pinSecure */,
9662 605 /* setext-track2 */,
9663 52 /* signingTime */,
9664 454 /* simpleSecurityObject */,
9665 496 /* singleLevelQuality */,
9666 387 /* snmpv2 */,
9667 660 /* street */,
9668 85 /* subjectAltName */,
9669 769 /* subjectDirectoryAttributes */,
9670 398 /* subjectInfoAccess */,
9671 82 /* subjectKeyIdentifier */,
9672 498 /* subtreeMaximumQuality */,
9673 497 /* subtreeMinimumQuality */,
9674 890 /* supportedAlgorithms */,
9675 874 /* supportedApplicationContext */,
9676 402 /* targetInformation */,
9677 864 /* telephoneNumber */,
9678 866 /* teletexTerminalIdentifier */,
9679 865 /* telexNumber */,
9680 459 /* textEncodedORAddress */,
9681 293 /* textNotice */,
9682 133 /* timeStamping */,
9683 106 /* title */,
9684 682 /* tpBasis */,
9685 375 /* trustRoot */,
9686 436 /* ucl */,
9687 888 /* uniqueMember */,
9688 55 /* unstructuredAddress */,
9689 49 /* unstructuredName */,
9690 880 /* userCertificate */,
9691 465 /* userClass */,
9692 879 /* userPassword */,
9693 373 /* valid */,
9694 678 /* wap */,
9695 679 /* wap-wsg */,
9696 735 /* wap-wsg-idm-ecid-wtls1 */,
9697 743 /* wap-wsg-idm-ecid-wtls10 */,
9698 744 /* wap-wsg-idm-ecid-wtls11 */,
9699 745 /* wap-wsg-idm-ecid-wtls12 */,
9700 736 /* wap-wsg-idm-ecid-wtls3 */,
9701 737 /* wap-wsg-idm-ecid-wtls4 */,
9702 738 /* wap-wsg-idm-ecid-wtls5 */,
9703 739 /* wap-wsg-idm-ecid-wtls6 */,
9704 740 /* wap-wsg-idm-ecid-wtls7 */,
9705 741 /* wap-wsg-idm-ecid-wtls8 */,
9706 742 /* wap-wsg-idm-ecid-wtls9 */,
9707 804 /* whirlpool */,
9708 868 /* x121Address */,
9709 503 /* x500UniqueIdentifier */,
9710 158 /* x509Certificate */,
9711 160 /* x509Crl */,
Adam Langleyd9e397b2015-01-22 14:27:53 -08009712};
9713
Robert Sloan69939df2017-01-09 10:53:07 -08009714static const unsigned kNIDsInLongNameOrder[] = {
9715 363 /* AD Time Stamping */,
9716 405 /* ANSI X9.62 */,
9717 368 /* Acceptable OCSP Responses */,
9718 910 /* Any Extended Key Usage */,
9719 664 /* Any language */,
9720 177 /* Authority Information Access */,
9721 365 /* Basic OCSP Response */,
9722 285 /* Biometric Info */,
9723 179 /* CA Issuers */,
9724 785 /* CA Repository */,
Robert Sloan11c28bd2018-12-17 12:09:20 -08009725 959 /* CECPQ2 */,
Robert Sloan69939df2017-01-09 10:53:07 -08009726 131 /* Code Signing */,
9727 783 /* Diffie-Hellman based MAC */,
9728 382 /* Directory */,
9729 392 /* Domain */,
9730 132 /* E-mail Protection */,
Robert Sloan8ff03552017-06-14 12:40:58 -07009731 949 /* ED25519 */,
Robert Sloan69939df2017-01-09 10:53:07 -08009732 389 /* Enterprises */,
9733 384 /* Experimental */,
9734 372 /* Extended OCSP Status */,
9735 172 /* Extension Request */,
9736 813 /* GOST 28147-89 */,
9737 849 /* GOST 28147-89 Cryptocom ParamSet */,
9738 815 /* GOST 28147-89 MAC */,
9739 851 /* GOST 34.10-2001 Cryptocom */,
9740 850 /* GOST 34.10-94 Cryptocom */,
9741 811 /* GOST R 34.10-2001 */,
9742 817 /* GOST R 34.10-2001 DH */,
9743 812 /* GOST R 34.10-94 */,
9744 818 /* GOST R 34.10-94 DH */,
9745 809 /* GOST R 34.11-94 */,
9746 816 /* GOST R 34.11-94 PRF */,
9747 807 /* GOST R 34.11-94 with GOST R 34.10-2001 */,
9748 853 /* GOST R 34.11-94 with GOST R 34.10-2001 Cryptocom */,
9749 808 /* GOST R 34.11-94 with GOST R 34.10-94 */,
9750 852 /* GOST R 34.11-94 with GOST R 34.10-94 Cryptocom */,
9751 854 /* GOST R 3410-2001 Parameter Set Cryptocom */,
9752 810 /* HMAC GOST 34.11-94 */,
9753 432 /* Hold Instruction Call Issuer */,
9754 430 /* Hold Instruction Code */,
9755 431 /* Hold Instruction None */,
9756 433 /* Hold Instruction Reject */,
9757 634 /* ICC or token signature */,
9758 294 /* IPSec End System */,
9759 295 /* IPSec Tunnel */,
9760 296 /* IPSec User */,
9761 182 /* ISO Member Body */,
9762 183 /* ISO US Member Body */,
9763 667 /* Independent */,
9764 665 /* Inherit all */,
9765 647 /* International Organizations */,
9766 142 /* Invalidity Date */,
9767 504 /* MIME MHS */,
9768 388 /* Mail */,
9769 383 /* Management */,
9770 417 /* Microsoft CSP Name */,
9771 135 /* Microsoft Commercial Code Signing */,
9772 138 /* Microsoft Encrypted File System */,
9773 171 /* Microsoft Extension Request */,
9774 134 /* Microsoft Individual Code Signing */,
9775 856 /* Microsoft Local Key set */,
9776 137 /* Microsoft Server Gated Crypto */,
9777 648 /* Microsoft Smartcardlogin */,
9778 136 /* Microsoft Trust List Signing */,
9779 649 /* Microsoft Universal Principal Name */,
9780 72 /* Netscape Base Url */,
9781 76 /* Netscape CA Policy Url */,
9782 74 /* Netscape CA Revocation Url */,
9783 71 /* Netscape Cert Type */,
9784 58 /* Netscape Certificate Extension */,
9785 79 /* Netscape Certificate Sequence */,
9786 78 /* Netscape Comment */,
9787 57 /* Netscape Communications Corp. */,
9788 59 /* Netscape Data Type */,
9789 75 /* Netscape Renewal Url */,
9790 73 /* Netscape Revocation Url */,
9791 77 /* Netscape SSL Server Name */,
9792 139 /* Netscape Server Gated Crypto */,
9793 178 /* OCSP */,
9794 370 /* OCSP Archive Cutoff */,
9795 367 /* OCSP CRL ID */,
9796 369 /* OCSP No Check */,
9797 366 /* OCSP Nonce */,
9798 371 /* OCSP Service Locator */,
9799 180 /* OCSP Signing */,
9800 161 /* PBES2 */,
9801 69 /* PBKDF2 */,
9802 162 /* PBMAC1 */,
9803 127 /* PKIX */,
9804 858 /* Permanent Identifier */,
9805 164 /* Policy Qualifier CPS */,
9806 165 /* Policy Qualifier User Notice */,
9807 385 /* Private */,
9808 663 /* Proxy Certificate Information */,
9809 1 /* RSA Data Security, Inc. */,
9810 2 /* RSA Data Security, Inc. PKCS */,
9811 188 /* S/MIME */,
9812 167 /* S/MIME Capabilities */,
9813 387 /* SNMPv2 */,
9814 512 /* Secure Electronic Transactions */,
9815 386 /* Security */,
9816 394 /* Selected Attribute Types */,
9817 143 /* Strong Extranet ID */,
9818 398 /* Subject Information Access */,
9819 130 /* TLS Web Client Authentication */,
9820 129 /* TLS Web Server Authentication */,
9821 133 /* Time Stamping */,
9822 375 /* Trust Root */,
9823 948 /* X25519 */,
9824 12 /* X509 */,
9825 402 /* X509v3 AC Targeting */,
9826 746 /* X509v3 Any Policy */,
9827 90 /* X509v3 Authority Key Identifier */,
9828 87 /* X509v3 Basic Constraints */,
9829 103 /* X509v3 CRL Distribution Points */,
9830 88 /* X509v3 CRL Number */,
9831 141 /* X509v3 CRL Reason Code */,
9832 771 /* X509v3 Certificate Issuer */,
9833 89 /* X509v3 Certificate Policies */,
9834 140 /* X509v3 Delta CRL Indicator */,
9835 126 /* X509v3 Extended Key Usage */,
9836 857 /* X509v3 Freshest CRL */,
9837 748 /* X509v3 Inhibit Any Policy */,
9838 86 /* X509v3 Issuer Alternative Name */,
9839 770 /* X509v3 Issuing Distribution Point */,
9840 83 /* X509v3 Key Usage */,
9841 666 /* X509v3 Name Constraints */,
9842 403 /* X509v3 No Revocation Available */,
9843 401 /* X509v3 Policy Constraints */,
9844 747 /* X509v3 Policy Mappings */,
9845 84 /* X509v3 Private Key Usage Period */,
9846 85 /* X509v3 Subject Alternative Name */,
9847 769 /* X509v3 Subject Directory Attributes */,
9848 82 /* X509v3 Subject Key Identifier */,
9849 920 /* X9.42 DH */,
9850 184 /* X9.57 */,
9851 185 /* X9.57 CM ? */,
9852 478 /* aRecord */,
9853 289 /* aaControls */,
9854 287 /* ac-auditEntity */,
9855 397 /* ac-proxying */,
9856 288 /* ac-targeting */,
9857 446 /* account */,
9858 364 /* ad dvcs */,
9859 606 /* additional verification */,
9860 419 /* aes-128-cbc */,
9861 916 /* aes-128-cbc-hmac-sha1 */,
9862 896 /* aes-128-ccm */,
9863 421 /* aes-128-cfb */,
9864 650 /* aes-128-cfb1 */,
9865 653 /* aes-128-cfb8 */,
9866 904 /* aes-128-ctr */,
9867 418 /* aes-128-ecb */,
9868 895 /* aes-128-gcm */,
9869 420 /* aes-128-ofb */,
9870 913 /* aes-128-xts */,
9871 423 /* aes-192-cbc */,
9872 917 /* aes-192-cbc-hmac-sha1 */,
9873 899 /* aes-192-ccm */,
9874 425 /* aes-192-cfb */,
9875 651 /* aes-192-cfb1 */,
9876 654 /* aes-192-cfb8 */,
9877 905 /* aes-192-ctr */,
9878 422 /* aes-192-ecb */,
9879 898 /* aes-192-gcm */,
9880 424 /* aes-192-ofb */,
9881 427 /* aes-256-cbc */,
9882 918 /* aes-256-cbc-hmac-sha1 */,
9883 902 /* aes-256-ccm */,
9884 429 /* aes-256-cfb */,
9885 652 /* aes-256-cfb1 */,
9886 655 /* aes-256-cfb8 */,
9887 906 /* aes-256-ctr */,
9888 426 /* aes-256-ecb */,
9889 901 /* aes-256-gcm */,
9890 428 /* aes-256-ofb */,
9891 914 /* aes-256-xts */,
9892 376 /* algorithm */,
9893 484 /* associatedDomain */,
9894 485 /* associatedName */,
9895 501 /* audio */,
Robert Sloan84377092017-08-14 09:33:19 -07009896 958 /* auth-any */,
9897 955 /* auth-ecdsa */,
9898 956 /* auth-psk */,
9899 954 /* auth-rsa */,
Robert Sloan69939df2017-01-09 10:53:07 -08009900 882 /* authorityRevocationList */,
9901 91 /* bf-cbc */,
9902 93 /* bf-cfb */,
9903 92 /* bf-ecb */,
9904 94 /* bf-ofb */,
9905 921 /* brainpoolP160r1 */,
9906 922 /* brainpoolP160t1 */,
9907 923 /* brainpoolP192r1 */,
9908 924 /* brainpoolP192t1 */,
9909 925 /* brainpoolP224r1 */,
9910 926 /* brainpoolP224t1 */,
9911 927 /* brainpoolP256r1 */,
9912 928 /* brainpoolP256t1 */,
9913 929 /* brainpoolP320r1 */,
9914 930 /* brainpoolP320t1 */,
9915 931 /* brainpoolP384r1 */,
9916 932 /* brainpoolP384t1 */,
9917 933 /* brainpoolP512r1 */,
9918 934 /* brainpoolP512t1 */,
9919 494 /* buildingName */,
9920 860 /* businessCategory */,
9921 691 /* c2onb191v4 */,
9922 692 /* c2onb191v5 */,
9923 697 /* c2onb239v4 */,
9924 698 /* c2onb239v5 */,
9925 684 /* c2pnb163v1 */,
9926 685 /* c2pnb163v2 */,
9927 686 /* c2pnb163v3 */,
9928 687 /* c2pnb176v1 */,
9929 693 /* c2pnb208w1 */,
9930 699 /* c2pnb272w1 */,
9931 700 /* c2pnb304w1 */,
9932 702 /* c2pnb368w1 */,
9933 688 /* c2tnb191v1 */,
9934 689 /* c2tnb191v2 */,
9935 690 /* c2tnb191v3 */,
9936 694 /* c2tnb239v1 */,
9937 695 /* c2tnb239v2 */,
9938 696 /* c2tnb239v3 */,
9939 701 /* c2tnb359v1 */,
9940 703 /* c2tnb431r1 */,
9941 881 /* cACertificate */,
9942 483 /* cNAMERecord */,
9943 751 /* camellia-128-cbc */,
9944 757 /* camellia-128-cfb */,
9945 760 /* camellia-128-cfb1 */,
9946 763 /* camellia-128-cfb8 */,
9947 754 /* camellia-128-ecb */,
9948 766 /* camellia-128-ofb */,
9949 752 /* camellia-192-cbc */,
9950 758 /* camellia-192-cfb */,
9951 761 /* camellia-192-cfb1 */,
9952 764 /* camellia-192-cfb8 */,
9953 755 /* camellia-192-ecb */,
9954 767 /* camellia-192-ofb */,
9955 753 /* camellia-256-cbc */,
9956 759 /* camellia-256-cfb */,
9957 762 /* camellia-256-cfb1 */,
9958 765 /* camellia-256-cfb8 */,
9959 756 /* camellia-256-ecb */,
9960 768 /* camellia-256-ofb */,
9961 443 /* caseIgnoreIA5StringSyntax */,
9962 108 /* cast5-cbc */,
9963 110 /* cast5-cfb */,
9964 109 /* cast5-ecb */,
9965 111 /* cast5-ofb */,
9966 152 /* certBag */,
9967 677 /* certicom-arc */,
9968 517 /* certificate extensions */,
9969 883 /* certificateRevocationList */,
Robert Sloan84377092017-08-14 09:33:19 -07009970 950 /* chacha20-poly1305 */,
Robert Sloan69939df2017-01-09 10:53:07 -08009971 54 /* challengePassword */,
9972 407 /* characteristic-two-field */,
9973 395 /* clearance */,
9974 633 /* cleartext track 2 */,
9975 894 /* cmac */,
9976 13 /* commonName */,
9977 513 /* content types */,
9978 50 /* contentType */,
9979 53 /* countersignature */,
9980 14 /* countryName */,
9981 153 /* crlBag */,
9982 884 /* crossCertificatePair */,
9983 806 /* cryptocom */,
9984 805 /* cryptopro */,
9985 500 /* dITRedirect */,
9986 451 /* dNSDomain */,
9987 495 /* dSAQuality */,
9988 434 /* data */,
9989 390 /* dcObject */,
9990 891 /* deltaRevocationList */,
9991 31 /* des-cbc */,
9992 643 /* des-cdmf */,
9993 30 /* des-cfb */,
9994 656 /* des-cfb1 */,
9995 657 /* des-cfb8 */,
9996 29 /* des-ecb */,
9997 32 /* des-ede */,
9998 43 /* des-ede-cbc */,
9999 60 /* des-ede-cfb */,
10000 62 /* des-ede-ofb */,
10001 33 /* des-ede3 */,
10002 44 /* des-ede3-cbc */,
10003 61 /* des-ede3-cfb */,
10004 658 /* des-ede3-cfb1 */,
10005 659 /* des-ede3-cfb8 */,
10006 63 /* des-ede3-ofb */,
10007 45 /* des-ofb */,
10008 107 /* description */,
10009 871 /* destinationIndicator */,
10010 80 /* desx-cbc */,
10011 947 /* dh-cofactor-kdf */,
10012 946 /* dh-std-kdf */,
10013 28 /* dhKeyAgreement */,
10014 941 /* dhSinglePass-cofactorDH-sha1kdf-scheme */,
10015 942 /* dhSinglePass-cofactorDH-sha224kdf-scheme */,
10016 943 /* dhSinglePass-cofactorDH-sha256kdf-scheme */,
10017 944 /* dhSinglePass-cofactorDH-sha384kdf-scheme */,
10018 945 /* dhSinglePass-cofactorDH-sha512kdf-scheme */,
10019 936 /* dhSinglePass-stdDH-sha1kdf-scheme */,
10020 937 /* dhSinglePass-stdDH-sha224kdf-scheme */,
10021 938 /* dhSinglePass-stdDH-sha256kdf-scheme */,
10022 939 /* dhSinglePass-stdDH-sha384kdf-scheme */,
10023 940 /* dhSinglePass-stdDH-sha512kdf-scheme */,
10024 11 /* directory services (X.500) */,
10025 378 /* directory services - algorithms */,
10026 887 /* distinguishedName */,
10027 892 /* dmdName */,
10028 174 /* dnQualifier */,
10029 447 /* document */,
10030 471 /* documentAuthor */,
10031 468 /* documentIdentifier */,
10032 472 /* documentLocation */,
10033 502 /* documentPublisher */,
10034 449 /* documentSeries */,
10035 469 /* documentTitle */,
10036 470 /* documentVersion */,
10037 380 /* dod */,
10038 391 /* domainComponent */,
10039 452 /* domainRelatedObject */,
10040 116 /* dsaEncryption */,
10041 67 /* dsaEncryption-old */,
10042 66 /* dsaWithSHA */,
10043 113 /* dsaWithSHA1 */,
10044 70 /* dsaWithSHA1-old */,
10045 802 /* dsa_with_SHA224 */,
10046 803 /* dsa_with_SHA256 */,
10047 297 /* dvcs */,
10048 791 /* ecdsa-with-Recommended */,
10049 416 /* ecdsa-with-SHA1 */,
10050 793 /* ecdsa-with-SHA224 */,
10051 794 /* ecdsa-with-SHA256 */,
10052 795 /* ecdsa-with-SHA384 */,
10053 796 /* ecdsa-with-SHA512 */,
10054 792 /* ecdsa-with-Specified */,
10055 48 /* emailAddress */,
10056 632 /* encrypted track 2 */,
10057 885 /* enhancedSearchGuide */,
10058 56 /* extendedCertificateAttributes */,
10059 867 /* facsimileTelephoneNumber */,
10060 462 /* favouriteDrink */,
10061 453 /* friendlyCountry */,
10062 490 /* friendlyCountryName */,
10063 156 /* friendlyName */,
10064 631 /* generate cryptogram */,
10065 509 /* generationQualifier */,
10066 601 /* generic cryptogram */,
10067 99 /* givenName */,
10068 814 /* gost89-cnt */,
10069 855 /* hmac */,
10070 780 /* hmac-md5 */,
10071 781 /* hmac-sha1 */,
10072 797 /* hmacWithMD5 */,
10073 163 /* hmacWithSHA1 */,
10074 798 /* hmacWithSHA224 */,
10075 799 /* hmacWithSHA256 */,
10076 800 /* hmacWithSHA384 */,
10077 801 /* hmacWithSHA512 */,
10078 486 /* homePostalAddress */,
10079 473 /* homeTelephoneNumber */,
10080 466 /* host */,
10081 889 /* houseIdentifier */,
10082 442 /* iA5StringSyntax */,
10083 381 /* iana */,
10084 824 /* id-Gost28147-89-CryptoPro-A-ParamSet */,
10085 825 /* id-Gost28147-89-CryptoPro-B-ParamSet */,
10086 826 /* id-Gost28147-89-CryptoPro-C-ParamSet */,
10087 827 /* id-Gost28147-89-CryptoPro-D-ParamSet */,
10088 819 /* id-Gost28147-89-CryptoPro-KeyMeshing */,
10089 829 /* id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet */,
10090 828 /* id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet */,
10091 830 /* id-Gost28147-89-CryptoPro-RIC-1-ParamSet */,
10092 820 /* id-Gost28147-89-None-KeyMeshing */,
10093 823 /* id-Gost28147-89-TestParamSet */,
10094 840 /* id-GostR3410-2001-CryptoPro-A-ParamSet */,
10095 841 /* id-GostR3410-2001-CryptoPro-B-ParamSet */,
10096 842 /* id-GostR3410-2001-CryptoPro-C-ParamSet */,
10097 843 /* id-GostR3410-2001-CryptoPro-XchA-ParamSet */,
10098 844 /* id-GostR3410-2001-CryptoPro-XchB-ParamSet */,
10099 839 /* id-GostR3410-2001-TestParamSet */,
10100 832 /* id-GostR3410-94-CryptoPro-A-ParamSet */,
10101 833 /* id-GostR3410-94-CryptoPro-B-ParamSet */,
10102 834 /* id-GostR3410-94-CryptoPro-C-ParamSet */,
10103 835 /* id-GostR3410-94-CryptoPro-D-ParamSet */,
10104 836 /* id-GostR3410-94-CryptoPro-XchA-ParamSet */,
10105 837 /* id-GostR3410-94-CryptoPro-XchB-ParamSet */,
10106 838 /* id-GostR3410-94-CryptoPro-XchC-ParamSet */,
10107 831 /* id-GostR3410-94-TestParamSet */,
10108 845 /* id-GostR3410-94-a */,
10109 846 /* id-GostR3410-94-aBis */,
10110 847 /* id-GostR3410-94-b */,
10111 848 /* id-GostR3410-94-bBis */,
10112 822 /* id-GostR3411-94-CryptoProParamSet */,
10113 821 /* id-GostR3411-94-TestParamSet */,
10114 266 /* id-aca */,
10115 355 /* id-aca-accessIdentity */,
10116 354 /* id-aca-authenticationInfo */,
10117 356 /* id-aca-chargingIdentity */,
10118 399 /* id-aca-encAttrs */,
10119 357 /* id-aca-group */,
10120 358 /* id-aca-role */,
10121 176 /* id-ad */,
10122 788 /* id-aes128-wrap */,
10123 897 /* id-aes128-wrap-pad */,
10124 789 /* id-aes192-wrap */,
10125 900 /* id-aes192-wrap-pad */,
10126 790 /* id-aes256-wrap */,
10127 903 /* id-aes256-wrap-pad */,
10128 262 /* id-alg */,
10129 893 /* id-alg-PWRI-KEK */,
10130 323 /* id-alg-des40 */,
10131 326 /* id-alg-dh-pop */,
10132 325 /* id-alg-dh-sig-hmac-sha1 */,
10133 324 /* id-alg-noSignature */,
10134 907 /* id-camellia128-wrap */,
10135 908 /* id-camellia192-wrap */,
10136 909 /* id-camellia256-wrap */,
10137 268 /* id-cct */,
10138 361 /* id-cct-PKIData */,
10139 362 /* id-cct-PKIResponse */,
10140 360 /* id-cct-crs */,
10141 81 /* id-ce */,
10142 680 /* id-characteristic-two-basis */,
10143 263 /* id-cmc */,
10144 334 /* id-cmc-addExtensions */,
10145 346 /* id-cmc-confirmCertAcceptance */,
10146 330 /* id-cmc-dataReturn */,
10147 336 /* id-cmc-decryptedPOP */,
10148 335 /* id-cmc-encryptedPOP */,
10149 339 /* id-cmc-getCRL */,
10150 338 /* id-cmc-getCert */,
10151 328 /* id-cmc-identification */,
10152 329 /* id-cmc-identityProof */,
10153 337 /* id-cmc-lraPOPWitness */,
10154 344 /* id-cmc-popLinkRandom */,
10155 345 /* id-cmc-popLinkWitness */,
10156 343 /* id-cmc-queryPending */,
10157 333 /* id-cmc-recipientNonce */,
10158 341 /* id-cmc-regInfo */,
10159 342 /* id-cmc-responseInfo */,
10160 340 /* id-cmc-revokeRequest */,
10161 332 /* id-cmc-senderNonce */,
10162 327 /* id-cmc-statusInfo */,
10163 331 /* id-cmc-transactionId */,
10164 787 /* id-ct-asciiTextWithCRLF */,
10165 408 /* id-ecPublicKey */,
10166 508 /* id-hex-multipart-message */,
10167 507 /* id-hex-partial-message */,
10168 260 /* id-it */,
10169 302 /* id-it-caKeyUpdateInfo */,
10170 298 /* id-it-caProtEncCert */,
10171 311 /* id-it-confirmWaitTime */,
10172 303 /* id-it-currentCRL */,
10173 300 /* id-it-encKeyPairTypes */,
10174 310 /* id-it-implicitConfirm */,
10175 308 /* id-it-keyPairParamRep */,
10176 307 /* id-it-keyPairParamReq */,
10177 312 /* id-it-origPKIMessage */,
10178 301 /* id-it-preferredSymmAlg */,
10179 309 /* id-it-revPassphrase */,
10180 299 /* id-it-signKeyPairTypes */,
10181 305 /* id-it-subscriptionRequest */,
10182 306 /* id-it-subscriptionResponse */,
10183 784 /* id-it-suppLangTags */,
10184 304 /* id-it-unsupportedOIDs */,
10185 128 /* id-kp */,
10186 280 /* id-mod-attribute-cert */,
10187 274 /* id-mod-cmc */,
10188 277 /* id-mod-cmp */,
10189 284 /* id-mod-cmp2000 */,
10190 273 /* id-mod-crmf */,
10191 283 /* id-mod-dvcs */,
10192 275 /* id-mod-kea-profile-88 */,
10193 276 /* id-mod-kea-profile-93 */,
10194 282 /* id-mod-ocsp */,
10195 278 /* id-mod-qualified-cert-88 */,
10196 279 /* id-mod-qualified-cert-93 */,
10197 281 /* id-mod-timestamp-protocol */,
10198 264 /* id-on */,
10199 347 /* id-on-personalData */,
10200 265 /* id-pda */,
10201 352 /* id-pda-countryOfCitizenship */,
10202 353 /* id-pda-countryOfResidence */,
10203 348 /* id-pda-dateOfBirth */,
10204 351 /* id-pda-gender */,
10205 349 /* id-pda-placeOfBirth */,
10206 175 /* id-pe */,
10207 261 /* id-pkip */,
10208 258 /* id-pkix-mod */,
10209 269 /* id-pkix1-explicit-88 */,
10210 271 /* id-pkix1-explicit-93 */,
10211 270 /* id-pkix1-implicit-88 */,
10212 272 /* id-pkix1-implicit-93 */,
10213 662 /* id-ppl */,
10214 267 /* id-qcs */,
10215 359 /* id-qcs-pkixQCSyntax-v1 */,
10216 259 /* id-qt */,
10217 313 /* id-regCtrl */,
10218 316 /* id-regCtrl-authenticator */,
10219 319 /* id-regCtrl-oldCertID */,
10220 318 /* id-regCtrl-pkiArchiveOptions */,
10221 317 /* id-regCtrl-pkiPublicationInfo */,
10222 320 /* id-regCtrl-protocolEncrKey */,
10223 315 /* id-regCtrl-regToken */,
10224 314 /* id-regInfo */,
10225 322 /* id-regInfo-certReq */,
10226 321 /* id-regInfo-utf8Pairs */,
10227 191 /* id-smime-aa */,
10228 215 /* id-smime-aa-contentHint */,
10229 218 /* id-smime-aa-contentIdentifier */,
10230 221 /* id-smime-aa-contentReference */,
10231 240 /* id-smime-aa-dvcs-dvc */,
10232 217 /* id-smime-aa-encapContentType */,
10233 222 /* id-smime-aa-encrypKeyPref */,
10234 220 /* id-smime-aa-equivalentLabels */,
10235 232 /* id-smime-aa-ets-CertificateRefs */,
10236 233 /* id-smime-aa-ets-RevocationRefs */,
10237 238 /* id-smime-aa-ets-archiveTimeStamp */,
10238 237 /* id-smime-aa-ets-certCRLTimestamp */,
10239 234 /* id-smime-aa-ets-certValues */,
10240 227 /* id-smime-aa-ets-commitmentType */,
10241 231 /* id-smime-aa-ets-contentTimestamp */,
10242 236 /* id-smime-aa-ets-escTimeStamp */,
10243 230 /* id-smime-aa-ets-otherSigCert */,
10244 235 /* id-smime-aa-ets-revocationValues */,
10245 226 /* id-smime-aa-ets-sigPolicyId */,
10246 229 /* id-smime-aa-ets-signerAttr */,
10247 228 /* id-smime-aa-ets-signerLocation */,
10248 219 /* id-smime-aa-macValue */,
10249 214 /* id-smime-aa-mlExpandHistory */,
10250 216 /* id-smime-aa-msgSigDigest */,
10251 212 /* id-smime-aa-receiptRequest */,
10252 213 /* id-smime-aa-securityLabel */,
10253 239 /* id-smime-aa-signatureType */,
10254 223 /* id-smime-aa-signingCertificate */,
10255 224 /* id-smime-aa-smimeEncryptCerts */,
10256 225 /* id-smime-aa-timeStampToken */,
10257 192 /* id-smime-alg */,
10258 243 /* id-smime-alg-3DESwrap */,
10259 246 /* id-smime-alg-CMS3DESwrap */,
10260 247 /* id-smime-alg-CMSRC2wrap */,
10261 245 /* id-smime-alg-ESDH */,
10262 241 /* id-smime-alg-ESDHwith3DES */,
10263 242 /* id-smime-alg-ESDHwithRC2 */,
10264 244 /* id-smime-alg-RC2wrap */,
10265 193 /* id-smime-cd */,
10266 248 /* id-smime-cd-ldap */,
10267 190 /* id-smime-ct */,
10268 210 /* id-smime-ct-DVCSRequestData */,
10269 211 /* id-smime-ct-DVCSResponseData */,
10270 208 /* id-smime-ct-TDTInfo */,
10271 207 /* id-smime-ct-TSTInfo */,
10272 205 /* id-smime-ct-authData */,
10273 786 /* id-smime-ct-compressedData */,
10274 209 /* id-smime-ct-contentInfo */,
10275 206 /* id-smime-ct-publishCert */,
10276 204 /* id-smime-ct-receipt */,
10277 195 /* id-smime-cti */,
10278 255 /* id-smime-cti-ets-proofOfApproval */,
10279 256 /* id-smime-cti-ets-proofOfCreation */,
10280 253 /* id-smime-cti-ets-proofOfDelivery */,
10281 251 /* id-smime-cti-ets-proofOfOrigin */,
10282 252 /* id-smime-cti-ets-proofOfReceipt */,
10283 254 /* id-smime-cti-ets-proofOfSender */,
10284 189 /* id-smime-mod */,
10285 196 /* id-smime-mod-cms */,
10286 197 /* id-smime-mod-ess */,
10287 202 /* id-smime-mod-ets-eSigPolicy-88 */,
10288 203 /* id-smime-mod-ets-eSigPolicy-97 */,
10289 200 /* id-smime-mod-ets-eSignature-88 */,
10290 201 /* id-smime-mod-ets-eSignature-97 */,
10291 199 /* id-smime-mod-msg-v3 */,
10292 198 /* id-smime-mod-oid */,
10293 194 /* id-smime-spq */,
10294 250 /* id-smime-spq-ets-sqt-unotice */,
10295 249 /* id-smime-spq-ets-sqt-uri */,
10296 34 /* idea-cbc */,
10297 35 /* idea-cfb */,
10298 36 /* idea-ecb */,
10299 46 /* idea-ofb */,
10300 676 /* identified-organization */,
10301 461 /* info */,
10302 101 /* initials */,
10303 869 /* internationaliSDNNumber */,
10304 749 /* ipsec3 */,
10305 750 /* ipsec4 */,
10306 181 /* iso */,
10307 623 /* issuer capabilities */,
10308 645 /* itu-t */,
10309 492 /* janetMailbox */,
10310 646 /* joint-iso-itu-t */,
10311 150 /* keyBag */,
10312 773 /* kisa */,
Robert Sloan84377092017-08-14 09:33:19 -070010313 957 /* kx-any */,
10314 952 /* kx-ecdhe */,
10315 953 /* kx-psk */,
10316 951 /* kx-rsa */,
Robert Sloan69939df2017-01-09 10:53:07 -080010317 477 /* lastModifiedBy */,
10318 476 /* lastModifiedTime */,
10319 157 /* localKeyID */,
10320 15 /* localityName */,
10321 480 /* mXRecord */,
10322 493 /* mailPreferenceOption */,
10323 467 /* manager */,
10324 3 /* md2 */,
10325 7 /* md2WithRSAEncryption */,
10326 257 /* md4 */,
10327 396 /* md4WithRSAEncryption */,
10328 4 /* md5 */,
10329 114 /* md5-sha1 */,
10330 104 /* md5WithRSA */,
10331 8 /* md5WithRSAEncryption */,
10332 95 /* mdc2 */,
10333 96 /* mdc2WithRSA */,
10334 875 /* member */,
10335 602 /* merchant initiated auth */,
10336 514 /* message extensions */,
10337 51 /* messageDigest */,
10338 911 /* mgf1 */,
10339 506 /* mime-mhs-bodies */,
10340 505 /* mime-mhs-headings */,
10341 488 /* mobileTelephoneNumber */,
10342 481 /* nSRecord */,
10343 173 /* name */,
10344 681 /* onBasis */,
10345 379 /* org */,
10346 17 /* organizationName */,
10347 491 /* organizationalStatus */,
10348 18 /* organizationalUnitName */,
10349 475 /* otherMailbox */,
10350 876 /* owner */,
10351 935 /* pSpecified */,
10352 489 /* pagerTelephoneNumber */,
10353 782 /* password based MAC */,
10354 374 /* path */,
10355 621 /* payment gateway capabilities */,
10356 9 /* pbeWithMD2AndDES-CBC */,
10357 168 /* pbeWithMD2AndRC2-CBC */,
10358 112 /* pbeWithMD5AndCast5CBC */,
10359 10 /* pbeWithMD5AndDES-CBC */,
10360 169 /* pbeWithMD5AndRC2-CBC */,
10361 148 /* pbeWithSHA1And128BitRC2-CBC */,
10362 144 /* pbeWithSHA1And128BitRC4 */,
10363 147 /* pbeWithSHA1And2-KeyTripleDES-CBC */,
10364 146 /* pbeWithSHA1And3-KeyTripleDES-CBC */,
10365 149 /* pbeWithSHA1And40BitRC2-CBC */,
10366 145 /* pbeWithSHA1And40BitRC4 */,
10367 170 /* pbeWithSHA1AndDES-CBC */,
10368 68 /* pbeWithSHA1AndRC2-CBC */,
10369 499 /* personalSignature */,
10370 487 /* personalTitle */,
10371 464 /* photo */,
10372 863 /* physicalDeliveryOfficeName */,
10373 437 /* pilot */,
10374 439 /* pilotAttributeSyntax */,
10375 438 /* pilotAttributeType */,
10376 479 /* pilotAttributeType27 */,
10377 456 /* pilotDSA */,
10378 441 /* pilotGroups */,
10379 444 /* pilotObject */,
10380 440 /* pilotObjectClass */,
10381 455 /* pilotOrganization */,
10382 445 /* pilotPerson */,
10383 186 /* pkcs1 */,
10384 27 /* pkcs3 */,
10385 187 /* pkcs5 */,
10386 20 /* pkcs7 */,
10387 21 /* pkcs7-data */,
10388 25 /* pkcs7-digestData */,
10389 26 /* pkcs7-encryptedData */,
10390 23 /* pkcs7-envelopedData */,
10391 24 /* pkcs7-signedAndEnvelopedData */,
10392 22 /* pkcs7-signedData */,
10393 151 /* pkcs8ShroudedKeyBag */,
10394 47 /* pkcs9 */,
10395 862 /* postOfficeBox */,
10396 861 /* postalAddress */,
10397 661 /* postalCode */,
10398 683 /* ppBasis */,
10399 872 /* preferredDeliveryMethod */,
10400 873 /* presentationAddress */,
10401 406 /* prime-field */,
10402 409 /* prime192v1 */,
10403 410 /* prime192v2 */,
10404 411 /* prime192v3 */,
10405 412 /* prime239v1 */,
10406 413 /* prime239v2 */,
10407 414 /* prime239v3 */,
10408 415 /* prime256v1 */,
10409 886 /* protocolInformation */,
10410 510 /* pseudonym */,
10411 435 /* pss */,
10412 286 /* qcStatements */,
10413 457 /* qualityLabelledData */,
10414 450 /* rFC822localPart */,
10415 98 /* rc2-40-cbc */,
10416 166 /* rc2-64-cbc */,
10417 37 /* rc2-cbc */,
10418 39 /* rc2-cfb */,
10419 38 /* rc2-ecb */,
10420 40 /* rc2-ofb */,
10421 5 /* rc4 */,
10422 97 /* rc4-40 */,
10423 915 /* rc4-hmac-md5 */,
10424 120 /* rc5-cbc */,
10425 122 /* rc5-cfb */,
10426 121 /* rc5-ecb */,
10427 123 /* rc5-ofb */,
10428 870 /* registeredAddress */,
10429 460 /* rfc822Mailbox */,
10430 117 /* ripemd160 */,
10431 119 /* ripemd160WithRSA */,
10432 400 /* role */,
10433 877 /* roleOccupant */,
10434 448 /* room */,
10435 463 /* roomNumber */,
10436 19 /* rsa */,
10437 6 /* rsaEncryption */,
10438 644 /* rsaOAEPEncryptionSET */,
10439 377 /* rsaSignature */,
10440 919 /* rsaesOaep */,
10441 912 /* rsassaPss */,
10442 482 /* sOARecord */,
10443 155 /* safeContentsBag */,
10444 291 /* sbgp-autonomousSysNum */,
10445 290 /* sbgp-ipAddrBlock */,
10446 292 /* sbgp-routerIdentifier */,
10447 159 /* sdsiCertificate */,
10448 859 /* searchGuide */,
10449 704 /* secp112r1 */,
10450 705 /* secp112r2 */,
10451 706 /* secp128r1 */,
10452 707 /* secp128r2 */,
10453 708 /* secp160k1 */,
10454 709 /* secp160r1 */,
10455 710 /* secp160r2 */,
10456 711 /* secp192k1 */,
10457 712 /* secp224k1 */,
10458 713 /* secp224r1 */,
10459 714 /* secp256k1 */,
10460 715 /* secp384r1 */,
10461 716 /* secp521r1 */,
10462 154 /* secretBag */,
10463 474 /* secretary */,
10464 717 /* sect113r1 */,
10465 718 /* sect113r2 */,
10466 719 /* sect131r1 */,
10467 720 /* sect131r2 */,
10468 721 /* sect163k1 */,
10469 722 /* sect163r1 */,
10470 723 /* sect163r2 */,
10471 724 /* sect193r1 */,
10472 725 /* sect193r2 */,
10473 726 /* sect233k1 */,
10474 727 /* sect233r1 */,
10475 728 /* sect239k1 */,
10476 729 /* sect283k1 */,
10477 730 /* sect283r1 */,
10478 731 /* sect409k1 */,
10479 732 /* sect409r1 */,
10480 733 /* sect571k1 */,
10481 734 /* sect571r1 */,
10482 635 /* secure device signature */,
10483 878 /* seeAlso */,
10484 777 /* seed-cbc */,
10485 779 /* seed-cfb */,
10486 776 /* seed-ecb */,
10487 778 /* seed-ofb */,
10488 105 /* serialNumber */,
10489 625 /* set-addPolicy */,
10490 515 /* set-attr */,
10491 518 /* set-brand */,
10492 638 /* set-brand-AmericanExpress */,
10493 637 /* set-brand-Diners */,
10494 636 /* set-brand-IATA-ATA */,
10495 639 /* set-brand-JCB */,
10496 641 /* set-brand-MasterCard */,
10497 642 /* set-brand-Novus */,
10498 640 /* set-brand-Visa */,
10499 516 /* set-policy */,
10500 607 /* set-policy-root */,
10501 624 /* set-rootKeyThumb */,
10502 620 /* setAttr-Cert */,
10503 628 /* setAttr-IssCap-CVM */,
10504 630 /* setAttr-IssCap-Sig */,
10505 629 /* setAttr-IssCap-T2 */,
10506 627 /* setAttr-Token-B0Prime */,
10507 626 /* setAttr-Token-EMV */,
10508 622 /* setAttr-TokenType */,
10509 619 /* setCext-IssuerCapabilities */,
10510 615 /* setCext-PGWYcapabilities */,
10511 616 /* setCext-TokenIdentifier */,
10512 618 /* setCext-TokenType */,
10513 617 /* setCext-Track2Data */,
10514 611 /* setCext-cCertRequired */,
10515 609 /* setCext-certType */,
10516 608 /* setCext-hashedRoot */,
10517 610 /* setCext-merchData */,
10518 613 /* setCext-setExt */,
10519 614 /* setCext-setQualf */,
10520 612 /* setCext-tunneling */,
10521 540 /* setct-AcqCardCodeMsg */,
10522 576 /* setct-AcqCardCodeMsgTBE */,
10523 570 /* setct-AuthReqTBE */,
10524 534 /* setct-AuthReqTBS */,
10525 527 /* setct-AuthResBaggage */,
10526 571 /* setct-AuthResTBE */,
10527 572 /* setct-AuthResTBEX */,
10528 535 /* setct-AuthResTBS */,
10529 536 /* setct-AuthResTBSX */,
10530 528 /* setct-AuthRevReqBaggage */,
10531 577 /* setct-AuthRevReqTBE */,
10532 541 /* setct-AuthRevReqTBS */,
10533 529 /* setct-AuthRevResBaggage */,
10534 542 /* setct-AuthRevResData */,
10535 578 /* setct-AuthRevResTBE */,
10536 579 /* setct-AuthRevResTBEB */,
10537 543 /* setct-AuthRevResTBS */,
10538 573 /* setct-AuthTokenTBE */,
10539 537 /* setct-AuthTokenTBS */,
10540 600 /* setct-BCIDistributionTBS */,
10541 558 /* setct-BatchAdminReqData */,
10542 592 /* setct-BatchAdminReqTBE */,
10543 559 /* setct-BatchAdminResData */,
10544 593 /* setct-BatchAdminResTBE */,
10545 599 /* setct-CRLNotificationResTBS */,
10546 598 /* setct-CRLNotificationTBS */,
10547 580 /* setct-CapReqTBE */,
10548 581 /* setct-CapReqTBEX */,
10549 544 /* setct-CapReqTBS */,
10550 545 /* setct-CapReqTBSX */,
10551 546 /* setct-CapResData */,
10552 582 /* setct-CapResTBE */,
10553 583 /* setct-CapRevReqTBE */,
10554 584 /* setct-CapRevReqTBEX */,
10555 547 /* setct-CapRevReqTBS */,
10556 548 /* setct-CapRevReqTBSX */,
10557 549 /* setct-CapRevResData */,
10558 585 /* setct-CapRevResTBE */,
10559 538 /* setct-CapTokenData */,
10560 530 /* setct-CapTokenSeq */,
10561 574 /* setct-CapTokenTBE */,
10562 575 /* setct-CapTokenTBEX */,
10563 539 /* setct-CapTokenTBS */,
10564 560 /* setct-CardCInitResTBS */,
10565 566 /* setct-CertInqReqTBS */,
10566 563 /* setct-CertReqData */,
10567 595 /* setct-CertReqTBE */,
10568 596 /* setct-CertReqTBEX */,
10569 564 /* setct-CertReqTBS */,
10570 565 /* setct-CertResData */,
10571 597 /* setct-CertResTBE */,
10572 586 /* setct-CredReqTBE */,
10573 587 /* setct-CredReqTBEX */,
10574 550 /* setct-CredReqTBS */,
10575 551 /* setct-CredReqTBSX */,
10576 552 /* setct-CredResData */,
10577 588 /* setct-CredResTBE */,
10578 589 /* setct-CredRevReqTBE */,
10579 590 /* setct-CredRevReqTBEX */,
10580 553 /* setct-CredRevReqTBS */,
10581 554 /* setct-CredRevReqTBSX */,
10582 555 /* setct-CredRevResData */,
10583 591 /* setct-CredRevResTBE */,
10584 567 /* setct-ErrorTBS */,
10585 526 /* setct-HODInput */,
10586 561 /* setct-MeAqCInitResTBS */,
10587 522 /* setct-OIData */,
10588 519 /* setct-PANData */,
10589 521 /* setct-PANOnly */,
10590 520 /* setct-PANToken */,
10591 556 /* setct-PCertReqData */,
10592 557 /* setct-PCertResTBS */,
10593 523 /* setct-PI */,
10594 532 /* setct-PI-TBS */,
10595 524 /* setct-PIData */,
10596 525 /* setct-PIDataUnsigned */,
10597 568 /* setct-PIDualSignedTBE */,
10598 569 /* setct-PIUnsignedTBE */,
10599 531 /* setct-PInitResData */,
10600 533 /* setct-PResData */,
10601 594 /* setct-RegFormReqTBE */,
10602 562 /* setct-RegFormResTBS */,
10603 604 /* setext-pinAny */,
10604 603 /* setext-pinSecure */,
10605 605 /* setext-track2 */,
10606 41 /* sha */,
10607 64 /* sha1 */,
10608 115 /* sha1WithRSA */,
10609 65 /* sha1WithRSAEncryption */,
10610 675 /* sha224 */,
10611 671 /* sha224WithRSAEncryption */,
10612 672 /* sha256 */,
10613 668 /* sha256WithRSAEncryption */,
10614 673 /* sha384 */,
10615 669 /* sha384WithRSAEncryption */,
10616 674 /* sha512 */,
10617 670 /* sha512WithRSAEncryption */,
10618 42 /* shaWithRSAEncryption */,
10619 52 /* signingTime */,
10620 454 /* simpleSecurityObject */,
10621 496 /* singleLevelQuality */,
10622 16 /* stateOrProvinceName */,
10623 660 /* streetAddress */,
10624 498 /* subtreeMaximumQuality */,
10625 497 /* subtreeMinimumQuality */,
10626 890 /* supportedAlgorithms */,
10627 874 /* supportedApplicationContext */,
10628 100 /* surname */,
10629 864 /* telephoneNumber */,
10630 866 /* teletexTerminalIdentifier */,
10631 865 /* telexNumber */,
10632 459 /* textEncodedORAddress */,
10633 293 /* textNotice */,
10634 106 /* title */,
10635 682 /* tpBasis */,
10636 436 /* ucl */,
10637 0 /* undefined */,
10638 888 /* uniqueMember */,
10639 55 /* unstructuredAddress */,
10640 49 /* unstructuredName */,
10641 880 /* userCertificate */,
10642 465 /* userClass */,
10643 458 /* userId */,
10644 879 /* userPassword */,
10645 373 /* valid */,
10646 678 /* wap */,
10647 679 /* wap-wsg */,
10648 735 /* wap-wsg-idm-ecid-wtls1 */,
10649 743 /* wap-wsg-idm-ecid-wtls10 */,
10650 744 /* wap-wsg-idm-ecid-wtls11 */,
10651 745 /* wap-wsg-idm-ecid-wtls12 */,
10652 736 /* wap-wsg-idm-ecid-wtls3 */,
10653 737 /* wap-wsg-idm-ecid-wtls4 */,
10654 738 /* wap-wsg-idm-ecid-wtls5 */,
10655 739 /* wap-wsg-idm-ecid-wtls6 */,
10656 740 /* wap-wsg-idm-ecid-wtls7 */,
10657 741 /* wap-wsg-idm-ecid-wtls8 */,
10658 742 /* wap-wsg-idm-ecid-wtls9 */,
10659 804 /* whirlpool */,
10660 868 /* x121Address */,
10661 503 /* x500UniqueIdentifier */,
10662 158 /* x509Certificate */,
10663 160 /* x509Crl */,
10664 125 /* zlib compression */,
Adam Langleyd9e397b2015-01-22 14:27:53 -080010665};
10666
Robert Sloan69939df2017-01-09 10:53:07 -080010667static const unsigned kNIDsInOIDOrder[] = {
Robert Sloan8ff03552017-06-14 12:40:58 -070010668 434 /* 0.9 (OBJ_data) */,
10669 182 /* 1.2 (OBJ_member_body) */,
10670 379 /* 1.3 (OBJ_org) */,
10671 676 /* 1.3 (OBJ_identified_organization) */,
10672 11 /* 2.5 (OBJ_X500) */,
10673 647 /* 2.23 (OBJ_international_organizations) */,
10674 380 /* 1.3.6 (OBJ_dod) */,
10675 12 /* 2.5.4 (OBJ_X509) */,
10676 378 /* 2.5.8 (OBJ_X500algorithms) */,
10677 81 /* 2.5.29 (OBJ_id_ce) */,
10678 512 /* 2.23.42 (OBJ_id_set) */,
10679 678 /* 2.23.43 (OBJ_wap) */,
10680 435 /* 0.9.2342 (OBJ_pss) */,
10681 183 /* 1.2.840 (OBJ_ISO_US) */,
10682 381 /* 1.3.6.1 (OBJ_iana) */,
10683 949 /* 1.3.101.112 (OBJ_ED25519) */,
Robert Sloan572a4e22017-04-17 10:52:19 -070010684 677 /* 1.3.132 (OBJ_certicom_arc) */,
Robert Sloan69939df2017-01-09 10:53:07 -080010685 394 /* 2.5.1.5 (OBJ_selected_attribute_types) */,
Robert Sloan8ff03552017-06-14 12:40:58 -070010686 13 /* 2.5.4.3 (OBJ_commonName) */,
10687 100 /* 2.5.4.4 (OBJ_surname) */,
10688 105 /* 2.5.4.5 (OBJ_serialNumber) */,
10689 14 /* 2.5.4.6 (OBJ_countryName) */,
Robert Sloan69939df2017-01-09 10:53:07 -080010690 15 /* 2.5.4.7 (OBJ_localityName) */,
10691 16 /* 2.5.4.8 (OBJ_stateOrProvinceName) */,
10692 660 /* 2.5.4.9 (OBJ_streetAddress) */,
10693 17 /* 2.5.4.10 (OBJ_organizationName) */,
10694 18 /* 2.5.4.11 (OBJ_organizationalUnitName) */,
Robert Sloan8ff03552017-06-14 12:40:58 -070010695 106 /* 2.5.4.12 (OBJ_title) */,
10696 107 /* 2.5.4.13 (OBJ_description) */,
Robert Sloan69939df2017-01-09 10:53:07 -080010697 859 /* 2.5.4.14 (OBJ_searchGuide) */,
10698 860 /* 2.5.4.15 (OBJ_businessCategory) */,
Robert Sloan8ff03552017-06-14 12:40:58 -070010699 861 /* 2.5.4.16 (OBJ_postalAddress) */,
10700 661 /* 2.5.4.17 (OBJ_postalCode) */,
Robert Sloan69939df2017-01-09 10:53:07 -080010701 862 /* 2.5.4.18 (OBJ_postOfficeBox) */,
10702 863 /* 2.5.4.19 (OBJ_physicalDeliveryOfficeName) */,
10703 864 /* 2.5.4.20 (OBJ_telephoneNumber) */,
10704 865 /* 2.5.4.21 (OBJ_telexNumber) */,
10705 866 /* 2.5.4.22 (OBJ_teletexTerminalIdentifier) */,
10706 867 /* 2.5.4.23 (OBJ_facsimileTelephoneNumber) */,
10707 868 /* 2.5.4.24 (OBJ_x121Address) */,
10708 869 /* 2.5.4.25 (OBJ_internationaliSDNNumber) */,
10709 870 /* 2.5.4.26 (OBJ_registeredAddress) */,
10710 871 /* 2.5.4.27 (OBJ_destinationIndicator) */,
10711 872 /* 2.5.4.28 (OBJ_preferredDeliveryMethod) */,
10712 873 /* 2.5.4.29 (OBJ_presentationAddress) */,
10713 874 /* 2.5.4.30 (OBJ_supportedApplicationContext) */,
Robert Sloan8ff03552017-06-14 12:40:58 -070010714 875 /* 2.5.4.31 (OBJ_member) */,
10715 876 /* 2.5.4.32 (OBJ_owner) */,
10716 877 /* 2.5.4.33 (OBJ_roleOccupant) */,
10717 878 /* 2.5.4.34 (OBJ_seeAlso) */,
Robert Sloan69939df2017-01-09 10:53:07 -080010718 879 /* 2.5.4.35 (OBJ_userPassword) */,
10719 880 /* 2.5.4.36 (OBJ_userCertificate) */,
10720 881 /* 2.5.4.37 (OBJ_cACertificate) */,
10721 882 /* 2.5.4.38 (OBJ_authorityRevocationList) */,
10722 883 /* 2.5.4.39 (OBJ_certificateRevocationList) */,
10723 884 /* 2.5.4.40 (OBJ_crossCertificatePair) */,
Robert Sloan8ff03552017-06-14 12:40:58 -070010724 173 /* 2.5.4.41 (OBJ_name) */,
10725 99 /* 2.5.4.42 (OBJ_givenName) */,
Robert Sloan69939df2017-01-09 10:53:07 -080010726 101 /* 2.5.4.43 (OBJ_initials) */,
10727 509 /* 2.5.4.44 (OBJ_generationQualifier) */,
10728 503 /* 2.5.4.45 (OBJ_x500UniqueIdentifier) */,
10729 174 /* 2.5.4.46 (OBJ_dnQualifier) */,
10730 885 /* 2.5.4.47 (OBJ_enhancedSearchGuide) */,
10731 886 /* 2.5.4.48 (OBJ_protocolInformation) */,
10732 887 /* 2.5.4.49 (OBJ_distinguishedName) */,
10733 888 /* 2.5.4.50 (OBJ_uniqueMember) */,
10734 889 /* 2.5.4.51 (OBJ_houseIdentifier) */,
10735 890 /* 2.5.4.52 (OBJ_supportedAlgorithms) */,
10736 891 /* 2.5.4.53 (OBJ_deltaRevocationList) */,
Robert Sloan8ff03552017-06-14 12:40:58 -070010737 892 /* 2.5.4.54 (OBJ_dmdName) */,
10738 510 /* 2.5.4.65 (OBJ_pseudonym) */,
Robert Sloan69939df2017-01-09 10:53:07 -080010739 400 /* 2.5.4.72 (OBJ_role) */,
10740 769 /* 2.5.29.9 (OBJ_subject_directory_attributes) */,
10741 82 /* 2.5.29.14 (OBJ_subject_key_identifier) */,
10742 83 /* 2.5.29.15 (OBJ_key_usage) */,
10743 84 /* 2.5.29.16 (OBJ_private_key_usage_period) */,
10744 85 /* 2.5.29.17 (OBJ_subject_alt_name) */,
10745 86 /* 2.5.29.18 (OBJ_issuer_alt_name) */,
10746 87 /* 2.5.29.19 (OBJ_basic_constraints) */,
Robert Sloan8ff03552017-06-14 12:40:58 -070010747 88 /* 2.5.29.20 (OBJ_crl_number) */,
10748 141 /* 2.5.29.21 (OBJ_crl_reason) */,
Robert Sloan69939df2017-01-09 10:53:07 -080010749 430 /* 2.5.29.23 (OBJ_hold_instruction_code) */,
10750 142 /* 2.5.29.24 (OBJ_invalidity_date) */,
10751 140 /* 2.5.29.27 (OBJ_delta_crl) */,
10752 770 /* 2.5.29.28 (OBJ_issuing_distribution_point) */,
10753 771 /* 2.5.29.29 (OBJ_certificate_issuer) */,
10754 666 /* 2.5.29.30 (OBJ_name_constraints) */,
10755 103 /* 2.5.29.31 (OBJ_crl_distribution_points) */,
10756 89 /* 2.5.29.32 (OBJ_certificate_policies) */,
10757 747 /* 2.5.29.33 (OBJ_policy_mappings) */,
10758 90 /* 2.5.29.35 (OBJ_authority_key_identifier) */,
10759 401 /* 2.5.29.36 (OBJ_policy_constraints) */,
10760 126 /* 2.5.29.37 (OBJ_ext_key_usage) */,
10761 857 /* 2.5.29.46 (OBJ_freshest_crl) */,
10762 748 /* 2.5.29.54 (OBJ_inhibit_any_policy) */,
10763 402 /* 2.5.29.55 (OBJ_target_information) */,
Robert Sloan8ff03552017-06-14 12:40:58 -070010764 403 /* 2.5.29.56 (OBJ_no_rev_avail) */,
10765 513 /* 2.23.42.0 (OBJ_set_ctype) */,
10766 514 /* 2.23.42.1 (OBJ_set_msgExt) */,
10767 515 /* 2.23.42.3 (OBJ_set_attr) */,
10768 516 /* 2.23.42.5 (OBJ_set_policy) */,
10769 517 /* 2.23.42.7 (OBJ_set_certExt) */,
10770 518 /* 2.23.42.8 (OBJ_set_brand) */,
10771 679 /* 2.23.43.1 (OBJ_wap_wsg) */,
10772 382 /* 1.3.6.1.1 (OBJ_Directory) */,
10773 383 /* 1.3.6.1.2 (OBJ_Management) */,
10774 384 /* 1.3.6.1.3 (OBJ_Experimental) */,
10775 385 /* 1.3.6.1.4 (OBJ_Private) */,
10776 386 /* 1.3.6.1.5 (OBJ_Security) */,
10777 387 /* 1.3.6.1.6 (OBJ_SNMPv2) */,
10778 388 /* 1.3.6.1.7 (OBJ_Mail) */,
10779 376 /* 1.3.14.3.2 (OBJ_algorithm) */,
10780 395 /* 2.5.1.5.55 (OBJ_clearance) */,
10781 19 /* 2.5.8.1.1 (OBJ_rsa) */,
10782 96 /* 2.5.8.3.100 (OBJ_mdc2WithRSA) */,
10783 95 /* 2.5.8.3.101 (OBJ_mdc2) */,
Robert Sloan69939df2017-01-09 10:53:07 -080010784 746 /* 2.5.29.32.0 (OBJ_any_policy) */,
10785 910 /* 2.5.29.37.0 (OBJ_anyExtendedKeyUsage) */,
10786 519 /* 2.23.42.0.0 (OBJ_setct_PANData) */,
10787 520 /* 2.23.42.0.1 (OBJ_setct_PANToken) */,
10788 521 /* 2.23.42.0.2 (OBJ_setct_PANOnly) */,
10789 522 /* 2.23.42.0.3 (OBJ_setct_OIData) */,
10790 523 /* 2.23.42.0.4 (OBJ_setct_PI) */,
10791 524 /* 2.23.42.0.5 (OBJ_setct_PIData) */,
10792 525 /* 2.23.42.0.6 (OBJ_setct_PIDataUnsigned) */,
10793 526 /* 2.23.42.0.7 (OBJ_setct_HODInput) */,
10794 527 /* 2.23.42.0.8 (OBJ_setct_AuthResBaggage) */,
10795 528 /* 2.23.42.0.9 (OBJ_setct_AuthRevReqBaggage) */,
10796 529 /* 2.23.42.0.10 (OBJ_setct_AuthRevResBaggage) */,
10797 530 /* 2.23.42.0.11 (OBJ_setct_CapTokenSeq) */,
10798 531 /* 2.23.42.0.12 (OBJ_setct_PInitResData) */,
10799 532 /* 2.23.42.0.13 (OBJ_setct_PI_TBS) */,
10800 533 /* 2.23.42.0.14 (OBJ_setct_PResData) */,
10801 534 /* 2.23.42.0.16 (OBJ_setct_AuthReqTBS) */,
10802 535 /* 2.23.42.0.17 (OBJ_setct_AuthResTBS) */,
10803 536 /* 2.23.42.0.18 (OBJ_setct_AuthResTBSX) */,
10804 537 /* 2.23.42.0.19 (OBJ_setct_AuthTokenTBS) */,
10805 538 /* 2.23.42.0.20 (OBJ_setct_CapTokenData) */,
10806 539 /* 2.23.42.0.21 (OBJ_setct_CapTokenTBS) */,
10807 540 /* 2.23.42.0.22 (OBJ_setct_AcqCardCodeMsg) */,
10808 541 /* 2.23.42.0.23 (OBJ_setct_AuthRevReqTBS) */,
10809 542 /* 2.23.42.0.24 (OBJ_setct_AuthRevResData) */,
10810 543 /* 2.23.42.0.25 (OBJ_setct_AuthRevResTBS) */,
10811 544 /* 2.23.42.0.26 (OBJ_setct_CapReqTBS) */,
10812 545 /* 2.23.42.0.27 (OBJ_setct_CapReqTBSX) */,
10813 546 /* 2.23.42.0.28 (OBJ_setct_CapResData) */,
10814 547 /* 2.23.42.0.29 (OBJ_setct_CapRevReqTBS) */,
10815 548 /* 2.23.42.0.30 (OBJ_setct_CapRevReqTBSX) */,
10816 549 /* 2.23.42.0.31 (OBJ_setct_CapRevResData) */,
10817 550 /* 2.23.42.0.32 (OBJ_setct_CredReqTBS) */,
10818 551 /* 2.23.42.0.33 (OBJ_setct_CredReqTBSX) */,
10819 552 /* 2.23.42.0.34 (OBJ_setct_CredResData) */,
10820 553 /* 2.23.42.0.35 (OBJ_setct_CredRevReqTBS) */,
10821 554 /* 2.23.42.0.36 (OBJ_setct_CredRevReqTBSX) */,
10822 555 /* 2.23.42.0.37 (OBJ_setct_CredRevResData) */,
10823 556 /* 2.23.42.0.38 (OBJ_setct_PCertReqData) */,
10824 557 /* 2.23.42.0.39 (OBJ_setct_PCertResTBS) */,
10825 558 /* 2.23.42.0.40 (OBJ_setct_BatchAdminReqData) */,
10826 559 /* 2.23.42.0.41 (OBJ_setct_BatchAdminResData) */,
10827 560 /* 2.23.42.0.42 (OBJ_setct_CardCInitResTBS) */,
10828 561 /* 2.23.42.0.43 (OBJ_setct_MeAqCInitResTBS) */,
10829 562 /* 2.23.42.0.44 (OBJ_setct_RegFormResTBS) */,
10830 563 /* 2.23.42.0.45 (OBJ_setct_CertReqData) */,
10831 564 /* 2.23.42.0.46 (OBJ_setct_CertReqTBS) */,
10832 565 /* 2.23.42.0.47 (OBJ_setct_CertResData) */,
10833 566 /* 2.23.42.0.48 (OBJ_setct_CertInqReqTBS) */,
10834 567 /* 2.23.42.0.49 (OBJ_setct_ErrorTBS) */,
10835 568 /* 2.23.42.0.50 (OBJ_setct_PIDualSignedTBE) */,
10836 569 /* 2.23.42.0.51 (OBJ_setct_PIUnsignedTBE) */,
10837 570 /* 2.23.42.0.52 (OBJ_setct_AuthReqTBE) */,
10838 571 /* 2.23.42.0.53 (OBJ_setct_AuthResTBE) */,
10839 572 /* 2.23.42.0.54 (OBJ_setct_AuthResTBEX) */,
10840 573 /* 2.23.42.0.55 (OBJ_setct_AuthTokenTBE) */,
10841 574 /* 2.23.42.0.56 (OBJ_setct_CapTokenTBE) */,
10842 575 /* 2.23.42.0.57 (OBJ_setct_CapTokenTBEX) */,
10843 576 /* 2.23.42.0.58 (OBJ_setct_AcqCardCodeMsgTBE) */,
10844 577 /* 2.23.42.0.59 (OBJ_setct_AuthRevReqTBE) */,
10845 578 /* 2.23.42.0.60 (OBJ_setct_AuthRevResTBE) */,
10846 579 /* 2.23.42.0.61 (OBJ_setct_AuthRevResTBEB) */,
10847 580 /* 2.23.42.0.62 (OBJ_setct_CapReqTBE) */,
10848 581 /* 2.23.42.0.63 (OBJ_setct_CapReqTBEX) */,
10849 582 /* 2.23.42.0.64 (OBJ_setct_CapResTBE) */,
10850 583 /* 2.23.42.0.65 (OBJ_setct_CapRevReqTBE) */,
10851 584 /* 2.23.42.0.66 (OBJ_setct_CapRevReqTBEX) */,
10852 585 /* 2.23.42.0.67 (OBJ_setct_CapRevResTBE) */,
10853 586 /* 2.23.42.0.68 (OBJ_setct_CredReqTBE) */,
10854 587 /* 2.23.42.0.69 (OBJ_setct_CredReqTBEX) */,
10855 588 /* 2.23.42.0.70 (OBJ_setct_CredResTBE) */,
10856 589 /* 2.23.42.0.71 (OBJ_setct_CredRevReqTBE) */,
10857 590 /* 2.23.42.0.72 (OBJ_setct_CredRevReqTBEX) */,
10858 591 /* 2.23.42.0.73 (OBJ_setct_CredRevResTBE) */,
10859 592 /* 2.23.42.0.74 (OBJ_setct_BatchAdminReqTBE) */,
10860 593 /* 2.23.42.0.75 (OBJ_setct_BatchAdminResTBE) */,
10861 594 /* 2.23.42.0.76 (OBJ_setct_RegFormReqTBE) */,
10862 595 /* 2.23.42.0.77 (OBJ_setct_CertReqTBE) */,
10863 596 /* 2.23.42.0.78 (OBJ_setct_CertReqTBEX) */,
10864 597 /* 2.23.42.0.79 (OBJ_setct_CertResTBE) */,
10865 598 /* 2.23.42.0.80 (OBJ_setct_CRLNotificationTBS) */,
10866 599 /* 2.23.42.0.81 (OBJ_setct_CRLNotificationResTBS) */,
10867 600 /* 2.23.42.0.82 (OBJ_setct_BCIDistributionTBS) */,
10868 601 /* 2.23.42.1.1 (OBJ_setext_genCrypt) */,
10869 602 /* 2.23.42.1.3 (OBJ_setext_miAuth) */,
10870 603 /* 2.23.42.1.4 (OBJ_setext_pinSecure) */,
10871 604 /* 2.23.42.1.5 (OBJ_setext_pinAny) */,
10872 605 /* 2.23.42.1.7 (OBJ_setext_track2) */,
10873 606 /* 2.23.42.1.8 (OBJ_setext_cv) */,
10874 620 /* 2.23.42.3.0 (OBJ_setAttr_Cert) */,
10875 621 /* 2.23.42.3.1 (OBJ_setAttr_PGWYcap) */,
10876 622 /* 2.23.42.3.2 (OBJ_setAttr_TokenType) */,
10877 623 /* 2.23.42.3.3 (OBJ_setAttr_IssCap) */,
10878 607 /* 2.23.42.5.0 (OBJ_set_policy_root) */,
10879 608 /* 2.23.42.7.0 (OBJ_setCext_hashedRoot) */,
10880 609 /* 2.23.42.7.1 (OBJ_setCext_certType) */,
10881 610 /* 2.23.42.7.2 (OBJ_setCext_merchData) */,
10882 611 /* 2.23.42.7.3 (OBJ_setCext_cCertRequired) */,
10883 612 /* 2.23.42.7.4 (OBJ_setCext_tunneling) */,
10884 613 /* 2.23.42.7.5 (OBJ_setCext_setExt) */,
10885 614 /* 2.23.42.7.6 (OBJ_setCext_setQualf) */,
10886 615 /* 2.23.42.7.7 (OBJ_setCext_PGWYcapabilities) */,
10887 616 /* 2.23.42.7.8 (OBJ_setCext_TokenIdentifier) */,
10888 617 /* 2.23.42.7.9 (OBJ_setCext_Track2Data) */,
10889 618 /* 2.23.42.7.10 (OBJ_setCext_TokenType) */,
10890 619 /* 2.23.42.7.11 (OBJ_setCext_IssuerCapabilities) */,
10891 636 /* 2.23.42.8.1 (OBJ_set_brand_IATA_ATA) */,
10892 640 /* 2.23.42.8.4 (OBJ_set_brand_Visa) */,
10893 641 /* 2.23.42.8.5 (OBJ_set_brand_MasterCard) */,
10894 637 /* 2.23.42.8.30 (OBJ_set_brand_Diners) */,
10895 638 /* 2.23.42.8.34 (OBJ_set_brand_AmericanExpress) */,
10896 639 /* 2.23.42.8.35 (OBJ_set_brand_JCB) */,
10897 805 /* 1.2.643.2.2 (OBJ_cryptopro) */,
Robert Sloan8ff03552017-06-14 12:40:58 -070010898 806 /* 1.2.643.2.9 (OBJ_cryptocom) */,
10899 184 /* 1.2.840.10040 (OBJ_X9_57) */,
Robert Sloan69939df2017-01-09 10:53:07 -080010900 405 /* 1.2.840.10045 (OBJ_ansi_X9_62) */,
10901 389 /* 1.3.6.1.4.1 (OBJ_Enterprises) */,
10902 504 /* 1.3.6.1.7.1 (OBJ_mime_mhs) */,
10903 104 /* 1.3.14.3.2.3 (OBJ_md5WithRSA) */,
Robert Sloan8ff03552017-06-14 12:40:58 -070010904 29 /* 1.3.14.3.2.6 (OBJ_des_ecb) */,
10905 31 /* 1.3.14.3.2.7 (OBJ_des_cbc) */,
Robert Sloan69939df2017-01-09 10:53:07 -080010906 45 /* 1.3.14.3.2.8 (OBJ_des_ofb64) */,
10907 30 /* 1.3.14.3.2.9 (OBJ_des_cfb64) */,
10908 377 /* 1.3.14.3.2.11 (OBJ_rsaSignature) */,
Robert Sloan8ff03552017-06-14 12:40:58 -070010909 67 /* 1.3.14.3.2.12 (OBJ_dsa_2) */,
10910 66 /* 1.3.14.3.2.13 (OBJ_dsaWithSHA) */,
Robert Sloan69939df2017-01-09 10:53:07 -080010911 42 /* 1.3.14.3.2.15 (OBJ_shaWithRSAEncryption) */,
Robert Sloan8ff03552017-06-14 12:40:58 -070010912 32 /* 1.3.14.3.2.17 (OBJ_des_ede_ecb) */,
10913 41 /* 1.3.14.3.2.18 (OBJ_sha) */,
Robert Sloan69939df2017-01-09 10:53:07 -080010914 64 /* 1.3.14.3.2.26 (OBJ_sha1) */,
10915 70 /* 1.3.14.3.2.27 (OBJ_dsaWithSHA1_2) */,
10916 115 /* 1.3.14.3.2.29 (OBJ_sha1WithRSA) */,
Robert Sloan8ff03552017-06-14 12:40:58 -070010917 117 /* 1.3.36.3.2.1 (OBJ_ripemd160) */,
10918 143 /* 1.3.101.1.4.1 (OBJ_sxnet) */,
Robert Sloan69939df2017-01-09 10:53:07 -080010919 721 /* 1.3.132.0.1 (OBJ_sect163k1) */,
10920 722 /* 1.3.132.0.2 (OBJ_sect163r1) */,
10921 728 /* 1.3.132.0.3 (OBJ_sect239k1) */,
10922 717 /* 1.3.132.0.4 (OBJ_sect113r1) */,
10923 718 /* 1.3.132.0.5 (OBJ_sect113r2) */,
10924 704 /* 1.3.132.0.6 (OBJ_secp112r1) */,
10925 705 /* 1.3.132.0.7 (OBJ_secp112r2) */,
10926 709 /* 1.3.132.0.8 (OBJ_secp160r1) */,
10927 708 /* 1.3.132.0.9 (OBJ_secp160k1) */,
10928 714 /* 1.3.132.0.10 (OBJ_secp256k1) */,
10929 723 /* 1.3.132.0.15 (OBJ_sect163r2) */,
10930 729 /* 1.3.132.0.16 (OBJ_sect283k1) */,
10931 730 /* 1.3.132.0.17 (OBJ_sect283r1) */,
10932 719 /* 1.3.132.0.22 (OBJ_sect131r1) */,
10933 720 /* 1.3.132.0.23 (OBJ_sect131r2) */,
10934 724 /* 1.3.132.0.24 (OBJ_sect193r1) */,
10935 725 /* 1.3.132.0.25 (OBJ_sect193r2) */,
10936 726 /* 1.3.132.0.26 (OBJ_sect233k1) */,
10937 727 /* 1.3.132.0.27 (OBJ_sect233r1) */,
10938 706 /* 1.3.132.0.28 (OBJ_secp128r1) */,
10939 707 /* 1.3.132.0.29 (OBJ_secp128r2) */,
10940 710 /* 1.3.132.0.30 (OBJ_secp160r2) */,
10941 711 /* 1.3.132.0.31 (OBJ_secp192k1) */,
10942 712 /* 1.3.132.0.32 (OBJ_secp224k1) */,
10943 713 /* 1.3.132.0.33 (OBJ_secp224r1) */,
10944 715 /* 1.3.132.0.34 (OBJ_secp384r1) */,
10945 716 /* 1.3.132.0.35 (OBJ_secp521r1) */,
10946 731 /* 1.3.132.0.36 (OBJ_sect409k1) */,
10947 732 /* 1.3.132.0.37 (OBJ_sect409r1) */,
10948 733 /* 1.3.132.0.38 (OBJ_sect571k1) */,
10949 734 /* 1.3.132.0.39 (OBJ_sect571r1) */,
10950 624 /* 2.23.42.3.0.0 (OBJ_set_rootKeyThumb) */,
10951 625 /* 2.23.42.3.0.1 (OBJ_set_addPolicy) */,
10952 626 /* 2.23.42.3.2.1 (OBJ_setAttr_Token_EMV) */,
10953 627 /* 2.23.42.3.2.2 (OBJ_setAttr_Token_B0Prime) */,
10954 628 /* 2.23.42.3.3.3 (OBJ_setAttr_IssCap_CVM) */,
10955 629 /* 2.23.42.3.3.4 (OBJ_setAttr_IssCap_T2) */,
10956 630 /* 2.23.42.3.3.5 (OBJ_setAttr_IssCap_Sig) */,
10957 642 /* 2.23.42.8.6011 (OBJ_set_brand_Novus) */,
10958 735 /* 2.23.43.1.4.1 (OBJ_wap_wsg_idm_ecid_wtls1) */,
10959 736 /* 2.23.43.1.4.3 (OBJ_wap_wsg_idm_ecid_wtls3) */,
10960 737 /* 2.23.43.1.4.4 (OBJ_wap_wsg_idm_ecid_wtls4) */,
10961 738 /* 2.23.43.1.4.5 (OBJ_wap_wsg_idm_ecid_wtls5) */,
10962 739 /* 2.23.43.1.4.6 (OBJ_wap_wsg_idm_ecid_wtls6) */,
10963 740 /* 2.23.43.1.4.7 (OBJ_wap_wsg_idm_ecid_wtls7) */,
10964 741 /* 2.23.43.1.4.8 (OBJ_wap_wsg_idm_ecid_wtls8) */,
10965 742 /* 2.23.43.1.4.9 (OBJ_wap_wsg_idm_ecid_wtls9) */,
10966 743 /* 2.23.43.1.4.10 (OBJ_wap_wsg_idm_ecid_wtls10) */,
10967 744 /* 2.23.43.1.4.11 (OBJ_wap_wsg_idm_ecid_wtls11) */,
10968 745 /* 2.23.43.1.4.12 (OBJ_wap_wsg_idm_ecid_wtls12) */,
10969 804 /* 1.0.10118.3.0.55 (OBJ_whirlpool) */,
10970 773 /* 1.2.410.200004 (OBJ_kisa) */,
10971 807 /* 1.2.643.2.2.3 (OBJ_id_GostR3411_94_with_GostR3410_2001) */,
10972 808 /* 1.2.643.2.2.4 (OBJ_id_GostR3411_94_with_GostR3410_94) */,
10973 809 /* 1.2.643.2.2.9 (OBJ_id_GostR3411_94) */,
10974 810 /* 1.2.643.2.2.10 (OBJ_id_HMACGostR3411_94) */,
10975 811 /* 1.2.643.2.2.19 (OBJ_id_GostR3410_2001) */,
10976 812 /* 1.2.643.2.2.20 (OBJ_id_GostR3410_94) */,
10977 813 /* 1.2.643.2.2.21 (OBJ_id_Gost28147_89) */,
10978 815 /* 1.2.643.2.2.22 (OBJ_id_Gost28147_89_MAC) */,
10979 816 /* 1.2.643.2.2.23 (OBJ_id_GostR3411_94_prf) */,
10980 817 /* 1.2.643.2.2.98 (OBJ_id_GostR3410_2001DH) */,
10981 818 /* 1.2.643.2.2.99 (OBJ_id_GostR3410_94DH) */,
Robert Sloan8ff03552017-06-14 12:40:58 -070010982 1 /* 1.2.840.113549 (OBJ_rsadsi) */,
10983 185 /* 1.2.840.10040.4 (OBJ_X9cm) */,
Robert Sloan69939df2017-01-09 10:53:07 -080010984 127 /* 1.3.6.1.5.5.7 (OBJ_id_pkix) */,
10985 505 /* 1.3.6.1.7.1.1 (OBJ_mime_mhs_headings) */,
10986 506 /* 1.3.6.1.7.1.2 (OBJ_mime_mhs_bodies) */,
10987 119 /* 1.3.36.3.3.1.2 (OBJ_ripemd160WithRSA) */,
10988 937 /* 1.3.132.1.11.0 (OBJ_dhSinglePass_stdDH_sha224kdf_scheme) */,
10989 938 /* 1.3.132.1.11.1 (OBJ_dhSinglePass_stdDH_sha256kdf_scheme) */,
10990 939 /* 1.3.132.1.11.2 (OBJ_dhSinglePass_stdDH_sha384kdf_scheme) */,
10991 940 /* 1.3.132.1.11.3 (OBJ_dhSinglePass_stdDH_sha512kdf_scheme) */,
10992 942 /* 1.3.132.1.14.0 (OBJ_dhSinglePass_cofactorDH_sha224kdf_scheme) */,
10993 943 /* 1.3.132.1.14.1 (OBJ_dhSinglePass_cofactorDH_sha256kdf_scheme) */,
10994 944 /* 1.3.132.1.14.2 (OBJ_dhSinglePass_cofactorDH_sha384kdf_scheme) */,
10995 945 /* 1.3.132.1.14.3 (OBJ_dhSinglePass_cofactorDH_sha512kdf_scheme) */,
10996 631 /* 2.23.42.3.3.3.1 (OBJ_setAttr_GenCryptgrm) */,
10997 632 /* 2.23.42.3.3.4.1 (OBJ_setAttr_T2Enc) */,
10998 633 /* 2.23.42.3.3.4.2 (OBJ_setAttr_T2cleartxt) */,
10999 634 /* 2.23.42.3.3.5.1 (OBJ_setAttr_TokICCsig) */,
11000 635 /* 2.23.42.3.3.5.2 (OBJ_setAttr_SecDevSig) */,
11001 436 /* 0.9.2342.19200300 (OBJ_ucl) */,
11002 820 /* 1.2.643.2.2.14.0 (OBJ_id_Gost28147_89_None_KeyMeshing) */,
11003 819 /* 1.2.643.2.2.14.1 (OBJ_id_Gost28147_89_CryptoPro_KeyMeshing) */,
11004 845 /* 1.2.643.2.2.20.1 (OBJ_id_GostR3410_94_a) */,
11005 846 /* 1.2.643.2.2.20.2 (OBJ_id_GostR3410_94_aBis) */,
11006 847 /* 1.2.643.2.2.20.3 (OBJ_id_GostR3410_94_b) */,
11007 848 /* 1.2.643.2.2.20.4 (OBJ_id_GostR3410_94_bBis) */,
11008 821 /* 1.2.643.2.2.30.0 (OBJ_id_GostR3411_94_TestParamSet) */,
11009 822 /* 1.2.643.2.2.30.1 (OBJ_id_GostR3411_94_CryptoProParamSet) */,
11010 823 /* 1.2.643.2.2.31.0 (OBJ_id_Gost28147_89_TestParamSet) */,
11011 824 /* 1.2.643.2.2.31.1 (OBJ_id_Gost28147_89_CryptoPro_A_ParamSet) */,
11012 825 /* 1.2.643.2.2.31.2 (OBJ_id_Gost28147_89_CryptoPro_B_ParamSet) */,
11013 826 /* 1.2.643.2.2.31.3 (OBJ_id_Gost28147_89_CryptoPro_C_ParamSet) */,
11014 827 /* 1.2.643.2.2.31.4 (OBJ_id_Gost28147_89_CryptoPro_D_ParamSet) */,
Robert Sloanc9abfe42018-11-26 12:19:07 -080011015 828 /* 1.2.643.2.2.31.5 (OBJ_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet)
11016 */
Robert Sloan69939df2017-01-09 10:53:07 -080011017 ,
Robert Sloanc9abfe42018-11-26 12:19:07 -080011018 829 /* 1.2.643.2.2.31.6 (OBJ_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet)
11019 */
Robert Sloan69939df2017-01-09 10:53:07 -080011020 ,
11021 830 /* 1.2.643.2.2.31.7 (OBJ_id_Gost28147_89_CryptoPro_RIC_1_ParamSet) */,
11022 831 /* 1.2.643.2.2.32.0 (OBJ_id_GostR3410_94_TestParamSet) */,
11023 832 /* 1.2.643.2.2.32.2 (OBJ_id_GostR3410_94_CryptoPro_A_ParamSet) */,
11024 833 /* 1.2.643.2.2.32.3 (OBJ_id_GostR3410_94_CryptoPro_B_ParamSet) */,
11025 834 /* 1.2.643.2.2.32.4 (OBJ_id_GostR3410_94_CryptoPro_C_ParamSet) */,
11026 835 /* 1.2.643.2.2.32.5 (OBJ_id_GostR3410_94_CryptoPro_D_ParamSet) */,
11027 836 /* 1.2.643.2.2.33.1 (OBJ_id_GostR3410_94_CryptoPro_XchA_ParamSet) */,
11028 837 /* 1.2.643.2.2.33.2 (OBJ_id_GostR3410_94_CryptoPro_XchB_ParamSet) */,
11029 838 /* 1.2.643.2.2.33.3 (OBJ_id_GostR3410_94_CryptoPro_XchC_ParamSet) */,
11030 839 /* 1.2.643.2.2.35.0 (OBJ_id_GostR3410_2001_TestParamSet) */,
11031 840 /* 1.2.643.2.2.35.1 (OBJ_id_GostR3410_2001_CryptoPro_A_ParamSet) */,
11032 841 /* 1.2.643.2.2.35.2 (OBJ_id_GostR3410_2001_CryptoPro_B_ParamSet) */,
11033 842 /* 1.2.643.2.2.35.3 (OBJ_id_GostR3410_2001_CryptoPro_C_ParamSet) */,
11034 843 /* 1.2.643.2.2.36.0 (OBJ_id_GostR3410_2001_CryptoPro_XchA_ParamSet) */,
11035 844 /* 1.2.643.2.2.36.1 (OBJ_id_GostR3410_2001_CryptoPro_XchB_ParamSet) */,
11036 2 /* 1.2.840.113549.1 (OBJ_pkcs) */,
11037 431 /* 1.2.840.10040.2.1 (OBJ_hold_instruction_none) */,
11038 432 /* 1.2.840.10040.2.2 (OBJ_hold_instruction_call_issuer) */,
11039 433 /* 1.2.840.10040.2.3 (OBJ_hold_instruction_reject) */,
11040 116 /* 1.2.840.10040.4.1 (OBJ_dsa) */,
11041 113 /* 1.2.840.10040.4.3 (OBJ_dsaWithSHA1) */,
11042 406 /* 1.2.840.10045.1.1 (OBJ_X9_62_prime_field) */,
11043 407 /* 1.2.840.10045.1.2 (OBJ_X9_62_characteristic_two_field) */,
11044 408 /* 1.2.840.10045.2.1 (OBJ_X9_62_id_ecPublicKey) */,
11045 416 /* 1.2.840.10045.4.1 (OBJ_ecdsa_with_SHA1) */,
11046 791 /* 1.2.840.10045.4.2 (OBJ_ecdsa_with_Recommended) */,
11047 792 /* 1.2.840.10045.4.3 (OBJ_ecdsa_with_Specified) */,
11048 920 /* 1.2.840.10046.2.1 (OBJ_dhpublicnumber) */,
11049 258 /* 1.3.6.1.5.5.7.0 (OBJ_id_pkix_mod) */,
11050 175 /* 1.3.6.1.5.5.7.1 (OBJ_id_pe) */,
11051 259 /* 1.3.6.1.5.5.7.2 (OBJ_id_qt) */,
11052 128 /* 1.3.6.1.5.5.7.3 (OBJ_id_kp) */,
11053 260 /* 1.3.6.1.5.5.7.4 (OBJ_id_it) */,
11054 261 /* 1.3.6.1.5.5.7.5 (OBJ_id_pkip) */,
11055 262 /* 1.3.6.1.5.5.7.6 (OBJ_id_alg) */,
11056 263 /* 1.3.6.1.5.5.7.7 (OBJ_id_cmc) */,
11057 264 /* 1.3.6.1.5.5.7.8 (OBJ_id_on) */,
11058 265 /* 1.3.6.1.5.5.7.9 (OBJ_id_pda) */,
11059 266 /* 1.3.6.1.5.5.7.10 (OBJ_id_aca) */,
11060 267 /* 1.3.6.1.5.5.7.11 (OBJ_id_qcs) */,
11061 268 /* 1.3.6.1.5.5.7.12 (OBJ_id_cct) */,
11062 662 /* 1.3.6.1.5.5.7.21 (OBJ_id_ppl) */,
11063 176 /* 1.3.6.1.5.5.7.48 (OBJ_id_ad) */,
11064 507 /* 1.3.6.1.7.1.1.1 (OBJ_id_hex_partial_message) */,
11065 508 /* 1.3.6.1.7.1.1.2 (OBJ_id_hex_multipart_message) */,
11066 57 /* 2.16.840.1.113730 (OBJ_netscape) */,
11067 754 /* 0.3.4401.5.3.1.9.1 (OBJ_camellia_128_ecb) */,
11068 766 /* 0.3.4401.5.3.1.9.3 (OBJ_camellia_128_ofb128) */,
11069 757 /* 0.3.4401.5.3.1.9.4 (OBJ_camellia_128_cfb128) */,
11070 755 /* 0.3.4401.5.3.1.9.21 (OBJ_camellia_192_ecb) */,
11071 767 /* 0.3.4401.5.3.1.9.23 (OBJ_camellia_192_ofb128) */,
11072 758 /* 0.3.4401.5.3.1.9.24 (OBJ_camellia_192_cfb128) */,
11073 756 /* 0.3.4401.5.3.1.9.41 (OBJ_camellia_256_ecb) */,
11074 768 /* 0.3.4401.5.3.1.9.43 (OBJ_camellia_256_ofb128) */,
11075 759 /* 0.3.4401.5.3.1.9.44 (OBJ_camellia_256_cfb128) */,
11076 437 /* 0.9.2342.19200300.100 (OBJ_pilot) */,
11077 776 /* 1.2.410.200004.1.3 (OBJ_seed_ecb) */,
11078 777 /* 1.2.410.200004.1.4 (OBJ_seed_cbc) */,
11079 779 /* 1.2.410.200004.1.5 (OBJ_seed_cfb128) */,
11080 778 /* 1.2.410.200004.1.6 (OBJ_seed_ofb128) */,
11081 852 /* 1.2.643.2.9.1.3.3 (OBJ_id_GostR3411_94_with_GostR3410_94_cc) */,
11082 853 /* 1.2.643.2.9.1.3.4 (OBJ_id_GostR3411_94_with_GostR3410_2001_cc) */,
11083 850 /* 1.2.643.2.9.1.5.3 (OBJ_id_GostR3410_94_cc) */,
11084 851 /* 1.2.643.2.9.1.5.4 (OBJ_id_GostR3410_2001_cc) */,
11085 849 /* 1.2.643.2.9.1.6.1 (OBJ_id_Gost28147_89_cc) */,
11086 854 /* 1.2.643.2.9.1.8.1 (OBJ_id_GostR3410_2001_ParamSet_cc) */,
11087 186 /* 1.2.840.113549.1.1 (OBJ_pkcs1) */,
11088 27 /* 1.2.840.113549.1.3 (OBJ_pkcs3) */,
11089 187 /* 1.2.840.113549.1.5 (OBJ_pkcs5) */,
11090 20 /* 1.2.840.113549.1.7 (OBJ_pkcs7) */,
11091 47 /* 1.2.840.113549.1.9 (OBJ_pkcs9) */,
11092 3 /* 1.2.840.113549.2.2 (OBJ_md2) */,
11093 257 /* 1.2.840.113549.2.4 (OBJ_md4) */,
11094 4 /* 1.2.840.113549.2.5 (OBJ_md5) */,
11095 797 /* 1.2.840.113549.2.6 (OBJ_hmacWithMD5) */,
11096 163 /* 1.2.840.113549.2.7 (OBJ_hmacWithSHA1) */,
11097 798 /* 1.2.840.113549.2.8 (OBJ_hmacWithSHA224) */,
11098 799 /* 1.2.840.113549.2.9 (OBJ_hmacWithSHA256) */,
11099 800 /* 1.2.840.113549.2.10 (OBJ_hmacWithSHA384) */,
11100 801 /* 1.2.840.113549.2.11 (OBJ_hmacWithSHA512) */,
11101 37 /* 1.2.840.113549.3.2 (OBJ_rc2_cbc) */,
11102 5 /* 1.2.840.113549.3.4 (OBJ_rc4) */,
11103 44 /* 1.2.840.113549.3.7 (OBJ_des_ede3_cbc) */,
11104 120 /* 1.2.840.113549.3.8 (OBJ_rc5_cbc) */,
11105 643 /* 1.2.840.113549.3.10 (OBJ_des_cdmf) */,
11106 680 /* 1.2.840.10045.1.2.3 (OBJ_X9_62_id_characteristic_two_basis) */,
11107 684 /* 1.2.840.10045.3.0.1 (OBJ_X9_62_c2pnb163v1) */,
11108 685 /* 1.2.840.10045.3.0.2 (OBJ_X9_62_c2pnb163v2) */,
11109 686 /* 1.2.840.10045.3.0.3 (OBJ_X9_62_c2pnb163v3) */,
11110 687 /* 1.2.840.10045.3.0.4 (OBJ_X9_62_c2pnb176v1) */,
11111 688 /* 1.2.840.10045.3.0.5 (OBJ_X9_62_c2tnb191v1) */,
11112 689 /* 1.2.840.10045.3.0.6 (OBJ_X9_62_c2tnb191v2) */,
11113 690 /* 1.2.840.10045.3.0.7 (OBJ_X9_62_c2tnb191v3) */,
11114 691 /* 1.2.840.10045.3.0.8 (OBJ_X9_62_c2onb191v4) */,
11115 692 /* 1.2.840.10045.3.0.9 (OBJ_X9_62_c2onb191v5) */,
11116 693 /* 1.2.840.10045.3.0.10 (OBJ_X9_62_c2pnb208w1) */,
11117 694 /* 1.2.840.10045.3.0.11 (OBJ_X9_62_c2tnb239v1) */,
11118 695 /* 1.2.840.10045.3.0.12 (OBJ_X9_62_c2tnb239v2) */,
11119 696 /* 1.2.840.10045.3.0.13 (OBJ_X9_62_c2tnb239v3) */,
11120 697 /* 1.2.840.10045.3.0.14 (OBJ_X9_62_c2onb239v4) */,
11121 698 /* 1.2.840.10045.3.0.15 (OBJ_X9_62_c2onb239v5) */,
11122 699 /* 1.2.840.10045.3.0.16 (OBJ_X9_62_c2pnb272w1) */,
11123 700 /* 1.2.840.10045.3.0.17 (OBJ_X9_62_c2pnb304w1) */,
11124 701 /* 1.2.840.10045.3.0.18 (OBJ_X9_62_c2tnb359v1) */,
11125 702 /* 1.2.840.10045.3.0.19 (OBJ_X9_62_c2pnb368w1) */,
11126 703 /* 1.2.840.10045.3.0.20 (OBJ_X9_62_c2tnb431r1) */,
11127 409 /* 1.2.840.10045.3.1.1 (OBJ_X9_62_prime192v1) */,
11128 410 /* 1.2.840.10045.3.1.2 (OBJ_X9_62_prime192v2) */,
11129 411 /* 1.2.840.10045.3.1.3 (OBJ_X9_62_prime192v3) */,
11130 412 /* 1.2.840.10045.3.1.4 (OBJ_X9_62_prime239v1) */,
11131 413 /* 1.2.840.10045.3.1.5 (OBJ_X9_62_prime239v2) */,
11132 414 /* 1.2.840.10045.3.1.6 (OBJ_X9_62_prime239v3) */,
11133 415 /* 1.2.840.10045.3.1.7 (OBJ_X9_62_prime256v1) */,
11134 793 /* 1.2.840.10045.4.3.1 (OBJ_ecdsa_with_SHA224) */,
11135 794 /* 1.2.840.10045.4.3.2 (OBJ_ecdsa_with_SHA256) */,
11136 795 /* 1.2.840.10045.4.3.3 (OBJ_ecdsa_with_SHA384) */,
11137 796 /* 1.2.840.10045.4.3.4 (OBJ_ecdsa_with_SHA512) */,
11138 269 /* 1.3.6.1.5.5.7.0.1 (OBJ_id_pkix1_explicit_88) */,
11139 270 /* 1.3.6.1.5.5.7.0.2 (OBJ_id_pkix1_implicit_88) */,
11140 271 /* 1.3.6.1.5.5.7.0.3 (OBJ_id_pkix1_explicit_93) */,
11141 272 /* 1.3.6.1.5.5.7.0.4 (OBJ_id_pkix1_implicit_93) */,
11142 273 /* 1.3.6.1.5.5.7.0.5 (OBJ_id_mod_crmf) */,
11143 274 /* 1.3.6.1.5.5.7.0.6 (OBJ_id_mod_cmc) */,
11144 275 /* 1.3.6.1.5.5.7.0.7 (OBJ_id_mod_kea_profile_88) */,
11145 276 /* 1.3.6.1.5.5.7.0.8 (OBJ_id_mod_kea_profile_93) */,
11146 277 /* 1.3.6.1.5.5.7.0.9 (OBJ_id_mod_cmp) */,
11147 278 /* 1.3.6.1.5.5.7.0.10 (OBJ_id_mod_qualified_cert_88) */,
11148 279 /* 1.3.6.1.5.5.7.0.11 (OBJ_id_mod_qualified_cert_93) */,
11149 280 /* 1.3.6.1.5.5.7.0.12 (OBJ_id_mod_attribute_cert) */,
11150 281 /* 1.3.6.1.5.5.7.0.13 (OBJ_id_mod_timestamp_protocol) */,
11151 282 /* 1.3.6.1.5.5.7.0.14 (OBJ_id_mod_ocsp) */,
11152 283 /* 1.3.6.1.5.5.7.0.15 (OBJ_id_mod_dvcs) */,
11153 284 /* 1.3.6.1.5.5.7.0.16 (OBJ_id_mod_cmp2000) */,
11154 177 /* 1.3.6.1.5.5.7.1.1 (OBJ_info_access) */,
11155 285 /* 1.3.6.1.5.5.7.1.2 (OBJ_biometricInfo) */,
11156 286 /* 1.3.6.1.5.5.7.1.3 (OBJ_qcStatements) */,
11157 287 /* 1.3.6.1.5.5.7.1.4 (OBJ_ac_auditEntity) */,
11158 288 /* 1.3.6.1.5.5.7.1.5 (OBJ_ac_targeting) */,
11159 289 /* 1.3.6.1.5.5.7.1.6 (OBJ_aaControls) */,
11160 290 /* 1.3.6.1.5.5.7.1.7 (OBJ_sbgp_ipAddrBlock) */,
11161 291 /* 1.3.6.1.5.5.7.1.8 (OBJ_sbgp_autonomousSysNum) */,
11162 292 /* 1.3.6.1.5.5.7.1.9 (OBJ_sbgp_routerIdentifier) */,
11163 397 /* 1.3.6.1.5.5.7.1.10 (OBJ_ac_proxying) */,
11164 398 /* 1.3.6.1.5.5.7.1.11 (OBJ_sinfo_access) */,
11165 663 /* 1.3.6.1.5.5.7.1.14 (OBJ_proxyCertInfo) */,
11166 164 /* 1.3.6.1.5.5.7.2.1 (OBJ_id_qt_cps) */,
11167 165 /* 1.3.6.1.5.5.7.2.2 (OBJ_id_qt_unotice) */,
11168 293 /* 1.3.6.1.5.5.7.2.3 (OBJ_textNotice) */,
11169 129 /* 1.3.6.1.5.5.7.3.1 (OBJ_server_auth) */,
11170 130 /* 1.3.6.1.5.5.7.3.2 (OBJ_client_auth) */,
11171 131 /* 1.3.6.1.5.5.7.3.3 (OBJ_code_sign) */,
11172 132 /* 1.3.6.1.5.5.7.3.4 (OBJ_email_protect) */,
11173 294 /* 1.3.6.1.5.5.7.3.5 (OBJ_ipsecEndSystem) */,
11174 295 /* 1.3.6.1.5.5.7.3.6 (OBJ_ipsecTunnel) */,
11175 296 /* 1.3.6.1.5.5.7.3.7 (OBJ_ipsecUser) */,
11176 133 /* 1.3.6.1.5.5.7.3.8 (OBJ_time_stamp) */,
11177 180 /* 1.3.6.1.5.5.7.3.9 (OBJ_OCSP_sign) */,
11178 297 /* 1.3.6.1.5.5.7.3.10 (OBJ_dvcs) */,
11179 298 /* 1.3.6.1.5.5.7.4.1 (OBJ_id_it_caProtEncCert) */,
11180 299 /* 1.3.6.1.5.5.7.4.2 (OBJ_id_it_signKeyPairTypes) */,
11181 300 /* 1.3.6.1.5.5.7.4.3 (OBJ_id_it_encKeyPairTypes) */,
11182 301 /* 1.3.6.1.5.5.7.4.4 (OBJ_id_it_preferredSymmAlg) */,
11183 302 /* 1.3.6.1.5.5.7.4.5 (OBJ_id_it_caKeyUpdateInfo) */,
11184 303 /* 1.3.6.1.5.5.7.4.6 (OBJ_id_it_currentCRL) */,
11185 304 /* 1.3.6.1.5.5.7.4.7 (OBJ_id_it_unsupportedOIDs) */,
11186 305 /* 1.3.6.1.5.5.7.4.8 (OBJ_id_it_subscriptionRequest) */,
11187 306 /* 1.3.6.1.5.5.7.4.9 (OBJ_id_it_subscriptionResponse) */,
11188 307 /* 1.3.6.1.5.5.7.4.10 (OBJ_id_it_keyPairParamReq) */,
11189 308 /* 1.3.6.1.5.5.7.4.11 (OBJ_id_it_keyPairParamRep) */,
11190 309 /* 1.3.6.1.5.5.7.4.12 (OBJ_id_it_revPassphrase) */,
11191 310 /* 1.3.6.1.5.5.7.4.13 (OBJ_id_it_implicitConfirm) */,
11192 311 /* 1.3.6.1.5.5.7.4.14 (OBJ_id_it_confirmWaitTime) */,
11193 312 /* 1.3.6.1.5.5.7.4.15 (OBJ_id_it_origPKIMessage) */,
11194 784 /* 1.3.6.1.5.5.7.4.16 (OBJ_id_it_suppLangTags) */,
11195 313 /* 1.3.6.1.5.5.7.5.1 (OBJ_id_regCtrl) */,
11196 314 /* 1.3.6.1.5.5.7.5.2 (OBJ_id_regInfo) */,
11197 323 /* 1.3.6.1.5.5.7.6.1 (OBJ_id_alg_des40) */,
11198 324 /* 1.3.6.1.5.5.7.6.2 (OBJ_id_alg_noSignature) */,
11199 325 /* 1.3.6.1.5.5.7.6.3 (OBJ_id_alg_dh_sig_hmac_sha1) */,
11200 326 /* 1.3.6.1.5.5.7.6.4 (OBJ_id_alg_dh_pop) */,
11201 327 /* 1.3.6.1.5.5.7.7.1 (OBJ_id_cmc_statusInfo) */,
11202 328 /* 1.3.6.1.5.5.7.7.2 (OBJ_id_cmc_identification) */,
11203 329 /* 1.3.6.1.5.5.7.7.3 (OBJ_id_cmc_identityProof) */,
11204 330 /* 1.3.6.1.5.5.7.7.4 (OBJ_id_cmc_dataReturn) */,
11205 331 /* 1.3.6.1.5.5.7.7.5 (OBJ_id_cmc_transactionId) */,
11206 332 /* 1.3.6.1.5.5.7.7.6 (OBJ_id_cmc_senderNonce) */,
11207 333 /* 1.3.6.1.5.5.7.7.7 (OBJ_id_cmc_recipientNonce) */,
11208 334 /* 1.3.6.1.5.5.7.7.8 (OBJ_id_cmc_addExtensions) */,
11209 335 /* 1.3.6.1.5.5.7.7.9 (OBJ_id_cmc_encryptedPOP) */,
11210 336 /* 1.3.6.1.5.5.7.7.10 (OBJ_id_cmc_decryptedPOP) */,
11211 337 /* 1.3.6.1.5.5.7.7.11 (OBJ_id_cmc_lraPOPWitness) */,
11212 338 /* 1.3.6.1.5.5.7.7.15 (OBJ_id_cmc_getCert) */,
11213 339 /* 1.3.6.1.5.5.7.7.16 (OBJ_id_cmc_getCRL) */,
11214 340 /* 1.3.6.1.5.5.7.7.17 (OBJ_id_cmc_revokeRequest) */,
11215 341 /* 1.3.6.1.5.5.7.7.18 (OBJ_id_cmc_regInfo) */,
11216 342 /* 1.3.6.1.5.5.7.7.19 (OBJ_id_cmc_responseInfo) */,
11217 343 /* 1.3.6.1.5.5.7.7.21 (OBJ_id_cmc_queryPending) */,
11218 344 /* 1.3.6.1.5.5.7.7.22 (OBJ_id_cmc_popLinkRandom) */,
11219 345 /* 1.3.6.1.5.5.7.7.23 (OBJ_id_cmc_popLinkWitness) */,
11220 346 /* 1.3.6.1.5.5.7.7.24 (OBJ_id_cmc_confirmCertAcceptance) */,
11221 347 /* 1.3.6.1.5.5.7.8.1 (OBJ_id_on_personalData) */,
11222 858 /* 1.3.6.1.5.5.7.8.3 (OBJ_id_on_permanentIdentifier) */,
11223 348 /* 1.3.6.1.5.5.7.9.1 (OBJ_id_pda_dateOfBirth) */,
11224 349 /* 1.3.6.1.5.5.7.9.2 (OBJ_id_pda_placeOfBirth) */,
11225 351 /* 1.3.6.1.5.5.7.9.3 (OBJ_id_pda_gender) */,
11226 352 /* 1.3.6.1.5.5.7.9.4 (OBJ_id_pda_countryOfCitizenship) */,
11227 353 /* 1.3.6.1.5.5.7.9.5 (OBJ_id_pda_countryOfResidence) */,
11228 354 /* 1.3.6.1.5.5.7.10.1 (OBJ_id_aca_authenticationInfo) */,
11229 355 /* 1.3.6.1.5.5.7.10.2 (OBJ_id_aca_accessIdentity) */,
11230 356 /* 1.3.6.1.5.5.7.10.3 (OBJ_id_aca_chargingIdentity) */,
11231 357 /* 1.3.6.1.5.5.7.10.4 (OBJ_id_aca_group) */,
11232 358 /* 1.3.6.1.5.5.7.10.5 (OBJ_id_aca_role) */,
11233 399 /* 1.3.6.1.5.5.7.10.6 (OBJ_id_aca_encAttrs) */,
11234 359 /* 1.3.6.1.5.5.7.11.1 (OBJ_id_qcs_pkixQCSyntax_v1) */,
11235 360 /* 1.3.6.1.5.5.7.12.1 (OBJ_id_cct_crs) */,
11236 361 /* 1.3.6.1.5.5.7.12.2 (OBJ_id_cct_PKIData) */,
11237 362 /* 1.3.6.1.5.5.7.12.3 (OBJ_id_cct_PKIResponse) */,
11238 664 /* 1.3.6.1.5.5.7.21.0 (OBJ_id_ppl_anyLanguage) */,
11239 665 /* 1.3.6.1.5.5.7.21.1 (OBJ_id_ppl_inheritAll) */,
11240 667 /* 1.3.6.1.5.5.7.21.2 (OBJ_Independent) */,
11241 178 /* 1.3.6.1.5.5.7.48.1 (OBJ_ad_OCSP) */,
11242 179 /* 1.3.6.1.5.5.7.48.2 (OBJ_ad_ca_issuers) */,
11243 363 /* 1.3.6.1.5.5.7.48.3 (OBJ_ad_timeStamping) */,
11244 364 /* 1.3.6.1.5.5.7.48.4 (OBJ_ad_dvcs) */,
11245 785 /* 1.3.6.1.5.5.7.48.5 (OBJ_caRepository) */,
11246 780 /* 1.3.6.1.5.5.8.1.1 (OBJ_hmac_md5) */,
11247 781 /* 1.3.6.1.5.5.8.1.2 (OBJ_hmac_sha1) */,
11248 58 /* 2.16.840.1.113730.1 (OBJ_netscape_cert_extension) */,
11249 59 /* 2.16.840.1.113730.2 (OBJ_netscape_data_type) */,
11250 438 /* 0.9.2342.19200300.100.1 (OBJ_pilotAttributeType) */,
11251 439 /* 0.9.2342.19200300.100.3 (OBJ_pilotAttributeSyntax) */,
11252 440 /* 0.9.2342.19200300.100.4 (OBJ_pilotObjectClass) */,
11253 441 /* 0.9.2342.19200300.100.10 (OBJ_pilotGroups) */,
11254 108 /* 1.2.840.113533.7.66.10 (OBJ_cast5_cbc) */,
11255 112 /* 1.2.840.113533.7.66.12 (OBJ_pbeWithMD5AndCast5_CBC) */,
11256 782 /* 1.2.840.113533.7.66.13 (OBJ_id_PasswordBasedMAC) */,
11257 783 /* 1.2.840.113533.7.66.30 (OBJ_id_DHBasedMac) */,
11258 6 /* 1.2.840.113549.1.1.1 (OBJ_rsaEncryption) */,
11259 7 /* 1.2.840.113549.1.1.2 (OBJ_md2WithRSAEncryption) */,
11260 396 /* 1.2.840.113549.1.1.3 (OBJ_md4WithRSAEncryption) */,
11261 8 /* 1.2.840.113549.1.1.4 (OBJ_md5WithRSAEncryption) */,
11262 65 /* 1.2.840.113549.1.1.5 (OBJ_sha1WithRSAEncryption) */,
11263 644 /* 1.2.840.113549.1.1.6 (OBJ_rsaOAEPEncryptionSET) */,
11264 919 /* 1.2.840.113549.1.1.7 (OBJ_rsaesOaep) */,
11265 911 /* 1.2.840.113549.1.1.8 (OBJ_mgf1) */,
11266 935 /* 1.2.840.113549.1.1.9 (OBJ_pSpecified) */,
11267 912 /* 1.2.840.113549.1.1.10 (OBJ_rsassaPss) */,
11268 668 /* 1.2.840.113549.1.1.11 (OBJ_sha256WithRSAEncryption) */,
11269 669 /* 1.2.840.113549.1.1.12 (OBJ_sha384WithRSAEncryption) */,
11270 670 /* 1.2.840.113549.1.1.13 (OBJ_sha512WithRSAEncryption) */,
11271 671 /* 1.2.840.113549.1.1.14 (OBJ_sha224WithRSAEncryption) */,
11272 28 /* 1.2.840.113549.1.3.1 (OBJ_dhKeyAgreement) */,
11273 9 /* 1.2.840.113549.1.5.1 (OBJ_pbeWithMD2AndDES_CBC) */,
11274 10 /* 1.2.840.113549.1.5.3 (OBJ_pbeWithMD5AndDES_CBC) */,
11275 168 /* 1.2.840.113549.1.5.4 (OBJ_pbeWithMD2AndRC2_CBC) */,
11276 169 /* 1.2.840.113549.1.5.6 (OBJ_pbeWithMD5AndRC2_CBC) */,
11277 170 /* 1.2.840.113549.1.5.10 (OBJ_pbeWithSHA1AndDES_CBC) */,
11278 68 /* 1.2.840.113549.1.5.11 (OBJ_pbeWithSHA1AndRC2_CBC) */,
11279 69 /* 1.2.840.113549.1.5.12 (OBJ_id_pbkdf2) */,
11280 161 /* 1.2.840.113549.1.5.13 (OBJ_pbes2) */,
11281 162 /* 1.2.840.113549.1.5.14 (OBJ_pbmac1) */,
11282 21 /* 1.2.840.113549.1.7.1 (OBJ_pkcs7_data) */,
11283 22 /* 1.2.840.113549.1.7.2 (OBJ_pkcs7_signed) */,
11284 23 /* 1.2.840.113549.1.7.3 (OBJ_pkcs7_enveloped) */,
11285 24 /* 1.2.840.113549.1.7.4 (OBJ_pkcs7_signedAndEnveloped) */,
11286 25 /* 1.2.840.113549.1.7.5 (OBJ_pkcs7_digest) */,
11287 26 /* 1.2.840.113549.1.7.6 (OBJ_pkcs7_encrypted) */,
11288 48 /* 1.2.840.113549.1.9.1 (OBJ_pkcs9_emailAddress) */,
11289 49 /* 1.2.840.113549.1.9.2 (OBJ_pkcs9_unstructuredName) */,
11290 50 /* 1.2.840.113549.1.9.3 (OBJ_pkcs9_contentType) */,
11291 51 /* 1.2.840.113549.1.9.4 (OBJ_pkcs9_messageDigest) */,
11292 52 /* 1.2.840.113549.1.9.5 (OBJ_pkcs9_signingTime) */,
11293 53 /* 1.2.840.113549.1.9.6 (OBJ_pkcs9_countersignature) */,
11294 54 /* 1.2.840.113549.1.9.7 (OBJ_pkcs9_challengePassword) */,
11295 55 /* 1.2.840.113549.1.9.8 (OBJ_pkcs9_unstructuredAddress) */,
11296 56 /* 1.2.840.113549.1.9.9 (OBJ_pkcs9_extCertAttributes) */,
11297 172 /* 1.2.840.113549.1.9.14 (OBJ_ext_req) */,
11298 167 /* 1.2.840.113549.1.9.15 (OBJ_SMIMECapabilities) */,
11299 188 /* 1.2.840.113549.1.9.16 (OBJ_SMIME) */,
11300 156 /* 1.2.840.113549.1.9.20 (OBJ_friendlyName) */,
11301 157 /* 1.2.840.113549.1.9.21 (OBJ_localKeyID) */,
11302 681 /* 1.2.840.10045.1.2.3.1 (OBJ_X9_62_onBasis) */,
11303 682 /* 1.2.840.10045.1.2.3.2 (OBJ_X9_62_tpBasis) */,
11304 683 /* 1.2.840.10045.1.2.3.3 (OBJ_X9_62_ppBasis) */,
11305 417 /* 1.3.6.1.4.1.311.17.1 (OBJ_ms_csp_name) */,
11306 856 /* 1.3.6.1.4.1.311.17.2 (OBJ_LocalKeySet) */,
11307 390 /* 1.3.6.1.4.1.1466.344 (OBJ_dcObject) */,
11308 91 /* 1.3.6.1.4.1.3029.1.2 (OBJ_bf_cbc) */,
11309 315 /* 1.3.6.1.5.5.7.5.1.1 (OBJ_id_regCtrl_regToken) */,
11310 316 /* 1.3.6.1.5.5.7.5.1.2 (OBJ_id_regCtrl_authenticator) */,
11311 317 /* 1.3.6.1.5.5.7.5.1.3 (OBJ_id_regCtrl_pkiPublicationInfo) */,
11312 318 /* 1.3.6.1.5.5.7.5.1.4 (OBJ_id_regCtrl_pkiArchiveOptions) */,
11313 319 /* 1.3.6.1.5.5.7.5.1.5 (OBJ_id_regCtrl_oldCertID) */,
11314 320 /* 1.3.6.1.5.5.7.5.1.6 (OBJ_id_regCtrl_protocolEncrKey) */,
11315 321 /* 1.3.6.1.5.5.7.5.2.1 (OBJ_id_regInfo_utf8Pairs) */,
11316 322 /* 1.3.6.1.5.5.7.5.2.2 (OBJ_id_regInfo_certReq) */,
11317 365 /* 1.3.6.1.5.5.7.48.1.1 (OBJ_id_pkix_OCSP_basic) */,
11318 366 /* 1.3.6.1.5.5.7.48.1.2 (OBJ_id_pkix_OCSP_Nonce) */,
11319 367 /* 1.3.6.1.5.5.7.48.1.3 (OBJ_id_pkix_OCSP_CrlID) */,
11320 368 /* 1.3.6.1.5.5.7.48.1.4 (OBJ_id_pkix_OCSP_acceptableResponses) */,
11321 369 /* 1.3.6.1.5.5.7.48.1.5 (OBJ_id_pkix_OCSP_noCheck) */,
11322 370 /* 1.3.6.1.5.5.7.48.1.6 (OBJ_id_pkix_OCSP_archiveCutoff) */,
11323 371 /* 1.3.6.1.5.5.7.48.1.7 (OBJ_id_pkix_OCSP_serviceLocator) */,
11324 372 /* 1.3.6.1.5.5.7.48.1.8 (OBJ_id_pkix_OCSP_extendedStatus) */,
11325 373 /* 1.3.6.1.5.5.7.48.1.9 (OBJ_id_pkix_OCSP_valid) */,
11326 374 /* 1.3.6.1.5.5.7.48.1.10 (OBJ_id_pkix_OCSP_path) */,
11327 375 /* 1.3.6.1.5.5.7.48.1.11 (OBJ_id_pkix_OCSP_trustRoot) */,
11328 921 /* 1.3.36.3.3.2.8.1.1.1 (OBJ_brainpoolP160r1) */,
11329 922 /* 1.3.36.3.3.2.8.1.1.2 (OBJ_brainpoolP160t1) */,
11330 923 /* 1.3.36.3.3.2.8.1.1.3 (OBJ_brainpoolP192r1) */,
11331 924 /* 1.3.36.3.3.2.8.1.1.4 (OBJ_brainpoolP192t1) */,
11332 925 /* 1.3.36.3.3.2.8.1.1.5 (OBJ_brainpoolP224r1) */,
11333 926 /* 1.3.36.3.3.2.8.1.1.6 (OBJ_brainpoolP224t1) */,
11334 927 /* 1.3.36.3.3.2.8.1.1.7 (OBJ_brainpoolP256r1) */,
11335 928 /* 1.3.36.3.3.2.8.1.1.8 (OBJ_brainpoolP256t1) */,
11336 929 /* 1.3.36.3.3.2.8.1.1.9 (OBJ_brainpoolP320r1) */,
11337 930 /* 1.3.36.3.3.2.8.1.1.10 (OBJ_brainpoolP320t1) */,
11338 931 /* 1.3.36.3.3.2.8.1.1.11 (OBJ_brainpoolP384r1) */,
11339 932 /* 1.3.36.3.3.2.8.1.1.12 (OBJ_brainpoolP384t1) */,
11340 933 /* 1.3.36.3.3.2.8.1.1.13 (OBJ_brainpoolP512r1) */,
11341 934 /* 1.3.36.3.3.2.8.1.1.14 (OBJ_brainpoolP512t1) */,
11342 936 /* 1.3.133.16.840.63.0.2 (OBJ_dhSinglePass_stdDH_sha1kdf_scheme) */,
11343 941 /* 1.3.133.16.840.63.0.3 (OBJ_dhSinglePass_cofactorDH_sha1kdf_scheme) */
11344 ,
11345 418 /* 2.16.840.1.101.3.4.1.1 (OBJ_aes_128_ecb) */,
11346 419 /* 2.16.840.1.101.3.4.1.2 (OBJ_aes_128_cbc) */,
11347 420 /* 2.16.840.1.101.3.4.1.3 (OBJ_aes_128_ofb128) */,
11348 421 /* 2.16.840.1.101.3.4.1.4 (OBJ_aes_128_cfb128) */,
11349 788 /* 2.16.840.1.101.3.4.1.5 (OBJ_id_aes128_wrap) */,
11350 895 /* 2.16.840.1.101.3.4.1.6 (OBJ_aes_128_gcm) */,
11351 896 /* 2.16.840.1.101.3.4.1.7 (OBJ_aes_128_ccm) */,
11352 897 /* 2.16.840.1.101.3.4.1.8 (OBJ_id_aes128_wrap_pad) */,
11353 422 /* 2.16.840.1.101.3.4.1.21 (OBJ_aes_192_ecb) */,
11354 423 /* 2.16.840.1.101.3.4.1.22 (OBJ_aes_192_cbc) */,
11355 424 /* 2.16.840.1.101.3.4.1.23 (OBJ_aes_192_ofb128) */,
11356 425 /* 2.16.840.1.101.3.4.1.24 (OBJ_aes_192_cfb128) */,
11357 789 /* 2.16.840.1.101.3.4.1.25 (OBJ_id_aes192_wrap) */,
11358 898 /* 2.16.840.1.101.3.4.1.26 (OBJ_aes_192_gcm) */,
11359 899 /* 2.16.840.1.101.3.4.1.27 (OBJ_aes_192_ccm) */,
11360 900 /* 2.16.840.1.101.3.4.1.28 (OBJ_id_aes192_wrap_pad) */,
11361 426 /* 2.16.840.1.101.3.4.1.41 (OBJ_aes_256_ecb) */,
11362 427 /* 2.16.840.1.101.3.4.1.42 (OBJ_aes_256_cbc) */,
11363 428 /* 2.16.840.1.101.3.4.1.43 (OBJ_aes_256_ofb128) */,
11364 429 /* 2.16.840.1.101.3.4.1.44 (OBJ_aes_256_cfb128) */,
11365 790 /* 2.16.840.1.101.3.4.1.45 (OBJ_id_aes256_wrap) */,
11366 901 /* 2.16.840.1.101.3.4.1.46 (OBJ_aes_256_gcm) */,
11367 902 /* 2.16.840.1.101.3.4.1.47 (OBJ_aes_256_ccm) */,
11368 903 /* 2.16.840.1.101.3.4.1.48 (OBJ_id_aes256_wrap_pad) */,
11369 672 /* 2.16.840.1.101.3.4.2.1 (OBJ_sha256) */,
11370 673 /* 2.16.840.1.101.3.4.2.2 (OBJ_sha384) */,
11371 674 /* 2.16.840.1.101.3.4.2.3 (OBJ_sha512) */,
11372 675 /* 2.16.840.1.101.3.4.2.4 (OBJ_sha224) */,
11373 802 /* 2.16.840.1.101.3.4.3.1 (OBJ_dsa_with_SHA224) */,
11374 803 /* 2.16.840.1.101.3.4.3.2 (OBJ_dsa_with_SHA256) */,
11375 71 /* 2.16.840.1.113730.1.1 (OBJ_netscape_cert_type) */,
11376 72 /* 2.16.840.1.113730.1.2 (OBJ_netscape_base_url) */,
11377 73 /* 2.16.840.1.113730.1.3 (OBJ_netscape_revocation_url) */,
11378 74 /* 2.16.840.1.113730.1.4 (OBJ_netscape_ca_revocation_url) */,
11379 75 /* 2.16.840.1.113730.1.7 (OBJ_netscape_renewal_url) */,
11380 76 /* 2.16.840.1.113730.1.8 (OBJ_netscape_ca_policy_url) */,
11381 77 /* 2.16.840.1.113730.1.12 (OBJ_netscape_ssl_server_name) */,
11382 78 /* 2.16.840.1.113730.1.13 (OBJ_netscape_comment) */,
11383 79 /* 2.16.840.1.113730.2.5 (OBJ_netscape_cert_sequence) */,
11384 139 /* 2.16.840.1.113730.4.1 (OBJ_ns_sgc) */,
11385 458 /* 0.9.2342.19200300.100.1.1 (OBJ_userId) */,
11386 459 /* 0.9.2342.19200300.100.1.2 (OBJ_textEncodedORAddress) */,
11387 460 /* 0.9.2342.19200300.100.1.3 (OBJ_rfc822Mailbox) */,
11388 461 /* 0.9.2342.19200300.100.1.4 (OBJ_info) */,
11389 462 /* 0.9.2342.19200300.100.1.5 (OBJ_favouriteDrink) */,
11390 463 /* 0.9.2342.19200300.100.1.6 (OBJ_roomNumber) */,
11391 464 /* 0.9.2342.19200300.100.1.7 (OBJ_photo) */,
11392 465 /* 0.9.2342.19200300.100.1.8 (OBJ_userClass) */,
11393 466 /* 0.9.2342.19200300.100.1.9 (OBJ_host) */,
11394 467 /* 0.9.2342.19200300.100.1.10 (OBJ_manager) */,
11395 468 /* 0.9.2342.19200300.100.1.11 (OBJ_documentIdentifier) */,
11396 469 /* 0.9.2342.19200300.100.1.12 (OBJ_documentTitle) */,
11397 470 /* 0.9.2342.19200300.100.1.13 (OBJ_documentVersion) */,
11398 471 /* 0.9.2342.19200300.100.1.14 (OBJ_documentAuthor) */,
11399 472 /* 0.9.2342.19200300.100.1.15 (OBJ_documentLocation) */,
11400 473 /* 0.9.2342.19200300.100.1.20 (OBJ_homeTelephoneNumber) */,
11401 474 /* 0.9.2342.19200300.100.1.21 (OBJ_secretary) */,
11402 475 /* 0.9.2342.19200300.100.1.22 (OBJ_otherMailbox) */,
11403 476 /* 0.9.2342.19200300.100.1.23 (OBJ_lastModifiedTime) */,
11404 477 /* 0.9.2342.19200300.100.1.24 (OBJ_lastModifiedBy) */,
11405 391 /* 0.9.2342.19200300.100.1.25 (OBJ_domainComponent) */,
11406 478 /* 0.9.2342.19200300.100.1.26 (OBJ_aRecord) */,
11407 479 /* 0.9.2342.19200300.100.1.27 (OBJ_pilotAttributeType27) */,
11408 480 /* 0.9.2342.19200300.100.1.28 (OBJ_mXRecord) */,
11409 481 /* 0.9.2342.19200300.100.1.29 (OBJ_nSRecord) */,
11410 482 /* 0.9.2342.19200300.100.1.30 (OBJ_sOARecord) */,
11411 483 /* 0.9.2342.19200300.100.1.31 (OBJ_cNAMERecord) */,
11412 484 /* 0.9.2342.19200300.100.1.37 (OBJ_associatedDomain) */,
11413 485 /* 0.9.2342.19200300.100.1.38 (OBJ_associatedName) */,
11414 486 /* 0.9.2342.19200300.100.1.39 (OBJ_homePostalAddress) */,
11415 487 /* 0.9.2342.19200300.100.1.40 (OBJ_personalTitle) */,
11416 488 /* 0.9.2342.19200300.100.1.41 (OBJ_mobileTelephoneNumber) */,
11417 489 /* 0.9.2342.19200300.100.1.42 (OBJ_pagerTelephoneNumber) */,
11418 490 /* 0.9.2342.19200300.100.1.43 (OBJ_friendlyCountryName) */,
11419 491 /* 0.9.2342.19200300.100.1.45 (OBJ_organizationalStatus) */,
11420 492 /* 0.9.2342.19200300.100.1.46 (OBJ_janetMailbox) */,
11421 493 /* 0.9.2342.19200300.100.1.47 (OBJ_mailPreferenceOption) */,
11422 494 /* 0.9.2342.19200300.100.1.48 (OBJ_buildingName) */,
11423 495 /* 0.9.2342.19200300.100.1.49 (OBJ_dSAQuality) */,
11424 496 /* 0.9.2342.19200300.100.1.50 (OBJ_singleLevelQuality) */,
11425 497 /* 0.9.2342.19200300.100.1.51 (OBJ_subtreeMinimumQuality) */,
11426 498 /* 0.9.2342.19200300.100.1.52 (OBJ_subtreeMaximumQuality) */,
11427 499 /* 0.9.2342.19200300.100.1.53 (OBJ_personalSignature) */,
11428 500 /* 0.9.2342.19200300.100.1.54 (OBJ_dITRedirect) */,
11429 501 /* 0.9.2342.19200300.100.1.55 (OBJ_audio) */,
11430 502 /* 0.9.2342.19200300.100.1.56 (OBJ_documentPublisher) */,
11431 442 /* 0.9.2342.19200300.100.3.4 (OBJ_iA5StringSyntax) */,
11432 443 /* 0.9.2342.19200300.100.3.5 (OBJ_caseIgnoreIA5StringSyntax) */,
11433 444 /* 0.9.2342.19200300.100.4.3 (OBJ_pilotObject) */,
11434 445 /* 0.9.2342.19200300.100.4.4 (OBJ_pilotPerson) */,
11435 446 /* 0.9.2342.19200300.100.4.5 (OBJ_account) */,
11436 447 /* 0.9.2342.19200300.100.4.6 (OBJ_document) */,
11437 448 /* 0.9.2342.19200300.100.4.7 (OBJ_room) */,
11438 449 /* 0.9.2342.19200300.100.4.9 (OBJ_documentSeries) */,
11439 392 /* 0.9.2342.19200300.100.4.13 (OBJ_Domain) */,
11440 450 /* 0.9.2342.19200300.100.4.14 (OBJ_rFC822localPart) */,
11441 451 /* 0.9.2342.19200300.100.4.15 (OBJ_dNSDomain) */,
11442 452 /* 0.9.2342.19200300.100.4.17 (OBJ_domainRelatedObject) */,
11443 453 /* 0.9.2342.19200300.100.4.18 (OBJ_friendlyCountry) */,
11444 454 /* 0.9.2342.19200300.100.4.19 (OBJ_simpleSecurityObject) */,
11445 455 /* 0.9.2342.19200300.100.4.20 (OBJ_pilotOrganization) */,
11446 456 /* 0.9.2342.19200300.100.4.21 (OBJ_pilotDSA) */,
11447 457 /* 0.9.2342.19200300.100.4.22 (OBJ_qualityLabelledData) */,
11448 189 /* 1.2.840.113549.1.9.16.0 (OBJ_id_smime_mod) */,
11449 190 /* 1.2.840.113549.1.9.16.1 (OBJ_id_smime_ct) */,
11450 191 /* 1.2.840.113549.1.9.16.2 (OBJ_id_smime_aa) */,
11451 192 /* 1.2.840.113549.1.9.16.3 (OBJ_id_smime_alg) */,
11452 193 /* 1.2.840.113549.1.9.16.4 (OBJ_id_smime_cd) */,
11453 194 /* 1.2.840.113549.1.9.16.5 (OBJ_id_smime_spq) */,
11454 195 /* 1.2.840.113549.1.9.16.6 (OBJ_id_smime_cti) */,
11455 158 /* 1.2.840.113549.1.9.22.1 (OBJ_x509Certificate) */,
11456 159 /* 1.2.840.113549.1.9.22.2 (OBJ_sdsiCertificate) */,
11457 160 /* 1.2.840.113549.1.9.23.1 (OBJ_x509Crl) */,
11458 144 /* 1.2.840.113549.1.12.1.1 (OBJ_pbe_WithSHA1And128BitRC4) */,
11459 145 /* 1.2.840.113549.1.12.1.2 (OBJ_pbe_WithSHA1And40BitRC4) */,
11460 146 /* 1.2.840.113549.1.12.1.3 (OBJ_pbe_WithSHA1And3_Key_TripleDES_CBC) */,
11461 147 /* 1.2.840.113549.1.12.1.4 (OBJ_pbe_WithSHA1And2_Key_TripleDES_CBC) */,
11462 148 /* 1.2.840.113549.1.12.1.5 (OBJ_pbe_WithSHA1And128BitRC2_CBC) */,
11463 149 /* 1.2.840.113549.1.12.1.6 (OBJ_pbe_WithSHA1And40BitRC2_CBC) */,
11464 171 /* 1.3.6.1.4.1.311.2.1.14 (OBJ_ms_ext_req) */,
11465 134 /* 1.3.6.1.4.1.311.2.1.21 (OBJ_ms_code_ind) */,
11466 135 /* 1.3.6.1.4.1.311.2.1.22 (OBJ_ms_code_com) */,
11467 136 /* 1.3.6.1.4.1.311.10.3.1 (OBJ_ms_ctl_sign) */,
11468 137 /* 1.3.6.1.4.1.311.10.3.3 (OBJ_ms_sgc) */,
11469 138 /* 1.3.6.1.4.1.311.10.3.4 (OBJ_ms_efs) */,
11470 648 /* 1.3.6.1.4.1.311.20.2.2 (OBJ_ms_smartcard_login) */,
11471 649 /* 1.3.6.1.4.1.311.20.2.3 (OBJ_ms_upn) */,
11472 751 /* 1.2.392.200011.61.1.1.1.2 (OBJ_camellia_128_cbc) */,
11473 752 /* 1.2.392.200011.61.1.1.1.3 (OBJ_camellia_192_cbc) */,
11474 753 /* 1.2.392.200011.61.1.1.1.4 (OBJ_camellia_256_cbc) */,
11475 907 /* 1.2.392.200011.61.1.1.3.2 (OBJ_id_camellia128_wrap) */,
11476 908 /* 1.2.392.200011.61.1.1.3.3 (OBJ_id_camellia192_wrap) */,
11477 909 /* 1.2.392.200011.61.1.1.3.4 (OBJ_id_camellia256_wrap) */,
11478 196 /* 1.2.840.113549.1.9.16.0.1 (OBJ_id_smime_mod_cms) */,
11479 197 /* 1.2.840.113549.1.9.16.0.2 (OBJ_id_smime_mod_ess) */,
11480 198 /* 1.2.840.113549.1.9.16.0.3 (OBJ_id_smime_mod_oid) */,
11481 199 /* 1.2.840.113549.1.9.16.0.4 (OBJ_id_smime_mod_msg_v3) */,
11482 200 /* 1.2.840.113549.1.9.16.0.5 (OBJ_id_smime_mod_ets_eSignature_88) */,
11483 201 /* 1.2.840.113549.1.9.16.0.6 (OBJ_id_smime_mod_ets_eSignature_97) */,
11484 202 /* 1.2.840.113549.1.9.16.0.7 (OBJ_id_smime_mod_ets_eSigPolicy_88) */,
11485 203 /* 1.2.840.113549.1.9.16.0.8 (OBJ_id_smime_mod_ets_eSigPolicy_97) */,
11486 204 /* 1.2.840.113549.1.9.16.1.1 (OBJ_id_smime_ct_receipt) */,
11487 205 /* 1.2.840.113549.1.9.16.1.2 (OBJ_id_smime_ct_authData) */,
11488 206 /* 1.2.840.113549.1.9.16.1.3 (OBJ_id_smime_ct_publishCert) */,
11489 207 /* 1.2.840.113549.1.9.16.1.4 (OBJ_id_smime_ct_TSTInfo) */,
11490 208 /* 1.2.840.113549.1.9.16.1.5 (OBJ_id_smime_ct_TDTInfo) */,
11491 209 /* 1.2.840.113549.1.9.16.1.6 (OBJ_id_smime_ct_contentInfo) */,
11492 210 /* 1.2.840.113549.1.9.16.1.7 (OBJ_id_smime_ct_DVCSRequestData) */,
11493 211 /* 1.2.840.113549.1.9.16.1.8 (OBJ_id_smime_ct_DVCSResponseData) */,
11494 786 /* 1.2.840.113549.1.9.16.1.9 (OBJ_id_smime_ct_compressedData) */,
11495 787 /* 1.2.840.113549.1.9.16.1.27 (OBJ_id_ct_asciiTextWithCRLF) */,
11496 212 /* 1.2.840.113549.1.9.16.2.1 (OBJ_id_smime_aa_receiptRequest) */,
11497 213 /* 1.2.840.113549.1.9.16.2.2 (OBJ_id_smime_aa_securityLabel) */,
11498 214 /* 1.2.840.113549.1.9.16.2.3 (OBJ_id_smime_aa_mlExpandHistory) */,
11499 215 /* 1.2.840.113549.1.9.16.2.4 (OBJ_id_smime_aa_contentHint) */,
11500 216 /* 1.2.840.113549.1.9.16.2.5 (OBJ_id_smime_aa_msgSigDigest) */,
11501 217 /* 1.2.840.113549.1.9.16.2.6 (OBJ_id_smime_aa_encapContentType) */,
11502 218 /* 1.2.840.113549.1.9.16.2.7 (OBJ_id_smime_aa_contentIdentifier) */,
11503 219 /* 1.2.840.113549.1.9.16.2.8 (OBJ_id_smime_aa_macValue) */,
11504 220 /* 1.2.840.113549.1.9.16.2.9 (OBJ_id_smime_aa_equivalentLabels) */,
11505 221 /* 1.2.840.113549.1.9.16.2.10 (OBJ_id_smime_aa_contentReference) */,
11506 222 /* 1.2.840.113549.1.9.16.2.11 (OBJ_id_smime_aa_encrypKeyPref) */,
11507 223 /* 1.2.840.113549.1.9.16.2.12 (OBJ_id_smime_aa_signingCertificate) */,
11508 224 /* 1.2.840.113549.1.9.16.2.13 (OBJ_id_smime_aa_smimeEncryptCerts) */,
11509 225 /* 1.2.840.113549.1.9.16.2.14 (OBJ_id_smime_aa_timeStampToken) */,
11510 226 /* 1.2.840.113549.1.9.16.2.15 (OBJ_id_smime_aa_ets_sigPolicyId) */,
11511 227 /* 1.2.840.113549.1.9.16.2.16 (OBJ_id_smime_aa_ets_commitmentType) */,
11512 228 /* 1.2.840.113549.1.9.16.2.17 (OBJ_id_smime_aa_ets_signerLocation) */,
11513 229 /* 1.2.840.113549.1.9.16.2.18 (OBJ_id_smime_aa_ets_signerAttr) */,
11514 230 /* 1.2.840.113549.1.9.16.2.19 (OBJ_id_smime_aa_ets_otherSigCert) */,
11515 231 /* 1.2.840.113549.1.9.16.2.20 (OBJ_id_smime_aa_ets_contentTimestamp) */,
11516 232 /* 1.2.840.113549.1.9.16.2.21 (OBJ_id_smime_aa_ets_CertificateRefs) */,
11517 233 /* 1.2.840.113549.1.9.16.2.22 (OBJ_id_smime_aa_ets_RevocationRefs) */,
11518 234 /* 1.2.840.113549.1.9.16.2.23 (OBJ_id_smime_aa_ets_certValues) */,
11519 235 /* 1.2.840.113549.1.9.16.2.24 (OBJ_id_smime_aa_ets_revocationValues) */,
11520 236 /* 1.2.840.113549.1.9.16.2.25 (OBJ_id_smime_aa_ets_escTimeStamp) */,
11521 237 /* 1.2.840.113549.1.9.16.2.26 (OBJ_id_smime_aa_ets_certCRLTimestamp) */,
11522 238 /* 1.2.840.113549.1.9.16.2.27 (OBJ_id_smime_aa_ets_archiveTimeStamp) */,
11523 239 /* 1.2.840.113549.1.9.16.2.28 (OBJ_id_smime_aa_signatureType) */,
11524 240 /* 1.2.840.113549.1.9.16.2.29 (OBJ_id_smime_aa_dvcs_dvc) */,
11525 241 /* 1.2.840.113549.1.9.16.3.1 (OBJ_id_smime_alg_ESDHwith3DES) */,
11526 242 /* 1.2.840.113549.1.9.16.3.2 (OBJ_id_smime_alg_ESDHwithRC2) */,
11527 243 /* 1.2.840.113549.1.9.16.3.3 (OBJ_id_smime_alg_3DESwrap) */,
11528 244 /* 1.2.840.113549.1.9.16.3.4 (OBJ_id_smime_alg_RC2wrap) */,
11529 245 /* 1.2.840.113549.1.9.16.3.5 (OBJ_id_smime_alg_ESDH) */,
11530 246 /* 1.2.840.113549.1.9.16.3.6 (OBJ_id_smime_alg_CMS3DESwrap) */,
11531 247 /* 1.2.840.113549.1.9.16.3.7 (OBJ_id_smime_alg_CMSRC2wrap) */,
11532 125 /* 1.2.840.113549.1.9.16.3.8 (OBJ_zlib_compression) */,
11533 893 /* 1.2.840.113549.1.9.16.3.9 (OBJ_id_alg_PWRI_KEK) */,
11534 248 /* 1.2.840.113549.1.9.16.4.1 (OBJ_id_smime_cd_ldap) */,
11535 249 /* 1.2.840.113549.1.9.16.5.1 (OBJ_id_smime_spq_ets_sqt_uri) */,
11536 250 /* 1.2.840.113549.1.9.16.5.2 (OBJ_id_smime_spq_ets_sqt_unotice) */,
11537 251 /* 1.2.840.113549.1.9.16.6.1 (OBJ_id_smime_cti_ets_proofOfOrigin) */,
11538 252 /* 1.2.840.113549.1.9.16.6.2 (OBJ_id_smime_cti_ets_proofOfReceipt) */,
11539 253 /* 1.2.840.113549.1.9.16.6.3 (OBJ_id_smime_cti_ets_proofOfDelivery) */,
11540 254 /* 1.2.840.113549.1.9.16.6.4 (OBJ_id_smime_cti_ets_proofOfSender) */,
11541 255 /* 1.2.840.113549.1.9.16.6.5 (OBJ_id_smime_cti_ets_proofOfApproval) */,
11542 256 /* 1.2.840.113549.1.9.16.6.6 (OBJ_id_smime_cti_ets_proofOfCreation) */,
11543 150 /* 1.2.840.113549.1.12.10.1.1 (OBJ_keyBag) */,
11544 151 /* 1.2.840.113549.1.12.10.1.2 (OBJ_pkcs8ShroudedKeyBag) */,
11545 152 /* 1.2.840.113549.1.12.10.1.3 (OBJ_certBag) */,
11546 153 /* 1.2.840.113549.1.12.10.1.4 (OBJ_crlBag) */,
11547 154 /* 1.2.840.113549.1.12.10.1.5 (OBJ_secretBag) */,
11548 155 /* 1.2.840.113549.1.12.10.1.6 (OBJ_safeContentsBag) */,
11549 34 /* 1.3.6.1.4.1.188.7.1.1.2 (OBJ_idea_cbc) */,
Adam Langleyd9e397b2015-01-22 14:27:53 -080011550};