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