add SECG OIDs
[oweals/openssl.git] / crypto / objects / obj_mac.h
1 /* crypto/objects/obj_mac.h */
2
3 /* THIS FILE IS GENERATED FROM objects.txt by objects.pl via the
4  * following command:
5  * perl objects.pl objects.txt obj_mac.num obj_mac.h
6  */
7
8 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
9  * All rights reserved.
10  *
11  * This package is an SSL implementation written
12  * by Eric Young (eay@cryptsoft.com).
13  * The implementation was written so as to conform with Netscapes SSL.
14  * 
15  * This library is free for commercial and non-commercial use as long as
16  * the following conditions are aheared to.  The following conditions
17  * apply to all code found in this distribution, be it the RC4, RSA,
18  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
19  * included with this distribution is covered by the same copyright terms
20  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
21  * 
22  * Copyright remains Eric Young's, and as such any Copyright notices in
23  * the code are not to be removed.
24  * If this package is used in a product, Eric Young should be given attribution
25  * as the author of the parts of the library used.
26  * This can be in the form of a textual message at program startup or
27  * in documentation (online or textual) provided with the package.
28  * 
29  * Redistribution and use in source and binary forms, with or without
30  * modification, are permitted provided that the following conditions
31  * are met:
32  * 1. Redistributions of source code must retain the copyright
33  *    notice, this list of conditions and the following disclaimer.
34  * 2. Redistributions in binary form must reproduce the above copyright
35  *    notice, this list of conditions and the following disclaimer in the
36  *    documentation and/or other materials provided with the distribution.
37  * 3. All advertising materials mentioning features or use of this software
38  *    must display the following acknowledgement:
39  *    "This product includes cryptographic software written by
40  *     Eric Young (eay@cryptsoft.com)"
41  *    The word 'cryptographic' can be left out if the rouines from the library
42  *    being used are not cryptographic related :-).
43  * 4. If you include any Windows specific code (or a derivative thereof) from 
44  *    the apps directory (application code) you must include an acknowledgement:
45  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
46  * 
47  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
48  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
49  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
50  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
51  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
52  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
53  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
54  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
55  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
56  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
57  * SUCH DAMAGE.
58  * 
59  * The licence and distribution terms for any publically available version or
60  * derivative of this code cannot be changed.  i.e. this code cannot simply be
61  * copied and put under another distribution licence
62  * [including the GNU Public Licence.]
63  */
64
65 #define SN_undef                        "UNDEF"
66 #define LN_undef                        "undefined"
67 #define NID_undef                       0
68 #define OBJ_undef                       0L
69
70 #define SN_ccitt                "CCITT"
71 #define LN_ccitt                "ccitt"
72 #define NID_ccitt               404
73 #define OBJ_ccitt               0L
74
75 #define SN_iso          "ISO"
76 #define LN_iso          "iso"
77 #define NID_iso         181
78 #define OBJ_iso         1L
79
80 #define SN_joint_iso_ccitt              "JOINT-ISO-CCITT"
81 #define LN_joint_iso_ccitt              "joint-iso-ccitt"
82 #define NID_joint_iso_ccitt             393
83 #define OBJ_joint_iso_ccitt             2L
84
85 #define SN_member_body          "member-body"
86 #define LN_member_body          "ISO Member Body"
87 #define NID_member_body         182
88 #define OBJ_member_body         OBJ_iso,2L
89
90 #define SN_identified_organization              "identified-organization"
91 #define NID_identified_organization             527
92 #define OBJ_identified_organization             OBJ_iso,3L
93
94 #define SN_certicom_arc         "certicom-arc"
95 #define NID_certicom_arc                528
96 #define OBJ_certicom_arc                OBJ_identified_organization,132L
97
98 #define SN_selected_attribute_types             "selected-attribute-types"
99 #define LN_selected_attribute_types             "Selected Attribute Types"
100 #define NID_selected_attribute_types            394
101 #define OBJ_selected_attribute_types            OBJ_joint_iso_ccitt,5L,1L,5L
102
103 #define SN_clearance            "clearance"
104 #define NID_clearance           395
105 #define OBJ_clearance           OBJ_selected_attribute_types,55L
106
107 #define SN_ISO_US               "ISO-US"
108 #define LN_ISO_US               "ISO US Member Body"
109 #define NID_ISO_US              183
110 #define OBJ_ISO_US              OBJ_member_body,840L
111
112 #define SN_X9_57                "X9-57"
113 #define LN_X9_57                "X9.57"
114 #define NID_X9_57               184
115 #define OBJ_X9_57               OBJ_ISO_US,10040L
116
117 #define SN_X9cm         "X9cm"
118 #define LN_X9cm         "X9.57 CM ?"
119 #define NID_X9cm                185
120 #define OBJ_X9cm                OBJ_X9_57,4L
121
122 #define SN_dsa          "DSA"
123 #define LN_dsa          "dsaEncryption"
124 #define NID_dsa         116
125 #define OBJ_dsa         OBJ_X9cm,1L
126
127 #define SN_dsaWithSHA1          "DSA-SHA1"
128 #define LN_dsaWithSHA1          "dsaWithSHA1"
129 #define NID_dsaWithSHA1         113
130 #define OBJ_dsaWithSHA1         OBJ_X9cm,3L
131
132 #define SN_ansi_X9_62           "ansi-X9-62"
133 #define LN_ansi_X9_62           "ANSI X9.62"
134 #define NID_ansi_X9_62          405
135 #define OBJ_ansi_X9_62          OBJ_ISO_US,10045L
136
137 #define OBJ_X9_62_id_fieldType          OBJ_ansi_X9_62,1L
138
139 #define SN_X9_62_prime_field            "prime-field"
140 #define NID_X9_62_prime_field           406
141 #define OBJ_X9_62_prime_field           OBJ_X9_62_id_fieldType,1L
142
143 #define SN_X9_62_characteristic_two_field               "characteristic-two-field"
144 #define NID_X9_62_characteristic_two_field              407
145 #define OBJ_X9_62_characteristic_two_field              OBJ_X9_62_id_fieldType,2L
146
147 #define SN_X9_62_id_characteristic_two_basis            "id-characteristic-two-basis"
148 #define NID_X9_62_id_characteristic_two_basis           503
149 #define OBJ_X9_62_id_characteristic_two_basis           OBJ_X9_62_characteristic_two_field,3L
150
151 #define SN_X9_62_onBasis                "onBasis"
152 #define NID_X9_62_onBasis               504
153 #define OBJ_X9_62_onBasis               OBJ_X9_62_id_characteristic_two_basis,1L
154
155 #define SN_X9_62_tpBasis                "tpBasis"
156 #define NID_X9_62_tpBasis               505
157 #define OBJ_X9_62_tpBasis               OBJ_X9_62_id_characteristic_two_basis,2L
158
159 #define SN_X9_62_ppBasis                "ppBasis"
160 #define NID_X9_62_ppBasis               506
161 #define OBJ_X9_62_ppBasis               OBJ_X9_62_id_characteristic_two_basis,3L
162
163 #define OBJ_X9_62_id_publicKeyType              OBJ_ansi_X9_62,2L
164
165 #define SN_X9_62_id_ecPublicKey         "id-ecPublicKey"
166 #define NID_X9_62_id_ecPublicKey                408
167 #define OBJ_X9_62_id_ecPublicKey                OBJ_X9_62_id_publicKeyType,1L
168
169 #define OBJ_X9_62_ellipticCurve         OBJ_ansi_X9_62,3L
170
171 #define OBJ_X9_62_c_TwoCurve            OBJ_X9_62_ellipticCurve,0L
172
173 #define SN_X9_62_c2pnb163v1             "c2pnb163v1"
174 #define NID_X9_62_c2pnb163v1            507
175 #define OBJ_X9_62_c2pnb163v1            OBJ_X9_62_c_TwoCurve,1L
176
177 #define SN_X9_62_c2pnb163v2             "c2pnb163v2"
178 #define NID_X9_62_c2pnb163v2            508
179 #define OBJ_X9_62_c2pnb163v2            OBJ_X9_62_c_TwoCurve,2L
180
181 #define SN_X9_62_c2pnb163v3             "c2pnb163v3"
182 #define NID_X9_62_c2pnb163v3            509
183 #define OBJ_X9_62_c2pnb163v3            OBJ_X9_62_c_TwoCurve,3L
184
185 #define SN_X9_62_c2pnb176v1             "c2pnb176v1"
186 #define NID_X9_62_c2pnb176v1            510
187 #define OBJ_X9_62_c2pnb176v1            OBJ_X9_62_c_TwoCurve,4L
188
189 #define SN_X9_62_c2tnb191v1             "c2tnb191v1"
190 #define NID_X9_62_c2tnb191v1            511
191 #define OBJ_X9_62_c2tnb191v1            OBJ_X9_62_c_TwoCurve,5L
192
193 #define SN_X9_62_c2tnb191v2             "c2tnb191v2"
194 #define NID_X9_62_c2tnb191v2            512
195 #define OBJ_X9_62_c2tnb191v2            OBJ_X9_62_c_TwoCurve,6L
196
197 #define SN_X9_62_c2tnb191v3             "c2tnb191v3"
198 #define NID_X9_62_c2tnb191v3            513
199 #define OBJ_X9_62_c2tnb191v3            OBJ_X9_62_c_TwoCurve,7L
200
201 #define SN_X9_62_c2onb191v4             "c2onb191v4"
202 #define NID_X9_62_c2onb191v4            514
203 #define OBJ_X9_62_c2onb191v4            OBJ_X9_62_c_TwoCurve,8L
204
205 #define SN_X9_62_c2onb191v5             "c2onb191v5"
206 #define NID_X9_62_c2onb191v5            515
207 #define OBJ_X9_62_c2onb191v5            OBJ_X9_62_c_TwoCurve,9L
208
209 #define SN_X9_62_c2pnb208w1             "c2pnb208w1"
210 #define NID_X9_62_c2pnb208w1            516
211 #define OBJ_X9_62_c2pnb208w1            OBJ_X9_62_c_TwoCurve,10L
212
213 #define SN_X9_62_c2tnb239v1             "c2tnb239v1"
214 #define NID_X9_62_c2tnb239v1            517
215 #define OBJ_X9_62_c2tnb239v1            OBJ_X9_62_c_TwoCurve,11L
216
217 #define SN_X9_62_c2tnb239v2             "c2tnb239v2"
218 #define NID_X9_62_c2tnb239v2            518
219 #define OBJ_X9_62_c2tnb239v2            OBJ_X9_62_c_TwoCurve,12L
220
221 #define SN_X9_62_c2tnb239v3             "c2tnb239v3"
222 #define NID_X9_62_c2tnb239v3            519
223 #define OBJ_X9_62_c2tnb239v3            OBJ_X9_62_c_TwoCurve,13L
224
225 #define SN_X9_62_c2onb239v4             "c2onb239v4"
226 #define NID_X9_62_c2onb239v4            520
227 #define OBJ_X9_62_c2onb239v4            OBJ_X9_62_c_TwoCurve,14L
228
229 #define SN_X9_62_c2onb239v5             "c2onb239v5"
230 #define NID_X9_62_c2onb239v5            521
231 #define OBJ_X9_62_c2onb239v5            OBJ_X9_62_c_TwoCurve,15L
232
233 #define SN_X9_62_c2pnb272w1             "c2pnb272w1"
234 #define NID_X9_62_c2pnb272w1            522
235 #define OBJ_X9_62_c2pnb272w1            OBJ_X9_62_c_TwoCurve,16L
236
237 #define SN_X9_62_c2pnb304w1             "c2pnb304w1"
238 #define NID_X9_62_c2pnb304w1            523
239 #define OBJ_X9_62_c2pnb304w1            OBJ_X9_62_c_TwoCurve,17L
240
241 #define SN_X9_62_c2tnb359v1             "c2tnb359v1"
242 #define NID_X9_62_c2tnb359v1            524
243 #define OBJ_X9_62_c2tnb359v1            OBJ_X9_62_c_TwoCurve,18L
244
245 #define SN_X9_62_c2pnb368w1             "c2pnb368w1"
246 #define NID_X9_62_c2pnb368w1            525
247 #define OBJ_X9_62_c2pnb368w1            OBJ_X9_62_c_TwoCurve,19L
248
249 #define SN_X9_62_c2tnb431r1             "c2tnb431r1"
250 #define NID_X9_62_c2tnb431r1            526
251 #define OBJ_X9_62_c2tnb431r1            OBJ_X9_62_c_TwoCurve,20L
252
253 #define OBJ_X9_62_primeCurve            OBJ_X9_62_ellipticCurve,1L
254
255 #define SN_X9_62_prime192v1             "prime192v1"
256 #define NID_X9_62_prime192v1            409
257 #define OBJ_X9_62_prime192v1            OBJ_X9_62_primeCurve,1L
258
259 #define SN_X9_62_prime192v2             "prime192v2"
260 #define NID_X9_62_prime192v2            410
261 #define OBJ_X9_62_prime192v2            OBJ_X9_62_primeCurve,2L
262
263 #define SN_X9_62_prime192v3             "prime192v3"
264 #define NID_X9_62_prime192v3            411
265 #define OBJ_X9_62_prime192v3            OBJ_X9_62_primeCurve,3L
266
267 #define SN_X9_62_prime239v1             "prime239v1"
268 #define NID_X9_62_prime239v1            412
269 #define OBJ_X9_62_prime239v1            OBJ_X9_62_primeCurve,4L
270
271 #define SN_X9_62_prime239v2             "prime239v2"
272 #define NID_X9_62_prime239v2            413
273 #define OBJ_X9_62_prime239v2            OBJ_X9_62_primeCurve,5L
274
275 #define SN_X9_62_prime239v3             "prime239v3"
276 #define NID_X9_62_prime239v3            414
277 #define OBJ_X9_62_prime239v3            OBJ_X9_62_primeCurve,6L
278
279 #define SN_X9_62_prime256v1             "prime256v1"
280 #define NID_X9_62_prime256v1            415
281 #define OBJ_X9_62_prime256v1            OBJ_X9_62_primeCurve,7L
282
283 #define OBJ_X9_62_id_ecSigType          OBJ_ansi_X9_62,4L
284
285 #define SN_ecdsa_with_SHA1              "ecdsa-with-SHA1"
286 #define NID_ecdsa_with_SHA1             416
287 #define OBJ_ecdsa_with_SHA1             OBJ_X9_62_id_ecSigType,1L
288
289 #define OBJ_secg_ellipticCurve          OBJ_certicom_arc,0L
290
291 #define SN_secp112r1            "secp112r1"
292 #define NID_secp112r1           529
293 #define OBJ_secp112r1           OBJ_secg_ellipticCurve,6L
294
295 #define SN_secp112r2            "secp112r2"
296 #define NID_secp112r2           530
297 #define OBJ_secp112r2           OBJ_secg_ellipticCurve,7L
298
299 #define SN_secp128r1            "secp128r1"
300 #define NID_secp128r1           531
301 #define OBJ_secp128r1           OBJ_secg_ellipticCurve,28L
302
303 #define SN_secp128r2            "secp128r2"
304 #define NID_secp128r2           532
305 #define OBJ_secp128r2           OBJ_secg_ellipticCurve,29L
306
307 #define SN_secp160k1            "secp160k1"
308 #define NID_secp160k1           533
309 #define OBJ_secp160k1           OBJ_secg_ellipticCurve,9L
310
311 #define SN_secp160r1            "secp160r1"
312 #define NID_secp160r1           534
313 #define OBJ_secp160r1           OBJ_secg_ellipticCurve,8L
314
315 #define SN_secp160r2            "secp160r2"
316 #define NID_secp160r2           535
317 #define OBJ_secp160r2           OBJ_secg_ellipticCurve,30L
318
319 #define SN_secp192k1            "secp192k1"
320 #define NID_secp192k1           536
321 #define OBJ_secp192k1           OBJ_secg_ellipticCurve,31L
322
323 #define SN_secp192r1            "secp192r1"
324 #define NID_secp192r1           537
325 #define OBJ_secp192r1           OBJ_X9_62_prime192v1
326
327 #define SN_secp224k1            "secp224k1"
328 #define NID_secp224k1           538
329 #define OBJ_secp224k1           OBJ_secg_ellipticCurve,32L
330
331 #define SN_secp224r1            "secp224r1"
332 #define NID_secp224r1           539
333 #define OBJ_secp224r1           OBJ_secg_ellipticCurve,33L
334
335 #define SN_secp256k1            "secp256k1"
336 #define NID_secp256k1           540
337 #define OBJ_secp256k1           OBJ_secg_ellipticCurve,10L
338
339 #define SN_secp256r1            "secp256r1"
340 #define NID_secp256r1           541
341 #define OBJ_secp256r1           OBJ_X9_62_prime256v1
342
343 #define SN_secp384r1            "secp384r1"
344 #define NID_secp384r1           542
345 #define OBJ_secp384r1           OBJ_secg_ellipticCurve,34L
346
347 #define SN_secp521r1            "secp521r1"
348 #define NID_secp521r1           543
349 #define OBJ_secp521r1           OBJ_secg_ellipticCurve,35L
350
351 #define SN_sect113r1            "sect113r1"
352 #define NID_sect113r1           544
353 #define OBJ_sect113r1           OBJ_secg_ellipticCurve,4L
354
355 #define SN_sect113r2            "sect113r2"
356 #define NID_sect113r2           545
357 #define OBJ_sect113r2           OBJ_secg_ellipticCurve,5L
358
359 #define SN_sect131r1            "sect131r1"
360 #define NID_sect131r1           546
361 #define OBJ_sect131r1           OBJ_secg_ellipticCurve,22L
362
363 #define SN_sect131r2            "sect131r2"
364 #define NID_sect131r2           547
365 #define OBJ_sect131r2           OBJ_secg_ellipticCurve,23L
366
367 #define SN_sect163k1            "sect163k1"
368 #define NID_sect163k1           548
369 #define OBJ_sect163k1           OBJ_secg_ellipticCurve,1L
370
371 #define SN_sect163r1            "sect163r1"
372 #define NID_sect163r1           549
373 #define OBJ_sect163r1           OBJ_secg_ellipticCurve,2L
374
375 #define SN_sect163r2            "sect163r2"
376 #define NID_sect163r2           550
377 #define OBJ_sect163r2           OBJ_secg_ellipticCurve,15L
378
379 #define SN_sect193r1            "sect193r1"
380 #define NID_sect193r1           551
381 #define OBJ_sect193r1           OBJ_secg_ellipticCurve,24L
382
383 #define SN_sect193r2            "sect193r2"
384 #define NID_sect193r2           552
385 #define OBJ_sect193r2           OBJ_secg_ellipticCurve,25L
386
387 #define SN_sect233k1            "sect233k1"
388 #define NID_sect233k1           553
389 #define OBJ_sect233k1           OBJ_secg_ellipticCurve,26L
390
391 #define SN_sect233r1            "sect233r1"
392 #define NID_sect233r1           554
393 #define OBJ_sect233r1           OBJ_secg_ellipticCurve,27L
394
395 #define SN_sect239k1            "sect239k1"
396 #define NID_sect239k1           555
397 #define OBJ_sect239k1           OBJ_secg_ellipticCurve,3L
398
399 #define SN_sect283k1            "sect283k1"
400 #define NID_sect283k1           556
401 #define OBJ_sect283k1           OBJ_secg_ellipticCurve,16L
402
403 #define SN_sect283r1            "sect283r1"
404 #define NID_sect283r1           557
405 #define OBJ_sect283r1           OBJ_secg_ellipticCurve,17L
406
407 #define SN_sect409k1            "sect409k1"
408 #define NID_sect409k1           558
409 #define OBJ_sect409k1           OBJ_secg_ellipticCurve,36L
410
411 #define SN_sect409r1            "sect409r1"
412 #define NID_sect409r1           559
413 #define OBJ_sect409r1           OBJ_secg_ellipticCurve,37L
414
415 #define SN_sect571k1            "sect571k1"
416 #define NID_sect571k1           560
417 #define OBJ_sect571k1           OBJ_secg_ellipticCurve,38L
418
419 #define SN_sect571r1            "sect571r1"
420 #define NID_sect571r1           561
421 #define OBJ_sect571r1           OBJ_secg_ellipticCurve,39L
422
423 #define SN_cast5_cbc            "CAST5-CBC"
424 #define LN_cast5_cbc            "cast5-cbc"
425 #define NID_cast5_cbc           108
426 #define OBJ_cast5_cbc           OBJ_ISO_US,113533L,7L,66L,10L
427
428 #define SN_cast5_ecb            "CAST5-ECB"
429 #define LN_cast5_ecb            "cast5-ecb"
430 #define NID_cast5_ecb           109
431
432 #define SN_cast5_cfb64          "CAST5-CFB"
433 #define LN_cast5_cfb64          "cast5-cfb"
434 #define NID_cast5_cfb64         110
435
436 #define SN_cast5_ofb64          "CAST5-OFB"
437 #define LN_cast5_ofb64          "cast5-ofb"
438 #define NID_cast5_ofb64         111
439
440 #define LN_pbeWithMD5AndCast5_CBC               "pbeWithMD5AndCast5CBC"
441 #define NID_pbeWithMD5AndCast5_CBC              112
442 #define OBJ_pbeWithMD5AndCast5_CBC              OBJ_ISO_US,113533L,7L,66L,12L
443
444 #define SN_rsadsi               "rsadsi"
445 #define LN_rsadsi               "RSA Data Security, Inc."
446 #define NID_rsadsi              1
447 #define OBJ_rsadsi              OBJ_ISO_US,113549L
448
449 #define SN_pkcs         "pkcs"
450 #define LN_pkcs         "RSA Data Security, Inc. PKCS"
451 #define NID_pkcs                2
452 #define OBJ_pkcs                OBJ_rsadsi,1L
453
454 #define SN_pkcs1                "pkcs1"
455 #define NID_pkcs1               186
456 #define OBJ_pkcs1               OBJ_pkcs,1L
457
458 #define LN_rsaEncryption                "rsaEncryption"
459 #define NID_rsaEncryption               6
460 #define OBJ_rsaEncryption               OBJ_pkcs1,1L
461
462 #define SN_md2WithRSAEncryption         "RSA-MD2"
463 #define LN_md2WithRSAEncryption         "md2WithRSAEncryption"
464 #define NID_md2WithRSAEncryption                7
465 #define OBJ_md2WithRSAEncryption                OBJ_pkcs1,2L
466
467 #define SN_md4WithRSAEncryption         "RSA-MD4"
468 #define LN_md4WithRSAEncryption         "md4WithRSAEncryption"
469 #define NID_md4WithRSAEncryption                396
470 #define OBJ_md4WithRSAEncryption                OBJ_pkcs1,3L
471
472 #define SN_md5WithRSAEncryption         "RSA-MD5"
473 #define LN_md5WithRSAEncryption         "md5WithRSAEncryption"
474 #define NID_md5WithRSAEncryption                8
475 #define OBJ_md5WithRSAEncryption                OBJ_pkcs1,4L
476
477 #define SN_sha1WithRSAEncryption                "RSA-SHA1"
478 #define LN_sha1WithRSAEncryption                "sha1WithRSAEncryption"
479 #define NID_sha1WithRSAEncryption               65
480 #define OBJ_sha1WithRSAEncryption               OBJ_pkcs1,5L
481
482 #define SN_pkcs3                "pkcs3"
483 #define NID_pkcs3               27
484 #define OBJ_pkcs3               OBJ_pkcs,3L
485
486 #define LN_dhKeyAgreement               "dhKeyAgreement"
487 #define NID_dhKeyAgreement              28
488 #define OBJ_dhKeyAgreement              OBJ_pkcs3,1L
489
490 #define SN_pkcs5                "pkcs5"
491 #define NID_pkcs5               187
492 #define OBJ_pkcs5               OBJ_pkcs,5L
493
494 #define SN_pbeWithMD2AndDES_CBC         "PBE-MD2-DES"
495 #define LN_pbeWithMD2AndDES_CBC         "pbeWithMD2AndDES-CBC"
496 #define NID_pbeWithMD2AndDES_CBC                9
497 #define OBJ_pbeWithMD2AndDES_CBC                OBJ_pkcs5,1L
498
499 #define SN_pbeWithMD5AndDES_CBC         "PBE-MD5-DES"
500 #define LN_pbeWithMD5AndDES_CBC         "pbeWithMD5AndDES-CBC"
501 #define NID_pbeWithMD5AndDES_CBC                10
502 #define OBJ_pbeWithMD5AndDES_CBC                OBJ_pkcs5,3L
503
504 #define SN_pbeWithMD2AndRC2_CBC         "PBE-MD2-RC2-64"
505 #define LN_pbeWithMD2AndRC2_CBC         "pbeWithMD2AndRC2-CBC"
506 #define NID_pbeWithMD2AndRC2_CBC                168
507 #define OBJ_pbeWithMD2AndRC2_CBC                OBJ_pkcs5,4L
508
509 #define SN_pbeWithMD5AndRC2_CBC         "PBE-MD5-RC2-64"
510 #define LN_pbeWithMD5AndRC2_CBC         "pbeWithMD5AndRC2-CBC"
511 #define NID_pbeWithMD5AndRC2_CBC                169
512 #define OBJ_pbeWithMD5AndRC2_CBC                OBJ_pkcs5,6L
513
514 #define SN_pbeWithSHA1AndDES_CBC                "PBE-SHA1-DES"
515 #define LN_pbeWithSHA1AndDES_CBC                "pbeWithSHA1AndDES-CBC"
516 #define NID_pbeWithSHA1AndDES_CBC               170
517 #define OBJ_pbeWithSHA1AndDES_CBC               OBJ_pkcs5,10L
518
519 #define SN_pbeWithSHA1AndRC2_CBC                "PBE-SHA1-RC2-64"
520 #define LN_pbeWithSHA1AndRC2_CBC                "pbeWithSHA1AndRC2-CBC"
521 #define NID_pbeWithSHA1AndRC2_CBC               68
522 #define OBJ_pbeWithSHA1AndRC2_CBC               OBJ_pkcs5,11L
523
524 #define LN_id_pbkdf2            "PBKDF2"
525 #define NID_id_pbkdf2           69
526 #define OBJ_id_pbkdf2           OBJ_pkcs5,12L
527
528 #define LN_pbes2                "PBES2"
529 #define NID_pbes2               161
530 #define OBJ_pbes2               OBJ_pkcs5,13L
531
532 #define LN_pbmac1               "PBMAC1"
533 #define NID_pbmac1              162
534 #define OBJ_pbmac1              OBJ_pkcs5,14L
535
536 #define SN_pkcs7                "pkcs7"
537 #define NID_pkcs7               20
538 #define OBJ_pkcs7               OBJ_pkcs,7L
539
540 #define LN_pkcs7_data           "pkcs7-data"
541 #define NID_pkcs7_data          21
542 #define OBJ_pkcs7_data          OBJ_pkcs7,1L
543
544 #define LN_pkcs7_signed         "pkcs7-signedData"
545 #define NID_pkcs7_signed                22
546 #define OBJ_pkcs7_signed                OBJ_pkcs7,2L
547
548 #define LN_pkcs7_enveloped              "pkcs7-envelopedData"
549 #define NID_pkcs7_enveloped             23
550 #define OBJ_pkcs7_enveloped             OBJ_pkcs7,3L
551
552 #define LN_pkcs7_signedAndEnveloped             "pkcs7-signedAndEnvelopedData"
553 #define NID_pkcs7_signedAndEnveloped            24
554 #define OBJ_pkcs7_signedAndEnveloped            OBJ_pkcs7,4L
555
556 #define LN_pkcs7_digest         "pkcs7-digestData"
557 #define NID_pkcs7_digest                25
558 #define OBJ_pkcs7_digest                OBJ_pkcs7,5L
559
560 #define LN_pkcs7_encrypted              "pkcs7-encryptedData"
561 #define NID_pkcs7_encrypted             26
562 #define OBJ_pkcs7_encrypted             OBJ_pkcs7,6L
563
564 #define SN_pkcs9                "pkcs9"
565 #define NID_pkcs9               47
566 #define OBJ_pkcs9               OBJ_pkcs,9L
567
568 #define SN_pkcs9_emailAddress           "Email"
569 #define LN_pkcs9_emailAddress           "emailAddress"
570 #define NID_pkcs9_emailAddress          48
571 #define OBJ_pkcs9_emailAddress          OBJ_pkcs9,1L
572
573 #define LN_pkcs9_unstructuredName               "unstructuredName"
574 #define NID_pkcs9_unstructuredName              49
575 #define OBJ_pkcs9_unstructuredName              OBJ_pkcs9,2L
576
577 #define LN_pkcs9_contentType            "contentType"
578 #define NID_pkcs9_contentType           50
579 #define OBJ_pkcs9_contentType           OBJ_pkcs9,3L
580
581 #define LN_pkcs9_messageDigest          "messageDigest"
582 #define NID_pkcs9_messageDigest         51
583 #define OBJ_pkcs9_messageDigest         OBJ_pkcs9,4L
584
585 #define LN_pkcs9_signingTime            "signingTime"
586 #define NID_pkcs9_signingTime           52
587 #define OBJ_pkcs9_signingTime           OBJ_pkcs9,5L
588
589 #define LN_pkcs9_countersignature               "countersignature"
590 #define NID_pkcs9_countersignature              53
591 #define OBJ_pkcs9_countersignature              OBJ_pkcs9,6L
592
593 #define LN_pkcs9_challengePassword              "challengePassword"
594 #define NID_pkcs9_challengePassword             54
595 #define OBJ_pkcs9_challengePassword             OBJ_pkcs9,7L
596
597 #define LN_pkcs9_unstructuredAddress            "unstructuredAddress"
598 #define NID_pkcs9_unstructuredAddress           55
599 #define OBJ_pkcs9_unstructuredAddress           OBJ_pkcs9,8L
600
601 #define LN_pkcs9_extCertAttributes              "extendedCertificateAttributes"
602 #define NID_pkcs9_extCertAttributes             56
603 #define OBJ_pkcs9_extCertAttributes             OBJ_pkcs9,9L
604
605 #define SN_ext_req              "extReq"
606 #define LN_ext_req              "Extension Request"
607 #define NID_ext_req             172
608 #define OBJ_ext_req             OBJ_pkcs9,14L
609
610 #define SN_SMIMECapabilities            "SMIME-CAPS"
611 #define LN_SMIMECapabilities            "S/MIME Capabilities"
612 #define NID_SMIMECapabilities           167
613 #define OBJ_SMIMECapabilities           OBJ_pkcs9,15L
614
615 #define SN_SMIME                "SMIME"
616 #define LN_SMIME                "S/MIME"
617 #define NID_SMIME               188
618 #define OBJ_SMIME               OBJ_pkcs9,16L
619
620 #define SN_id_smime_mod         "id-smime-mod"
621 #define NID_id_smime_mod                189
622 #define OBJ_id_smime_mod                OBJ_SMIME,0L
623
624 #define SN_id_smime_ct          "id-smime-ct"
625 #define NID_id_smime_ct         190
626 #define OBJ_id_smime_ct         OBJ_SMIME,1L
627
628 #define SN_id_smime_aa          "id-smime-aa"
629 #define NID_id_smime_aa         191
630 #define OBJ_id_smime_aa         OBJ_SMIME,2L
631
632 #define SN_id_smime_alg         "id-smime-alg"
633 #define NID_id_smime_alg                192
634 #define OBJ_id_smime_alg                OBJ_SMIME,3L
635
636 #define SN_id_smime_cd          "id-smime-cd"
637 #define NID_id_smime_cd         193
638 #define OBJ_id_smime_cd         OBJ_SMIME,4L
639
640 #define SN_id_smime_spq         "id-smime-spq"
641 #define NID_id_smime_spq                194
642 #define OBJ_id_smime_spq                OBJ_SMIME,5L
643
644 #define SN_id_smime_cti         "id-smime-cti"
645 #define NID_id_smime_cti                195
646 #define OBJ_id_smime_cti                OBJ_SMIME,6L
647
648 #define SN_id_smime_mod_cms             "id-smime-mod-cms"
649 #define NID_id_smime_mod_cms            196
650 #define OBJ_id_smime_mod_cms            OBJ_id_smime_mod,1L
651
652 #define SN_id_smime_mod_ess             "id-smime-mod-ess"
653 #define NID_id_smime_mod_ess            197
654 #define OBJ_id_smime_mod_ess            OBJ_id_smime_mod,2L
655
656 #define SN_id_smime_mod_oid             "id-smime-mod-oid"
657 #define NID_id_smime_mod_oid            198
658 #define OBJ_id_smime_mod_oid            OBJ_id_smime_mod,3L
659
660 #define SN_id_smime_mod_msg_v3          "id-smime-mod-msg-v3"
661 #define NID_id_smime_mod_msg_v3         199
662 #define OBJ_id_smime_mod_msg_v3         OBJ_id_smime_mod,4L
663
664 #define SN_id_smime_mod_ets_eSignature_88               "id-smime-mod-ets-eSignature-88"
665 #define NID_id_smime_mod_ets_eSignature_88              200
666 #define OBJ_id_smime_mod_ets_eSignature_88              OBJ_id_smime_mod,5L
667
668 #define SN_id_smime_mod_ets_eSignature_97               "id-smime-mod-ets-eSignature-97"
669 #define NID_id_smime_mod_ets_eSignature_97              201
670 #define OBJ_id_smime_mod_ets_eSignature_97              OBJ_id_smime_mod,6L
671
672 #define SN_id_smime_mod_ets_eSigPolicy_88               "id-smime-mod-ets-eSigPolicy-88"
673 #define NID_id_smime_mod_ets_eSigPolicy_88              202
674 #define OBJ_id_smime_mod_ets_eSigPolicy_88              OBJ_id_smime_mod,7L
675
676 #define SN_id_smime_mod_ets_eSigPolicy_97               "id-smime-mod-ets-eSigPolicy-97"
677 #define NID_id_smime_mod_ets_eSigPolicy_97              203
678 #define OBJ_id_smime_mod_ets_eSigPolicy_97              OBJ_id_smime_mod,8L
679
680 #define SN_id_smime_ct_receipt          "id-smime-ct-receipt"
681 #define NID_id_smime_ct_receipt         204
682 #define OBJ_id_smime_ct_receipt         OBJ_id_smime_ct,1L
683
684 #define SN_id_smime_ct_authData         "id-smime-ct-authData"
685 #define NID_id_smime_ct_authData                205
686 #define OBJ_id_smime_ct_authData                OBJ_id_smime_ct,2L
687
688 #define SN_id_smime_ct_publishCert              "id-smime-ct-publishCert"
689 #define NID_id_smime_ct_publishCert             206
690 #define OBJ_id_smime_ct_publishCert             OBJ_id_smime_ct,3L
691
692 #define SN_id_smime_ct_TSTInfo          "id-smime-ct-TSTInfo"
693 #define NID_id_smime_ct_TSTInfo         207
694 #define OBJ_id_smime_ct_TSTInfo         OBJ_id_smime_ct,4L
695
696 #define SN_id_smime_ct_TDTInfo          "id-smime-ct-TDTInfo"
697 #define NID_id_smime_ct_TDTInfo         208
698 #define OBJ_id_smime_ct_TDTInfo         OBJ_id_smime_ct,5L
699
700 #define SN_id_smime_ct_contentInfo              "id-smime-ct-contentInfo"
701 #define NID_id_smime_ct_contentInfo             209
702 #define OBJ_id_smime_ct_contentInfo             OBJ_id_smime_ct,6L
703
704 #define SN_id_smime_ct_DVCSRequestData          "id-smime-ct-DVCSRequestData"
705 #define NID_id_smime_ct_DVCSRequestData         210
706 #define OBJ_id_smime_ct_DVCSRequestData         OBJ_id_smime_ct,7L
707
708 #define SN_id_smime_ct_DVCSResponseData         "id-smime-ct-DVCSResponseData"
709 #define NID_id_smime_ct_DVCSResponseData                211
710 #define OBJ_id_smime_ct_DVCSResponseData                OBJ_id_smime_ct,8L
711
712 #define SN_id_smime_aa_receiptRequest           "id-smime-aa-receiptRequest"
713 #define NID_id_smime_aa_receiptRequest          212
714 #define OBJ_id_smime_aa_receiptRequest          OBJ_id_smime_aa,1L
715
716 #define SN_id_smime_aa_securityLabel            "id-smime-aa-securityLabel"
717 #define NID_id_smime_aa_securityLabel           213
718 #define OBJ_id_smime_aa_securityLabel           OBJ_id_smime_aa,2L
719
720 #define SN_id_smime_aa_mlExpandHistory          "id-smime-aa-mlExpandHistory"
721 #define NID_id_smime_aa_mlExpandHistory         214
722 #define OBJ_id_smime_aa_mlExpandHistory         OBJ_id_smime_aa,3L
723
724 #define SN_id_smime_aa_contentHint              "id-smime-aa-contentHint"
725 #define NID_id_smime_aa_contentHint             215
726 #define OBJ_id_smime_aa_contentHint             OBJ_id_smime_aa,4L
727
728 #define SN_id_smime_aa_msgSigDigest             "id-smime-aa-msgSigDigest"
729 #define NID_id_smime_aa_msgSigDigest            216
730 #define OBJ_id_smime_aa_msgSigDigest            OBJ_id_smime_aa,5L
731
732 #define SN_id_smime_aa_encapContentType         "id-smime-aa-encapContentType"
733 #define NID_id_smime_aa_encapContentType                217
734 #define OBJ_id_smime_aa_encapContentType                OBJ_id_smime_aa,6L
735
736 #define SN_id_smime_aa_contentIdentifier                "id-smime-aa-contentIdentifier"
737 #define NID_id_smime_aa_contentIdentifier               218
738 #define OBJ_id_smime_aa_contentIdentifier               OBJ_id_smime_aa,7L
739
740 #define SN_id_smime_aa_macValue         "id-smime-aa-macValue"
741 #define NID_id_smime_aa_macValue                219
742 #define OBJ_id_smime_aa_macValue                OBJ_id_smime_aa,8L
743
744 #define SN_id_smime_aa_equivalentLabels         "id-smime-aa-equivalentLabels"
745 #define NID_id_smime_aa_equivalentLabels                220
746 #define OBJ_id_smime_aa_equivalentLabels                OBJ_id_smime_aa,9L
747
748 #define SN_id_smime_aa_contentReference         "id-smime-aa-contentReference"
749 #define NID_id_smime_aa_contentReference                221
750 #define OBJ_id_smime_aa_contentReference                OBJ_id_smime_aa,10L
751
752 #define SN_id_smime_aa_encrypKeyPref            "id-smime-aa-encrypKeyPref"
753 #define NID_id_smime_aa_encrypKeyPref           222
754 #define OBJ_id_smime_aa_encrypKeyPref           OBJ_id_smime_aa,11L
755
756 #define SN_id_smime_aa_signingCertificate               "id-smime-aa-signingCertificate"
757 #define NID_id_smime_aa_signingCertificate              223
758 #define OBJ_id_smime_aa_signingCertificate              OBJ_id_smime_aa,12L
759
760 #define SN_id_smime_aa_smimeEncryptCerts                "id-smime-aa-smimeEncryptCerts"
761 #define NID_id_smime_aa_smimeEncryptCerts               224
762 #define OBJ_id_smime_aa_smimeEncryptCerts               OBJ_id_smime_aa,13L
763
764 #define SN_id_smime_aa_timeStampToken           "id-smime-aa-timeStampToken"
765 #define NID_id_smime_aa_timeStampToken          225
766 #define OBJ_id_smime_aa_timeStampToken          OBJ_id_smime_aa,14L
767
768 #define SN_id_smime_aa_ets_sigPolicyId          "id-smime-aa-ets-sigPolicyId"
769 #define NID_id_smime_aa_ets_sigPolicyId         226
770 #define OBJ_id_smime_aa_ets_sigPolicyId         OBJ_id_smime_aa,15L
771
772 #define SN_id_smime_aa_ets_commitmentType               "id-smime-aa-ets-commitmentType"
773 #define NID_id_smime_aa_ets_commitmentType              227
774 #define OBJ_id_smime_aa_ets_commitmentType              OBJ_id_smime_aa,16L
775
776 #define SN_id_smime_aa_ets_signerLocation               "id-smime-aa-ets-signerLocation"
777 #define NID_id_smime_aa_ets_signerLocation              228
778 #define OBJ_id_smime_aa_ets_signerLocation              OBJ_id_smime_aa,17L
779
780 #define SN_id_smime_aa_ets_signerAttr           "id-smime-aa-ets-signerAttr"
781 #define NID_id_smime_aa_ets_signerAttr          229
782 #define OBJ_id_smime_aa_ets_signerAttr          OBJ_id_smime_aa,18L
783
784 #define SN_id_smime_aa_ets_otherSigCert         "id-smime-aa-ets-otherSigCert"
785 #define NID_id_smime_aa_ets_otherSigCert                230
786 #define OBJ_id_smime_aa_ets_otherSigCert                OBJ_id_smime_aa,19L
787
788 #define SN_id_smime_aa_ets_contentTimestamp             "id-smime-aa-ets-contentTimestamp"
789 #define NID_id_smime_aa_ets_contentTimestamp            231
790 #define OBJ_id_smime_aa_ets_contentTimestamp            OBJ_id_smime_aa,20L
791
792 #define SN_id_smime_aa_ets_CertificateRefs              "id-smime-aa-ets-CertificateRefs"
793 #define NID_id_smime_aa_ets_CertificateRefs             232
794 #define OBJ_id_smime_aa_ets_CertificateRefs             OBJ_id_smime_aa,21L
795
796 #define SN_id_smime_aa_ets_RevocationRefs               "id-smime-aa-ets-RevocationRefs"
797 #define NID_id_smime_aa_ets_RevocationRefs              233
798 #define OBJ_id_smime_aa_ets_RevocationRefs              OBJ_id_smime_aa,22L
799
800 #define SN_id_smime_aa_ets_certValues           "id-smime-aa-ets-certValues"
801 #define NID_id_smime_aa_ets_certValues          234
802 #define OBJ_id_smime_aa_ets_certValues          OBJ_id_smime_aa,23L
803
804 #define SN_id_smime_aa_ets_revocationValues             "id-smime-aa-ets-revocationValues"
805 #define NID_id_smime_aa_ets_revocationValues            235
806 #define OBJ_id_smime_aa_ets_revocationValues            OBJ_id_smime_aa,24L
807
808 #define SN_id_smime_aa_ets_escTimeStamp         "id-smime-aa-ets-escTimeStamp"
809 #define NID_id_smime_aa_ets_escTimeStamp                236
810 #define OBJ_id_smime_aa_ets_escTimeStamp                OBJ_id_smime_aa,25L
811
812 #define SN_id_smime_aa_ets_certCRLTimestamp             "id-smime-aa-ets-certCRLTimestamp"
813 #define NID_id_smime_aa_ets_certCRLTimestamp            237
814 #define OBJ_id_smime_aa_ets_certCRLTimestamp            OBJ_id_smime_aa,26L
815
816 #define SN_id_smime_aa_ets_archiveTimeStamp             "id-smime-aa-ets-archiveTimeStamp"
817 #define NID_id_smime_aa_ets_archiveTimeStamp            238
818 #define OBJ_id_smime_aa_ets_archiveTimeStamp            OBJ_id_smime_aa,27L
819
820 #define SN_id_smime_aa_signatureType            "id-smime-aa-signatureType"
821 #define NID_id_smime_aa_signatureType           239
822 #define OBJ_id_smime_aa_signatureType           OBJ_id_smime_aa,28L
823
824 #define SN_id_smime_aa_dvcs_dvc         "id-smime-aa-dvcs-dvc"
825 #define NID_id_smime_aa_dvcs_dvc                240
826 #define OBJ_id_smime_aa_dvcs_dvc                OBJ_id_smime_aa,29L
827
828 #define SN_id_smime_alg_ESDHwith3DES            "id-smime-alg-ESDHwith3DES"
829 #define NID_id_smime_alg_ESDHwith3DES           241
830 #define OBJ_id_smime_alg_ESDHwith3DES           OBJ_id_smime_alg,1L
831
832 #define SN_id_smime_alg_ESDHwithRC2             "id-smime-alg-ESDHwithRC2"
833 #define NID_id_smime_alg_ESDHwithRC2            242
834 #define OBJ_id_smime_alg_ESDHwithRC2            OBJ_id_smime_alg,2L
835
836 #define SN_id_smime_alg_3DESwrap                "id-smime-alg-3DESwrap"
837 #define NID_id_smime_alg_3DESwrap               243
838 #define OBJ_id_smime_alg_3DESwrap               OBJ_id_smime_alg,3L
839
840 #define SN_id_smime_alg_RC2wrap         "id-smime-alg-RC2wrap"
841 #define NID_id_smime_alg_RC2wrap                244
842 #define OBJ_id_smime_alg_RC2wrap                OBJ_id_smime_alg,4L
843
844 #define SN_id_smime_alg_ESDH            "id-smime-alg-ESDH"
845 #define NID_id_smime_alg_ESDH           245
846 #define OBJ_id_smime_alg_ESDH           OBJ_id_smime_alg,5L
847
848 #define SN_id_smime_alg_CMS3DESwrap             "id-smime-alg-CMS3DESwrap"
849 #define NID_id_smime_alg_CMS3DESwrap            246
850 #define OBJ_id_smime_alg_CMS3DESwrap            OBJ_id_smime_alg,6L
851
852 #define SN_id_smime_alg_CMSRC2wrap              "id-smime-alg-CMSRC2wrap"
853 #define NID_id_smime_alg_CMSRC2wrap             247
854 #define OBJ_id_smime_alg_CMSRC2wrap             OBJ_id_smime_alg,7L
855
856 #define SN_id_smime_cd_ldap             "id-smime-cd-ldap"
857 #define NID_id_smime_cd_ldap            248
858 #define OBJ_id_smime_cd_ldap            OBJ_id_smime_cd,1L
859
860 #define SN_id_smime_spq_ets_sqt_uri             "id-smime-spq-ets-sqt-uri"
861 #define NID_id_smime_spq_ets_sqt_uri            249
862 #define OBJ_id_smime_spq_ets_sqt_uri            OBJ_id_smime_spq,1L
863
864 #define SN_id_smime_spq_ets_sqt_unotice         "id-smime-spq-ets-sqt-unotice"
865 #define NID_id_smime_spq_ets_sqt_unotice                250
866 #define OBJ_id_smime_spq_ets_sqt_unotice                OBJ_id_smime_spq,2L
867
868 #define SN_id_smime_cti_ets_proofOfOrigin               "id-smime-cti-ets-proofOfOrigin"
869 #define NID_id_smime_cti_ets_proofOfOrigin              251
870 #define OBJ_id_smime_cti_ets_proofOfOrigin              OBJ_id_smime_cti,1L
871
872 #define SN_id_smime_cti_ets_proofOfReceipt              "id-smime-cti-ets-proofOfReceipt"
873 #define NID_id_smime_cti_ets_proofOfReceipt             252
874 #define OBJ_id_smime_cti_ets_proofOfReceipt             OBJ_id_smime_cti,2L
875
876 #define SN_id_smime_cti_ets_proofOfDelivery             "id-smime-cti-ets-proofOfDelivery"
877 #define NID_id_smime_cti_ets_proofOfDelivery            253
878 #define OBJ_id_smime_cti_ets_proofOfDelivery            OBJ_id_smime_cti,3L
879
880 #define SN_id_smime_cti_ets_proofOfSender               "id-smime-cti-ets-proofOfSender"
881 #define NID_id_smime_cti_ets_proofOfSender              254
882 #define OBJ_id_smime_cti_ets_proofOfSender              OBJ_id_smime_cti,4L
883
884 #define SN_id_smime_cti_ets_proofOfApproval             "id-smime-cti-ets-proofOfApproval"
885 #define NID_id_smime_cti_ets_proofOfApproval            255
886 #define OBJ_id_smime_cti_ets_proofOfApproval            OBJ_id_smime_cti,5L
887
888 #define SN_id_smime_cti_ets_proofOfCreation             "id-smime-cti-ets-proofOfCreation"
889 #define NID_id_smime_cti_ets_proofOfCreation            256
890 #define OBJ_id_smime_cti_ets_proofOfCreation            OBJ_id_smime_cti,6L
891
892 #define LN_friendlyName         "friendlyName"
893 #define NID_friendlyName                156
894 #define OBJ_friendlyName                OBJ_pkcs9,20L
895
896 #define LN_localKeyID           "localKeyID"
897 #define NID_localKeyID          157
898 #define OBJ_localKeyID          OBJ_pkcs9,21L
899
900 #define SN_ms_csp_name          "CSPName"
901 #define LN_ms_csp_name          "Microsoft CSP Name"
902 #define NID_ms_csp_name         417
903 #define OBJ_ms_csp_name         1L,3L,6L,1L,4L,1L,311L,17L,1L
904
905 #define OBJ_certTypes           OBJ_pkcs9,22L
906
907 #define LN_x509Certificate              "x509Certificate"
908 #define NID_x509Certificate             158
909 #define OBJ_x509Certificate             OBJ_certTypes,1L
910
911 #define LN_sdsiCertificate              "sdsiCertificate"
912 #define NID_sdsiCertificate             159
913 #define OBJ_sdsiCertificate             OBJ_certTypes,2L
914
915 #define OBJ_crlTypes            OBJ_pkcs9,23L
916
917 #define LN_x509Crl              "x509Crl"
918 #define NID_x509Crl             160
919 #define OBJ_x509Crl             OBJ_crlTypes,1L
920
921 #define OBJ_pkcs12              OBJ_pkcs,12L
922
923 #define OBJ_pkcs12_pbeids               OBJ_pkcs12,1L
924
925 #define SN_pbe_WithSHA1And128BitRC4             "PBE-SHA1-RC4-128"
926 #define LN_pbe_WithSHA1And128BitRC4             "pbeWithSHA1And128BitRC4"
927 #define NID_pbe_WithSHA1And128BitRC4            144
928 #define OBJ_pbe_WithSHA1And128BitRC4            OBJ_pkcs12_pbeids,1L
929
930 #define SN_pbe_WithSHA1And40BitRC4              "PBE-SHA1-RC4-40"
931 #define LN_pbe_WithSHA1And40BitRC4              "pbeWithSHA1And40BitRC4"
932 #define NID_pbe_WithSHA1And40BitRC4             145
933 #define OBJ_pbe_WithSHA1And40BitRC4             OBJ_pkcs12_pbeids,2L
934
935 #define SN_pbe_WithSHA1And3_Key_TripleDES_CBC           "PBE-SHA1-3DES"
936 #define LN_pbe_WithSHA1And3_Key_TripleDES_CBC           "pbeWithSHA1And3-KeyTripleDES-CBC"
937 #define NID_pbe_WithSHA1And3_Key_TripleDES_CBC          146
938 #define OBJ_pbe_WithSHA1And3_Key_TripleDES_CBC          OBJ_pkcs12_pbeids,3L
939
940 #define SN_pbe_WithSHA1And2_Key_TripleDES_CBC           "PBE-SHA1-2DES"
941 #define LN_pbe_WithSHA1And2_Key_TripleDES_CBC           "pbeWithSHA1And2-KeyTripleDES-CBC"
942 #define NID_pbe_WithSHA1And2_Key_TripleDES_CBC          147
943 #define OBJ_pbe_WithSHA1And2_Key_TripleDES_CBC          OBJ_pkcs12_pbeids,4L
944
945 #define SN_pbe_WithSHA1And128BitRC2_CBC         "PBE-SHA1-RC2-128"
946 #define LN_pbe_WithSHA1And128BitRC2_CBC         "pbeWithSHA1And128BitRC2-CBC"
947 #define NID_pbe_WithSHA1And128BitRC2_CBC                148
948 #define OBJ_pbe_WithSHA1And128BitRC2_CBC                OBJ_pkcs12_pbeids,5L
949
950 #define SN_pbe_WithSHA1And40BitRC2_CBC          "PBE-SHA1-RC2-40"
951 #define LN_pbe_WithSHA1And40BitRC2_CBC          "pbeWithSHA1And40BitRC2-CBC"
952 #define NID_pbe_WithSHA1And40BitRC2_CBC         149
953 #define OBJ_pbe_WithSHA1And40BitRC2_CBC         OBJ_pkcs12_pbeids,6L
954
955 #define OBJ_pkcs12_Version1             OBJ_pkcs12,10L
956
957 #define OBJ_pkcs12_BagIds               OBJ_pkcs12_Version1,1L
958
959 #define LN_keyBag               "keyBag"
960 #define NID_keyBag              150
961 #define OBJ_keyBag              OBJ_pkcs12_BagIds,1L
962
963 #define LN_pkcs8ShroudedKeyBag          "pkcs8ShroudedKeyBag"
964 #define NID_pkcs8ShroudedKeyBag         151
965 #define OBJ_pkcs8ShroudedKeyBag         OBJ_pkcs12_BagIds,2L
966
967 #define LN_certBag              "certBag"
968 #define NID_certBag             152
969 #define OBJ_certBag             OBJ_pkcs12_BagIds,3L
970
971 #define LN_crlBag               "crlBag"
972 #define NID_crlBag              153
973 #define OBJ_crlBag              OBJ_pkcs12_BagIds,4L
974
975 #define LN_secretBag            "secretBag"
976 #define NID_secretBag           154
977 #define OBJ_secretBag           OBJ_pkcs12_BagIds,5L
978
979 #define LN_safeContentsBag              "safeContentsBag"
980 #define NID_safeContentsBag             155
981 #define OBJ_safeContentsBag             OBJ_pkcs12_BagIds,6L
982
983 #define SN_md2          "MD2"
984 #define LN_md2          "md2"
985 #define NID_md2         3
986 #define OBJ_md2         OBJ_rsadsi,2L,2L
987
988 #define SN_md4          "MD4"
989 #define LN_md4          "md4"
990 #define NID_md4         257
991 #define OBJ_md4         OBJ_rsadsi,2L,4L
992
993 #define SN_md5          "MD5"
994 #define LN_md5          "md5"
995 #define NID_md5         4
996 #define OBJ_md5         OBJ_rsadsi,2L,5L
997
998 #define SN_md5_sha1             "MD5-SHA1"
999 #define LN_md5_sha1             "md5-sha1"
1000 #define NID_md5_sha1            114
1001
1002 #define LN_hmacWithSHA1         "hmacWithSHA1"
1003 #define NID_hmacWithSHA1                163
1004 #define OBJ_hmacWithSHA1                OBJ_rsadsi,2L,7L
1005
1006 #define SN_rc2_cbc              "RC2-CBC"
1007 #define LN_rc2_cbc              "rc2-cbc"
1008 #define NID_rc2_cbc             37
1009 #define OBJ_rc2_cbc             OBJ_rsadsi,3L,2L
1010
1011 #define SN_rc2_ecb              "RC2-ECB"
1012 #define LN_rc2_ecb              "rc2-ecb"
1013 #define NID_rc2_ecb             38
1014
1015 #define SN_rc2_cfb64            "RC2-CFB"
1016 #define LN_rc2_cfb64            "rc2-cfb"
1017 #define NID_rc2_cfb64           39
1018
1019 #define SN_rc2_ofb64            "RC2-OFB"
1020 #define LN_rc2_ofb64            "rc2-ofb"
1021 #define NID_rc2_ofb64           40
1022
1023 #define SN_rc2_40_cbc           "RC2-40-CBC"
1024 #define LN_rc2_40_cbc           "rc2-40-cbc"
1025 #define NID_rc2_40_cbc          98
1026
1027 #define SN_rc2_64_cbc           "RC2-64-CBC"
1028 #define LN_rc2_64_cbc           "rc2-64-cbc"
1029 #define NID_rc2_64_cbc          166
1030
1031 #define SN_rc4          "RC4"
1032 #define LN_rc4          "rc4"
1033 #define NID_rc4         5
1034 #define OBJ_rc4         OBJ_rsadsi,3L,4L
1035
1036 #define SN_rc4_40               "RC4-40"
1037 #define LN_rc4_40               "rc4-40"
1038 #define NID_rc4_40              97
1039
1040 #define SN_des_ede3_cbc         "DES-EDE3-CBC"
1041 #define LN_des_ede3_cbc         "des-ede3-cbc"
1042 #define NID_des_ede3_cbc                44
1043 #define OBJ_des_ede3_cbc                OBJ_rsadsi,3L,7L
1044
1045 #define SN_rc5_cbc              "RC5-CBC"
1046 #define LN_rc5_cbc              "rc5-cbc"
1047 #define NID_rc5_cbc             120
1048 #define OBJ_rc5_cbc             OBJ_rsadsi,3L,8L
1049
1050 #define SN_rc5_ecb              "RC5-ECB"
1051 #define LN_rc5_ecb              "rc5-ecb"
1052 #define NID_rc5_ecb             121
1053
1054 #define SN_rc5_cfb64            "RC5-CFB"
1055 #define LN_rc5_cfb64            "rc5-cfb"
1056 #define NID_rc5_cfb64           122
1057
1058 #define SN_rc5_ofb64            "RC5-OFB"
1059 #define LN_rc5_ofb64            "rc5-ofb"
1060 #define NID_rc5_ofb64           123
1061
1062 #define SN_ms_ext_req           "msExtReq"
1063 #define LN_ms_ext_req           "Microsoft Extension Request"
1064 #define NID_ms_ext_req          171
1065 #define OBJ_ms_ext_req          1L,3L,6L,1L,4L,1L,311L,2L,1L,14L
1066
1067 #define SN_ms_code_ind          "msCodeInd"
1068 #define LN_ms_code_ind          "Microsoft Individual Code Signing"
1069 #define NID_ms_code_ind         134
1070 #define OBJ_ms_code_ind         1L,3L,6L,1L,4L,1L,311L,2L,1L,21L
1071
1072 #define SN_ms_code_com          "msCodeCom"
1073 #define LN_ms_code_com          "Microsoft Commercial Code Signing"
1074 #define NID_ms_code_com         135
1075 #define OBJ_ms_code_com         1L,3L,6L,1L,4L,1L,311L,2L,1L,22L
1076
1077 #define SN_ms_ctl_sign          "msCTLSign"
1078 #define LN_ms_ctl_sign          "Microsoft Trust List Signing"
1079 #define NID_ms_ctl_sign         136
1080 #define OBJ_ms_ctl_sign         1L,3L,6L,1L,4L,1L,311L,10L,3L,1L
1081
1082 #define SN_ms_sgc               "msSGC"
1083 #define LN_ms_sgc               "Microsoft Server Gated Crypto"
1084 #define NID_ms_sgc              137
1085 #define OBJ_ms_sgc              1L,3L,6L,1L,4L,1L,311L,10L,3L,3L
1086
1087 #define SN_ms_efs               "msEFS"
1088 #define LN_ms_efs               "Microsoft Encrypted File System"
1089 #define NID_ms_efs              138
1090 #define OBJ_ms_efs              1L,3L,6L,1L,4L,1L,311L,10L,3L,4L
1091
1092 #define SN_idea_cbc             "IDEA-CBC"
1093 #define LN_idea_cbc             "idea-cbc"
1094 #define NID_idea_cbc            34
1095 #define OBJ_idea_cbc            1L,3L,6L,1L,4L,1L,188L,7L,1L,1L,2L
1096
1097 #define SN_idea_ecb             "IDEA-ECB"
1098 #define LN_idea_ecb             "idea-ecb"
1099 #define NID_idea_ecb            36
1100
1101 #define SN_idea_cfb64           "IDEA-CFB"
1102 #define LN_idea_cfb64           "idea-cfb"
1103 #define NID_idea_cfb64          35
1104
1105 #define SN_idea_ofb64           "IDEA-OFB"
1106 #define LN_idea_ofb64           "idea-ofb"
1107 #define NID_idea_ofb64          46
1108
1109 #define SN_bf_cbc               "BF-CBC"
1110 #define LN_bf_cbc               "bf-cbc"
1111 #define NID_bf_cbc              91
1112 #define OBJ_bf_cbc              1L,3L,6L,1L,4L,1L,3029L,1L,2L
1113
1114 #define SN_bf_ecb               "BF-ECB"
1115 #define LN_bf_ecb               "bf-ecb"
1116 #define NID_bf_ecb              92
1117
1118 #define SN_bf_cfb64             "BF-CFB"
1119 #define LN_bf_cfb64             "bf-cfb"
1120 #define NID_bf_cfb64            93
1121
1122 #define SN_bf_ofb64             "BF-OFB"
1123 #define LN_bf_ofb64             "bf-ofb"
1124 #define NID_bf_ofb64            94
1125
1126 #define SN_id_pkix              "PKIX"
1127 #define NID_id_pkix             127
1128 #define OBJ_id_pkix             1L,3L,6L,1L,5L,5L,7L
1129
1130 #define SN_id_pkix_mod          "id-pkix-mod"
1131 #define NID_id_pkix_mod         258
1132 #define OBJ_id_pkix_mod         OBJ_id_pkix,0L
1133
1134 #define SN_id_pe                "id-pe"
1135 #define NID_id_pe               175
1136 #define OBJ_id_pe               OBJ_id_pkix,1L
1137
1138 #define SN_id_qt                "id-qt"
1139 #define NID_id_qt               259
1140 #define OBJ_id_qt               OBJ_id_pkix,2L
1141
1142 #define SN_id_kp                "id-kp"
1143 #define NID_id_kp               128
1144 #define OBJ_id_kp               OBJ_id_pkix,3L
1145
1146 #define SN_id_it                "id-it"
1147 #define NID_id_it               260
1148 #define OBJ_id_it               OBJ_id_pkix,4L
1149
1150 #define SN_id_pkip              "id-pkip"
1151 #define NID_id_pkip             261
1152 #define OBJ_id_pkip             OBJ_id_pkix,5L
1153
1154 #define SN_id_alg               "id-alg"
1155 #define NID_id_alg              262
1156 #define OBJ_id_alg              OBJ_id_pkix,6L
1157
1158 #define SN_id_cmc               "id-cmc"
1159 #define NID_id_cmc              263
1160 #define OBJ_id_cmc              OBJ_id_pkix,7L
1161
1162 #define SN_id_on                "id-on"
1163 #define NID_id_on               264
1164 #define OBJ_id_on               OBJ_id_pkix,8L
1165
1166 #define SN_id_pda               "id-pda"
1167 #define NID_id_pda              265
1168 #define OBJ_id_pda              OBJ_id_pkix,9L
1169
1170 #define SN_id_aca               "id-aca"
1171 #define NID_id_aca              266
1172 #define OBJ_id_aca              OBJ_id_pkix,10L
1173
1174 #define SN_id_qcs               "id-qcs"
1175 #define NID_id_qcs              267
1176 #define OBJ_id_qcs              OBJ_id_pkix,11L
1177
1178 #define SN_id_cct               "id-cct"
1179 #define NID_id_cct              268
1180 #define OBJ_id_cct              OBJ_id_pkix,12L
1181
1182 #define SN_id_ad                "id-ad"
1183 #define NID_id_ad               176
1184 #define OBJ_id_ad               OBJ_id_pkix,48L
1185
1186 #define SN_id_pkix1_explicit_88         "id-pkix1-explicit-88"
1187 #define NID_id_pkix1_explicit_88                269
1188 #define OBJ_id_pkix1_explicit_88                OBJ_id_pkix_mod,1L
1189
1190 #define SN_id_pkix1_implicit_88         "id-pkix1-implicit-88"
1191 #define NID_id_pkix1_implicit_88                270
1192 #define OBJ_id_pkix1_implicit_88                OBJ_id_pkix_mod,2L
1193
1194 #define SN_id_pkix1_explicit_93         "id-pkix1-explicit-93"
1195 #define NID_id_pkix1_explicit_93                271
1196 #define OBJ_id_pkix1_explicit_93                OBJ_id_pkix_mod,3L
1197
1198 #define SN_id_pkix1_implicit_93         "id-pkix1-implicit-93"
1199 #define NID_id_pkix1_implicit_93                272
1200 #define OBJ_id_pkix1_implicit_93                OBJ_id_pkix_mod,4L
1201
1202 #define SN_id_mod_crmf          "id-mod-crmf"
1203 #define NID_id_mod_crmf         273
1204 #define OBJ_id_mod_crmf         OBJ_id_pkix_mod,5L
1205
1206 #define SN_id_mod_cmc           "id-mod-cmc"
1207 #define NID_id_mod_cmc          274
1208 #define OBJ_id_mod_cmc          OBJ_id_pkix_mod,6L
1209
1210 #define SN_id_mod_kea_profile_88                "id-mod-kea-profile-88"
1211 #define NID_id_mod_kea_profile_88               275
1212 #define OBJ_id_mod_kea_profile_88               OBJ_id_pkix_mod,7L
1213
1214 #define SN_id_mod_kea_profile_93                "id-mod-kea-profile-93"
1215 #define NID_id_mod_kea_profile_93               276
1216 #define OBJ_id_mod_kea_profile_93               OBJ_id_pkix_mod,8L
1217
1218 #define SN_id_mod_cmp           "id-mod-cmp"
1219 #define NID_id_mod_cmp          277
1220 #define OBJ_id_mod_cmp          OBJ_id_pkix_mod,9L
1221
1222 #define SN_id_mod_qualified_cert_88             "id-mod-qualified-cert-88"
1223 #define NID_id_mod_qualified_cert_88            278
1224 #define OBJ_id_mod_qualified_cert_88            OBJ_id_pkix_mod,10L
1225
1226 #define SN_id_mod_qualified_cert_93             "id-mod-qualified-cert-93"
1227 #define NID_id_mod_qualified_cert_93            279
1228 #define OBJ_id_mod_qualified_cert_93            OBJ_id_pkix_mod,11L
1229
1230 #define SN_id_mod_attribute_cert                "id-mod-attribute-cert"
1231 #define NID_id_mod_attribute_cert               280
1232 #define OBJ_id_mod_attribute_cert               OBJ_id_pkix_mod,12L
1233
1234 #define SN_id_mod_timestamp_protocol            "id-mod-timestamp-protocol"
1235 #define NID_id_mod_timestamp_protocol           281
1236 #define OBJ_id_mod_timestamp_protocol           OBJ_id_pkix_mod,13L
1237
1238 #define SN_id_mod_ocsp          "id-mod-ocsp"
1239 #define NID_id_mod_ocsp         282
1240 #define OBJ_id_mod_ocsp         OBJ_id_pkix_mod,14L
1241
1242 #define SN_id_mod_dvcs          "id-mod-dvcs"
1243 #define NID_id_mod_dvcs         283
1244 #define OBJ_id_mod_dvcs         OBJ_id_pkix_mod,15L
1245
1246 #define SN_id_mod_cmp2000               "id-mod-cmp2000"
1247 #define NID_id_mod_cmp2000              284
1248 #define OBJ_id_mod_cmp2000              OBJ_id_pkix_mod,16L
1249
1250 #define SN_info_access          "authorityInfoAccess"
1251 #define LN_info_access          "Authority Information Access"
1252 #define NID_info_access         177
1253 #define OBJ_info_access         OBJ_id_pe,1L
1254
1255 #define SN_biometricInfo                "biometricInfo"
1256 #define LN_biometricInfo                "Biometric Info"
1257 #define NID_biometricInfo               285
1258 #define OBJ_biometricInfo               OBJ_id_pe,2L
1259
1260 #define SN_qcStatements         "qcStatements"
1261 #define NID_qcStatements                286
1262 #define OBJ_qcStatements                OBJ_id_pe,3L
1263
1264 #define SN_ac_auditEntity               "ac-auditEntity"
1265 #define NID_ac_auditEntity              287
1266 #define OBJ_ac_auditEntity              OBJ_id_pe,4L
1267
1268 #define SN_ac_targeting         "ac-targeting"
1269 #define NID_ac_targeting                288
1270 #define OBJ_ac_targeting                OBJ_id_pe,5L
1271
1272 #define SN_aaControls           "aaControls"
1273 #define NID_aaControls          289
1274 #define OBJ_aaControls          OBJ_id_pe,6L
1275
1276 #define SN_sbqp_ipAddrBlock             "sbqp-ipAddrBlock"
1277 #define NID_sbqp_ipAddrBlock            290
1278 #define OBJ_sbqp_ipAddrBlock            OBJ_id_pe,7L
1279
1280 #define SN_sbqp_autonomousSysNum                "sbqp-autonomousSysNum"
1281 #define NID_sbqp_autonomousSysNum               291
1282 #define OBJ_sbqp_autonomousSysNum               OBJ_id_pe,8L
1283
1284 #define SN_sbqp_routerIdentifier                "sbqp-routerIdentifier"
1285 #define NID_sbqp_routerIdentifier               292
1286 #define OBJ_sbqp_routerIdentifier               OBJ_id_pe,9L
1287
1288 #define SN_ac_proxying          "ac-proxying"
1289 #define NID_ac_proxying         397
1290 #define OBJ_ac_proxying         OBJ_id_pe,10L
1291
1292 #define SN_sinfo_access         "subjectInfoAccess"
1293 #define LN_sinfo_access         "Subject Information Access"
1294 #define NID_sinfo_access                398
1295 #define OBJ_sinfo_access                OBJ_id_pe,11L
1296
1297 #define SN_id_qt_cps            "id-qt-cps"
1298 #define LN_id_qt_cps            "Policy Qualifier CPS"
1299 #define NID_id_qt_cps           164
1300 #define OBJ_id_qt_cps           OBJ_id_qt,1L
1301
1302 #define SN_id_qt_unotice                "id-qt-unotice"
1303 #define LN_id_qt_unotice                "Policy Qualifier User Notice"
1304 #define NID_id_qt_unotice               165
1305 #define OBJ_id_qt_unotice               OBJ_id_qt,2L
1306
1307 #define SN_textNotice           "textNotice"
1308 #define NID_textNotice          293
1309 #define OBJ_textNotice          OBJ_id_qt,3L
1310
1311 #define SN_server_auth          "serverAuth"
1312 #define LN_server_auth          "TLS Web Server Authentication"
1313 #define NID_server_auth         129
1314 #define OBJ_server_auth         OBJ_id_kp,1L
1315
1316 #define SN_client_auth          "clientAuth"
1317 #define LN_client_auth          "TLS Web Client Authentication"
1318 #define NID_client_auth         130
1319 #define OBJ_client_auth         OBJ_id_kp,2L
1320
1321 #define SN_code_sign            "codeSigning"
1322 #define LN_code_sign            "Code Signing"
1323 #define NID_code_sign           131
1324 #define OBJ_code_sign           OBJ_id_kp,3L
1325
1326 #define SN_email_protect                "emailProtection"
1327 #define LN_email_protect                "E-mail Protection"
1328 #define NID_email_protect               132
1329 #define OBJ_email_protect               OBJ_id_kp,4L
1330
1331 #define SN_ipsecEndSystem               "ipsecEndSystem"
1332 #define LN_ipsecEndSystem               "IPSec End System"
1333 #define NID_ipsecEndSystem              294
1334 #define OBJ_ipsecEndSystem              OBJ_id_kp,5L
1335
1336 #define SN_ipsecTunnel          "ipsecTunnel"
1337 #define LN_ipsecTunnel          "IPSec Tunnel"
1338 #define NID_ipsecTunnel         295
1339 #define OBJ_ipsecTunnel         OBJ_id_kp,6L
1340
1341 #define SN_ipsecUser            "ipsecUser"
1342 #define LN_ipsecUser            "IPSec User"
1343 #define NID_ipsecUser           296
1344 #define OBJ_ipsecUser           OBJ_id_kp,7L
1345
1346 #define SN_time_stamp           "timeStamping"
1347 #define LN_time_stamp           "Time Stamping"
1348 #define NID_time_stamp          133
1349 #define OBJ_time_stamp          OBJ_id_kp,8L
1350
1351 #define SN_OCSP_sign            "OCSPSigning"
1352 #define LN_OCSP_sign            "OCSP Signing"
1353 #define NID_OCSP_sign           180
1354 #define OBJ_OCSP_sign           OBJ_id_kp,9L
1355
1356 #define SN_dvcs         "DVCS"
1357 #define LN_dvcs         "dvcs"
1358 #define NID_dvcs                297
1359 #define OBJ_dvcs                OBJ_id_kp,10L
1360
1361 #define SN_id_it_caProtEncCert          "id-it-caProtEncCert"
1362 #define NID_id_it_caProtEncCert         298
1363 #define OBJ_id_it_caProtEncCert         OBJ_id_it,1L
1364
1365 #define SN_id_it_signKeyPairTypes               "id-it-signKeyPairTypes"
1366 #define NID_id_it_signKeyPairTypes              299
1367 #define OBJ_id_it_signKeyPairTypes              OBJ_id_it,2L
1368
1369 #define SN_id_it_encKeyPairTypes                "id-it-encKeyPairTypes"
1370 #define NID_id_it_encKeyPairTypes               300
1371 #define OBJ_id_it_encKeyPairTypes               OBJ_id_it,3L
1372
1373 #define SN_id_it_preferredSymmAlg               "id-it-preferredSymmAlg"
1374 #define NID_id_it_preferredSymmAlg              301
1375 #define OBJ_id_it_preferredSymmAlg              OBJ_id_it,4L
1376
1377 #define SN_id_it_caKeyUpdateInfo                "id-it-caKeyUpdateInfo"
1378 #define NID_id_it_caKeyUpdateInfo               302
1379 #define OBJ_id_it_caKeyUpdateInfo               OBJ_id_it,5L
1380
1381 #define SN_id_it_currentCRL             "id-it-currentCRL"
1382 #define NID_id_it_currentCRL            303
1383 #define OBJ_id_it_currentCRL            OBJ_id_it,6L
1384
1385 #define SN_id_it_unsupportedOIDs                "id-it-unsupportedOIDs"
1386 #define NID_id_it_unsupportedOIDs               304
1387 #define OBJ_id_it_unsupportedOIDs               OBJ_id_it,7L
1388
1389 #define SN_id_it_subscriptionRequest            "id-it-subscriptionRequest"
1390 #define NID_id_it_subscriptionRequest           305
1391 #define OBJ_id_it_subscriptionRequest           OBJ_id_it,8L
1392
1393 #define SN_id_it_subscriptionResponse           "id-it-subscriptionResponse"
1394 #define NID_id_it_subscriptionResponse          306
1395 #define OBJ_id_it_subscriptionResponse          OBJ_id_it,9L
1396
1397 #define SN_id_it_keyPairParamReq                "id-it-keyPairParamReq"
1398 #define NID_id_it_keyPairParamReq               307
1399 #define OBJ_id_it_keyPairParamReq               OBJ_id_it,10L
1400
1401 #define SN_id_it_keyPairParamRep                "id-it-keyPairParamRep"
1402 #define NID_id_it_keyPairParamRep               308
1403 #define OBJ_id_it_keyPairParamRep               OBJ_id_it,11L
1404
1405 #define SN_id_it_revPassphrase          "id-it-revPassphrase"
1406 #define NID_id_it_revPassphrase         309
1407 #define OBJ_id_it_revPassphrase         OBJ_id_it,12L
1408
1409 #define SN_id_it_implicitConfirm                "id-it-implicitConfirm"
1410 #define NID_id_it_implicitConfirm               310
1411 #define OBJ_id_it_implicitConfirm               OBJ_id_it,13L
1412
1413 #define SN_id_it_confirmWaitTime                "id-it-confirmWaitTime"
1414 #define NID_id_it_confirmWaitTime               311
1415 #define OBJ_id_it_confirmWaitTime               OBJ_id_it,14L
1416
1417 #define SN_id_it_origPKIMessage         "id-it-origPKIMessage"
1418 #define NID_id_it_origPKIMessage                312
1419 #define OBJ_id_it_origPKIMessage                OBJ_id_it,15L
1420
1421 #define SN_id_regCtrl           "id-regCtrl"
1422 #define NID_id_regCtrl          313
1423 #define OBJ_id_regCtrl          OBJ_id_pkip,1L
1424
1425 #define SN_id_regInfo           "id-regInfo"
1426 #define NID_id_regInfo          314
1427 #define OBJ_id_regInfo          OBJ_id_pkip,2L
1428
1429 #define SN_id_regCtrl_regToken          "id-regCtrl-regToken"
1430 #define NID_id_regCtrl_regToken         315
1431 #define OBJ_id_regCtrl_regToken         OBJ_id_regCtrl,1L
1432
1433 #define SN_id_regCtrl_authenticator             "id-regCtrl-authenticator"
1434 #define NID_id_regCtrl_authenticator            316
1435 #define OBJ_id_regCtrl_authenticator            OBJ_id_regCtrl,2L
1436
1437 #define SN_id_regCtrl_pkiPublicationInfo                "id-regCtrl-pkiPublicationInfo"
1438 #define NID_id_regCtrl_pkiPublicationInfo               317
1439 #define OBJ_id_regCtrl_pkiPublicationInfo               OBJ_id_regCtrl,3L
1440
1441 #define SN_id_regCtrl_pkiArchiveOptions         "id-regCtrl-pkiArchiveOptions"
1442 #define NID_id_regCtrl_pkiArchiveOptions                318
1443 #define OBJ_id_regCtrl_pkiArchiveOptions                OBJ_id_regCtrl,4L
1444
1445 #define SN_id_regCtrl_oldCertID         "id-regCtrl-oldCertID"
1446 #define NID_id_regCtrl_oldCertID                319
1447 #define OBJ_id_regCtrl_oldCertID                OBJ_id_regCtrl,5L
1448
1449 #define SN_id_regCtrl_protocolEncrKey           "id-regCtrl-protocolEncrKey"
1450 #define NID_id_regCtrl_protocolEncrKey          320
1451 #define OBJ_id_regCtrl_protocolEncrKey          OBJ_id_regCtrl,6L
1452
1453 #define SN_id_regInfo_utf8Pairs         "id-regInfo-utf8Pairs"
1454 #define NID_id_regInfo_utf8Pairs                321
1455 #define OBJ_id_regInfo_utf8Pairs                OBJ_id_regInfo,1L
1456
1457 #define SN_id_regInfo_certReq           "id-regInfo-certReq"
1458 #define NID_id_regInfo_certReq          322
1459 #define OBJ_id_regInfo_certReq          OBJ_id_regInfo,2L
1460
1461 #define SN_id_alg_des40         "id-alg-des40"
1462 #define NID_id_alg_des40                323
1463 #define OBJ_id_alg_des40                OBJ_id_alg,1L
1464
1465 #define SN_id_alg_noSignature           "id-alg-noSignature"
1466 #define NID_id_alg_noSignature          324
1467 #define OBJ_id_alg_noSignature          OBJ_id_alg,2L
1468
1469 #define SN_id_alg_dh_sig_hmac_sha1              "id-alg-dh-sig-hmac-sha1"
1470 #define NID_id_alg_dh_sig_hmac_sha1             325
1471 #define OBJ_id_alg_dh_sig_hmac_sha1             OBJ_id_alg,3L
1472
1473 #define SN_id_alg_dh_pop                "id-alg-dh-pop"
1474 #define NID_id_alg_dh_pop               326
1475 #define OBJ_id_alg_dh_pop               OBJ_id_alg,4L
1476
1477 #define SN_id_cmc_statusInfo            "id-cmc-statusInfo"
1478 #define NID_id_cmc_statusInfo           327
1479 #define OBJ_id_cmc_statusInfo           OBJ_id_cmc,1L
1480
1481 #define SN_id_cmc_identification                "id-cmc-identification"
1482 #define NID_id_cmc_identification               328
1483 #define OBJ_id_cmc_identification               OBJ_id_cmc,2L
1484
1485 #define SN_id_cmc_identityProof         "id-cmc-identityProof"
1486 #define NID_id_cmc_identityProof                329
1487 #define OBJ_id_cmc_identityProof                OBJ_id_cmc,3L
1488
1489 #define SN_id_cmc_dataReturn            "id-cmc-dataReturn"
1490 #define NID_id_cmc_dataReturn           330
1491 #define OBJ_id_cmc_dataReturn           OBJ_id_cmc,4L
1492
1493 #define SN_id_cmc_transactionId         "id-cmc-transactionId"
1494 #define NID_id_cmc_transactionId                331
1495 #define OBJ_id_cmc_transactionId                OBJ_id_cmc,5L
1496
1497 #define SN_id_cmc_senderNonce           "id-cmc-senderNonce"
1498 #define NID_id_cmc_senderNonce          332
1499 #define OBJ_id_cmc_senderNonce          OBJ_id_cmc,6L
1500
1501 #define SN_id_cmc_recipientNonce                "id-cmc-recipientNonce"
1502 #define NID_id_cmc_recipientNonce               333
1503 #define OBJ_id_cmc_recipientNonce               OBJ_id_cmc,7L
1504
1505 #define SN_id_cmc_addExtensions         "id-cmc-addExtensions"
1506 #define NID_id_cmc_addExtensions                334
1507 #define OBJ_id_cmc_addExtensions                OBJ_id_cmc,8L
1508
1509 #define SN_id_cmc_encryptedPOP          "id-cmc-encryptedPOP"
1510 #define NID_id_cmc_encryptedPOP         335
1511 #define OBJ_id_cmc_encryptedPOP         OBJ_id_cmc,9L
1512
1513 #define SN_id_cmc_decryptedPOP          "id-cmc-decryptedPOP"
1514 #define NID_id_cmc_decryptedPOP         336
1515 #define OBJ_id_cmc_decryptedPOP         OBJ_id_cmc,10L
1516
1517 #define SN_id_cmc_lraPOPWitness         "id-cmc-lraPOPWitness"
1518 #define NID_id_cmc_lraPOPWitness                337
1519 #define OBJ_id_cmc_lraPOPWitness                OBJ_id_cmc,11L
1520
1521 #define SN_id_cmc_getCert               "id-cmc-getCert"
1522 #define NID_id_cmc_getCert              338
1523 #define OBJ_id_cmc_getCert              OBJ_id_cmc,15L
1524
1525 #define SN_id_cmc_getCRL                "id-cmc-getCRL"
1526 #define NID_id_cmc_getCRL               339
1527 #define OBJ_id_cmc_getCRL               OBJ_id_cmc,16L
1528
1529 #define SN_id_cmc_revokeRequest         "id-cmc-revokeRequest"
1530 #define NID_id_cmc_revokeRequest                340
1531 #define OBJ_id_cmc_revokeRequest                OBJ_id_cmc,17L
1532
1533 #define SN_id_cmc_regInfo               "id-cmc-regInfo"
1534 #define NID_id_cmc_regInfo              341
1535 #define OBJ_id_cmc_regInfo              OBJ_id_cmc,18L
1536
1537 #define SN_id_cmc_responseInfo          "id-cmc-responseInfo"
1538 #define NID_id_cmc_responseInfo         342
1539 #define OBJ_id_cmc_responseInfo         OBJ_id_cmc,19L
1540
1541 #define SN_id_cmc_queryPending          "id-cmc-queryPending"
1542 #define NID_id_cmc_queryPending         343
1543 #define OBJ_id_cmc_queryPending         OBJ_id_cmc,21L
1544
1545 #define SN_id_cmc_popLinkRandom         "id-cmc-popLinkRandom"
1546 #define NID_id_cmc_popLinkRandom                344
1547 #define OBJ_id_cmc_popLinkRandom                OBJ_id_cmc,22L
1548
1549 #define SN_id_cmc_popLinkWitness                "id-cmc-popLinkWitness"
1550 #define NID_id_cmc_popLinkWitness               345
1551 #define OBJ_id_cmc_popLinkWitness               OBJ_id_cmc,23L
1552
1553 #define SN_id_cmc_confirmCertAcceptance         "id-cmc-confirmCertAcceptance"
1554 #define NID_id_cmc_confirmCertAcceptance                346
1555 #define OBJ_id_cmc_confirmCertAcceptance                OBJ_id_cmc,24L
1556
1557 #define SN_id_on_personalData           "id-on-personalData"
1558 #define NID_id_on_personalData          347
1559 #define OBJ_id_on_personalData          OBJ_id_on,1L
1560
1561 #define SN_id_pda_dateOfBirth           "id-pda-dateOfBirth"
1562 #define NID_id_pda_dateOfBirth          348
1563 #define OBJ_id_pda_dateOfBirth          OBJ_id_pda,1L
1564
1565 #define SN_id_pda_placeOfBirth          "id-pda-placeOfBirth"
1566 #define NID_id_pda_placeOfBirth         349
1567 #define OBJ_id_pda_placeOfBirth         OBJ_id_pda,2L
1568
1569 #define SN_id_pda_gender                "id-pda-gender"
1570 #define NID_id_pda_gender               351
1571 #define OBJ_id_pda_gender               OBJ_id_pda,3L
1572
1573 #define SN_id_pda_countryOfCitizenship          "id-pda-countryOfCitizenship"
1574 #define NID_id_pda_countryOfCitizenship         352
1575 #define OBJ_id_pda_countryOfCitizenship         OBJ_id_pda,4L
1576
1577 #define SN_id_pda_countryOfResidence            "id-pda-countryOfResidence"
1578 #define NID_id_pda_countryOfResidence           353
1579 #define OBJ_id_pda_countryOfResidence           OBJ_id_pda,5L
1580
1581 #define SN_id_aca_authenticationInfo            "id-aca-authenticationInfo"
1582 #define NID_id_aca_authenticationInfo           354
1583 #define OBJ_id_aca_authenticationInfo           OBJ_id_aca,1L
1584
1585 #define SN_id_aca_accessIdentity                "id-aca-accessIdentity"
1586 #define NID_id_aca_accessIdentity               355
1587 #define OBJ_id_aca_accessIdentity               OBJ_id_aca,2L
1588
1589 #define SN_id_aca_chargingIdentity              "id-aca-chargingIdentity"
1590 #define NID_id_aca_chargingIdentity             356
1591 #define OBJ_id_aca_chargingIdentity             OBJ_id_aca,3L
1592
1593 #define SN_id_aca_group         "id-aca-group"
1594 #define NID_id_aca_group                357
1595 #define OBJ_id_aca_group                OBJ_id_aca,4L
1596
1597 #define SN_id_aca_role          "id-aca-role"
1598 #define NID_id_aca_role         358
1599 #define OBJ_id_aca_role         OBJ_id_aca,5L
1600
1601 #define SN_id_aca_encAttrs              "id-aca-encAttrs"
1602 #define NID_id_aca_encAttrs             399
1603 #define OBJ_id_aca_encAttrs             OBJ_id_aca,6L
1604
1605 #define SN_id_qcs_pkixQCSyntax_v1               "id-qcs-pkixQCSyntax-v1"
1606 #define NID_id_qcs_pkixQCSyntax_v1              359
1607 #define OBJ_id_qcs_pkixQCSyntax_v1              OBJ_id_qcs,1L
1608
1609 #define SN_id_cct_crs           "id-cct-crs"
1610 #define NID_id_cct_crs          360
1611 #define OBJ_id_cct_crs          OBJ_id_cct,1L
1612
1613 #define SN_id_cct_PKIData               "id-cct-PKIData"
1614 #define NID_id_cct_PKIData              361
1615 #define OBJ_id_cct_PKIData              OBJ_id_cct,2L
1616
1617 #define SN_id_cct_PKIResponse           "id-cct-PKIResponse"
1618 #define NID_id_cct_PKIResponse          362
1619 #define OBJ_id_cct_PKIResponse          OBJ_id_cct,3L
1620
1621 #define SN_ad_OCSP              "OCSP"
1622 #define LN_ad_OCSP              "OCSP"
1623 #define NID_ad_OCSP             178
1624 #define OBJ_ad_OCSP             OBJ_id_ad,1L
1625
1626 #define SN_ad_ca_issuers                "caIssuers"
1627 #define LN_ad_ca_issuers                "CA Issuers"
1628 #define NID_ad_ca_issuers               179
1629 #define OBJ_ad_ca_issuers               OBJ_id_ad,2L
1630
1631 #define SN_ad_timeStamping              "ad_timestamping"
1632 #define LN_ad_timeStamping              "AD Time Stamping"
1633 #define NID_ad_timeStamping             363
1634 #define OBJ_ad_timeStamping             OBJ_id_ad,3L
1635
1636 #define SN_ad_dvcs              "AD_DVCS"
1637 #define LN_ad_dvcs              "ad dvcs"
1638 #define NID_ad_dvcs             364
1639 #define OBJ_ad_dvcs             OBJ_id_ad,4L
1640
1641 #define OBJ_id_pkix_OCSP                OBJ_ad_OCSP
1642
1643 #define SN_id_pkix_OCSP_basic           "basicOCSPResponse"
1644 #define LN_id_pkix_OCSP_basic           "Basic OCSP Response"
1645 #define NID_id_pkix_OCSP_basic          365
1646 #define OBJ_id_pkix_OCSP_basic          OBJ_id_pkix_OCSP,1L
1647
1648 #define SN_id_pkix_OCSP_Nonce           "Nonce"
1649 #define LN_id_pkix_OCSP_Nonce           "OCSP Nonce"
1650 #define NID_id_pkix_OCSP_Nonce          366
1651 #define OBJ_id_pkix_OCSP_Nonce          OBJ_id_pkix_OCSP,2L
1652
1653 #define SN_id_pkix_OCSP_CrlID           "CrlID"
1654 #define LN_id_pkix_OCSP_CrlID           "OCSP CRL ID"
1655 #define NID_id_pkix_OCSP_CrlID          367
1656 #define OBJ_id_pkix_OCSP_CrlID          OBJ_id_pkix_OCSP,3L
1657
1658 #define SN_id_pkix_OCSP_acceptableResponses             "acceptableResponses"
1659 #define LN_id_pkix_OCSP_acceptableResponses             "Acceptable OCSP Responses"
1660 #define NID_id_pkix_OCSP_acceptableResponses            368
1661 #define OBJ_id_pkix_OCSP_acceptableResponses            OBJ_id_pkix_OCSP,4L
1662
1663 #define SN_id_pkix_OCSP_noCheck         "noCheck"
1664 #define LN_id_pkix_OCSP_noCheck         "OCSP No Check"
1665 #define NID_id_pkix_OCSP_noCheck                369
1666 #define OBJ_id_pkix_OCSP_noCheck                OBJ_id_pkix_OCSP,5L
1667
1668 #define SN_id_pkix_OCSP_archiveCutoff           "archiveCutoff"
1669 #define LN_id_pkix_OCSP_archiveCutoff           "OCSP Archive Cutoff"
1670 #define NID_id_pkix_OCSP_archiveCutoff          370
1671 #define OBJ_id_pkix_OCSP_archiveCutoff          OBJ_id_pkix_OCSP,6L
1672
1673 #define SN_id_pkix_OCSP_serviceLocator          "serviceLocator"
1674 #define LN_id_pkix_OCSP_serviceLocator          "OCSP Service Locator"
1675 #define NID_id_pkix_OCSP_serviceLocator         371
1676 #define OBJ_id_pkix_OCSP_serviceLocator         OBJ_id_pkix_OCSP,7L
1677
1678 #define SN_id_pkix_OCSP_extendedStatus          "extendedStatus"
1679 #define LN_id_pkix_OCSP_extendedStatus          "Extended OCSP Status"
1680 #define NID_id_pkix_OCSP_extendedStatus         372
1681 #define OBJ_id_pkix_OCSP_extendedStatus         OBJ_id_pkix_OCSP,8L
1682
1683 #define SN_id_pkix_OCSP_valid           "valid"
1684 #define NID_id_pkix_OCSP_valid          373
1685 #define OBJ_id_pkix_OCSP_valid          OBJ_id_pkix_OCSP,9L
1686
1687 #define SN_id_pkix_OCSP_path            "path"
1688 #define NID_id_pkix_OCSP_path           374
1689 #define OBJ_id_pkix_OCSP_path           OBJ_id_pkix_OCSP,10L
1690
1691 #define SN_id_pkix_OCSP_trustRoot               "trustRoot"
1692 #define LN_id_pkix_OCSP_trustRoot               "Trust Root"
1693 #define NID_id_pkix_OCSP_trustRoot              375
1694 #define OBJ_id_pkix_OCSP_trustRoot              OBJ_id_pkix_OCSP,11L
1695
1696 #define SN_algorithm            "algorithm"
1697 #define LN_algorithm            "algorithm"
1698 #define NID_algorithm           376
1699 #define OBJ_algorithm           1L,3L,14L,3L,2L
1700
1701 #define SN_md5WithRSA           "RSA-NP-MD5"
1702 #define LN_md5WithRSA           "md5WithRSA"
1703 #define NID_md5WithRSA          104
1704 #define OBJ_md5WithRSA          OBJ_algorithm,3L
1705
1706 #define SN_des_ecb              "DES-ECB"
1707 #define LN_des_ecb              "des-ecb"
1708 #define NID_des_ecb             29
1709 #define OBJ_des_ecb             OBJ_algorithm,6L
1710
1711 #define SN_des_cbc              "DES-CBC"
1712 #define LN_des_cbc              "des-cbc"
1713 #define NID_des_cbc             31
1714 #define OBJ_des_cbc             OBJ_algorithm,7L
1715
1716 #define SN_des_ofb64            "DES-OFB"
1717 #define LN_des_ofb64            "des-ofb"
1718 #define NID_des_ofb64           45
1719 #define OBJ_des_ofb64           OBJ_algorithm,8L
1720
1721 #define SN_des_cfb64            "DES-CFB"
1722 #define LN_des_cfb64            "des-cfb"
1723 #define NID_des_cfb64           30
1724 #define OBJ_des_cfb64           OBJ_algorithm,9L
1725
1726 #define SN_rsaSignature         "rsaSignature"
1727 #define NID_rsaSignature                377
1728 #define OBJ_rsaSignature                OBJ_algorithm,11L
1729
1730 #define SN_dsa_2                "DSA-old"
1731 #define LN_dsa_2                "dsaEncryption-old"
1732 #define NID_dsa_2               67
1733 #define OBJ_dsa_2               OBJ_algorithm,12L
1734
1735 #define SN_dsaWithSHA           "DSA-SHA"
1736 #define LN_dsaWithSHA           "dsaWithSHA"
1737 #define NID_dsaWithSHA          66
1738 #define OBJ_dsaWithSHA          OBJ_algorithm,13L
1739
1740 #define SN_shaWithRSAEncryption         "RSA-SHA"
1741 #define LN_shaWithRSAEncryption         "shaWithRSAEncryption"
1742 #define NID_shaWithRSAEncryption                42
1743 #define OBJ_shaWithRSAEncryption                OBJ_algorithm,15L
1744
1745 #define SN_des_ede_ecb          "DES-EDE"
1746 #define LN_des_ede_ecb          "des-ede"
1747 #define NID_des_ede_ecb         32
1748 #define OBJ_des_ede_ecb         OBJ_algorithm,17L
1749
1750 #define SN_des_ede3_ecb         "DES-EDE3"
1751 #define LN_des_ede3_ecb         "des-ede3"
1752 #define NID_des_ede3_ecb                33
1753
1754 #define SN_des_ede_cbc          "DES-EDE-CBC"
1755 #define LN_des_ede_cbc          "des-ede-cbc"
1756 #define NID_des_ede_cbc         43
1757
1758 #define SN_des_ede_cfb64                "DES-EDE-CFB"
1759 #define LN_des_ede_cfb64                "des-ede-cfb"
1760 #define NID_des_ede_cfb64               60
1761
1762 #define SN_des_ede3_cfb64               "DES-EDE3-CFB"
1763 #define LN_des_ede3_cfb64               "des-ede3-cfb"
1764 #define NID_des_ede3_cfb64              61
1765
1766 #define SN_des_ede_ofb64                "DES-EDE-OFB"
1767 #define LN_des_ede_ofb64                "des-ede-ofb"
1768 #define NID_des_ede_ofb64               62
1769
1770 #define SN_des_ede3_ofb64               "DES-EDE3-OFB"
1771 #define LN_des_ede3_ofb64               "des-ede3-ofb"
1772 #define NID_des_ede3_ofb64              63
1773
1774 #define SN_desx_cbc             "DESX-CBC"
1775 #define LN_desx_cbc             "desx-cbc"
1776 #define NID_desx_cbc            80
1777
1778 #define SN_sha          "SHA"
1779 #define LN_sha          "sha"
1780 #define NID_sha         41
1781 #define OBJ_sha         OBJ_algorithm,18L
1782
1783 #define SN_sha1         "SHA1"
1784 #define LN_sha1         "sha1"
1785 #define NID_sha1                64
1786 #define OBJ_sha1                OBJ_algorithm,26L
1787
1788 #define SN_dsaWithSHA1_2                "DSA-SHA1-old"
1789 #define LN_dsaWithSHA1_2                "dsaWithSHA1-old"
1790 #define NID_dsaWithSHA1_2               70
1791 #define OBJ_dsaWithSHA1_2               OBJ_algorithm,27L
1792
1793 #define SN_sha1WithRSA          "RSA-SHA1-2"
1794 #define LN_sha1WithRSA          "sha1WithRSA"
1795 #define NID_sha1WithRSA         115
1796 #define OBJ_sha1WithRSA         OBJ_algorithm,29L
1797
1798 #define SN_ripemd160            "RIPEMD160"
1799 #define LN_ripemd160            "ripemd160"
1800 #define NID_ripemd160           117
1801 #define OBJ_ripemd160           1L,3L,36L,3L,2L,1L
1802
1803 #define SN_ripemd160WithRSA             "RSA-RIPEMD160"
1804 #define LN_ripemd160WithRSA             "ripemd160WithRSA"
1805 #define NID_ripemd160WithRSA            119
1806 #define OBJ_ripemd160WithRSA            1L,3L,36L,3L,3L,1L,2L
1807
1808 #define SN_sxnet                "SXNetID"
1809 #define LN_sxnet                "Strong Extranet ID"
1810 #define NID_sxnet               143
1811 #define OBJ_sxnet               1L,3L,101L,1L,4L,1L
1812
1813 #define SN_X500         "X500"
1814 #define LN_X500         "directory services (X.500)"
1815 #define NID_X500                11
1816 #define OBJ_X500                2L,5L
1817
1818 #define SN_X509         "X509"
1819 #define NID_X509                12
1820 #define OBJ_X509                OBJ_X500,4L
1821
1822 #define SN_commonName           "CN"
1823 #define LN_commonName           "commonName"
1824 #define NID_commonName          13
1825 #define OBJ_commonName          OBJ_X509,3L
1826
1827 #define SN_surname              "S"
1828 #define LN_surname              "surname"
1829 #define NID_surname             100
1830 #define OBJ_surname             OBJ_X509,4L
1831
1832 #define SN_serialNumber         "SN"
1833 #define LN_serialNumber         "serialNumber"
1834 #define NID_serialNumber                105
1835 #define OBJ_serialNumber                OBJ_X509,5L
1836
1837 #define SN_countryName          "C"
1838 #define LN_countryName          "countryName"
1839 #define NID_countryName         14
1840 #define OBJ_countryName         OBJ_X509,6L
1841
1842 #define SN_localityName         "L"
1843 #define LN_localityName         "localityName"
1844 #define NID_localityName                15
1845 #define OBJ_localityName                OBJ_X509,7L
1846
1847 #define SN_stateOrProvinceName          "ST"
1848 #define LN_stateOrProvinceName          "stateOrProvinceName"
1849 #define NID_stateOrProvinceName         16
1850 #define OBJ_stateOrProvinceName         OBJ_X509,8L
1851
1852 #define SN_organizationName             "O"
1853 #define LN_organizationName             "organizationName"
1854 #define NID_organizationName            17
1855 #define OBJ_organizationName            OBJ_X509,10L
1856
1857 #define SN_organizationalUnitName               "OU"
1858 #define LN_organizationalUnitName               "organizationalUnitName"
1859 #define NID_organizationalUnitName              18
1860 #define OBJ_organizationalUnitName              OBJ_X509,11L
1861
1862 #define SN_title                "T"
1863 #define LN_title                "title"
1864 #define NID_title               106
1865 #define OBJ_title               OBJ_X509,12L
1866
1867 #define SN_description          "D"
1868 #define LN_description          "description"
1869 #define NID_description         107
1870 #define OBJ_description         OBJ_X509,13L
1871
1872 #define SN_name         "name"
1873 #define LN_name         "name"
1874 #define NID_name                173
1875 #define OBJ_name                OBJ_X509,41L
1876
1877 #define SN_givenName            "G"
1878 #define LN_givenName            "givenName"
1879 #define NID_givenName           99
1880 #define OBJ_givenName           OBJ_X509,42L
1881
1882 #define SN_initials             "I"
1883 #define LN_initials             "initials"
1884 #define NID_initials            101
1885 #define OBJ_initials            OBJ_X509,43L
1886
1887 #define LN_uniqueIdentifier             "uniqueIdentifier"
1888 #define NID_uniqueIdentifier            102
1889 #define OBJ_uniqueIdentifier            OBJ_X509,45L
1890
1891 #define SN_dnQualifier          "dnQualifier"
1892 #define LN_dnQualifier          "dnQualifier"
1893 #define NID_dnQualifier         174
1894 #define OBJ_dnQualifier         OBJ_X509,46L
1895
1896 #define SN_role         "role"
1897 #define LN_role         "role"
1898 #define NID_role                400
1899 #define OBJ_role                OBJ_X509,72L
1900
1901 #define SN_X500algorithms               "X500algorithms"
1902 #define LN_X500algorithms               "directory services - algorithms"
1903 #define NID_X500algorithms              378
1904 #define OBJ_X500algorithms              OBJ_X500,8L
1905
1906 #define SN_rsa          "RSA"
1907 #define LN_rsa          "rsa"
1908 #define NID_rsa         19
1909 #define OBJ_rsa         OBJ_X500algorithms,1L,1L
1910
1911 #define SN_mdc2WithRSA          "RSA-MDC2"
1912 #define LN_mdc2WithRSA          "mdc2WithRSA"
1913 #define NID_mdc2WithRSA         96
1914 #define OBJ_mdc2WithRSA         OBJ_X500algorithms,3L,100L
1915
1916 #define SN_mdc2         "MDC2"
1917 #define LN_mdc2         "mdc2"
1918 #define NID_mdc2                95
1919 #define OBJ_mdc2                OBJ_X500algorithms,3L,101L
1920
1921 #define SN_id_ce                "id-ce"
1922 #define NID_id_ce               81
1923 #define OBJ_id_ce               OBJ_X500,29L
1924
1925 #define SN_subject_key_identifier               "subjectKeyIdentifier"
1926 #define LN_subject_key_identifier               "X509v3 Subject Key Identifier"
1927 #define NID_subject_key_identifier              82
1928 #define OBJ_subject_key_identifier              OBJ_id_ce,14L
1929
1930 #define SN_key_usage            "keyUsage"
1931 #define LN_key_usage            "X509v3 Key Usage"
1932 #define NID_key_usage           83
1933 #define OBJ_key_usage           OBJ_id_ce,15L
1934
1935 #define SN_private_key_usage_period             "privateKeyUsagePeriod"
1936 #define LN_private_key_usage_period             "X509v3 Private Key Usage Period"
1937 #define NID_private_key_usage_period            84
1938 #define OBJ_private_key_usage_period            OBJ_id_ce,16L
1939
1940 #define SN_subject_alt_name             "subjectAltName"
1941 #define LN_subject_alt_name             "X509v3 Subject Alternative Name"
1942 #define NID_subject_alt_name            85
1943 #define OBJ_subject_alt_name            OBJ_id_ce,17L
1944
1945 #define SN_issuer_alt_name              "issuerAltName"
1946 #define LN_issuer_alt_name              "X509v3 Issuer Alternative Name"
1947 #define NID_issuer_alt_name             86
1948 #define OBJ_issuer_alt_name             OBJ_id_ce,18L
1949
1950 #define SN_basic_constraints            "basicConstraints"
1951 #define LN_basic_constraints            "X509v3 Basic Constraints"
1952 #define NID_basic_constraints           87
1953 #define OBJ_basic_constraints           OBJ_id_ce,19L
1954
1955 #define SN_crl_number           "crlNumber"
1956 #define LN_crl_number           "X509v3 CRL Number"
1957 #define NID_crl_number          88
1958 #define OBJ_crl_number          OBJ_id_ce,20L
1959
1960 #define SN_crl_reason           "CRLReason"
1961 #define LN_crl_reason           "X509v3 CRL Reason Code"
1962 #define NID_crl_reason          141
1963 #define OBJ_crl_reason          OBJ_id_ce,21L
1964
1965 #define SN_invalidity_date              "invalidityDate"
1966 #define LN_invalidity_date              "Invalidity Date"
1967 #define NID_invalidity_date             142
1968 #define OBJ_invalidity_date             OBJ_id_ce,24L
1969
1970 #define SN_delta_crl            "deltaCRL"
1971 #define LN_delta_crl            "X509v3 Delta CRL Indicator"
1972 #define NID_delta_crl           140
1973 #define OBJ_delta_crl           OBJ_id_ce,27L
1974
1975 #define SN_crl_distribution_points              "crlDistributionPoints"
1976 #define LN_crl_distribution_points              "X509v3 CRL Distribution Points"
1977 #define NID_crl_distribution_points             103
1978 #define OBJ_crl_distribution_points             OBJ_id_ce,31L
1979
1980 #define SN_certificate_policies         "certificatePolicies"
1981 #define LN_certificate_policies         "X509v3 Certificate Policies"
1982 #define NID_certificate_policies                89
1983 #define OBJ_certificate_policies                OBJ_id_ce,32L
1984
1985 #define SN_authority_key_identifier             "authorityKeyIdentifier"
1986 #define LN_authority_key_identifier             "X509v3 Authority Key Identifier"
1987 #define NID_authority_key_identifier            90
1988 #define OBJ_authority_key_identifier            OBJ_id_ce,35L
1989
1990 #define SN_policy_constraints           "policyConstraints"
1991 #define LN_policy_constraints           "X509v3 Policy Constraints"
1992 #define NID_policy_constraints          401
1993 #define OBJ_policy_constraints          OBJ_id_ce,36L
1994
1995 #define SN_ext_key_usage                "extendedKeyUsage"
1996 #define LN_ext_key_usage                "X509v3 Extended Key Usage"
1997 #define NID_ext_key_usage               126
1998 #define OBJ_ext_key_usage               OBJ_id_ce,37L
1999
2000 #define SN_target_information           "targetInformation"
2001 #define LN_target_information           "X509v3 AC Targeting"
2002 #define NID_target_information          402
2003 #define OBJ_target_information          OBJ_id_ce,55L
2004
2005 #define SN_no_rev_avail         "noRevAvail"
2006 #define LN_no_rev_avail         "X509v3 No Revocation Available"
2007 #define NID_no_rev_avail                403
2008 #define OBJ_no_rev_avail                OBJ_id_ce,56L
2009
2010 #define SN_netscape             "Netscape"
2011 #define LN_netscape             "Netscape Communications Corp."
2012 #define NID_netscape            57
2013 #define OBJ_netscape            2L,16L,840L,1L,113730L
2014
2015 #define SN_netscape_cert_extension              "nsCertExt"
2016 #define LN_netscape_cert_extension              "Netscape Certificate Extension"
2017 #define NID_netscape_cert_extension             58
2018 #define OBJ_netscape_cert_extension             OBJ_netscape,1L
2019
2020 #define SN_netscape_data_type           "nsDataType"
2021 #define LN_netscape_data_type           "Netscape Data Type"
2022 #define NID_netscape_data_type          59
2023 #define OBJ_netscape_data_type          OBJ_netscape,2L
2024
2025 #define SN_netscape_cert_type           "nsCertType"
2026 #define LN_netscape_cert_type           "Netscape Cert Type"
2027 #define NID_netscape_cert_type          71
2028 #define OBJ_netscape_cert_type          OBJ_netscape_cert_extension,1L
2029
2030 #define SN_netscape_base_url            "nsBaseUrl"
2031 #define LN_netscape_base_url            "Netscape Base Url"
2032 #define NID_netscape_base_url           72
2033 #define OBJ_netscape_base_url           OBJ_netscape_cert_extension,2L
2034
2035 #define SN_netscape_revocation_url              "nsRevocationUrl"
2036 #define LN_netscape_revocation_url              "Netscape Revocation Url"
2037 #define NID_netscape_revocation_url             73
2038 #define OBJ_netscape_revocation_url             OBJ_netscape_cert_extension,3L
2039
2040 #define SN_netscape_ca_revocation_url           "nsCaRevocationUrl"
2041 #define LN_netscape_ca_revocation_url           "Netscape CA Revocation Url"
2042 #define NID_netscape_ca_revocation_url          74
2043 #define OBJ_netscape_ca_revocation_url          OBJ_netscape_cert_extension,4L
2044
2045 #define SN_netscape_renewal_url         "nsRenewalUrl"
2046 #define LN_netscape_renewal_url         "Netscape Renewal Url"
2047 #define NID_netscape_renewal_url                75
2048 #define OBJ_netscape_renewal_url                OBJ_netscape_cert_extension,7L
2049
2050 #define SN_netscape_ca_policy_url               "nsCaPolicyUrl"
2051 #define LN_netscape_ca_policy_url               "Netscape CA Policy Url"
2052 #define NID_netscape_ca_policy_url              76
2053 #define OBJ_netscape_ca_policy_url              OBJ_netscape_cert_extension,8L
2054
2055 #define SN_netscape_ssl_server_name             "nsSslServerName"
2056 #define LN_netscape_ssl_server_name             "Netscape SSL Server Name"
2057 #define NID_netscape_ssl_server_name            77
2058 #define OBJ_netscape_ssl_server_name            OBJ_netscape_cert_extension,12L
2059
2060 #define SN_netscape_comment             "nsComment"
2061 #define LN_netscape_comment             "Netscape Comment"
2062 #define NID_netscape_comment            78
2063 #define OBJ_netscape_comment            OBJ_netscape_cert_extension,13L
2064
2065 #define SN_netscape_cert_sequence               "nsCertSequence"
2066 #define LN_netscape_cert_sequence               "Netscape Certificate Sequence"
2067 #define NID_netscape_cert_sequence              79
2068 #define OBJ_netscape_cert_sequence              OBJ_netscape_data_type,5L
2069
2070 #define SN_ns_sgc               "nsSGC"
2071 #define LN_ns_sgc               "Netscape Server Gated Crypto"
2072 #define NID_ns_sgc              139
2073 #define OBJ_ns_sgc              OBJ_netscape,4L,1L
2074
2075 #define SN_org          "ORG"
2076 #define LN_org          "org"
2077 #define NID_org         379
2078 #define OBJ_org         OBJ_iso,3L
2079
2080 #define SN_dod          "DOD"
2081 #define LN_dod          "dod"
2082 #define NID_dod         380
2083 #define OBJ_dod         OBJ_org,6L
2084
2085 #define SN_iana         "IANA"
2086 #define LN_iana         "iana"
2087 #define NID_iana                381
2088 #define OBJ_iana                OBJ_dod,1L
2089
2090 #define OBJ_internet            OBJ_iana
2091
2092 #define SN_Directory            "directory"
2093 #define LN_Directory            "Directory"
2094 #define NID_Directory           382
2095 #define OBJ_Directory           OBJ_internet,1L
2096
2097 #define SN_Management           "mgmt"
2098 #define LN_Management           "Management"
2099 #define NID_Management          383
2100 #define OBJ_Management          OBJ_internet,2L
2101
2102 #define SN_Experimental         "experimental"
2103 #define LN_Experimental         "Experimental"
2104 #define NID_Experimental                384
2105 #define OBJ_Experimental                OBJ_internet,3L
2106
2107 #define SN_Private              "private"
2108 #define LN_Private              "Private"
2109 #define NID_Private             385
2110 #define OBJ_Private             OBJ_internet,4L
2111
2112 #define SN_Security             "security"
2113 #define LN_Security             "Security"
2114 #define NID_Security            386
2115 #define OBJ_Security            OBJ_internet,5L
2116
2117 #define SN_SNMPv2               "snmpv2"
2118 #define LN_SNMPv2               "SNMPv2"
2119 #define NID_SNMPv2              387
2120 #define OBJ_SNMPv2              OBJ_internet,6L
2121
2122 #define SN_Mail         "mail"
2123 #define LN_Mail         "Mail"
2124 #define NID_Mail                388
2125 #define OBJ_Mail                OBJ_internet,7L
2126
2127 #define SN_Enterprises          "enterprises"
2128 #define LN_Enterprises          "Enterprises"
2129 #define NID_Enterprises         389
2130 #define OBJ_Enterprises         OBJ_private,1L
2131
2132 #define SN_dcObject             "dcobject"
2133 #define LN_dcObject             "dcObject"
2134 #define NID_dcObject            390
2135 #define OBJ_dcObject            OBJ_enterprises,1466L,344L
2136
2137 #define SN_rle_compression              "RLE"
2138 #define LN_rle_compression              "run length compression"
2139 #define NID_rle_compression             124
2140 #define OBJ_rle_compression             1L,1L,1L,1L,666L,1L
2141
2142 #define SN_zlib_compression             "ZLIB"
2143 #define LN_zlib_compression             "zlib compression"
2144 #define NID_zlib_compression            125
2145 #define OBJ_zlib_compression            1L,1L,1L,1L,666L,2L
2146
2147 #define OBJ_csor                2L,16L,840L,1L,101L,3L
2148
2149 #define OBJ_nistAlgorithms              OBJ_csor,4L
2150
2151 #define OBJ_aes         OBJ_nistAlgorithms,1L
2152
2153 #define SN_aes_128_ecb          "AES-128-ECB"
2154 #define LN_aes_128_ecb          "aes-128-ecb"
2155 #define NID_aes_128_ecb         418
2156 #define OBJ_aes_128_ecb         OBJ_aes,1L
2157
2158 #define SN_aes_128_cbc          "AES-128-CBC"
2159 #define LN_aes_128_cbc          "aes-128-cbc"
2160 #define NID_aes_128_cbc         419
2161 #define OBJ_aes_128_cbc         OBJ_aes,2L
2162
2163 #define SN_aes_128_ofb128               "AES-128-OFB"
2164 #define LN_aes_128_ofb128               "aes-128-ofb"
2165 #define NID_aes_128_ofb128              420
2166 #define OBJ_aes_128_ofb128              OBJ_aes,3L
2167
2168 #define SN_aes_128_cfb128               "AES-128-CFB"
2169 #define LN_aes_128_cfb128               "aes-128-cfb"
2170 #define NID_aes_128_cfb128              421
2171 #define OBJ_aes_128_cfb128              OBJ_aes,4L
2172
2173 #define SN_aes_192_ecb          "AES-192-ECB"
2174 #define LN_aes_192_ecb          "aes-192-ecb"
2175 #define NID_aes_192_ecb         422
2176 #define OBJ_aes_192_ecb         OBJ_aes,21L
2177
2178 #define SN_aes_192_cbc          "AES-192-CBC"
2179 #define LN_aes_192_cbc          "aes-192-cbc"
2180 #define NID_aes_192_cbc         423
2181 #define OBJ_aes_192_cbc         OBJ_aes,22L
2182
2183 #define SN_aes_192_ofb128               "AES-192-OFB"
2184 #define LN_aes_192_ofb128               "aes-192-ofb"
2185 #define NID_aes_192_ofb128              424
2186 #define OBJ_aes_192_ofb128              OBJ_aes,23L
2187
2188 #define SN_aes_192_cfb128               "AES-192-CFB"
2189 #define LN_aes_192_cfb128               "aes-192-cfb"
2190 #define NID_aes_192_cfb128              425
2191 #define OBJ_aes_192_cfb128              OBJ_aes,24L
2192
2193 #define SN_aes_256_ecb          "AES-256-ECB"
2194 #define LN_aes_256_ecb          "aes-256-ecb"
2195 #define NID_aes_256_ecb         426
2196 #define OBJ_aes_256_ecb         OBJ_aes,41L
2197
2198 #define SN_aes_256_cbc          "AES-256-CBC"
2199 #define LN_aes_256_cbc          "aes-256-cbc"
2200 #define NID_aes_256_cbc         427
2201 #define OBJ_aes_256_cbc         OBJ_aes,42L
2202
2203 #define SN_aes_256_ofb128               "AES-256-OFB"
2204 #define LN_aes_256_ofb128               "aes-256-ofb"
2205 #define NID_aes_256_ofb128              428
2206 #define OBJ_aes_256_ofb128              OBJ_aes,43L
2207
2208 #define SN_aes_256_cfb128               "AES-256-CFB"
2209 #define LN_aes_256_cfb128               "aes-256-cfb"
2210 #define NID_aes_256_cfb128              429
2211 #define OBJ_aes_256_cfb128              OBJ_aes,44L
2212
2213 #define SN_hold_instruction_code                "holdInstructionCode"
2214 #define LN_hold_instruction_code                "Hold Instruction Code"
2215 #define NID_hold_instruction_code               430
2216 #define OBJ_hold_instruction_code               OBJ_id_ce,23L
2217
2218 #define OBJ_holdInstruction             OBJ_X9_57,2L
2219
2220 #define SN_hold_instruction_none                "holdInstructionNone"
2221 #define LN_hold_instruction_none                "Hold Instruction None"
2222 #define NID_hold_instruction_none               431
2223 #define OBJ_hold_instruction_none               OBJ_holdInstruction,1L
2224
2225 #define SN_hold_instruction_call_issuer         "holdInstructionCallIssuer"
2226 #define LN_hold_instruction_call_issuer         "Hold Instruction Call Issuer"
2227 #define NID_hold_instruction_call_issuer                432
2228 #define OBJ_hold_instruction_call_issuer                OBJ_holdInstruction,2L
2229
2230 #define SN_hold_instruction_reject              "holdInstructionReject"
2231 #define LN_hold_instruction_reject              "Hold Instruction Reject"
2232 #define NID_hold_instruction_reject             433
2233 #define OBJ_hold_instruction_reject             OBJ_holdInstruction,3L
2234
2235 #define SN_data         "data"
2236 #define NID_data                434
2237 #define OBJ_data                OBJ_ccitt,9L
2238
2239 #define SN_pss          "pss"
2240 #define NID_pss         435
2241 #define OBJ_pss         OBJ_data,2342L
2242
2243 #define SN_ucl          "ucl"
2244 #define NID_ucl         436
2245 #define OBJ_ucl         OBJ_pss,19200300L
2246
2247 #define SN_pilot                "pilot"
2248 #define NID_pilot               437
2249 #define OBJ_pilot               OBJ_ucl,100L
2250
2251 #define LN_pilotAttributeType           "pilotAttributeType"
2252 #define NID_pilotAttributeType          438
2253 #define OBJ_pilotAttributeType          OBJ_pilot,1L
2254
2255 #define LN_pilotAttributeSyntax         "pilotAttributeSyntax"
2256 #define NID_pilotAttributeSyntax                439
2257 #define OBJ_pilotAttributeSyntax                OBJ_pilot,3L
2258
2259 #define LN_pilotObjectClass             "pilotObjectClass"
2260 #define NID_pilotObjectClass            440
2261 #define OBJ_pilotObjectClass            OBJ_pilot,4L
2262
2263 #define LN_pilotGroups          "pilotGroups"
2264 #define NID_pilotGroups         441
2265 #define OBJ_pilotGroups         OBJ_pilot,10L
2266
2267 #define LN_iA5StringSyntax              "iA5StringSyntax"
2268 #define NID_iA5StringSyntax             442
2269 #define OBJ_iA5StringSyntax             OBJ_pilotAttributeSyntax,4L
2270
2271 #define LN_caseIgnoreIA5StringSyntax            "caseIgnoreIA5StringSyntax"
2272 #define NID_caseIgnoreIA5StringSyntax           443
2273 #define OBJ_caseIgnoreIA5StringSyntax           OBJ_pilotAttributeSyntax,5L
2274
2275 #define LN_pilotObject          "pilotObject"
2276 #define NID_pilotObject         444
2277 #define OBJ_pilotObject         OBJ_pilotObjectClass,3L
2278
2279 #define LN_pilotPerson          "pilotPerson"
2280 #define NID_pilotPerson         445
2281 #define OBJ_pilotPerson         OBJ_pilotObjectClass,4L
2282
2283 #define SN_account              "account"
2284 #define NID_account             446
2285 #define OBJ_account             OBJ_pilotObjectClass,5L
2286
2287 #define SN_document             "document"
2288 #define NID_document            447
2289 #define OBJ_document            OBJ_pilotObjectClass,6L
2290
2291 #define SN_room         "room"
2292 #define NID_room                448
2293 #define OBJ_room                OBJ_pilotObjectClass,7L
2294
2295 #define LN_documentSeries               "documentSeries"
2296 #define NID_documentSeries              449
2297 #define OBJ_documentSeries              OBJ_pilotObjectClass,9L
2298
2299 #define SN_Domain               "domain"
2300 #define LN_Domain               "Domain"
2301 #define NID_Domain              392
2302 #define OBJ_Domain              OBJ_pilotObjectClass,13L
2303
2304 #define LN_rFC822localPart              "rFC822localPart"
2305 #define NID_rFC822localPart             450
2306 #define OBJ_rFC822localPart             OBJ_pilotObjectClass,14L
2307
2308 #define LN_dNSDomain            "dNSDomain"
2309 #define NID_dNSDomain           451
2310 #define OBJ_dNSDomain           OBJ_pilotObjectClass,15L
2311
2312 #define LN_domainRelatedObject          "domainRelatedObject"
2313 #define NID_domainRelatedObject         452
2314 #define OBJ_domainRelatedObject         OBJ_pilotObjectClass,17L
2315
2316 #define LN_friendlyCountry              "friendlyCountry"
2317 #define NID_friendlyCountry             453
2318 #define OBJ_friendlyCountry             OBJ_pilotObjectClass,18L
2319
2320 #define LN_simpleSecurityObject         "simpleSecurityObject"
2321 #define NID_simpleSecurityObject                454
2322 #define OBJ_simpleSecurityObject                OBJ_pilotObjectClass,19L
2323
2324 #define LN_pilotOrganization            "pilotOrganization"
2325 #define NID_pilotOrganization           455
2326 #define OBJ_pilotOrganization           OBJ_pilotObjectClass,20L
2327
2328 #define LN_pilotDSA             "pilotDSA"
2329 #define NID_pilotDSA            456
2330 #define OBJ_pilotDSA            OBJ_pilotObjectClass,21L
2331
2332 #define LN_qualityLabelledData          "qualityLabelledData"
2333 #define NID_qualityLabelledData         457
2334 #define OBJ_qualityLabelledData         OBJ_pilotObjectClass,22L
2335
2336 #define SN_userId               "UID"
2337 #define LN_userId               "userId"
2338 #define NID_userId              458
2339 #define OBJ_userId              OBJ_pilotAttributeType,1L
2340
2341 #define LN_textEncodedORAddress         "textEncodedORAddress"
2342 #define NID_textEncodedORAddress                459
2343 #define OBJ_textEncodedORAddress                OBJ_pilotAttributeType,2L
2344
2345 #define LN_rfc822Mailbox                "rfc822Mailbox"
2346 #define NID_rfc822Mailbox               460
2347 #define OBJ_rfc822Mailbox               OBJ_pilotAttributeType,3L
2348
2349 #define SN_info         "info"
2350 #define NID_info                461
2351 #define OBJ_info                OBJ_pilotAttributeType,4L
2352
2353 #define LN_favouriteDrink               "favouriteDrink"
2354 #define NID_favouriteDrink              462
2355 #define OBJ_favouriteDrink              OBJ_pilotAttributeType,5L
2356
2357 #define LN_roomNumber           "roomNumber"
2358 #define NID_roomNumber          463
2359 #define OBJ_roomNumber          OBJ_pilotAttributeType,6L
2360
2361 #define SN_photo                "photo"
2362 #define NID_photo               464
2363 #define OBJ_photo               OBJ_pilotAttributeType,7L
2364
2365 #define LN_userClass            "userClass"
2366 #define NID_userClass           465
2367 #define OBJ_userClass           OBJ_pilotAttributeType,8L
2368
2369 #define SN_host         "host"
2370 #define NID_host                466
2371 #define OBJ_host                OBJ_pilotAttributeType,9L
2372
2373 #define SN_manager              "manager"
2374 #define NID_manager             467
2375 #define OBJ_manager             OBJ_pilotAttributeType,10L
2376
2377 #define LN_documentIdentifier           "documentIdentifier"
2378 #define NID_documentIdentifier          468
2379 #define OBJ_documentIdentifier          OBJ_pilotAttributeType,11L
2380
2381 #define LN_documentTitle                "documentTitle"
2382 #define NID_documentTitle               469
2383 #define OBJ_documentTitle               OBJ_pilotAttributeType,12L
2384
2385 #define LN_documentVersion              "documentVersion"
2386 #define NID_documentVersion             470
2387 #define OBJ_documentVersion             OBJ_pilotAttributeType,13L
2388
2389 #define LN_documentAuthor               "documentAuthor"
2390 #define NID_documentAuthor              471
2391 #define OBJ_documentAuthor              OBJ_pilotAttributeType,14L
2392
2393 #define LN_documentLocation             "documentLocation"
2394 #define NID_documentLocation            472
2395 #define OBJ_documentLocation            OBJ_pilotAttributeType,15L
2396
2397 #define LN_homeTelephoneNumber          "homeTelephoneNumber"
2398 #define NID_homeTelephoneNumber         473
2399 #define OBJ_homeTelephoneNumber         OBJ_pilotAttributeType,20L
2400
2401 #define SN_secretary            "secretary"
2402 #define NID_secretary           474
2403 #define OBJ_secretary           OBJ_pilotAttributeType,21L
2404
2405 #define LN_otherMailbox         "otherMailbox"
2406 #define NID_otherMailbox                475
2407 #define OBJ_otherMailbox                OBJ_pilotAttributeType,22L
2408
2409 #define LN_lastModifiedTime             "lastModifiedTime"
2410 #define NID_lastModifiedTime            476
2411 #define OBJ_lastModifiedTime            OBJ_pilotAttributeType,23L
2412
2413 #define LN_lastModifiedBy               "lastModifiedBy"
2414 #define NID_lastModifiedBy              477
2415 #define OBJ_lastModifiedBy              OBJ_pilotAttributeType,24L
2416
2417 #define SN_domainComponent              "DC"
2418 #define LN_domainComponent              "domainComponent"
2419 #define NID_domainComponent             391
2420 #define OBJ_domainComponent             OBJ_pilotAttributeType,25L
2421
2422 #define LN_aRecord              "aRecord"
2423 #define NID_aRecord             478
2424 #define OBJ_aRecord             OBJ_pilotAttributeType,26L
2425
2426 #define LN_pilotAttributeType27         "pilotAttributeType27"
2427 #define NID_pilotAttributeType27                479
2428 #define OBJ_pilotAttributeType27                OBJ_pilotAttributeType,27L
2429
2430 #define LN_mXRecord             "mXRecord"
2431 #define NID_mXRecord            480
2432 #define OBJ_mXRecord            OBJ_pilotAttributeType,28L
2433
2434 #define LN_nSRecord             "nSRecord"
2435 #define NID_nSRecord            481
2436 #define OBJ_nSRecord            OBJ_pilotAttributeType,29L
2437
2438 #define LN_sOARecord            "sOARecord"
2439 #define NID_sOARecord           482
2440 #define OBJ_sOARecord           OBJ_pilotAttributeType,30L
2441
2442 #define LN_cNAMERecord          "cNAMERecord"
2443 #define NID_cNAMERecord         483
2444 #define OBJ_cNAMERecord         OBJ_pilotAttributeType,31L
2445
2446 #define LN_associatedDomain             "associatedDomain"
2447 #define NID_associatedDomain            484
2448 #define OBJ_associatedDomain            OBJ_pilotAttributeType,37L
2449
2450 #define LN_associatedName               "associatedName"
2451 #define NID_associatedName              485
2452 #define OBJ_associatedName              OBJ_pilotAttributeType,38L
2453
2454 #define LN_homePostalAddress            "homePostalAddress"
2455 #define NID_homePostalAddress           486
2456 #define OBJ_homePostalAddress           OBJ_pilotAttributeType,39L
2457
2458 #define LN_personalTitle                "personalTitle"
2459 #define NID_personalTitle               487
2460 #define OBJ_personalTitle               OBJ_pilotAttributeType,40L
2461
2462 #define LN_mobileTelephoneNumber                "mobileTelephoneNumber"
2463 #define NID_mobileTelephoneNumber               488
2464 #define OBJ_mobileTelephoneNumber               OBJ_pilotAttributeType,41L
2465
2466 #define LN_pagerTelephoneNumber         "pagerTelephoneNumber"
2467 #define NID_pagerTelephoneNumber                489
2468 #define OBJ_pagerTelephoneNumber                OBJ_pilotAttributeType,42L
2469
2470 #define LN_friendlyCountryName          "friendlyCountryName"
2471 #define NID_friendlyCountryName         490
2472 #define OBJ_friendlyCountryName         OBJ_pilotAttributeType,43L
2473
2474 #define LN_organizationalStatus         "organizationalStatus"
2475 #define NID_organizationalStatus                491
2476 #define OBJ_organizationalStatus                OBJ_pilotAttributeType,45L
2477
2478 #define LN_janetMailbox         "janetMailbox"
2479 #define NID_janetMailbox                492
2480 #define OBJ_janetMailbox                OBJ_pilotAttributeType,46L
2481
2482 #define LN_mailPreferenceOption         "mailPreferenceOption"
2483 #define NID_mailPreferenceOption                493
2484 #define OBJ_mailPreferenceOption                OBJ_pilotAttributeType,47L
2485
2486 #define LN_buildingName         "buildingName"
2487 #define NID_buildingName                494
2488 #define OBJ_buildingName                OBJ_pilotAttributeType,48L
2489
2490 #define LN_dSAQuality           "dSAQuality"
2491 #define NID_dSAQuality          495
2492 #define OBJ_dSAQuality          OBJ_pilotAttributeType,49L
2493
2494 #define LN_singleLevelQuality           "singleLevelQuality"
2495 #define NID_singleLevelQuality          496
2496 #define OBJ_singleLevelQuality          OBJ_pilotAttributeType,50L
2497
2498 #define LN_subtreeMinimumQuality                "subtreeMinimumQuality"
2499 #define NID_subtreeMinimumQuality               497
2500 #define OBJ_subtreeMinimumQuality               OBJ_pilotAttributeType,51L
2501
2502 #define LN_subtreeMaximumQuality                "subtreeMaximumQuality"
2503 #define NID_subtreeMaximumQuality               498
2504 #define OBJ_subtreeMaximumQuality               OBJ_pilotAttributeType,52L
2505
2506 #define LN_personalSignature            "personalSignature"
2507 #define NID_personalSignature           499
2508 #define OBJ_personalSignature           OBJ_pilotAttributeType,53L
2509
2510 #define LN_dITRedirect          "dITRedirect"
2511 #define NID_dITRedirect         500
2512 #define OBJ_dITRedirect         OBJ_pilotAttributeType,54L
2513
2514 #define SN_audio                "audio"
2515 #define NID_audio               501
2516 #define OBJ_audio               OBJ_pilotAttributeType,55L
2517
2518 #define LN_documentPublisher            "documentPublisher"
2519 #define NID_documentPublisher           502
2520 #define OBJ_documentPublisher           OBJ_pilotAttributeType,56L
2521