]>
Commit | Line | Data |
---|---|---|
9a2fd434 DB |
1 | /* |
2 | * This file is taken from gnutls 1.6.3 under the GPLv2+ | |
3 | * and is under copyright of various GNUTLS contributors. | |
4 | */ | |
5 | ||
681c28a3 | 6 | #include "qemu/osdep.h" |
9a2fd434 DB |
7 | #include <libtasn1.h> |
8 | ||
9 | const ASN1_ARRAY_TYPE pkix_asn1_tab[] = { | |
10 | {"PKIX1", 536875024, 0}, | |
11 | {0, 1073741836, 0}, | |
12 | {"id-ce", 1879048204, 0}, | |
13 | {"joint-iso-ccitt", 1073741825, "2"}, | |
14 | {"ds", 1073741825, "5"}, | |
15 | {0, 1, "29"}, | |
16 | {"id-ce-authorityKeyIdentifier", 1879048204, 0}, | |
17 | {0, 1073741825, "id-ce"}, | |
18 | {0, 1, "35"}, | |
19 | {"AuthorityKeyIdentifier", 1610612741, 0}, | |
20 | {"keyIdentifier", 1610637314, "KeyIdentifier"}, | |
21 | {0, 4104, "0"}, | |
22 | {"authorityCertIssuer", 1610637314, "GeneralNames"}, | |
23 | {0, 4104, "1"}, | |
24 | {"authorityCertSerialNumber", 536895490, "CertificateSerialNumber"}, | |
25 | {0, 4104, "2"}, | |
26 | {"KeyIdentifier", 1073741831, 0}, | |
27 | {"id-ce-subjectKeyIdentifier", 1879048204, 0}, | |
28 | {0, 1073741825, "id-ce"}, | |
29 | {0, 1, "14"}, | |
30 | {"SubjectKeyIdentifier", 1073741826, "KeyIdentifier"}, | |
31 | {"id-ce-keyUsage", 1879048204, 0}, | |
32 | {0, 1073741825, "id-ce"}, | |
33 | {0, 1, "15"}, | |
34 | {"KeyUsage", 1610874886, 0}, | |
35 | {"digitalSignature", 1073741825, "0"}, | |
36 | {"nonRepudiation", 1073741825, "1"}, | |
37 | {"keyEncipherment", 1073741825, "2"}, | |
38 | {"dataEncipherment", 1073741825, "3"}, | |
39 | {"keyAgreement", 1073741825, "4"}, | |
40 | {"keyCertSign", 1073741825, "5"}, | |
41 | {"cRLSign", 1073741825, "6"}, | |
42 | {"encipherOnly", 1073741825, "7"}, | |
43 | {"decipherOnly", 1, "8"}, | |
44 | {"id-ce-privateKeyUsagePeriod", 1879048204, 0}, | |
45 | {0, 1073741825, "id-ce"}, | |
46 | {0, 1, "16"}, | |
47 | {"PrivateKeyUsagePeriod", 1610612741, 0}, | |
48 | {"notBefore", 1619025937, 0}, | |
49 | {0, 4104, "0"}, | |
50 | {"notAfter", 545284113, 0}, | |
51 | {0, 4104, "1"}, | |
52 | {"id-ce-certificatePolicies", 1879048204, 0}, | |
53 | {0, 1073741825, "id-ce"}, | |
54 | {0, 1, "32"}, | |
55 | {"CertificatePolicies", 1612709899, 0}, | |
56 | {"MAX", 1074266122, "1"}, | |
57 | {0, 2, "PolicyInformation"}, | |
58 | {"PolicyInformation", 1610612741, 0}, | |
59 | {"policyIdentifier", 1073741826, "CertPolicyId"}, | |
60 | {"policyQualifiers", 538984459, 0}, | |
61 | {"MAX", 1074266122, "1"}, | |
62 | {0, 2, "PolicyQualifierInfo"}, | |
63 | {"CertPolicyId", 1073741836, 0}, | |
64 | {"PolicyQualifierInfo", 1610612741, 0}, | |
65 | {"policyQualifierId", 1073741826, "PolicyQualifierId"}, | |
66 | {"qualifier", 541065229, 0}, | |
67 | {"policyQualifierId", 1, 0}, | |
68 | {"PolicyQualifierId", 1073741836, 0}, | |
69 | {"CPSuri", 1073741826, "IA5String"}, | |
70 | {"UserNotice", 1610612741, 0}, | |
71 | {"noticeRef", 1073758210, "NoticeReference"}, | |
72 | {"explicitText", 16386, "DisplayText"}, | |
73 | {"NoticeReference", 1610612741, 0}, | |
74 | {"organization", 1073741826, "DisplayText"}, | |
75 | {"noticeNumbers", 536870923, 0}, | |
76 | {0, 3, 0}, | |
77 | {"DisplayText", 1610612754, 0}, | |
78 | {"visibleString", 1612709890, "VisibleString"}, | |
79 | {"200", 524298, "1"}, | |
80 | {"bmpString", 1612709890, "BMPString"}, | |
81 | {"200", 524298, "1"}, | |
82 | {"utf8String", 538968066, "UTF8String"}, | |
83 | {"200", 524298, "1"}, | |
84 | {"id-ce-policyMappings", 1879048204, 0}, | |
85 | {0, 1073741825, "id-ce"}, | |
86 | {0, 1, "33"}, | |
87 | {"PolicyMappings", 1612709899, 0}, | |
88 | {"MAX", 1074266122, "1"}, | |
89 | {0, 536870917, 0}, | |
90 | {"issuerDomainPolicy", 1073741826, "CertPolicyId"}, | |
91 | {"subjectDomainPolicy", 2, "CertPolicyId"}, | |
92 | {"DirectoryString", 1610612754, 0}, | |
93 | {"teletexString", 1612709890, "TeletexString"}, | |
94 | {"MAX", 524298, "1"}, | |
95 | {"printableString", 1612709890, "PrintableString"}, | |
96 | {"MAX", 524298, "1"}, | |
97 | {"universalString", 1612709890, "UniversalString"}, | |
98 | {"MAX", 524298, "1"}, | |
99 | {"utf8String", 1612709890, "UTF8String"}, | |
100 | {"MAX", 524298, "1"}, | |
101 | {"bmpString", 1612709890, "BMPString"}, | |
102 | {"MAX", 524298, "1"}, | |
103 | {"ia5String", 538968066, "IA5String"}, | |
104 | {"MAX", 524298, "1"}, | |
105 | {"id-ce-subjectAltName", 1879048204, 0}, | |
106 | {0, 1073741825, "id-ce"}, | |
107 | {0, 1, "17"}, | |
108 | {"SubjectAltName", 1073741826, "GeneralNames"}, | |
109 | {"GeneralNames", 1612709899, 0}, | |
110 | {"MAX", 1074266122, "1"}, | |
111 | {0, 2, "GeneralName"}, | |
112 | {"GeneralName", 1610612754, 0}, | |
113 | {"otherName", 1610620930, "AnotherName"}, | |
114 | {0, 4104, "0"}, | |
115 | {"rfc822Name", 1610620930, "IA5String"}, | |
116 | {0, 4104, "1"}, | |
117 | {"dNSName", 1610620930, "IA5String"}, | |
118 | {0, 4104, "2"}, | |
119 | {"x400Address", 1610620930, "ORAddress"}, | |
120 | {0, 4104, "3"}, | |
121 | {"directoryName", 1610620930, "RDNSequence"}, | |
122 | {0, 2056, "4"}, | |
123 | {"ediPartyName", 1610620930, "EDIPartyName"}, | |
124 | {0, 4104, "5"}, | |
125 | {"uniformResourceIdentifier", 1610620930, "IA5String"}, | |
126 | {0, 4104, "6"}, | |
127 | {"iPAddress", 1610620935, 0}, | |
128 | {0, 4104, "7"}, | |
129 | {"registeredID", 536879116, 0}, | |
130 | {0, 4104, "8"}, | |
131 | {"AnotherName", 1610612741, 0}, | |
132 | {"type-id", 1073741836, 0}, | |
133 | {"value", 541073421, 0}, | |
134 | {0, 1073743880, "0"}, | |
135 | {"type-id", 1, 0}, | |
136 | {"EDIPartyName", 1610612741, 0}, | |
137 | {"nameAssigner", 1610637314, "DirectoryString"}, | |
138 | {0, 4104, "0"}, | |
139 | {"partyName", 536879106, "DirectoryString"}, | |
140 | {0, 4104, "1"}, | |
141 | {"id-ce-issuerAltName", 1879048204, 0}, | |
142 | {0, 1073741825, "id-ce"}, | |
143 | {0, 1, "18"}, | |
144 | {"IssuerAltName", 1073741826, "GeneralNames"}, | |
145 | {"id-ce-subjectDirectoryAttributes", 1879048204, 0}, | |
146 | {0, 1073741825, "id-ce"}, | |
147 | {0, 1, "9"}, | |
148 | {"SubjectDirectoryAttributes", 1612709899, 0}, | |
149 | {"MAX", 1074266122, "1"}, | |
150 | {0, 2, "Attribute"}, | |
151 | {"id-ce-basicConstraints", 1879048204, 0}, | |
152 | {0, 1073741825, "id-ce"}, | |
153 | {0, 1, "19"}, | |
154 | {"BasicConstraints", 1610612741, 0}, | |
155 | {"cA", 1610645508, 0}, | |
156 | {0, 131081, 0}, | |
157 | {"pathLenConstraint", 537411587, 0}, | |
158 | {"0", 10, "MAX"}, | |
159 | {"id-ce-nameConstraints", 1879048204, 0}, | |
160 | {0, 1073741825, "id-ce"}, | |
161 | {0, 1, "30"}, | |
162 | {"NameConstraints", 1610612741, 0}, | |
163 | {"permittedSubtrees", 1610637314, "GeneralSubtrees"}, | |
164 | {0, 4104, "0"}, | |
165 | {"excludedSubtrees", 536895490, "GeneralSubtrees"}, | |
166 | {0, 4104, "1"}, | |
167 | {"GeneralSubtrees", 1612709899, 0}, | |
168 | {"MAX", 1074266122, "1"}, | |
169 | {0, 2, "GeneralSubtree"}, | |
170 | {"GeneralSubtree", 1610612741, 0}, | |
171 | {"base", 1073741826, "GeneralName"}, | |
172 | {"minimum", 1610653698, "BaseDistance"}, | |
173 | {0, 1073741833, "0"}, | |
174 | {0, 4104, "0"}, | |
175 | {"maximum", 536895490, "BaseDistance"}, | |
176 | {0, 4104, "1"}, | |
177 | {"BaseDistance", 1611137027, 0}, | |
178 | {"0", 10, "MAX"}, | |
179 | {"id-ce-policyConstraints", 1879048204, 0}, | |
180 | {0, 1073741825, "id-ce"}, | |
181 | {0, 1, "36"}, | |
182 | {"PolicyConstraints", 1610612741, 0}, | |
183 | {"requireExplicitPolicy", 1610637314, "SkipCerts"}, | |
184 | {0, 4104, "0"}, | |
185 | {"inhibitPolicyMapping", 536895490, "SkipCerts"}, | |
186 | {0, 4104, "1"}, | |
187 | {"SkipCerts", 1611137027, 0}, | |
188 | {"0", 10, "MAX"}, | |
189 | {"id-ce-cRLDistributionPoints", 1879048204, 0}, | |
190 | {0, 1073741825, "id-ce"}, | |
191 | {0, 1, "31"}, | |
192 | {"CRLDistributionPoints", 1612709899, 0}, | |
193 | {"MAX", 1074266122, "1"}, | |
194 | {0, 2, "DistributionPoint"}, | |
195 | {"DistributionPoint", 1610612741, 0}, | |
196 | {"distributionPoint", 1610637314, "DistributionPointName"}, | |
197 | {0, 2056, "0"}, | |
198 | {"reasons", 1610637314, "ReasonFlags"}, | |
199 | {0, 4104, "1"}, | |
200 | {"cRLIssuer", 536895490, "GeneralNames"}, | |
201 | {0, 4104, "2"}, | |
202 | {"DistributionPointName", 1610612754, 0}, | |
203 | {"fullName", 1610620930, "GeneralNames"}, | |
204 | {0, 4104, "0"}, | |
205 | {"nameRelativeToCRLIssuer", 536879106, "RelativeDistinguishedName"}, | |
206 | {0, 4104, "1"}, | |
207 | {"ReasonFlags", 1610874886, 0}, | |
208 | {"unused", 1073741825, "0"}, | |
209 | {"keyCompromise", 1073741825, "1"}, | |
210 | {"cACompromise", 1073741825, "2"}, | |
211 | {"affiliationChanged", 1073741825, "3"}, | |
212 | {"superseded", 1073741825, "4"}, | |
213 | {"cessationOfOperation", 1073741825, "5"}, | |
214 | {"certificateHold", 1073741825, "6"}, | |
215 | {"privilegeWithdrawn", 1073741825, "7"}, | |
216 | {"aACompromise", 1, "8"}, | |
217 | {"id-ce-extKeyUsage", 1879048204, 0}, | |
218 | {0, 1073741825, "id-ce"}, | |
219 | {0, 1, "37"}, | |
220 | {"ExtKeyUsageSyntax", 1612709899, 0}, | |
221 | {"MAX", 1074266122, "1"}, | |
222 | {0, 2, "KeyPurposeId"}, | |
223 | {"KeyPurposeId", 1073741836, 0}, | |
224 | {"id-kp-serverAuth", 1879048204, 0}, | |
225 | {0, 1073741825, "id-kp"}, | |
226 | {0, 1, "1"}, | |
227 | {"id-kp-clientAuth", 1879048204, 0}, | |
228 | {0, 1073741825, "id-kp"}, | |
229 | {0, 1, "2"}, | |
230 | {"id-kp-codeSigning", 1879048204, 0}, | |
231 | {0, 1073741825, "id-kp"}, | |
232 | {0, 1, "3"}, | |
233 | {"id-kp-emailProtection", 1879048204, 0}, | |
234 | {0, 1073741825, "id-kp"}, | |
235 | {0, 1, "4"}, | |
236 | {"id-kp-ipsecEndSystem", 1879048204, 0}, | |
237 | {0, 1073741825, "id-kp"}, | |
238 | {0, 1, "5"}, | |
239 | {"id-kp-ipsecTunnel", 1879048204, 0}, | |
240 | {0, 1073741825, "id-kp"}, | |
241 | {0, 1, "6"}, | |
242 | {"id-kp-ipsecUser", 1879048204, 0}, | |
243 | {0, 1073741825, "id-kp"}, | |
244 | {0, 1, "7"}, | |
245 | {"id-kp-timeStamping", 1879048204, 0}, | |
246 | {0, 1073741825, "id-kp"}, | |
247 | {0, 1, "8"}, | |
248 | {"id-pe-authorityInfoAccess", 1879048204, 0}, | |
249 | {0, 1073741825, "id-pe"}, | |
250 | {0, 1, "1"}, | |
251 | {"AuthorityInfoAccessSyntax", 1612709899, 0}, | |
252 | {"MAX", 1074266122, "1"}, | |
253 | {0, 2, "AccessDescription"}, | |
254 | {"AccessDescription", 1610612741, 0}, | |
255 | {"accessMethod", 1073741836, 0}, | |
256 | {"accessLocation", 2, "GeneralName"}, | |
257 | {"id-ce-cRLNumber", 1879048204, 0}, | |
258 | {0, 1073741825, "id-ce"}, | |
259 | {0, 1, "20"}, | |
260 | {"CRLNumber", 1611137027, 0}, | |
261 | {"0", 10, "MAX"}, | |
262 | {"id-ce-issuingDistributionPoint", 1879048204, 0}, | |
263 | {0, 1073741825, "id-ce"}, | |
264 | {0, 1, "28"}, | |
265 | {"IssuingDistributionPoint", 1610612741, 0}, | |
266 | {"distributionPoint", 1610637314, "DistributionPointName"}, | |
267 | {0, 4104, "0"}, | |
268 | {"onlyContainsUserCerts", 1610653700, 0}, | |
269 | {0, 1073872905, 0}, | |
270 | {0, 4104, "1"}, | |
271 | {"onlyContainsCACerts", 1610653700, 0}, | |
272 | {0, 1073872905, 0}, | |
273 | {0, 4104, "2"}, | |
274 | {"onlySomeReasons", 1610637314, "ReasonFlags"}, | |
275 | {0, 4104, "3"}, | |
276 | {"indirectCRL", 536911876, 0}, | |
277 | {0, 1073872905, 0}, | |
278 | {0, 4104, "4"}, | |
279 | {"id-ce-deltaCRLIndicator", 1879048204, 0}, | |
280 | {0, 1073741825, "id-ce"}, | |
281 | {0, 1, "27"}, | |
282 | {"BaseCRLNumber", 1073741826, "CRLNumber"}, | |
283 | {"id-ce-cRLReasons", 1879048204, 0}, | |
284 | {0, 1073741825, "id-ce"}, | |
285 | {0, 1, "21"}, | |
286 | {"CRLReason", 1610874901, 0}, | |
287 | {"unspecified", 1073741825, "0"}, | |
288 | {"keyCompromise", 1073741825, "1"}, | |
289 | {"cACompromise", 1073741825, "2"}, | |
290 | {"affiliationChanged", 1073741825, "3"}, | |
291 | {"superseded", 1073741825, "4"}, | |
292 | {"cessationOfOperation", 1073741825, "5"}, | |
293 | {"certificateHold", 1073741825, "6"}, | |
294 | {"removeFromCRL", 1, "8"}, | |
295 | {"id-ce-certificateIssuer", 1879048204, 0}, | |
296 | {0, 1073741825, "id-ce"}, | |
297 | {0, 1, "29"}, | |
298 | {"CertificateIssuer", 1073741826, "GeneralNames"}, | |
299 | {"id-ce-holdInstructionCode", 1879048204, 0}, | |
300 | {0, 1073741825, "id-ce"}, | |
301 | {0, 1, "23"}, | |
302 | {"HoldInstructionCode", 1073741836, 0}, | |
303 | {"holdInstruction", 1879048204, 0}, | |
304 | {"joint-iso-itu-t", 1073741825, "2"}, | |
305 | {"member-body", 1073741825, "2"}, | |
306 | {"us", 1073741825, "840"}, | |
307 | {"x9cm", 1073741825, "10040"}, | |
308 | {0, 1, "2"}, | |
309 | {"id-holdinstruction-none", 1879048204, 0}, | |
310 | {0, 1073741825, "holdInstruction"}, | |
311 | {0, 1, "1"}, | |
312 | {"id-holdinstruction-callissuer", 1879048204, 0}, | |
313 | {0, 1073741825, "holdInstruction"}, | |
314 | {0, 1, "2"}, | |
315 | {"id-holdinstruction-reject", 1879048204, 0}, | |
316 | {0, 1073741825, "holdInstruction"}, | |
317 | {0, 1, "3"}, | |
318 | {"id-ce-invalidityDate", 1879048204, 0}, | |
319 | {0, 1073741825, "id-ce"}, | |
320 | {0, 1, "24"}, | |
321 | {"InvalidityDate", 1082130449, 0}, | |
322 | {"VisibleString", 1610620935, 0}, | |
323 | {0, 4360, "26"}, | |
324 | {"NumericString", 1610620935, 0}, | |
325 | {0, 4360, "18"}, | |
326 | {"IA5String", 1610620935, 0}, | |
327 | {0, 4360, "22"}, | |
328 | {"TeletexString", 1610620935, 0}, | |
329 | {0, 4360, "20"}, | |
330 | {"PrintableString", 1610620935, 0}, | |
331 | {0, 4360, "19"}, | |
332 | {"UniversalString", 1610620935, 0}, | |
333 | {0, 4360, "28"}, | |
334 | {"BMPString", 1610620935, 0}, | |
335 | {0, 4360, "30"}, | |
336 | {"UTF8String", 1610620935, 0}, | |
337 | {0, 4360, "12"}, | |
338 | {"id-pkix", 1879048204, 0}, | |
339 | {"iso", 1073741825, "1"}, | |
340 | {"identified-organization", 1073741825, "3"}, | |
341 | {"dod", 1073741825, "6"}, | |
342 | {"internet", 1073741825, "1"}, | |
343 | {"security", 1073741825, "5"}, | |
344 | {"mechanisms", 1073741825, "5"}, | |
345 | {"pkix", 1, "7"}, | |
346 | {"id-pe", 1879048204, 0}, | |
347 | {0, 1073741825, "id-pkix"}, | |
348 | {0, 1, "1"}, | |
349 | {"id-qt", 1879048204, 0}, | |
350 | {0, 1073741825, "id-pkix"}, | |
351 | {0, 1, "2"}, | |
352 | {"id-kp", 1879048204, 0}, | |
353 | {0, 1073741825, "id-pkix"}, | |
354 | {0, 1, "3"}, | |
355 | {"id-ad", 1879048204, 0}, | |
356 | {0, 1073741825, "id-pkix"}, | |
357 | {0, 1, "48"}, | |
358 | {"id-qt-cps", 1879048204, 0}, | |
359 | {0, 1073741825, "id-qt"}, | |
360 | {0, 1, "1"}, | |
361 | {"id-qt-unotice", 1879048204, 0}, | |
362 | {0, 1073741825, "id-qt"}, | |
363 | {0, 1, "2"}, | |
364 | {"id-ad-ocsp", 1879048204, 0}, | |
365 | {0, 1073741825, "id-ad"}, | |
366 | {0, 1, "1"}, | |
367 | {"id-ad-caIssuers", 1879048204, 0}, | |
368 | {0, 1073741825, "id-ad"}, | |
369 | {0, 1, "2"}, | |
370 | {"Attribute", 1610612741, 0}, | |
371 | {"type", 1073741826, "AttributeType"}, | |
372 | {"values", 536870927, 0}, | |
373 | {0, 2, "AttributeValue"}, | |
374 | {"AttributeType", 1073741836, 0}, | |
375 | {"AttributeValue", 1614807053, 0}, | |
376 | {"type", 1, 0}, | |
377 | {"AttributeTypeAndValue", 1610612741, 0}, | |
378 | {"type", 1073741826, "AttributeType"}, | |
379 | {"value", 2, "AttributeValue"}, | |
380 | {"id-at", 1879048204, 0}, | |
381 | {"joint-iso-ccitt", 1073741825, "2"}, | |
382 | {"ds", 1073741825, "5"}, | |
383 | {0, 1, "4"}, | |
384 | {"id-at-initials", 1880096780, "AttributeType"}, | |
385 | {0, 1073741825, "id-at"}, | |
386 | {0, 1, "43"}, | |
387 | {"X520initials", 1073741826, "DirectoryString"}, | |
388 | {"id-at-generationQualifier", 1880096780, "AttributeType"}, | |
389 | {0, 1073741825, "id-at"}, | |
390 | {0, 1, "44"}, | |
391 | {"X520generationQualifier", 1073741826, "DirectoryString"}, | |
392 | {"id-at-surname", 1880096780, "AttributeType"}, | |
393 | {0, 1073741825, "id-at"}, | |
394 | {0, 1, "4"}, | |
395 | {"X520surName", 1073741826, "DirectoryString"}, | |
396 | {"id-at-givenName", 1880096780, "AttributeType"}, | |
397 | {0, 1073741825, "id-at"}, | |
398 | {0, 1, "42"}, | |
399 | {"X520givenName", 1073741826, "DirectoryString"}, | |
400 | {"id-at-name", 1880096780, "AttributeType"}, | |
401 | {0, 1073741825, "id-at"}, | |
402 | {0, 1, "41"}, | |
403 | {"X520name", 1073741826, "DirectoryString"}, | |
404 | {"id-at-commonName", 1880096780, "AttributeType"}, | |
405 | {0, 1073741825, "id-at"}, | |
406 | {0, 1, "3"}, | |
407 | {"X520CommonName", 1073741826, "DirectoryString"}, | |
408 | {"id-at-localityName", 1880096780, "AttributeType"}, | |
409 | {0, 1073741825, "id-at"}, | |
410 | {0, 1, "7"}, | |
411 | {"X520LocalityName", 1073741826, "DirectoryString"}, | |
412 | {"id-at-stateOrProvinceName", 1880096780, "AttributeType"}, | |
413 | {0, 1073741825, "id-at"}, | |
414 | {0, 1, "8"}, | |
415 | {"X520StateOrProvinceName", 1073741826, "DirectoryString"}, | |
416 | {"id-at-organizationName", 1880096780, "AttributeType"}, | |
417 | {0, 1073741825, "id-at"}, | |
418 | {0, 1, "10"}, | |
419 | {"X520OrganizationName", 1073741826, "DirectoryString"}, | |
420 | {"id-at-organizationalUnitName", 1880096780, "AttributeType"}, | |
421 | {0, 1073741825, "id-at"}, | |
422 | {0, 1, "11"}, | |
423 | {"X520OrganizationalUnitName", 1073741826, "DirectoryString"}, | |
424 | {"id-at-title", 1880096780, "AttributeType"}, | |
425 | {0, 1073741825, "id-at"}, | |
426 | {0, 1, "12"}, | |
427 | {"X520Title", 1073741826, "DirectoryString"}, | |
428 | {"id-at-description", 1880096780, "AttributeType"}, | |
429 | {0, 1073741825, "id-at"}, | |
430 | {0, 1, "13"}, | |
431 | {"X520Description", 1073741826, "DirectoryString"}, | |
432 | {"id-at-dnQualifier", 1880096780, "AttributeType"}, | |
433 | {0, 1073741825, "id-at"}, | |
434 | {0, 1, "46"}, | |
435 | {"X520dnQualifier", 1073741826, "PrintableString"}, | |
436 | {"id-at-countryName", 1880096780, "AttributeType"}, | |
437 | {0, 1073741825, "id-at"}, | |
438 | {0, 1, "6"}, | |
439 | {"X520countryName", 1612709890, "PrintableString"}, | |
440 | {0, 1048586, "2"}, | |
441 | {"id-at-serialNumber", 1880096780, "AttributeType"}, | |
442 | {0, 1073741825, "id-at"}, | |
443 | {0, 1, "5"}, | |
444 | {"X520serialNumber", 1073741826, "PrintableString"}, | |
445 | {"id-at-telephoneNumber", 1880096780, "AttributeType"}, | |
446 | {0, 1073741825, "id-at"}, | |
447 | {0, 1, "20"}, | |
448 | {"X520telephoneNumber", 1073741826, "PrintableString"}, | |
449 | {"id-at-facsimileTelephoneNumber", 1880096780, "AttributeType"}, | |
450 | {0, 1073741825, "id-at"}, | |
451 | {0, 1, "23"}, | |
452 | {"X520facsimileTelephoneNumber", 1073741826, "PrintableString"}, | |
453 | {"id-at-pseudonym", 1880096780, "AttributeType"}, | |
454 | {0, 1073741825, "id-at"}, | |
455 | {0, 1, "65"}, | |
456 | {"X520pseudonym", 1073741826, "DirectoryString"}, | |
457 | {"id-at-name", 1880096780, "AttributeType"}, | |
458 | {0, 1073741825, "id-at"}, | |
459 | {0, 1, "41"}, | |
460 | {"X520name", 1073741826, "DirectoryString"}, | |
461 | {"id-at-streetAddress", 1880096780, "AttributeType"}, | |
462 | {0, 1073741825, "id-at"}, | |
463 | {0, 1, "9"}, | |
464 | {"X520streetAddress", 1073741826, "DirectoryString"}, | |
465 | {"id-at-postalAddress", 1880096780, "AttributeType"}, | |
466 | {0, 1073741825, "id-at"}, | |
467 | {0, 1, "16"}, | |
468 | {"X520postalAddress", 1073741826, "PostalAddress"}, | |
469 | {"PostalAddress", 1610612747, 0}, | |
470 | {0, 2, "DirectoryString"}, | |
471 | {"pkcs", 1879048204, 0}, | |
472 | {"iso", 1073741825, "1"}, | |
473 | {"member-body", 1073741825, "2"}, | |
474 | {"us", 1073741825, "840"}, | |
475 | {"rsadsi", 1073741825, "113549"}, | |
476 | {"pkcs", 1, "1"}, | |
477 | {"pkcs-9", 1879048204, 0}, | |
478 | {0, 1073741825, "pkcs"}, | |
479 | {0, 1, "9"}, | |
480 | {"emailAddress", 1880096780, "AttributeType"}, | |
481 | {0, 1073741825, "pkcs-9"}, | |
482 | {0, 1, "1"}, | |
483 | {"Pkcs9email", 1612709890, "IA5String"}, | |
484 | {"ub-emailaddress-length", 524298, "1"}, | |
485 | {"Name", 1610612754, 0}, | |
486 | {"rdnSequence", 2, "RDNSequence"}, | |
487 | {"RDNSequence", 1610612747, 0}, | |
488 | {0, 2, "RelativeDistinguishedName"}, | |
489 | {"DistinguishedName", 1073741826, "RDNSequence"}, | |
490 | {"RelativeDistinguishedName", 1612709903, 0}, | |
491 | {"MAX", 1074266122, "1"}, | |
492 | {0, 2, "AttributeTypeAndValue"}, | |
493 | {"Certificate", 1610612741, 0}, | |
494 | {"tbsCertificate", 1073741826, "TBSCertificate"}, | |
495 | {"signatureAlgorithm", 1073741826, "AlgorithmIdentifier"}, | |
496 | {"signature", 6, 0}, | |
497 | {"TBSCertificate", 1610612741, 0}, | |
498 | {"version", 1610653698, "Version"}, | |
499 | {0, 1073741833, "v1"}, | |
500 | {0, 2056, "0"}, | |
501 | {"serialNumber", 1073741826, "CertificateSerialNumber"}, | |
502 | {"signature", 1073741826, "AlgorithmIdentifier"}, | |
503 | {"issuer", 1073741826, "Name"}, | |
504 | {"validity", 1073741826, "Validity"}, | |
505 | {"subject", 1073741826, "Name"}, | |
506 | {"subjectPublicKeyInfo", 1073741826, "SubjectPublicKeyInfo"}, | |
507 | {"issuerUniqueID", 1610637314, "UniqueIdentifier"}, | |
508 | {0, 4104, "1"}, | |
509 | {"subjectUniqueID", 1610637314, "UniqueIdentifier"}, | |
510 | {0, 4104, "2"}, | |
511 | {"extensions", 536895490, "Extensions"}, | |
512 | {0, 2056, "3"}, | |
513 | {"Version", 1610874883, 0}, | |
514 | {"v1", 1073741825, "0"}, | |
515 | {"v2", 1073741825, "1"}, | |
516 | {"v3", 1, "2"}, | |
517 | {"CertificateSerialNumber", 1073741827, 0}, | |
518 | {"Validity", 1610612741, 0}, | |
519 | {"notBefore", 1073741826, "Time"}, | |
520 | {"notAfter", 2, "Time"}, | |
521 | {"Time", 1610612754, 0}, | |
522 | {"utcTime", 1090519057, 0}, | |
523 | {"generalTime", 8388625, 0}, | |
524 | {"UniqueIdentifier", 1073741830, 0}, | |
525 | {"SubjectPublicKeyInfo", 1610612741, 0}, | |
526 | {"algorithm", 1073741826, "AlgorithmIdentifier"}, | |
527 | {"subjectPublicKey", 6, 0}, | |
528 | {"Extensions", 1612709899, 0}, | |
529 | {"MAX", 1074266122, "1"}, | |
530 | {0, 2, "Extension"}, | |
531 | {"Extension", 1610612741, 0}, | |
532 | {"extnID", 1073741836, 0}, | |
533 | {"critical", 1610645508, 0}, | |
534 | {0, 131081, 0}, | |
535 | {"extnValue", 7, 0}, | |
536 | {"CertificateList", 1610612741, 0}, | |
537 | {"tbsCertList", 1073741826, "TBSCertList"}, | |
538 | {"signatureAlgorithm", 1073741826, "AlgorithmIdentifier"}, | |
539 | {"signature", 6, 0}, | |
540 | {"TBSCertList", 1610612741, 0}, | |
541 | {"version", 1073758210, "Version"}, | |
542 | {"signature", 1073741826, "AlgorithmIdentifier"}, | |
543 | {"issuer", 1073741826, "Name"}, | |
544 | {"thisUpdate", 1073741826, "Time"}, | |
545 | {"nextUpdate", 1073758210, "Time"}, | |
546 | {"revokedCertificates", 1610629131, 0}, | |
547 | {0, 536870917, 0}, | |
548 | {"userCertificate", 1073741826, "CertificateSerialNumber"}, | |
549 | {"revocationDate", 1073741826, "Time"}, | |
550 | {"crlEntryExtensions", 16386, "Extensions"}, | |
551 | {"crlExtensions", 536895490, "Extensions"}, | |
552 | {0, 2056, "0"}, | |
553 | {"AlgorithmIdentifier", 1610612741, 0}, | |
554 | {"algorithm", 1073741836, 0}, | |
555 | {"parameters", 541081613, 0}, | |
556 | {"algorithm", 1, 0}, | |
557 | {"pkcs-1", 1879048204, 0}, | |
558 | {0, 1073741825, "pkcs"}, | |
559 | {0, 1, "1"}, | |
560 | {"rsaEncryption", 1879048204, 0}, | |
561 | {0, 1073741825, "pkcs-1"}, | |
562 | {0, 1, "1"}, | |
563 | {"md2WithRSAEncryption", 1879048204, 0}, | |
564 | {0, 1073741825, "pkcs-1"}, | |
565 | {0, 1, "2"}, | |
566 | {"md5WithRSAEncryption", 1879048204, 0}, | |
567 | {0, 1073741825, "pkcs-1"}, | |
568 | {0, 1, "4"}, | |
569 | {"sha1WithRSAEncryption", 1879048204, 0}, | |
570 | {0, 1073741825, "pkcs-1"}, | |
571 | {0, 1, "5"}, | |
572 | {"id-dsa-with-sha1", 1879048204, 0}, | |
573 | {"iso", 1073741825, "1"}, | |
574 | {"member-body", 1073741825, "2"}, | |
575 | {"us", 1073741825, "840"}, | |
576 | {"x9-57", 1073741825, "10040"}, | |
577 | {"x9algorithm", 1073741825, "4"}, | |
578 | {0, 1, "3"}, | |
579 | {"Dss-Sig-Value", 1610612741, 0}, | |
580 | {"r", 1073741827, 0}, | |
581 | {"s", 3, 0}, | |
582 | {"dhpublicnumber", 1879048204, 0}, | |
583 | {"iso", 1073741825, "1"}, | |
584 | {"member-body", 1073741825, "2"}, | |
585 | {"us", 1073741825, "840"}, | |
586 | {"ansi-x942", 1073741825, "10046"}, | |
587 | {"number-type", 1073741825, "2"}, | |
588 | {0, 1, "1"}, | |
589 | {"DomainParameters", 1610612741, 0}, | |
590 | {"p", 1073741827, 0}, | |
591 | {"g", 1073741827, 0}, | |
592 | {"q", 1073741827, 0}, | |
593 | {"j", 1073758211, 0}, | |
594 | {"validationParms", 16386, "ValidationParms"}, | |
595 | {"ValidationParms", 1610612741, 0}, | |
596 | {"seed", 1073741830, 0}, | |
597 | {"pgenCounter", 3, 0}, | |
598 | {"id-dsa", 1879048204, 0}, | |
599 | {"iso", 1073741825, "1"}, | |
600 | {"member-body", 1073741825, "2"}, | |
601 | {"us", 1073741825, "840"}, | |
602 | {"x9-57", 1073741825, "10040"}, | |
603 | {"x9algorithm", 1073741825, "4"}, | |
604 | {0, 1, "1"}, | |
605 | {"Dss-Parms", 1610612741, 0}, | |
606 | {"p", 1073741827, 0}, | |
607 | {"q", 1073741827, 0}, | |
608 | {"g", 3, 0}, | |
609 | {"ORAddress", 1610612741, 0}, | |
610 | {"built-in-standard-attributes", 1073741826, "BuiltInStandardAttributes"}, | |
611 | {"built-in-domain-defined-attributes", 1073758210, | |
612 | "BuiltInDomainDefinedAttributes"}, | |
613 | {"extension-attributes", 16386, "ExtensionAttributes"}, | |
614 | {"BuiltInStandardAttributes", 1610612741, 0}, | |
615 | {"country-name", 1073758210, "CountryName"}, | |
616 | {"administration-domain-name", 1073758210, "AdministrationDomainName"}, | |
617 | {"network-address", 1610637314, "NetworkAddress"}, | |
618 | {0, 2056, "0"}, | |
619 | {"terminal-identifier", 1610637314, "TerminalIdentifier"}, | |
620 | {0, 2056, "1"}, | |
621 | {"private-domain-name", 1610637314, "PrivateDomainName"}, | |
622 | {0, 2056, "2"}, | |
623 | {"organization-name", 1610637314, "OrganizationName"}, | |
624 | {0, 2056, "3"}, | |
625 | {"numeric-user-identifier", 1610637314, "NumericUserIdentifier"}, | |
626 | {0, 2056, "4"}, | |
627 | {"personal-name", 1610637314, "PersonalName"}, | |
628 | {0, 2056, "5"}, | |
629 | {"organizational-unit-names", 536895490, "OrganizationalUnitNames"}, | |
630 | {0, 2056, "6"}, | |
631 | {"CountryName", 1610620946, 0}, | |
632 | {0, 1073746952, "1"}, | |
633 | {"x121-dcc-code", 1612709890, "NumericString"}, | |
634 | {0, 1048586, "ub-country-name-numeric-length"}, | |
635 | {"iso-3166-alpha2-code", 538968066, "PrintableString"}, | |
636 | {0, 1048586, "ub-country-name-alpha-length"}, | |
637 | {"AdministrationDomainName", 1610620946, 0}, | |
638 | {0, 1073744904, "2"}, | |
639 | {"numeric", 1612709890, "NumericString"}, | |
640 | {"ub-domain-name-length", 524298, "0"}, | |
641 | {"printable", 538968066, "PrintableString"}, | |
642 | {"ub-domain-name-length", 524298, "0"}, | |
643 | {"NetworkAddress", 1073741826, "X121Address"}, | |
644 | {"X121Address", 1612709890, "NumericString"}, | |
645 | {"ub-x121-address-length", 524298, "1"}, | |
646 | {"TerminalIdentifier", 1612709890, "PrintableString"}, | |
647 | {"ub-terminal-id-length", 524298, "1"}, | |
648 | {"PrivateDomainName", 1610612754, 0}, | |
649 | {"numeric", 1612709890, "NumericString"}, | |
650 | {"ub-domain-name-length", 524298, "1"}, | |
651 | {"printable", 538968066, "PrintableString"}, | |
652 | {"ub-domain-name-length", 524298, "1"}, | |
653 | {"OrganizationName", 1612709890, "PrintableString"}, | |
654 | {"ub-organization-name-length", 524298, "1"}, | |
655 | {"NumericUserIdentifier", 1612709890, "NumericString"}, | |
656 | {"ub-numeric-user-id-length", 524298, "1"}, | |
657 | {"PersonalName", 1610612750, 0}, | |
658 | {"surname", 1814044674, "PrintableString"}, | |
659 | {0, 1073745928, "0"}, | |
660 | {"ub-surname-length", 524298, "1"}, | |
661 | {"given-name", 1814061058, "PrintableString"}, | |
662 | {0, 1073745928, "1"}, | |
663 | {"ub-given-name-length", 524298, "1"}, | |
664 | {"initials", 1814061058, "PrintableString"}, | |
665 | {0, 1073745928, "2"}, | |
666 | {"ub-initials-length", 524298, "1"}, | |
667 | {"generation-qualifier", 740319234, "PrintableString"}, | |
668 | {0, 1073745928, "3"}, | |
669 | {"ub-generation-qualifier-length", 524298, "1"}, | |
670 | {"OrganizationalUnitNames", 1612709899, 0}, | |
671 | {"ub-organizational-units", 1074266122, "1"}, | |
672 | {0, 2, "OrganizationalUnitName"}, | |
673 | {"OrganizationalUnitName", 1612709890, "PrintableString"}, | |
674 | {"ub-organizational-unit-name-length", 524298, "1"}, | |
675 | {"BuiltInDomainDefinedAttributes", 1612709899, 0}, | |
676 | {"ub-domain-defined-attributes", 1074266122, "1"}, | |
677 | {0, 2, "BuiltInDomainDefinedAttribute"}, | |
678 | {"BuiltInDomainDefinedAttribute", 1610612741, 0}, | |
679 | {"type", 1612709890, "PrintableString"}, | |
680 | {"ub-domain-defined-attribute-type-length", 524298, "1"}, | |
681 | {"value", 538968066, "PrintableString"}, | |
682 | {"ub-domain-defined-attribute-value-length", 524298, "1"}, | |
683 | {"ExtensionAttributes", 1612709903, 0}, | |
684 | {"ub-extension-attributes", 1074266122, "1"}, | |
685 | {0, 2, "ExtensionAttribute"}, | |
686 | {"ExtensionAttribute", 1610612741, 0}, | |
687 | {"extension-attribute-type", 1611145219, 0}, | |
688 | {0, 1073743880, "0"}, | |
689 | {"0", 10, "ub-extension-attributes"}, | |
690 | {"extension-attribute-value", 541073421, 0}, | |
691 | {0, 1073743880, "1"}, | |
692 | {"extension-attribute-type", 1, 0}, | |
693 | {"common-name", 1342177283, "1"}, | |
694 | {"CommonName", 1612709890, "PrintableString"}, | |
695 | {"ub-common-name-length", 524298, "1"}, | |
696 | {"teletex-common-name", 1342177283, "2"}, | |
697 | {"TeletexCommonName", 1612709890, "TeletexString"}, | |
698 | {"ub-common-name-length", 524298, "1"}, | |
699 | {"teletex-organization-name", 1342177283, "3"}, | |
700 | {"TeletexOrganizationName", 1612709890, "TeletexString"}, | |
701 | {"ub-organization-name-length", 524298, "1"}, | |
702 | {"teletex-personal-name", 1342177283, "4"}, | |
703 | {"TeletexPersonalName", 1610612750, 0}, | |
704 | {"surname", 1814044674, "TeletexString"}, | |
705 | {0, 1073743880, "0"}, | |
706 | {"ub-surname-length", 524298, "1"}, | |
707 | {"given-name", 1814061058, "TeletexString"}, | |
708 | {0, 1073743880, "1"}, | |
709 | {"ub-given-name-length", 524298, "1"}, | |
710 | {"initials", 1814061058, "TeletexString"}, | |
711 | {0, 1073743880, "2"}, | |
712 | {"ub-initials-length", 524298, "1"}, | |
713 | {"generation-qualifier", 740319234, "TeletexString"}, | |
714 | {0, 1073743880, "3"}, | |
715 | {"ub-generation-qualifier-length", 524298, "1"}, | |
716 | {"teletex-organizational-unit-names", 1342177283, "5"}, | |
717 | {"TeletexOrganizationalUnitNames", 1612709899, 0}, | |
718 | {"ub-organizational-units", 1074266122, "1"}, | |
719 | {0, 2, "TeletexOrganizationalUnitName"}, | |
720 | {"TeletexOrganizationalUnitName", 1612709890, "TeletexString"}, | |
721 | {"ub-organizational-unit-name-length", 524298, "1"}, | |
722 | {"pds-name", 1342177283, "7"}, | |
723 | {"PDSName", 1612709890, "PrintableString"}, | |
724 | {"ub-pds-name-length", 524298, "1"}, | |
725 | {"physical-delivery-country-name", 1342177283, "8"}, | |
726 | {"PhysicalDeliveryCountryName", 1610612754, 0}, | |
727 | {"x121-dcc-code", 1612709890, "NumericString"}, | |
728 | {0, 1048586, "ub-country-name-numeric-length"}, | |
729 | {"iso-3166-alpha2-code", 538968066, "PrintableString"}, | |
730 | {0, 1048586, "ub-country-name-alpha-length"}, | |
731 | {"postal-code", 1342177283, "9"}, | |
732 | {"PostalCode", 1610612754, 0}, | |
733 | {"numeric-code", 1612709890, "NumericString"}, | |
734 | {"ub-postal-code-length", 524298, "1"}, | |
735 | {"printable-code", 538968066, "PrintableString"}, | |
736 | {"ub-postal-code-length", 524298, "1"}, | |
737 | {"physical-delivery-office-name", 1342177283, "10"}, | |
738 | {"PhysicalDeliveryOfficeName", 1073741826, "PDSParameter"}, | |
739 | {"physical-delivery-office-number", 1342177283, "11"}, | |
740 | {"PhysicalDeliveryOfficeNumber", 1073741826, "PDSParameter"}, | |
741 | {"extension-OR-address-components", 1342177283, "12"}, | |
742 | {"ExtensionORAddressComponents", 1073741826, "PDSParameter"}, | |
743 | {"physical-delivery-personal-name", 1342177283, "13"}, | |
744 | {"PhysicalDeliveryPersonalName", 1073741826, "PDSParameter"}, | |
745 | {"physical-delivery-organization-name", 1342177283, "14"}, | |
746 | {"PhysicalDeliveryOrganizationName", 1073741826, "PDSParameter"}, | |
747 | {"extension-physical-delivery-address-components", 1342177283, "15"}, | |
748 | {"ExtensionPhysicalDeliveryAddressComponents", 1073741826, "PDSParameter"}, | |
749 | {"unformatted-postal-address", 1342177283, "16"}, | |
750 | {"UnformattedPostalAddress", 1610612750, 0}, | |
751 | {"printable-address", 1814052875, 0}, | |
752 | {"ub-pds-physical-address-lines", 1074266122, "1"}, | |
753 | {0, 538968066, "PrintableString"}, | |
754 | {"ub-pds-parameter-length", 524298, "1"}, | |
755 | {"teletex-string", 740311042, "TeletexString"}, | |
756 | {"ub-unformatted-address-length", 524298, "1"}, | |
757 | {"street-address", 1342177283, "17"}, | |
758 | {"StreetAddress", 1073741826, "PDSParameter"}, | |
759 | {"post-office-box-address", 1342177283, "18"}, | |
760 | {"PostOfficeBoxAddress", 1073741826, "PDSParameter"}, | |
761 | {"poste-restante-address", 1342177283, "19"}, | |
762 | {"PosteRestanteAddress", 1073741826, "PDSParameter"}, | |
763 | {"unique-postal-name", 1342177283, "20"}, | |
764 | {"UniquePostalName", 1073741826, "PDSParameter"}, | |
765 | {"local-postal-attributes", 1342177283, "21"}, | |
766 | {"LocalPostalAttributes", 1073741826, "PDSParameter"}, | |
767 | {"PDSParameter", 1610612750, 0}, | |
768 | {"printable-string", 1814052866, "PrintableString"}, | |
769 | {"ub-pds-parameter-length", 524298, "1"}, | |
770 | {"teletex-string", 740311042, "TeletexString"}, | |
771 | {"ub-pds-parameter-length", 524298, "1"}, | |
772 | {"extended-network-address", 1342177283, "22"}, | |
773 | {"ExtendedNetworkAddress", 1610612754, 0}, | |
774 | {"e163-4-address", 1610612741, 0}, | |
775 | {"number", 1612718082, "NumericString"}, | |
776 | {0, 1073743880, "0"}, | |
777 | {"ub-e163-4-number-length", 524298, "1"}, | |
778 | {"sub-address", 538992642, "NumericString"}, | |
779 | {0, 1073743880, "1"}, | |
780 | {"ub-e163-4-sub-address-length", 524298, "1"}, | |
781 | {"psap-address", 536879106, "PresentationAddress"}, | |
782 | {0, 2056, "0"}, | |
783 | {"PresentationAddress", 1610612741, 0}, | |
784 | {"pSelector", 1610637319, 0}, | |
785 | {0, 2056, "0"}, | |
786 | {"sSelector", 1610637319, 0}, | |
787 | {0, 2056, "1"}, | |
788 | {"tSelector", 1610637319, 0}, | |
789 | {0, 2056, "2"}, | |
790 | {"nAddresses", 538976271, 0}, | |
791 | {0, 1073743880, "3"}, | |
792 | {"MAX", 1074266122, "1"}, | |
793 | {0, 7, 0}, | |
794 | {"terminal-type", 1342177283, "23"}, | |
795 | {"TerminalType", 1610874883, 0}, | |
796 | {"telex", 1073741825, "3"}, | |
797 | {"teletex", 1073741825, "4"}, | |
798 | {"g3-facsimile", 1073741825, "5"}, | |
799 | {"g4-facsimile", 1073741825, "6"}, | |
800 | {"ia5-terminal", 1073741825, "7"}, | |
801 | {"videotex", 1, "8"}, | |
802 | {"teletex-domain-defined-attributes", 1342177283, "6"}, | |
803 | {"TeletexDomainDefinedAttributes", 1612709899, 0}, | |
804 | {"ub-domain-defined-attributes", 1074266122, "1"}, | |
805 | {0, 2, "TeletexDomainDefinedAttribute"}, | |
806 | {"TeletexDomainDefinedAttribute", 1610612741, 0}, | |
807 | {"type", 1612709890, "TeletexString"}, | |
808 | {"ub-domain-defined-attribute-type-length", 524298, "1"}, | |
809 | {"value", 538968066, "TeletexString"}, | |
810 | {"ub-domain-defined-attribute-value-length", 524298, "1"}, | |
811 | {"ub-name", 1342177283, "32768"}, | |
812 | {"ub-common-name", 1342177283, "64"}, | |
813 | {"ub-locality-name", 1342177283, "128"}, | |
814 | {"ub-state-name", 1342177283, "128"}, | |
815 | {"ub-organization-name", 1342177283, "64"}, | |
816 | {"ub-organizational-unit-name", 1342177283, "64"}, | |
817 | {"ub-title", 1342177283, "64"}, | |
818 | {"ub-match", 1342177283, "128"}, | |
819 | {"ub-emailaddress-length", 1342177283, "128"}, | |
820 | {"ub-common-name-length", 1342177283, "64"}, | |
821 | {"ub-country-name-alpha-length", 1342177283, "2"}, | |
822 | {"ub-country-name-numeric-length", 1342177283, "3"}, | |
823 | {"ub-domain-defined-attributes", 1342177283, "4"}, | |
824 | {"ub-domain-defined-attribute-type-length", 1342177283, "8"}, | |
825 | {"ub-domain-defined-attribute-value-length", 1342177283, "128"}, | |
826 | {"ub-domain-name-length", 1342177283, "16"}, | |
827 | {"ub-extension-attributes", 1342177283, "256"}, | |
828 | {"ub-e163-4-number-length", 1342177283, "15"}, | |
829 | {"ub-e163-4-sub-address-length", 1342177283, "40"}, | |
830 | {"ub-generation-qualifier-length", 1342177283, "3"}, | |
831 | {"ub-given-name-length", 1342177283, "16"}, | |
832 | {"ub-initials-length", 1342177283, "5"}, | |
833 | {"ub-integer-options", 1342177283, "256"}, | |
834 | {"ub-numeric-user-id-length", 1342177283, "32"}, | |
835 | {"ub-organization-name-length", 1342177283, "64"}, | |
836 | {"ub-organizational-unit-name-length", 1342177283, "32"}, | |
837 | {"ub-organizational-units", 1342177283, "4"}, | |
838 | {"ub-pds-name-length", 1342177283, "16"}, | |
839 | {"ub-pds-parameter-length", 1342177283, "30"}, | |
840 | {"ub-pds-physical-address-lines", 1342177283, "6"}, | |
841 | {"ub-postal-code-length", 1342177283, "16"}, | |
842 | {"ub-surname-length", 1342177283, "40"}, | |
843 | {"ub-terminal-id-length", 1342177283, "24"}, | |
844 | {"ub-unformatted-address-length", 1342177283, "180"}, | |
845 | {"ub-x121-address-length", 1342177283, "16"}, | |
846 | {"pkcs-7-ContentInfo", 1610612741, 0}, | |
847 | {"contentType", 1073741826, "pkcs-7-ContentType"}, | |
848 | {"content", 541073421, 0}, | |
849 | {0, 1073743880, "0"}, | |
850 | {"contentType", 1, 0}, | |
851 | {"pkcs-7-DigestInfo", 1610612741, 0}, | |
852 | {"digestAlgorithm", 1073741826, "pkcs-7-DigestAlgorithmIdentifier"}, | |
853 | {"digest", 2, "pkcs-7-Digest"}, | |
854 | {"pkcs-7-Digest", 1073741831, 0}, | |
855 | {"pkcs-7-ContentType", 1073741836, 0}, | |
856 | {"pkcs-7-SignedData", 1610612741, 0}, | |
857 | {"version", 1073741826, "pkcs-7-CMSVersion"}, | |
858 | {"digestAlgorithms", 1073741826, "pkcs-7-DigestAlgorithmIdentifiers"}, | |
859 | {"encapContentInfo", 1073741826, "pkcs-7-EncapsulatedContentInfo"}, | |
860 | {"certificates", 1610637314, "pkcs-7-CertificateSet"}, | |
861 | {0, 4104, "0"}, | |
862 | {"crls", 1610637314, "pkcs-7-CertificateRevocationLists"}, | |
863 | {0, 4104, "1"}, | |
864 | {"signerInfos", 2, "pkcs-7-SignerInfos"}, | |
865 | {"pkcs-7-CMSVersion", 1610874883, 0}, | |
866 | {"v0", 1073741825, "0"}, | |
867 | {"v1", 1073741825, "1"}, | |
868 | {"v2", 1073741825, "2"}, | |
869 | {"v3", 1073741825, "3"}, | |
870 | {"v4", 1, "4"}, | |
871 | {"pkcs-7-DigestAlgorithmIdentifiers", 1610612751, 0}, | |
872 | {0, 2, "pkcs-7-DigestAlgorithmIdentifier"}, | |
873 | {"pkcs-7-DigestAlgorithmIdentifier", 1073741826, "AlgorithmIdentifier"}, | |
874 | {"pkcs-7-EncapsulatedContentInfo", 1610612741, 0}, | |
875 | {"eContentType", 1073741826, "pkcs-7-ContentType"}, | |
876 | {"eContent", 536895495, 0}, | |
877 | {0, 2056, "0"}, | |
878 | {"pkcs-7-CertificateRevocationLists", 1610612751, 0}, | |
879 | {0, 13, 0}, | |
880 | {"pkcs-7-CertificateChoices", 1610612754, 0}, | |
881 | {"certificate", 13, 0}, | |
882 | {"pkcs-7-CertificateSet", 1610612751, 0}, | |
883 | {0, 2, "pkcs-7-CertificateChoices"}, | |
884 | {"pkcs-7-SignerInfos", 1610612751, 0}, | |
885 | {0, 13, 0}, | |
886 | {"pkcs-10-CertificationRequestInfo", 1610612741, 0}, | |
887 | {"version", 1610874883, 0}, | |
888 | {"v1", 1, "0"}, | |
889 | {"subject", 1073741826, "Name"}, | |
890 | {"subjectPKInfo", 1073741826, "SubjectPublicKeyInfo"}, | |
891 | {"attributes", 536879106, "Attributes"}, | |
892 | {0, 4104, "0"}, | |
893 | {"Attributes", 1610612751, 0}, | |
894 | {0, 2, "Attribute"}, | |
895 | {"pkcs-10-CertificationRequest", 1610612741, 0}, | |
896 | {"certificationRequestInfo", 1073741826, "pkcs-10-CertificationRequestInfo"}, | |
897 | {"signatureAlgorithm", 1073741826, "AlgorithmIdentifier"}, | |
898 | {"signature", 6, 0}, | |
899 | {"pkcs-9-ub-challengePassword", 1342177283, "255"}, | |
900 | {"pkcs-9-certTypes", 1879048204, 0}, | |
901 | {0, 1073741825, "pkcs-9"}, | |
902 | {0, 1, "22"}, | |
903 | {"pkcs-9-crlTypes", 1879048204, 0}, | |
904 | {0, 1073741825, "pkcs-9"}, | |
905 | {0, 1, "23"}, | |
906 | {"pkcs-9-at-challengePassword", 1879048204, 0}, | |
907 | {0, 1073741825, "pkcs-9"}, | |
908 | {0, 1, "7"}, | |
909 | {"pkcs-9-challengePassword", 1610612754, 0}, | |
910 | {"printableString", 1612709890, "PrintableString"}, | |
911 | {"pkcs-9-ub-challengePassword", 524298, "1"}, | |
912 | {"utf8String", 538968066, "UTF8String"}, | |
913 | {"pkcs-9-ub-challengePassword", 524298, "1"}, | |
914 | {"pkcs-9-at-localKeyId", 1879048204, 0}, | |
915 | {0, 1073741825, "pkcs-9"}, | |
916 | {0, 1, "21"}, | |
917 | {"pkcs-9-localKeyId", 1073741831, 0}, | |
918 | {"pkcs-9-at-friendlyName", 1879048204, 0}, | |
919 | {0, 1073741825, "pkcs-9"}, | |
920 | {0, 1, "20"}, | |
921 | {"pkcs-9-friendlyName", 1612709890, "BMPString"}, | |
922 | {"255", 524298, "1"}, | |
923 | {"pkcs-8-PrivateKeyInfo", 1610612741, 0}, | |
924 | {"version", 1073741826, "pkcs-8-Version"}, | |
925 | {"privateKeyAlgorithm", 1073741826, "AlgorithmIdentifier"}, | |
926 | {"privateKey", 1073741826, "pkcs-8-PrivateKey"}, | |
927 | {"attributes", 536895490, "Attributes"}, | |
928 | {0, 4104, "0"}, | |
929 | {"pkcs-8-Version", 1610874883, 0}, | |
930 | {"v1", 1, "0"}, | |
931 | {"pkcs-8-PrivateKey", 1073741831, 0}, | |
932 | {"pkcs-8-Attributes", 1610612751, 0}, | |
933 | {0, 2, "Attribute"}, | |
934 | {"pkcs-8-EncryptedPrivateKeyInfo", 1610612741, 0}, | |
935 | {"encryptionAlgorithm", 1073741826, "AlgorithmIdentifier"}, | |
936 | {"encryptedData", 2, "pkcs-8-EncryptedData"}, | |
937 | {"pkcs-8-EncryptedData", 1073741831, 0}, | |
938 | {"pkcs-5", 1879048204, 0}, | |
939 | {0, 1073741825, "pkcs"}, | |
940 | {0, 1, "5"}, | |
941 | {"pkcs-5-encryptionAlgorithm", 1879048204, 0}, | |
942 | {"iso", 1073741825, "1"}, | |
943 | {"member-body", 1073741825, "2"}, | |
944 | {"us", 1073741825, "840"}, | |
945 | {"rsadsi", 1073741825, "113549"}, | |
946 | {0, 1, "3"}, | |
947 | {"pkcs-5-des-EDE3-CBC", 1879048204, 0}, | |
948 | {0, 1073741825, "pkcs-5-encryptionAlgorithm"}, | |
949 | {0, 1, "7"}, | |
950 | {"pkcs-5-des-EDE3-CBC-params", 1612709895, 0}, | |
951 | {0, 1048586, "8"}, | |
952 | {"pkcs-5-id-PBES2", 1879048204, 0}, | |
953 | {0, 1073741825, "pkcs-5"}, | |
954 | {0, 1, "13"}, | |
955 | {"pkcs-5-PBES2-params", 1610612741, 0}, | |
956 | {"keyDerivationFunc", 1073741826, "AlgorithmIdentifier"}, | |
957 | {"encryptionScheme", 2, "AlgorithmIdentifier"}, | |
958 | {"pkcs-5-id-PBKDF2", 1879048204, 0}, | |
959 | {0, 1073741825, "pkcs-5"}, | |
960 | {0, 1, "12"}, | |
961 | {"pkcs-5-PBKDF2-params", 1610612741, 0}, | |
962 | {"salt", 1610612754, 0}, | |
963 | {"specified", 1073741831, 0}, | |
964 | {"otherSource", 2, "AlgorithmIdentifier"}, | |
965 | {"iterationCount", 1611137027, 0}, | |
966 | {"1", 10, "MAX"}, | |
967 | {"keyLength", 1611153411, 0}, | |
968 | {"1", 10, "MAX"}, | |
969 | {"prf", 16386, "AlgorithmIdentifier"}, | |
970 | {"pkcs-12", 1879048204, 0}, | |
971 | {0, 1073741825, "pkcs"}, | |
972 | {0, 1, "12"}, | |
973 | {"pkcs-12-PFX", 1610612741, 0}, | |
974 | {"version", 1610874883, 0}, | |
975 | {"v3", 1, "3"}, | |
976 | {"authSafe", 1073741826, "pkcs-7-ContentInfo"}, | |
977 | {"macData", 16386, "pkcs-12-MacData"}, | |
978 | {"pkcs-12-PbeParams", 1610612741, 0}, | |
979 | {"salt", 1073741831, 0}, | |
980 | {"iterations", 3, 0}, | |
981 | {"pkcs-12-MacData", 1610612741, 0}, | |
982 | {"mac", 1073741826, "pkcs-7-DigestInfo"}, | |
983 | {"macSalt", 1073741831, 0}, | |
984 | {"iterations", 536903683, 0}, | |
985 | {0, 9, "1"}, | |
986 | {"pkcs-12-AuthenticatedSafe", 1610612747, 0}, | |
987 | {0, 2, "pkcs-7-ContentInfo"}, | |
988 | {"pkcs-12-SafeContents", 1610612747, 0}, | |
989 | {0, 2, "pkcs-12-SafeBag"}, | |
990 | {"pkcs-12-SafeBag", 1610612741, 0}, | |
991 | {"bagId", 1073741836, 0}, | |
992 | {"bagValue", 1614815245, 0}, | |
993 | {0, 1073743880, "0"}, | |
994 | {"badId", 1, 0}, | |
995 | {"bagAttributes", 536887311, 0}, | |
996 | {0, 2, "pkcs-12-PKCS12Attribute"}, | |
997 | {"pkcs-12-bagtypes", 1879048204, 0}, | |
998 | {0, 1073741825, "pkcs-12"}, | |
999 | {0, 1073741825, "10"}, | |
1000 | {0, 1, "1"}, | |
1001 | {"pkcs-12-keyBag", 1879048204, 0}, | |
1002 | {0, 1073741825, "pkcs-12-bagtypes"}, | |
1003 | {0, 1, "1"}, | |
1004 | {"pkcs-12-pkcs8ShroudedKeyBag", 1879048204, 0}, | |
1005 | {0, 1073741825, "pkcs-12-bagtypes"}, | |
1006 | {0, 1, "2"}, | |
1007 | {"pkcs-12-certBag", 1879048204, 0}, | |
1008 | {0, 1073741825, "pkcs-12-bagtypes"}, | |
1009 | {0, 1, "3"}, | |
1010 | {"pkcs-12-crlBag", 1879048204, 0}, | |
1011 | {0, 1073741825, "pkcs-12-bagtypes"}, | |
1012 | {0, 1, "4"}, | |
1013 | {"pkcs-12-KeyBag", 1073741826, "pkcs-8-PrivateKeyInfo"}, | |
1014 | {"pkcs-12-PKCS8ShroudedKeyBag", 1073741826, "pkcs-8-EncryptedPrivateKeyInfo"}, | |
1015 | {"pkcs-12-CertBag", 1610612741, 0}, | |
1016 | {"certId", 1073741836, 0}, | |
1017 | {"certValue", 541073421, 0}, | |
1018 | {0, 1073743880, "0"}, | |
1019 | {"certId", 1, 0}, | |
1020 | {"pkcs-12-CRLBag", 1610612741, 0}, | |
1021 | {"crlId", 1073741836, 0}, | |
1022 | {"crlValue", 541073421, 0}, | |
1023 | {0, 1073743880, "0"}, | |
1024 | {"crlId", 1, 0}, | |
1025 | {"pkcs-12-PKCS12Attribute", 1073741826, "Attribute"}, | |
1026 | {"pkcs-7-data", 1879048204, 0}, | |
1027 | {"iso", 1073741825, "1"}, | |
1028 | {"member-body", 1073741825, "2"}, | |
1029 | {"us", 1073741825, "840"}, | |
1030 | {"rsadsi", 1073741825, "113549"}, | |
1031 | {"pkcs", 1073741825, "1"}, | |
1032 | {"pkcs7", 1073741825, "7"}, | |
1033 | {0, 1, "1"}, | |
1034 | {"pkcs-7-encryptedData", 1879048204, 0}, | |
1035 | {"iso", 1073741825, "1"}, | |
1036 | {"member-body", 1073741825, "2"}, | |
1037 | {"us", 1073741825, "840"}, | |
1038 | {"rsadsi", 1073741825, "113549"}, | |
1039 | {"pkcs", 1073741825, "1"}, | |
1040 | {"pkcs7", 1073741825, "7"}, | |
1041 | {0, 1, "6"}, | |
1042 | {"pkcs-7-Data", 1073741831, 0}, | |
1043 | {"pkcs-7-EncryptedData", 1610612741, 0}, | |
1044 | {"version", 1073741826, "pkcs-7-CMSVersion"}, | |
1045 | {"encryptedContentInfo", 1073741826, "pkcs-7-EncryptedContentInfo"}, | |
1046 | {"unprotectedAttrs", 536895490, "pkcs-7-UnprotectedAttributes"}, | |
1047 | {0, 4104, "1"}, | |
1048 | {"pkcs-7-EncryptedContentInfo", 1610612741, 0}, | |
1049 | {"contentType", 1073741826, "pkcs-7-ContentType"}, | |
1050 | {"contentEncryptionAlgorithm", 1073741826, | |
1051 | "pkcs-7-ContentEncryptionAlgorithmIdentifier"}, | |
1052 | {"encryptedContent", 536895490, "pkcs-7-EncryptedContent"}, | |
1053 | {0, 4104, "0"}, | |
1054 | {"pkcs-7-ContentEncryptionAlgorithmIdentifier", 1073741826, | |
1055 | "AlgorithmIdentifier"}, | |
1056 | {"pkcs-7-EncryptedContent", 1073741831, 0}, | |
1057 | {"pkcs-7-UnprotectedAttributes", 1612709903, 0}, | |
1058 | {"MAX", 1074266122, "1"}, | |
1059 | {0, 2, "Attribute"}, | |
1060 | {"id-at-ldap-DC", 1880096780, "AttributeType"}, | |
1061 | {0, 1073741825, "0"}, | |
1062 | {0, 1073741825, "9"}, | |
1063 | {0, 1073741825, "2342"}, | |
1064 | {0, 1073741825, "19200300"}, | |
1065 | {0, 1073741825, "100"}, | |
1066 | {0, 1073741825, "1"}, | |
1067 | {0, 1, "25"}, | |
1068 | {"ldap-DC", 1073741826, "IA5String"}, | |
1069 | {"id-at-ldap-UID", 1880096780, "AttributeType"}, | |
1070 | {0, 1073741825, "0"}, | |
1071 | {0, 1073741825, "9"}, | |
1072 | {0, 1073741825, "2342"}, | |
1073 | {0, 1073741825, "19200300"}, | |
1074 | {0, 1073741825, "100"}, | |
1075 | {0, 1073741825, "1"}, | |
1076 | {0, 1, "1"}, | |
1077 | {"ldap-UID", 1073741826, "DirectoryString"}, | |
1078 | {"id-pda", 1879048204, 0}, | |
1079 | {0, 1073741825, "id-pkix"}, | |
1080 | {0, 1, "9"}, | |
1081 | {"id-pda-dateOfBirth", 1880096780, "AttributeType"}, | |
1082 | {0, 1073741825, "id-pda"}, | |
1083 | {0, 1, "1"}, | |
1084 | {"DateOfBirth", 1082130449, 0}, | |
1085 | {"id-pda-placeOfBirth", 1880096780, "AttributeType"}, | |
1086 | {0, 1073741825, "id-pda"}, | |
1087 | {0, 1, "2"}, | |
1088 | {"PlaceOfBirth", 1073741826, "DirectoryString"}, | |
1089 | {"id-pda-gender", 1880096780, "AttributeType"}, | |
1090 | {0, 1073741825, "id-pda"}, | |
1091 | {0, 1, "3"}, | |
1092 | {"Gender", 1612709890, "PrintableString"}, | |
1093 | {0, 1048586, "1"}, | |
1094 | {"id-pda-countryOfCitizenship", 1880096780, "AttributeType"}, | |
1095 | {0, 1073741825, "id-pda"}, | |
1096 | {0, 1, "4"}, | |
1097 | {"CountryOfCitizenship", 1612709890, "PrintableString"}, | |
1098 | {0, 1048586, "2"}, | |
1099 | {"id-pda-countryOfResidence", 1880096780, "AttributeType"}, | |
1100 | {0, 1073741825, "id-pda"}, | |
1101 | {0, 1, "5"}, | |
1102 | {"CountryOfResidence", 538968066, "PrintableString"}, | |
1103 | {0, 1048586, "2"}, | |
1104 | {0, 0, 0} | |
1105 | }; |