summaryrefslogtreecommitdiff
path: root/src/libstrongswan/asn1/oid.c
blob: b479b0f4b76af882798b67afc44601d15edfec2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
/* List of some useful object identifiers (OIDs)
 * Copyright (C) 2003-2008 Andreas Steffen, Hochschule fuer Technik Rapperswil
 * 
 * This file has been automatically generated by the script oid.pl
 * Do not edit manually!
 */

#include <stdlib.h>

#include "oid.h"

const oid_t oid_names[] = {
 {0x02,                         7, 1,  0, "ITU-T Administration"           }, /*   0 */
 {  0x82,                       0, 1,  1, ""                               }, /*   1 */
 {    0x06,                     0, 1,  2, "Germany ITU-T member"           }, /*   2 */
 {      0x01,                   0, 1,  3, "Deutsche Telekom AG"            }, /*   3 */
 {        0x0A,                 0, 1,  4, ""                               }, /*   4 */
 {          0x07,               0, 1,  5, ""                               }, /*   5 */
 {            0x14,             0, 0,  6, "ND"                             }, /*   6 */
 {0x09,                        18, 1,  0, "data"                           }, /*   7 */
 {  0x92,                       0, 1,  1, ""                               }, /*   8 */
 {    0x26,                     0, 1,  2, ""                               }, /*   9 */
 {      0x89,                   0, 1,  3, ""                               }, /*  10 */
 {        0x93,                 0, 1,  4, ""                               }, /*  11 */
 {          0xF2,               0, 1,  5, ""                               }, /*  12 */
 {            0x2C,             0, 1,  6, ""                               }, /*  13 */
 {              0x64,           0, 1,  7, "pilot"                          }, /*  14 */
 {                0x01,         0, 1,  8, "pilotAttributeType"             }, /*  15 */
 {                  0x01,      17, 0,  9, "UID"                            }, /*  16 */
 {                  0x19,       0, 0,  9, "DC"                             }, /*  17 */
 {0x55,                        65, 1,  0, "X.500"                          }, /*  18 */
 {  0x04,                      37, 1,  1, "X.509"                          }, /*  19 */
 {    0x03,                    21, 0,  2, "CN"                             }, /*  20 */
 {    0x04,                    22, 0,  2, "S"                              }, /*  21 */
 {    0x05,                    23, 0,  2, "SN"                             }, /*  22 */
 {    0x06,                    24, 0,  2, "C"                              }, /*  23 */
 {    0x07,                    25, 0,  2, "L"                              }, /*  24 */
 {    0x08,                    26, 0,  2, "ST"                             }, /*  25 */
 {    0x0A,                    27, 0,  2, "O"                              }, /*  26 */
 {    0x0B,                    28, 0,  2, "OU"                             }, /*  27 */
 {    0x0C,                    29, 0,  2, "T"                              }, /*  28 */
 {    0x0D,                    30, 0,  2, "D"                              }, /*  29 */
 {    0x24,                    31, 0,  2, "userCertificate"                }, /*  30 */
 {    0x29,                    32, 0,  2, "N"                              }, /*  31 */
 {    0x2A,                    33, 0,  2, "G"                              }, /*  32 */
 {    0x2B,                    34, 0,  2, "I"                              }, /*  33 */
 {    0x2D,                    35, 0,  2, "ID"                             }, /*  34 */
 {    0x2E,                    36, 0,  2, "dnQualifier"                    }, /*  35 */
 {    0x48,                     0, 0,  2, "role"                           }, /*  36 */
 {  0x1D,                       0, 1,  1, "id-ce"                          }, /*  37 */
 {    0x09,                    39, 0,  2, "subjectDirectoryAttrs"          }, /*  38 */
 {    0x0E,                    40, 0,  2, "subjectKeyIdentifier"           }, /*  39 */
 {    0x0F,                    41, 0,  2, "keyUsage"                       }, /*  40 */
 {    0x10,                    42, 0,  2, "privateKeyUsagePeriod"          }, /*  41 */
 {    0x11,                    43, 0,  2, "subjectAltName"                 }, /*  42 */
 {    0x12,                    44, 0,  2, "issuerAltName"                  }, /*  43 */
 {    0x13,                    45, 0,  2, "basicConstraints"               }, /*  44 */
 {    0x14,                    46, 0,  2, "crlNumber"                      }, /*  45 */
 {    0x15,                    47, 0,  2, "reasonCode"                     }, /*  46 */
 {    0x17,                    48, 0,  2, "holdInstructionCode"            }, /*  47 */
 {    0x18,                    49, 0,  2, "invalidityDate"                 }, /*  48 */
 {    0x1B,                    50, 0,  2, "deltaCrlIndicator"              }, /*  49 */
 {    0x1C,                    51, 0,  2, "issuingDistributionPoint"       }, /*  50 */
 {    0x1D,                    52, 0,  2, "certificateIssuer"              }, /*  51 */
 {    0x1E,                    53, 0,  2, "nameConstraints"                }, /*  52 */
 {    0x1F,                    54, 0,  2, "crlDistributionPoints"          }, /*  53 */
 {    0x20,                    56, 1,  2, "certificatePolicies"            }, /*  54 */
 {      0x00,                   0, 0,  3, "anyPolicy"                      }, /*  55 */
 {    0x21,                    57, 0,  2, "policyMappings"                 }, /*  56 */
 {    0x23,                    58, 0,  2, "authorityKeyIdentifier"         }, /*  57 */
 {    0x24,                    59, 0,  2, "policyConstraints"              }, /*  58 */
 {    0x25,                    61, 1,  2, "extendedKeyUsage"               }, /*  59 */
 {      0x00,                   0, 0,  3, "anyExtendedKeyUsage"            }, /*  60 */
 {    0x2E,                    62, 0,  2, "freshestCRL"                    }, /*  61 */
 {    0x36,                    63, 0,  2, "inhibitAnyPolicy"               }, /*  62 */
 {    0x37,                    64, 0,  2, "targetInformation"              }, /*  63 */
 {    0x38,                     0, 0,  2, "noRevAvail"                     }, /*  64 */
 {0x2A,                       189, 1,  0, ""                               }, /*  65 */
 {  0x83,                      78, 1,  1, ""                               }, /*  66 */
 {    0x08,                     0, 1,  2, "jp"                             }, /*  67 */
 {      0x8C,                   0, 1,  3, ""                               }, /*  68 */
 {        0x9A,                 0, 1,  4, ""                               }, /*  69 */
 {          0x4B,               0, 1,  5, ""                               }, /*  70 */
 {            0x3D,             0, 1,  6, ""                               }, /*  71 */
 {              0x01,           0, 1,  7, "security"                       }, /*  72 */
 {                0x01,         0, 1,  8, "algorithm"                      }, /*  73 */
 {                  0x01,       0, 1,  9, "symm-encryption-alg"            }, /*  74 */
 {                    0x02,    76, 0, 10, "camellia128-cbc"                }, /*  75 */
 {                    0x03,    77, 0, 10, "camellia192-cbc"                }, /*  76 */
 {                    0x04,     0, 0, 10, "camellia256-cbc"                }, /*  77 */
 {  0x86,                       0, 1,  1, ""                               }, /*  78 */
 {    0x48,                     0, 1,  2, "us"                             }, /*  79 */
 {      0x86,                 148, 1,  3, ""                               }, /*  80 */
 {        0xF6,                86, 1,  4, ""                               }, /*  81 */
 {          0x7D,               0, 1,  5, "NortelNetworks"                 }, /*  82 */
 {            0x07,             0, 1,  6, "Entrust"                        }, /*  83 */
 {              0x41,           0, 1,  7, "nsn-ce"                         }, /*  84 */
 {                0x00,         0, 0,  8, "entrustVersInfo"                }, /*  85 */
 {        0xF7,                 0, 1,  4, ""                               }, /*  86 */
 {          0x0D,               0, 1,  5, "RSADSI"                         }, /*  87 */
 {            0x01,           143, 1,  6, "PKCS"                           }, /*  88 */
 {              0x01,         101, 1,  7, "PKCS-1"                         }, /*  89 */
 {                0x01,        91, 0,  8, "rsaEncryption"                  }, /*  90 */
 {                0x02,        92, 0,  8, "md2WithRSAEncryption"           }, /*  91 */
 {                0x04,        93, 0,  8, "md5WithRSAEncryption"           }, /*  92 */
 {                0x05,        94, 0,  8, "sha-1WithRSAEncryption"         }, /*  93 */
 {                0x07,        95, 0,  8, "id-RSAES-OAEP"                  }, /*  94 */
 {                0x08,        96, 0,  8, "id-mgf1"                        }, /*  95 */
 {                0x09,        97, 0,  8, "id-pSpecified"                  }, /*  96 */
 {                0x0B,        98, 0,  8, "sha256WithRSAEncryption"        }, /*  97 */
 {                0x0C,        99, 0,  8, "sha384WithRSAEncryption"        }, /*  98 */
 {                0x0D,       100, 0,  8, "sha512WithRSAEncryption"        }, /*  99 */
 {                0x0E,         0, 0,  8, "sha224WithRSAEncryption"        }, /* 100 */
 {              0x05,         106, 1,  7, "PKCS-5"                         }, /* 101 */
 {                0x03,       103, 0,  8, "pbeWithMD5AndDES-CBC"           }, /* 102 */
 {                0x0A,       104, 0,  8, "pbeWithSHA1AndDES-CBC"          }, /* 103 */
 {                0x0C,       105, 0,  8, "id-PBKDF2"                      }, /* 104 */
 {                0x0D,         0, 0,  8, "id-PBES2"                       }, /* 105 */
 {              0x07,         113, 1,  7, "PKCS-7"                         }, /* 106 */
 {                0x01,       108, 0,  8, "data"                           }, /* 107 */
 {                0x02,       109, 0,  8, "signedData"                     }, /* 108 */
 {                0x03,       110, 0,  8, "envelopedData"                  }, /* 109 */
 {                0x04,       111, 0,  8, "signedAndEnvelopedData"         }, /* 110 */
 {                0x05,       112, 0,  8, "digestedData"                   }, /* 111 */
 {                0x06,         0, 0,  8, "encryptedData"                  }, /* 112 */
 {              0x09,         127, 1,  7, "PKCS-9"                         }, /* 113 */
 {                0x01,       115, 0,  8, "E"                              }, /* 114 */
 {                0x02,       116, 0,  8, "unstructuredName"               }, /* 115 */
 {                0x03,       117, 0,  8, "contentType"                    }, /* 116 */
 {                0x04,       118, 0,  8, "messageDigest"                  }, /* 117 */
 {                0x05,       119, 0,  8, "signingTime"                    }, /* 118 */
 {                0x06,       120, 0,  8, "counterSignature"               }, /* 119 */
 {                0x07,       121, 0,  8, "challengePassword"              }, /* 120 */
 {                0x08,       122, 0,  8, "unstructuredAddress"            }, /* 121 */
 {                0x0E,       123, 0,  8, "extensionRequest"               }, /* 122 */
 {                0x0F,       124, 0,  8, "S/MIME Capabilities"            }, /* 123 */
 {                0x16,         0, 1,  8, "certTypes"                      }, /* 124 */
 {                  0x01,     126, 0,  9, "X.509"                          }, /* 125 */
 {                  0x02,       0, 0,  9, "SDSI"                           }, /* 126 */
 {              0x0c,           0, 1,  7, "PKCS-12"                        }, /* 127 */
 {                0x01,       135, 1,  8, "pbeIds"                         }, /* 128 */
 {                  0x01,     130, 0,  9, "pbeWithSHAAnd128BitRC4"         }, /* 129 */
 {                  0x02,     131, 0,  9, "pbeWithSHAAnd40BitRC4"          }, /* 130 */
 {                  0x03,     132, 0,  9, "pbeWithSHAAnd3-KeyTripleDES-CBC"}, /* 131 */
 {                  0x04,     133, 0,  9, "pbeWithSHAAnd2-KeyTripleDES-CBC"}, /* 132 */
 {                  0x05,     134, 0,  9, "pbeWithSHAAnd128BitRC2-CBC"     }, /* 133 */
 {                  0x06,       0, 0,  9, "pbeWithSHAAnd40BitRC2-CBC"      }, /* 134 */
 {                0x0a,         0, 1,  8, "PKCS-12v1"                      }, /* 135 */
 {                  0x01,       0, 1,  9, "bagIds"                         }, /* 136 */
 {                    0x01,   138, 0, 10, "keyBag"                         }, /* 137 */
 {                    0x02,   139, 0, 10, "pkcs8ShroudedKeyBag"            }, /* 138 */
 {                    0x03,   140, 0, 10, "certBag"                        }, /* 139 */
 {                    0x04,   141, 0, 10, "crlBag"                         }, /* 140 */
 {                    0x05,   142, 0, 10, "secretBag"                      }, /* 141 */
 {                    0x06,     0, 0, 10, "safeContentsBag"                }, /* 142 */
 {            0x02,           146, 1,  6, "digestAlgorithm"                }, /* 143 */
 {              0x02,         145, 0,  7, "md2"                            }, /* 144 */
 {              0x05,           0, 0,  7, "md5"                            }, /* 145 */
 {            0x03,             0, 1,  6, "encryptionAlgorithm"            }, /* 146 */
 {              0x07,           0, 0,  7, "3des-ede-cbc"                   }, /* 147 */
 {      0xCE,                   0, 1,  3, ""                               }, /* 148 */
 {        0x3D,                 0, 1,  4, "ansi-X9-62"                     }, /* 149 */
 {          0x02,             152, 1,  5, "id-publicKeyType"               }, /* 150 */
 {            0x01,             0, 0,  6, "id-ecPublicKey"                 }, /* 151 */
 {          0x03,             182, 1,  5, "ellipticCurve"                  }, /* 152 */
 {            0x00,           174, 1,  6, "c-TwoCurve"                     }, /* 153 */
 {              0x01,         155, 0,  7, "c2pnb163v1"                     }, /* 154 */
 {              0x02,         156, 0,  7, "c2pnb163v2"                     }, /* 155 */
 {              0x03,         157, 0,  7, "c2pnb163v3"                     }, /* 156 */
 {              0x04,         158, 0,  7, "c2pnb176w1"                     }, /* 157 */
 {              0x05,         159, 0,  7, "c2tnb191v1"                     }, /* 158 */
 {              0x06,         160, 0,  7, "c2tnb191v2"                     }, /* 159 */
 {              0x07,         161, 0,  7, "c2tnb191v3"                     }, /* 160 */
 {              0x08,         162, 0,  7, "c2onb191v4"                     }, /* 161 */
 {              0x09,         163, 0,  7, "c2onb191v5"                     }, /* 162 */
 {              0x0A,         164, 0,  7, "c2pnb208w1"                     }, /* 163 */
 {              0x0B,         165, 0,  7, "c2tnb239v1"                     }, /* 164 */
 {              0x0C,         166, 0,  7, "c2tnb239v2"                     }, /* 165 */
 {              0x0D,         167, 0,  7, "c2tnb239v3"                     }, /* 166 */
 {              0x0E,         168, 0,  7, "c2onb239v4"                     }, /* 167 */
 {              0x0F,         169, 0,  7, "c2onb239v5"                     }, /* 168 */
 {              0x10,         170, 0,  7, "c2pnb272w1"                     }, /* 169 */
 {              0x11,         171, 0,  7, "c2pnb304w1"                     }, /* 170 */
 {              0x12,         172, 0,  7, "c2tnb359v1"                     }, /* 171 */
 {              0x13,         173, 0,  7, "c2pnb368w1"                     }, /* 172 */
 {              0x14,           0, 0,  7, "c2tnb431r1"                     }, /* 173 */
 {            0x01,             0, 1,  6, "primeCurve"                     }, /* 174 */
 {              0x01,         176, 0,  7, "prime192v1"                     }, /* 175 */
 {              0x02,         177, 0,  7, "prime192v2"                     }, /* 176 */
 {              0x03,         178, 0,  7, "prime192v3"                     }, /* 177 */
 {              0x04,         179, 0,  7, "prime239v1"                     }, /* 178 */
 {              0x05,         180, 0,  7, "prime239v2"                     }, /* 179 */
 {              0x06,         181, 0,  7, "prime239v3"                     }, /* 180 */
 {              0x07,           0, 0,  7, "prime256v1"                     }, /* 181 */
 {          0x04,               0, 1,  5, "id-ecSigType"                   }, /* 182 */
 {            0x01,           184, 0,  6, "ecdsa-with-SHA1"                }, /* 183 */
 {            0x03,             0, 1,  6, "ecdsa-with-Specified"           }, /* 184 */
 {              0x01,         186, 0,  7, "ecdsa-with-SHA224"              }, /* 185 */
 {              0x02,         187, 0,  7, "ecdsa-with-SHA256"              }, /* 186 */
 {              0x03,         188, 0,  7, "ecdsa-with-SHA384"              }, /* 187 */
 {              0x04,           0, 0,  7, "ecdsa-with-SHA512"              }, /* 188 */
 {0x2B,                       391, 1,  0, ""                               }, /* 189 */
 {  0x06,                     305, 1,  1, "dod"                            }, /* 190 */
 {    0x01,                     0, 1,  2, "internet"                       }, /* 191 */
 {      0x04,                 256, 1,  3, "private"                        }, /* 192 */
 {        0x01,                 0, 1,  4, "enterprise"                     }, /* 193 */
 {          0x82,             210, 1,  5, ""                               }, /* 194 */
 {            0x37,           207, 1,  6, "Microsoft"                      }, /* 195 */
 {              0x0A,         200, 1,  7, ""                               }, /* 196 */
 {                0x03,         0, 1,  8, ""                               }, /* 197 */
 {                  0x03,     199, 0,  9, "msSGC"                          }, /* 198 */
 {                  0x04,       0, 0,  9, "msEncryptingFileSystem"         }, /* 199 */
 {              0x14,         204, 1,  7, "msEnrollmentInfrastructure"     }, /* 200 */
 {                0x02,         0, 1,  8, "msCertificateTypeExtension"     }, /* 201 */
 {                  0x02,     203, 0,  9, "msSmartcardLogon"               }, /* 202 */
 {                  0x03,       0, 0,  9, "msUPN"                          }, /* 203 */
 {              0x15,           0, 1,  7, "msCertSrvInfrastructure"        }, /* 204 */
 {                0x07,       206, 0,  8, "msCertTemplate"                 }, /* 205 */
 {                0x0A,         0, 0,  8, "msApplicationCertPolicies"      }, /* 206 */
 {            0xA0,             0, 1,  6, ""                               }, /* 207 */
 {              0x2A,           0, 1,  7, "ITA"                            }, /* 208 */
 {                0x01,         0, 0,  8, "strongSwan"                     }, /* 209 */
 {          0x89,             217, 1,  5, ""                               }, /* 210 */
 {            0x31,             0, 1,  6, ""                               }, /* 211 */
 {              0x01,           0, 1,  7, ""                               }, /* 212 */
 {                0x01,         0, 1,  8, ""                               }, /* 213 */
 {                  0x02,       0, 1,  9, ""                               }, /* 214 */
 {                    0x02,     0, 1, 10, ""                               }, /* 215 */
 {                      0x4B,   0, 0, 11, "TCGID"                          }, /* 216 */
 {          0xC1,               0, 1,  5, ""                               }, /* 217 */
 {            0x16,             0, 1,  6, "ntruCryptosystems"              }, /* 218 */
 {              0x01,           0, 1,  7, "eess"                           }, /* 219 */
 {                0x01,         0, 1,  8, "eess1"                          }, /* 220 */
 {                  0x01,     225, 1,  9, "eess1-algs"                     }, /* 221 */
 {                    0x01,   223, 0, 10, "ntru-EESS1v1-SVES"              }, /* 222 */
 {                    0x02,   224, 0, 10, "ntru-EESS1v1-SVSSA"             }, /* 223 */
 {                    0x03,     0, 0, 10, "ntru-EESS1v1-NTRUSign"          }, /* 224 */
 {                  0x02,     255, 1,  9, "eess1-params"                   }, /* 225 */
 {                    0x01,   227, 0, 10, "ees251ep1"                      }, /* 226 */
 {                    0x02,   228, 0, 10, "ees347ep1"                      }, /* 227 */
 {                    0x03,   229, 0, 10, "ees503ep1"                      }, /* 228 */
 {                    0x07,   230, 0, 10, "ees251sp2"                      }, /* 229 */
 {                    0x0C,   231, 0, 10, "ees251ep4"                      }, /* 230 */
 {                    0x0D,   232, 0, 10, "ees251ep5"                      }, /* 231 */
 {                    0x0E,   233, 0, 10, "ees251sp3"                      }, /* 232 */
 {                    0x0F,   234, 0, 10, "ees251sp4"                      }, /* 233 */
 {                    0x10,   235, 0, 10, "ees251sp5"                      }, /* 234 */
 {                    0x11,   236, 0, 10, "ees251sp6"                      }, /* 235 */
 {                    0x12,   237, 0, 10, "ees251sp7"                      }, /* 236 */
 {                    0x13,   238, 0, 10, "ees251sp8"                      }, /* 237 */
 {                    0x14,   239, 0, 10, "ees251sp9"                      }, /* 238 */
 {                    0x22,   240, 0, 10, "ees401ep1"                      }, /* 239 */
 {                    0x23,   241, 0, 10, "ees449ep1"                      }, /* 240 */
 {                    0x24,   242, 0, 10, "ees677ep1"                      }, /* 241 */
 {                    0x25,   243, 0, 10, "ees1087ep2"                     }, /* 242 */
 {                    0x26,   244, 0, 10, "ees541ep1"                      }, /* 243 */
 {                    0x27,   245, 0, 10, "ees613ep1"                      }, /* 244 */
 {                    0x28,   246, 0, 10, "ees887ep1"                      }, /* 245 */
 {                    0x29,   247, 0, 10, "ees1171ep1"                     }, /* 246 */
 {                    0x2A,   248, 0, 10, "ees659ep1"                      }, /* 247 */
 {                    0x2B,   249, 0, 10, "ees761ep1"                      }, /* 248 */
 {                    0x2C,   250, 0, 10, "ees1087ep1"                     }, /* 249 */
 {                    0x2D,   251, 0, 10, "ees1499ep1"                     }, /* 250 */
 {                    0x2E,   252, 0, 10, "ees401ep2"                      }, /* 251 */
 {                    0x2F,   253, 0, 10, "ees439ep1"                      }, /* 252 */
 {                    0x30,   254, 0, 10, "ees593ep1"                      }, /* 253 */
 {                    0x31,     0, 0, 10, "ees743ep1"                      }, /* 254 */
 {                  0x03,       0, 0,  9, "eess1-encodingMethods"          }, /* 255 */
 {      0x05,                   0, 1,  3, "security"                       }, /* 256 */
 {        0x05,                 0, 1,  4, "mechanisms"                     }, /* 257 */
 {          0x07,             302, 1,  5, "id-pkix"                        }, /* 258 */
 {            0x01,           263, 1,  6, "id-pe"                          }, /* 259 */
 {              0x01,         261, 0,  7, "authorityInfoAccess"            }, /* 260 */
 {              0x03,         262, 0,  7, "qcStatements"                   }, /* 261 */
 {              0x07,           0, 0,  7, "ipAddrBlocks"                   }, /* 262 */
 {            0x02,           266, 1,  6, "id-qt"                          }, /* 263 */
 {              0x01,         265, 0,  7, "cps"                            }, /* 264 */
 {              0x02,           0, 0,  7, "unotice"                        }, /* 265 */
 {            0x03,           276, 1,  6, "id-kp"                          }, /* 266 */
 {              0x01,         268, 0,  7, "serverAuth"                     }, /* 267 */
 {              0x02,         269, 0,  7, "clientAuth"                     }, /* 268 */
 {              0x03,         270, 0,  7, "codeSigning"                    }, /* 269 */
 {              0x04,         271, 0,  7, "emailProtection"                }, /* 270 */
 {              0x05,         272, 0,  7, "ipsecEndSystem"                 }, /* 271 */
 {              0x06,         273, 0,  7, "ipsecTunnel"                    }, /* 272 */
 {              0x07,         274, 0,  7, "ipsecUser"                      }, /* 273 */
 {              0x08,         275, 0,  7, "timeStamping"                   }, /* 274 */
 {              0x09,           0, 0,  7, "ocspSigning"                    }, /* 275 */
 {            0x08,           284, 1,  6, "id-otherNames"                  }, /* 276 */
 {              0x01,         278, 0,  7, "personalData"                   }, /* 277 */
 {              0x02,         279, 0,  7, "userGroup"                      }, /* 278 */
 {              0x03,         280, 0,  7, "id-on-permanentIdentifier"      }, /* 279 */
 {              0x04,         281, 0,  7, "id-on-hardwareModuleName"       }, /* 280 */
 {              0x05,         282, 0,  7, "xmppAddr"                       }, /* 281 */
 {              0x06,         283, 0,  7, "id-on-SIM"                      }, /* 282 */
 {              0x07,           0, 0,  7, "id-on-dnsSRV"                   }, /* 283 */
 {            0x0A,           289, 1,  6, "id-aca"                         }, /* 284 */
 {              0x01,         286, 0,  7, "authenticationInfo"             }, /* 285 */
 {              0x02,         287, 0,  7, "accessIdentity"                 }, /* 286 */
 {              0x03,         288, 0,  7, "chargingIdentity"               }, /* 287 */
 {              0x04,           0, 0,  7, "group"                          }, /* 288 */
 {            0x0B,           290, 0,  6, "subjectInfoAccess"              }, /* 289 */
 {            0x30,             0, 1,  6, "id-ad"                          }, /* 290 */
 {              0x01,         299, 1,  7, "ocsp"                           }, /* 291 */
 {                0x01,       293, 0,  8, "basic"                          }, /* 292 */
 {                0x02,       294, 0,  8, "nonce"                          }, /* 293 */
 {                0x03,       295, 0,  8, "crl"                            }, /* 294 */
 {                0x04,       296, 0,  8, "response"                       }, /* 295 */
 {                0x05,       297, 0,  8, "noCheck"                        }, /* 296 */
 {                0x06,       298, 0,  8, "archiveCutoff"                  }, /* 297 */
 {                0x07,         0, 0,  8, "serviceLocator"                 }, /* 298 */
 {              0x02,         300, 0,  7, "caIssuers"                      }, /* 299 */
 {              0x03,         301, 0,  7, "timeStamping"                   }, /* 300 */
 {              0x05,           0, 0,  7, "caRepository"                   }, /* 301 */
 {          0x08,               0, 1,  5, "ipsec"                          }, /* 302 */
 {            0x02,             0, 1,  6, "certificate"                    }, /* 303 */
 {              0x02,           0, 0,  7, "iKEIntermediate"                }, /* 304 */
 {  0x0E,                     311, 1,  1, "oiw"                            }, /* 305 */
 {    0x03,                     0, 1,  2, "secsig"                         }, /* 306 */
 {      0x02,                   0, 1,  3, "algorithms"                     }, /* 307 */
 {        0x07,               309, 0,  4, "des-cbc"                        }, /* 308 */
 {        0x1A,               310, 0,  4, "sha-1"                          }, /* 309 */
 {        0x1D,                 0, 0,  4, "sha-1WithRSASignature"          }, /* 310 */
 {  0x24,                     357, 1,  1, "TeleTrusT"                      }, /* 311 */
 {    0x03,                     0, 1,  2, "algorithm"                      }, /* 312 */
 {      0x03,                   0, 1,  3, "signatureAlgorithm"             }, /* 313 */
 {        0x01,               318, 1,  4, "rsaSignature"                   }, /* 314 */
 {          0x02,             316, 0,  5, "rsaSigWithripemd160"            }, /* 315 */
 {          0x03,             317, 0,  5, "rsaSigWithripemd128"            }, /* 316 */
 {          0x04,               0, 0,  5, "rsaSigWithripemd256"            }, /* 317 */
 {        0x02,                 0, 1,  4, "ecSign"                         }, /* 318 */
 {          0x01,             320, 0,  5, "ecSignWithsha1"                 }, /* 319 */
 {          0x02,             321, 0,  5, "ecSignWithripemd160"            }, /* 320 */
 {          0x03,             322, 0,  5, "ecSignWithmd2"                  }, /* 321 */
 {          0x04,             323, 0,  5, "ecSignWithmd5"                  }, /* 322 */
 {          0x05,             340, 1,  5, "ttt-ecg"                        }, /* 323 */
 {            0x01,           328, 1,  6, "fieldType"                      }, /* 324 */
 {              0x01,           0, 1,  7, "characteristictwoField"         }, /* 325 */
 {                0x01,         0, 1,  8, "basisType"                      }, /* 326 */
 {                  0x01,       0, 0,  9, "ipBasis"                        }, /* 327 */
 {            0x02,           330, 1,  6, "keyType"                        }, /* 328 */
 {              0x01,           0, 0,  7, "ecgPublicKey"                   }, /* 329 */
 {            0x03,           331, 0,  6, "curve"                          }, /* 330 */
 {            0x04,           338, 1,  6, "signatures"                     }, /* 331 */
 {              0x01,         333, 0,  7, "ecgdsa-with-RIPEMD160"          }, /* 332 */
 {              0x02,         334, 0,  7, "ecgdsa-with-SHA1"               }, /* 333 */
 {              0x03,         335, 0,  7, "ecgdsa-with-SHA224"             }, /* 334 */
 {              0x04,         336, 0,  7, "ecgdsa-with-SHA256"             }, /* 335 */
 {              0x05,         337, 0,  7, "ecgdsa-with-SHA384"             }, /* 336 */
 {              0x06,           0, 0,  7, "ecgdsa-with-SHA512"             }, /* 337 */
 {            0x05,             0, 1,  6, "module"                         }, /* 338 */
 {              0x01,           0, 0,  7, "1"                              }, /* 339 */
 {          0x08,               0, 1,  5, "ecStdCurvesAndGeneration"       }, /* 340 */
 {            0x01,             0, 1,  6, "ellipticCurve"                  }, /* 341 */
 {              0x01,           0, 1,  7, "versionOne"                     }, /* 342 */
 {                0x01,       344, 0,  8, "brainpoolP160r1"                }, /* 343 */
 {                0x02,       345, 0,  8, "brainpoolP160t1"                }, /* 344 */
 {                0x03,       346, 0,  8, "brainpoolP192r1"                }, /* 345 */
 {                0x04,       347, 0,  8, "brainpoolP192t1"                }, /* 346 */
 {                0x05,       348, 0,  8, "brainpoolP224r1"                }, /* 347 */
 {                0x06,       349, 0,  8, "brainpoolP224t1"                }, /* 348 */
 {                0x07,       350, 0,  8, "brainpoolP256r1"                }, /* 349 */
 {                0x08,       351, 0,  8, "brainpoolP256t1"                }, /* 350 */
 {                0x09,       352, 0,  8, "brainpoolP320r1"                }, /* 351 */
 {                0x0A,       353, 0,  8, "brainpoolP320t1"                }, /* 352 */
 {                0x0B,       354, 0,  8, "brainpoolP384r1"                }, /* 353 */
 {                0x0C,       355, 0,  8, "brainpoolP384t1"                }, /* 354 */
 {                0x0D,       356, 0,  8, "brainpoolP512r1"                }, /* 355 */
 {                0x0E,         0, 0,  8, "brainpoolP512t1"                }, /* 356 */
 {  0x81,                       0, 1,  1, ""                               }, /* 357 */
 {    0x04,                     0, 1,  2, "Certicom"                       }, /* 358 */
 {      0x00,                   0, 1,  3, "curve"                          }, /* 359 */
 {        0x01,               361, 0,  4, "sect163k1"                      }, /* 360 */
 {        0x02,               362, 0,  4, "sect163r1"                      }, /* 361 */
 {        0x03,               363, 0,  4, "sect239k1"                      }, /* 362 */
 {        0x04,               364, 0,  4, "sect113r1"                      }, /* 363 */
 {        0x05,               365, 0,  4, "sect113r2"                      }, /* 364 */
 {        0x06,               366, 0,  4, "secp112r1"                      }, /* 365 */
 {        0x07,               367, 0,  4, "secp112r2"                      }, /* 366 */
 {        0x08,               368, 0,  4, "secp160r1"                      }, /* 367 */
 {        0x09,               369, 0,  4, "secp160k1"                      }, /* 368 */
 {        0x0A,               370, 0,  4, "secp256k1"                      }, /* 369 */
 {        0x0F,               371, 0,  4, "sect163r2"                      }, /* 370 */
 {        0x10,               372, 0,  4, "sect283k1"                      }, /* 371 */
 {        0x11,               373, 0,  4, "sect283r1"                      }, /* 372 */
 {        0x16,               374, 0,  4, "sect131r1"                      }, /* 373 */
 {        0x17,               375, 0,  4, "sect131r2"                      }, /* 374 */
 {        0x18,               376, 0,  4, "sect193r1"                      }, /* 375 */
 {        0x19,               377, 0,  4, "sect193r2"                      }, /* 376 */
 {        0x1A,               378, 0,  4, "sect233k1"                      }, /* 377 */
 {        0x1B,               379, 0,  4, "sect233r1"                      }, /* 378 */
 {        0x1C,               380, 0,  4, "secp128r1"                      }, /* 379 */
 {        0x1D,               381, 0,  4, "secp128r2"                      }, /* 380 */
 {        0x1E,               382, 0,  4, "secp160r2"                      }, /* 381 */
 {        0x1F,               383, 0,  4, "secp192k1"                      }, /* 382 */
 {        0x20,               384, 0,  4, "secp224k1"                      }, /* 383 */
 {        0x21,               385, 0,  4, "secp224r1"                      }, /* 384 */
 {        0x22,               386, 0,  4, "secp384r1"                      }, /* 385 */
 {        0x23,               387, 0,  4, "secp521r1"                      }, /* 386 */
 {        0x24,               388, 0,  4, "sect409k1"                      }, /* 387 */
 {        0x25,               389, 0,  4, "sect409r1"                      }, /* 388 */
 {        0x26,               390, 0,  4, "sect571k1"                      }, /* 389 */
 {        0x27,                 0, 0,  4, "sect571r1"                      }, /* 390 */
 {0x60,                       445, 1,  0, ""                               }, /* 391 */
 {  0x86,                       0, 1,  1, ""                               }, /* 392 */
 {    0x48,                     0, 1,  2, ""                               }, /* 393 */
 {      0x01,                   0, 1,  3, "organization"                   }, /* 394 */
 {        0x65,               421, 1,  4, "gov"                            }, /* 395 */
 {          0x03,               0, 1,  5, "csor"                           }, /* 396 */
 {            0x04,             0, 1,  6, "nistalgorithm"                  }, /* 397 */
 {              0x01,         408, 1,  7, "aes"                            }, /* 398 */
 {                0x02,       400, 0,  8, "id-aes128-CBC"                  }, /* 399 */
 {                0x06,       401, 0,  8, "id-aes128-GCM"                  }, /* 400 */
 {                0x07,       402, 0,  8, "id-aes128-CCM"                  }, /* 401 */
 {                0x16,       403, 0,  8, "id-aes192-CBC"                  }, /* 402 */
 {                0x1A,       404, 0,  8, "id-aes192-GCM"                  }, /* 403 */
 {                0x1B,       405, 0,  8, "id-aes192-CCM"                  }, /* 404 */
 {                0x2A,       406, 0,  8, "id-aes256-CBC"                  }, /* 405 */
 {                0x2E,       407, 0,  8, "id-aes256-GCM"                  }, /* 406 */
 {                0x2F,         0, 0,  8, "id-aes256-CCM"                  }, /* 407 */
 {              0x02,           0, 1,  7, "hashalgs"                       }, /* 408 */
 {                0x01,       410, 0,  8, "id-sha256"                      }, /* 409 */
 {                0x02,       411, 0,  8, "id-sha384"                      }, /* 410 */
 {                0x03,       412, 0,  8, "id-sha512"                      }, /* 411 */
 {                0x04,       413, 0,  8, "id-sha224"                      }, /* 412 */
 {                0x05,       414, 0,  8, "id-sha512-224"                  }, /* 413 */
 {                0x06,       415, 0,  8, "id-sha512-256"                  }, /* 414 */
 {                0x07,       416, 0,  8, "id-sha3-224"                    }, /* 415 */
 {                0x08,       417, 0,  8, "id-sha3-256"                    }, /* 416 */
 {                0x09,       418, 0,  8, "id-sha3-384"                    }, /* 417 */
 {                0x0A,       419, 0,  8, "id-sha3-512"                    }, /* 418 */
 {                0x0B,       420, 0,  8, "id-shake128"                    }, /* 419 */
 {                0x0C,         0, 0,  8, "id-shake256"                    }, /* 420 */
 {        0x86,                 0, 1,  4, ""                               }, /* 421 */
 {          0xf8,               0, 1,  5, ""                               }, /* 422 */
 {            0x42,           435, 1,  6, "netscape"                       }, /* 423 */
 {              0x01,         430, 1,  7, ""                               }, /* 424 */
 {                0x01,       426, 0,  8, "nsCertType"                     }, /* 425 */
 {                0x03,       427, 0,  8, "nsRevocationUrl"                }, /* 426 */
 {                0x04,       428, 0,  8, "nsCaRevocationUrl"              }, /* 427 */
 {                0x08,       429, 0,  8, "nsCaPolicyUrl"                  }, /* 428 */
 {                0x0d,         0, 0,  8, "nsComment"                      }, /* 429 */
 {              0x03,         433, 1,  7, "directory"                      }, /* 430 */
 {                0x01,         0, 1,  8, ""                               }, /* 431 */
 {                  0x03,       0, 0,  9, "employeeNumber"                 }, /* 432 */
 {              0x04,           0, 1,  7, "policy"                         }, /* 433 */
 {                0x01,         0, 0,  8, "nsSGC"                          }, /* 434 */
 {            0x45,             0, 1,  6, "verisign"                       }, /* 435 */
 {              0x01,           0, 1,  7, "pki"                            }, /* 436 */
 {                0x09,         0, 1,  8, "attributes"                     }, /* 437 */
 {                  0x02,     439, 0,  9, "messageType"                    }, /* 438 */
 {                  0x03,     440, 0,  9, "pkiStatus"                      }, /* 439 */
 {                  0x04,     441, 0,  9, "failInfo"                       }, /* 440 */
 {                  0x05,     442, 0,  9, "senderNonce"                    }, /* 441 */
 {                  0x06,     443, 0,  9, "recipientNonce"                 }, /* 442 */
 {                  0x07,     444, 0,  9, "transID"                        }, /* 443 */
 {                  0x08,       0, 0,  9, "extensionReq"                   }, /* 444 */
 {0x67,                         0, 1,  0, ""                               }, /* 445 */
 {  0x81,                       0, 1,  1, ""                               }, /* 446 */
 {    0x05,                     0, 1,  2, ""                               }, /* 447 */
 {      0x02,                   0, 1,  3, "tcg-attribute"                  }, /* 448 */
 {        0x01,               450, 0,  4, "tcg-at-tpmManufacturer"         }, /* 449 */
 {        0x02,               451, 0,  4, "tcg-at-tpmModel"                }, /* 450 */
 {        0x03,               452, 0,  4, "tcg-at-tpmVersion"              }, /* 451 */
 {        0x0F,                 0, 0,  4, "tcg-at-tpmIdLabel"              }  /* 452 */
};