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