diff options
Diffstat (limited to 'src/lib/libcrypto/objects/obj_mac.h')
-rw-r--r-- | src/lib/libcrypto/objects/obj_mac.h | 3914 |
1 files changed, 0 insertions, 3914 deletions
diff --git a/src/lib/libcrypto/objects/obj_mac.h b/src/lib/libcrypto/objects/obj_mac.h deleted file mode 100644 index 282f11a8a8..0000000000 --- a/src/lib/libcrypto/objects/obj_mac.h +++ /dev/null | |||
@@ -1,3914 +0,0 @@ | |||
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_itu_t "ITU-T" | ||
71 | #define LN_itu_t "itu-t" | ||
72 | #define NID_itu_t 645 | ||
73 | #define OBJ_itu_t 0L | ||
74 | |||
75 | #define NID_ccitt 404 | ||
76 | #define OBJ_ccitt OBJ_itu_t | ||
77 | |||
78 | #define SN_iso "ISO" | ||
79 | #define LN_iso "iso" | ||
80 | #define NID_iso 181 | ||
81 | #define OBJ_iso 1L | ||
82 | |||
83 | #define SN_joint_iso_itu_t "JOINT-ISO-ITU-T" | ||
84 | #define LN_joint_iso_itu_t "joint-iso-itu-t" | ||
85 | #define NID_joint_iso_itu_t 646 | ||
86 | #define OBJ_joint_iso_itu_t 2L | ||
87 | |||
88 | #define NID_joint_iso_ccitt 393 | ||
89 | #define OBJ_joint_iso_ccitt OBJ_joint_iso_itu_t | ||
90 | |||
91 | #define SN_member_body "member-body" | ||
92 | #define LN_member_body "ISO Member Body" | ||
93 | #define NID_member_body 182 | ||
94 | #define OBJ_member_body OBJ_iso,2L | ||
95 | |||
96 | #define SN_identified_organization "identified-organization" | ||
97 | #define NID_identified_organization 676 | ||
98 | #define OBJ_identified_organization OBJ_iso,3L | ||
99 | |||
100 | #define SN_hmac_md5 "HMAC-MD5" | ||
101 | #define LN_hmac_md5 "hmac-md5" | ||
102 | #define NID_hmac_md5 780 | ||
103 | #define OBJ_hmac_md5 OBJ_identified_organization,6L,1L,5L,5L,8L,1L,1L | ||
104 | |||
105 | #define SN_hmac_sha1 "HMAC-SHA1" | ||
106 | #define LN_hmac_sha1 "hmac-sha1" | ||
107 | #define NID_hmac_sha1 781 | ||
108 | #define OBJ_hmac_sha1 OBJ_identified_organization,6L,1L,5L,5L,8L,1L,2L | ||
109 | |||
110 | #define SN_certicom_arc "certicom-arc" | ||
111 | #define NID_certicom_arc 677 | ||
112 | #define OBJ_certicom_arc OBJ_identified_organization,132L | ||
113 | |||
114 | #define SN_international_organizations "international-organizations" | ||
115 | #define LN_international_organizations "International Organizations" | ||
116 | #define NID_international_organizations 647 | ||
117 | #define OBJ_international_organizations OBJ_joint_iso_itu_t,23L | ||
118 | |||
119 | #define SN_wap "wap" | ||
120 | #define NID_wap 678 | ||
121 | #define OBJ_wap OBJ_international_organizations,43L | ||
122 | |||
123 | #define SN_wap_wsg "wap-wsg" | ||
124 | #define NID_wap_wsg 679 | ||
125 | #define OBJ_wap_wsg OBJ_wap,1L | ||
126 | |||
127 | #define SN_selected_attribute_types "selected-attribute-types" | ||
128 | #define LN_selected_attribute_types "Selected Attribute Types" | ||
129 | #define NID_selected_attribute_types 394 | ||
130 | #define OBJ_selected_attribute_types OBJ_joint_iso_itu_t,5L,1L,5L | ||
131 | |||
132 | #define SN_clearance "clearance" | ||
133 | #define NID_clearance 395 | ||
134 | #define OBJ_clearance OBJ_selected_attribute_types,55L | ||
135 | |||
136 | #define SN_ISO_US "ISO-US" | ||
137 | #define LN_ISO_US "ISO US Member Body" | ||
138 | #define NID_ISO_US 183 | ||
139 | #define OBJ_ISO_US OBJ_member_body,840L | ||
140 | |||
141 | #define SN_X9_57 "X9-57" | ||
142 | #define LN_X9_57 "X9.57" | ||
143 | #define NID_X9_57 184 | ||
144 | #define OBJ_X9_57 OBJ_ISO_US,10040L | ||
145 | |||
146 | #define SN_X9cm "X9cm" | ||
147 | #define LN_X9cm "X9.57 CM ?" | ||
148 | #define NID_X9cm 185 | ||
149 | #define OBJ_X9cm OBJ_X9_57,4L | ||
150 | |||
151 | #define SN_dsa "DSA" | ||
152 | #define LN_dsa "dsaEncryption" | ||
153 | #define NID_dsa 116 | ||
154 | #define OBJ_dsa OBJ_X9cm,1L | ||
155 | |||
156 | #define SN_dsaWithSHA1 "DSA-SHA1" | ||
157 | #define LN_dsaWithSHA1 "dsaWithSHA1" | ||
158 | #define NID_dsaWithSHA1 113 | ||
159 | #define OBJ_dsaWithSHA1 OBJ_X9cm,3L | ||
160 | |||
161 | #define SN_ansi_X9_62 "ansi-X9-62" | ||
162 | #define LN_ansi_X9_62 "ANSI X9.62" | ||
163 | #define NID_ansi_X9_62 405 | ||
164 | #define OBJ_ansi_X9_62 OBJ_ISO_US,10045L | ||
165 | |||
166 | #define OBJ_X9_62_id_fieldType OBJ_ansi_X9_62,1L | ||
167 | |||
168 | #define SN_X9_62_prime_field "prime-field" | ||
169 | #define NID_X9_62_prime_field 406 | ||
170 | #define OBJ_X9_62_prime_field OBJ_X9_62_id_fieldType,1L | ||
171 | |||
172 | #define SN_X9_62_characteristic_two_field "characteristic-two-field" | ||
173 | #define NID_X9_62_characteristic_two_field 407 | ||
174 | #define OBJ_X9_62_characteristic_two_field OBJ_X9_62_id_fieldType,2L | ||
175 | |||
176 | #define SN_X9_62_id_characteristic_two_basis "id-characteristic-two-basis" | ||
177 | #define NID_X9_62_id_characteristic_two_basis 680 | ||
178 | #define OBJ_X9_62_id_characteristic_two_basis OBJ_X9_62_characteristic_two_field,3L | ||
179 | |||
180 | #define SN_X9_62_onBasis "onBasis" | ||
181 | #define NID_X9_62_onBasis 681 | ||
182 | #define OBJ_X9_62_onBasis OBJ_X9_62_id_characteristic_two_basis,1L | ||
183 | |||
184 | #define SN_X9_62_tpBasis "tpBasis" | ||
185 | #define NID_X9_62_tpBasis 682 | ||
186 | #define OBJ_X9_62_tpBasis OBJ_X9_62_id_characteristic_two_basis,2L | ||
187 | |||
188 | #define SN_X9_62_ppBasis "ppBasis" | ||
189 | #define NID_X9_62_ppBasis 683 | ||
190 | #define OBJ_X9_62_ppBasis OBJ_X9_62_id_characteristic_two_basis,3L | ||
191 | |||
192 | #define OBJ_X9_62_id_publicKeyType OBJ_ansi_X9_62,2L | ||
193 | |||
194 | #define SN_X9_62_id_ecPublicKey "id-ecPublicKey" | ||
195 | #define NID_X9_62_id_ecPublicKey 408 | ||
196 | #define OBJ_X9_62_id_ecPublicKey OBJ_X9_62_id_publicKeyType,1L | ||
197 | |||
198 | #define OBJ_X9_62_ellipticCurve OBJ_ansi_X9_62,3L | ||
199 | |||
200 | #define OBJ_X9_62_c_TwoCurve OBJ_X9_62_ellipticCurve,0L | ||
201 | |||
202 | #define SN_X9_62_c2pnb163v1 "c2pnb163v1" | ||
203 | #define NID_X9_62_c2pnb163v1 684 | ||
204 | #define OBJ_X9_62_c2pnb163v1 OBJ_X9_62_c_TwoCurve,1L | ||
205 | |||
206 | #define SN_X9_62_c2pnb163v2 "c2pnb163v2" | ||
207 | #define NID_X9_62_c2pnb163v2 685 | ||
208 | #define OBJ_X9_62_c2pnb163v2 OBJ_X9_62_c_TwoCurve,2L | ||
209 | |||
210 | #define SN_X9_62_c2pnb163v3 "c2pnb163v3" | ||
211 | #define NID_X9_62_c2pnb163v3 686 | ||
212 | #define OBJ_X9_62_c2pnb163v3 OBJ_X9_62_c_TwoCurve,3L | ||
213 | |||
214 | #define SN_X9_62_c2pnb176v1 "c2pnb176v1" | ||
215 | #define NID_X9_62_c2pnb176v1 687 | ||
216 | #define OBJ_X9_62_c2pnb176v1 OBJ_X9_62_c_TwoCurve,4L | ||
217 | |||
218 | #define SN_X9_62_c2tnb191v1 "c2tnb191v1" | ||
219 | #define NID_X9_62_c2tnb191v1 688 | ||
220 | #define OBJ_X9_62_c2tnb191v1 OBJ_X9_62_c_TwoCurve,5L | ||
221 | |||
222 | #define SN_X9_62_c2tnb191v2 "c2tnb191v2" | ||
223 | #define NID_X9_62_c2tnb191v2 689 | ||
224 | #define OBJ_X9_62_c2tnb191v2 OBJ_X9_62_c_TwoCurve,6L | ||
225 | |||
226 | #define SN_X9_62_c2tnb191v3 "c2tnb191v3" | ||
227 | #define NID_X9_62_c2tnb191v3 690 | ||
228 | #define OBJ_X9_62_c2tnb191v3 OBJ_X9_62_c_TwoCurve,7L | ||
229 | |||
230 | #define SN_X9_62_c2onb191v4 "c2onb191v4" | ||
231 | #define NID_X9_62_c2onb191v4 691 | ||
232 | #define OBJ_X9_62_c2onb191v4 OBJ_X9_62_c_TwoCurve,8L | ||
233 | |||
234 | #define SN_X9_62_c2onb191v5 "c2onb191v5" | ||
235 | #define NID_X9_62_c2onb191v5 692 | ||
236 | #define OBJ_X9_62_c2onb191v5 OBJ_X9_62_c_TwoCurve,9L | ||
237 | |||
238 | #define SN_X9_62_c2pnb208w1 "c2pnb208w1" | ||
239 | #define NID_X9_62_c2pnb208w1 693 | ||
240 | #define OBJ_X9_62_c2pnb208w1 OBJ_X9_62_c_TwoCurve,10L | ||
241 | |||
242 | #define SN_X9_62_c2tnb239v1 "c2tnb239v1" | ||
243 | #define NID_X9_62_c2tnb239v1 694 | ||
244 | #define OBJ_X9_62_c2tnb239v1 OBJ_X9_62_c_TwoCurve,11L | ||
245 | |||
246 | #define SN_X9_62_c2tnb239v2 "c2tnb239v2" | ||
247 | #define NID_X9_62_c2tnb239v2 695 | ||
248 | #define OBJ_X9_62_c2tnb239v2 OBJ_X9_62_c_TwoCurve,12L | ||
249 | |||
250 | #define SN_X9_62_c2tnb239v3 "c2tnb239v3" | ||
251 | #define NID_X9_62_c2tnb239v3 696 | ||
252 | #define OBJ_X9_62_c2tnb239v3 OBJ_X9_62_c_TwoCurve,13L | ||
253 | |||
254 | #define SN_X9_62_c2onb239v4 "c2onb239v4" | ||
255 | #define NID_X9_62_c2onb239v4 697 | ||
256 | #define OBJ_X9_62_c2onb239v4 OBJ_X9_62_c_TwoCurve,14L | ||
257 | |||
258 | #define SN_X9_62_c2onb239v5 "c2onb239v5" | ||
259 | #define NID_X9_62_c2onb239v5 698 | ||
260 | #define OBJ_X9_62_c2onb239v5 OBJ_X9_62_c_TwoCurve,15L | ||
261 | |||
262 | #define SN_X9_62_c2pnb272w1 "c2pnb272w1" | ||
263 | #define NID_X9_62_c2pnb272w1 699 | ||
264 | #define OBJ_X9_62_c2pnb272w1 OBJ_X9_62_c_TwoCurve,16L | ||
265 | |||
266 | #define SN_X9_62_c2pnb304w1 "c2pnb304w1" | ||
267 | #define NID_X9_62_c2pnb304w1 700 | ||
268 | #define OBJ_X9_62_c2pnb304w1 OBJ_X9_62_c_TwoCurve,17L | ||
269 | |||
270 | #define SN_X9_62_c2tnb359v1 "c2tnb359v1" | ||
271 | #define NID_X9_62_c2tnb359v1 701 | ||
272 | #define OBJ_X9_62_c2tnb359v1 OBJ_X9_62_c_TwoCurve,18L | ||
273 | |||
274 | #define SN_X9_62_c2pnb368w1 "c2pnb368w1" | ||
275 | #define NID_X9_62_c2pnb368w1 702 | ||
276 | #define OBJ_X9_62_c2pnb368w1 OBJ_X9_62_c_TwoCurve,19L | ||
277 | |||
278 | #define SN_X9_62_c2tnb431r1 "c2tnb431r1" | ||
279 | #define NID_X9_62_c2tnb431r1 703 | ||
280 | #define OBJ_X9_62_c2tnb431r1 OBJ_X9_62_c_TwoCurve,20L | ||
281 | |||
282 | #define OBJ_X9_62_primeCurve OBJ_X9_62_ellipticCurve,1L | ||
283 | |||
284 | #define SN_X9_62_prime192v1 "prime192v1" | ||
285 | #define NID_X9_62_prime192v1 409 | ||
286 | #define OBJ_X9_62_prime192v1 OBJ_X9_62_primeCurve,1L | ||
287 | |||
288 | #define SN_X9_62_prime192v2 "prime192v2" | ||
289 | #define NID_X9_62_prime192v2 410 | ||
290 | #define OBJ_X9_62_prime192v2 OBJ_X9_62_primeCurve,2L | ||
291 | |||
292 | #define SN_X9_62_prime192v3 "prime192v3" | ||
293 | #define NID_X9_62_prime192v3 411 | ||
294 | #define OBJ_X9_62_prime192v3 OBJ_X9_62_primeCurve,3L | ||
295 | |||
296 | #define SN_X9_62_prime239v1 "prime239v1" | ||
297 | #define NID_X9_62_prime239v1 412 | ||
298 | #define OBJ_X9_62_prime239v1 OBJ_X9_62_primeCurve,4L | ||
299 | |||
300 | #define SN_X9_62_prime239v2 "prime239v2" | ||
301 | #define NID_X9_62_prime239v2 413 | ||
302 | #define OBJ_X9_62_prime239v2 OBJ_X9_62_primeCurve,5L | ||
303 | |||
304 | #define SN_X9_62_prime239v3 "prime239v3" | ||
305 | #define NID_X9_62_prime239v3 414 | ||
306 | #define OBJ_X9_62_prime239v3 OBJ_X9_62_primeCurve,6L | ||
307 | |||
308 | #define SN_X9_62_prime256v1 "prime256v1" | ||
309 | #define NID_X9_62_prime256v1 415 | ||
310 | #define OBJ_X9_62_prime256v1 OBJ_X9_62_primeCurve,7L | ||
311 | |||
312 | #define OBJ_X9_62_id_ecSigType OBJ_ansi_X9_62,4L | ||
313 | |||
314 | #define SN_ecdsa_with_SHA1 "ecdsa-with-SHA1" | ||
315 | #define NID_ecdsa_with_SHA1 416 | ||
316 | #define OBJ_ecdsa_with_SHA1 OBJ_X9_62_id_ecSigType,1L | ||
317 | |||
318 | #define SN_ecdsa_with_Recommended "ecdsa-with-Recommended" | ||
319 | #define NID_ecdsa_with_Recommended 791 | ||
320 | #define OBJ_ecdsa_with_Recommended OBJ_X9_62_id_ecSigType,2L | ||
321 | |||
322 | #define SN_ecdsa_with_Specified "ecdsa-with-Specified" | ||
323 | #define NID_ecdsa_with_Specified 792 | ||
324 | #define OBJ_ecdsa_with_Specified OBJ_X9_62_id_ecSigType,3L | ||
325 | |||
326 | #define SN_ecdsa_with_SHA224 "ecdsa-with-SHA224" | ||
327 | #define NID_ecdsa_with_SHA224 793 | ||
328 | #define OBJ_ecdsa_with_SHA224 OBJ_ecdsa_with_Specified,1L | ||
329 | |||
330 | #define SN_ecdsa_with_SHA256 "ecdsa-with-SHA256" | ||
331 | #define NID_ecdsa_with_SHA256 794 | ||
332 | #define OBJ_ecdsa_with_SHA256 OBJ_ecdsa_with_Specified,2L | ||
333 | |||
334 | #define SN_ecdsa_with_SHA384 "ecdsa-with-SHA384" | ||
335 | #define NID_ecdsa_with_SHA384 795 | ||
336 | #define OBJ_ecdsa_with_SHA384 OBJ_ecdsa_with_Specified,3L | ||
337 | |||
338 | #define SN_ecdsa_with_SHA512 "ecdsa-with-SHA512" | ||
339 | #define NID_ecdsa_with_SHA512 796 | ||
340 | #define OBJ_ecdsa_with_SHA512 OBJ_ecdsa_with_Specified,4L | ||
341 | |||
342 | #define OBJ_secg_ellipticCurve OBJ_certicom_arc,0L | ||
343 | |||
344 | #define SN_secp112r1 "secp112r1" | ||
345 | #define NID_secp112r1 704 | ||
346 | #define OBJ_secp112r1 OBJ_secg_ellipticCurve,6L | ||
347 | |||
348 | #define SN_secp112r2 "secp112r2" | ||
349 | #define NID_secp112r2 705 | ||
350 | #define OBJ_secp112r2 OBJ_secg_ellipticCurve,7L | ||
351 | |||
352 | #define SN_secp128r1 "secp128r1" | ||
353 | #define NID_secp128r1 706 | ||
354 | #define OBJ_secp128r1 OBJ_secg_ellipticCurve,28L | ||
355 | |||
356 | #define SN_secp128r2 "secp128r2" | ||
357 | #define NID_secp128r2 707 | ||
358 | #define OBJ_secp128r2 OBJ_secg_ellipticCurve,29L | ||
359 | |||
360 | #define SN_secp160k1 "secp160k1" | ||
361 | #define NID_secp160k1 708 | ||
362 | #define OBJ_secp160k1 OBJ_secg_ellipticCurve,9L | ||
363 | |||
364 | #define SN_secp160r1 "secp160r1" | ||
365 | #define NID_secp160r1 709 | ||
366 | #define OBJ_secp160r1 OBJ_secg_ellipticCurve,8L | ||
367 | |||
368 | #define SN_secp160r2 "secp160r2" | ||
369 | #define NID_secp160r2 710 | ||
370 | #define OBJ_secp160r2 OBJ_secg_ellipticCurve,30L | ||
371 | |||
372 | #define SN_secp192k1 "secp192k1" | ||
373 | #define NID_secp192k1 711 | ||
374 | #define OBJ_secp192k1 OBJ_secg_ellipticCurve,31L | ||
375 | |||
376 | #define SN_secp224k1 "secp224k1" | ||
377 | #define NID_secp224k1 712 | ||
378 | #define OBJ_secp224k1 OBJ_secg_ellipticCurve,32L | ||
379 | |||
380 | #define SN_secp224r1 "secp224r1" | ||
381 | #define NID_secp224r1 713 | ||
382 | #define OBJ_secp224r1 OBJ_secg_ellipticCurve,33L | ||
383 | |||
384 | #define SN_secp256k1 "secp256k1" | ||
385 | #define NID_secp256k1 714 | ||
386 | #define OBJ_secp256k1 OBJ_secg_ellipticCurve,10L | ||
387 | |||
388 | #define SN_secp384r1 "secp384r1" | ||
389 | #define NID_secp384r1 715 | ||
390 | #define OBJ_secp384r1 OBJ_secg_ellipticCurve,34L | ||
391 | |||
392 | #define SN_secp521r1 "secp521r1" | ||
393 | #define NID_secp521r1 716 | ||
394 | #define OBJ_secp521r1 OBJ_secg_ellipticCurve,35L | ||
395 | |||
396 | #define SN_sect113r1 "sect113r1" | ||
397 | #define NID_sect113r1 717 | ||
398 | #define OBJ_sect113r1 OBJ_secg_ellipticCurve,4L | ||
399 | |||
400 | #define SN_sect113r2 "sect113r2" | ||
401 | #define NID_sect113r2 718 | ||
402 | #define OBJ_sect113r2 OBJ_secg_ellipticCurve,5L | ||
403 | |||
404 | #define SN_sect131r1 "sect131r1" | ||
405 | #define NID_sect131r1 719 | ||
406 | #define OBJ_sect131r1 OBJ_secg_ellipticCurve,22L | ||
407 | |||
408 | #define SN_sect131r2 "sect131r2" | ||
409 | #define NID_sect131r2 720 | ||
410 | #define OBJ_sect131r2 OBJ_secg_ellipticCurve,23L | ||
411 | |||
412 | #define SN_sect163k1 "sect163k1" | ||
413 | #define NID_sect163k1 721 | ||
414 | #define OBJ_sect163k1 OBJ_secg_ellipticCurve,1L | ||
415 | |||
416 | #define SN_sect163r1 "sect163r1" | ||
417 | #define NID_sect163r1 722 | ||
418 | #define OBJ_sect163r1 OBJ_secg_ellipticCurve,2L | ||
419 | |||
420 | #define SN_sect163r2 "sect163r2" | ||
421 | #define NID_sect163r2 723 | ||
422 | #define OBJ_sect163r2 OBJ_secg_ellipticCurve,15L | ||
423 | |||
424 | #define SN_sect193r1 "sect193r1" | ||
425 | #define NID_sect193r1 724 | ||
426 | #define OBJ_sect193r1 OBJ_secg_ellipticCurve,24L | ||
427 | |||
428 | #define SN_sect193r2 "sect193r2" | ||
429 | #define NID_sect193r2 725 | ||
430 | #define OBJ_sect193r2 OBJ_secg_ellipticCurve,25L | ||
431 | |||
432 | #define SN_sect233k1 "sect233k1" | ||
433 | #define NID_sect233k1 726 | ||
434 | #define OBJ_sect233k1 OBJ_secg_ellipticCurve,26L | ||
435 | |||
436 | #define SN_sect233r1 "sect233r1" | ||
437 | #define NID_sect233r1 727 | ||
438 | #define OBJ_sect233r1 OBJ_secg_ellipticCurve,27L | ||
439 | |||
440 | #define SN_sect239k1 "sect239k1" | ||
441 | #define NID_sect239k1 728 | ||
442 | #define OBJ_sect239k1 OBJ_secg_ellipticCurve,3L | ||
443 | |||
444 | #define SN_sect283k1 "sect283k1" | ||
445 | #define NID_sect283k1 729 | ||
446 | #define OBJ_sect283k1 OBJ_secg_ellipticCurve,16L | ||
447 | |||
448 | #define SN_sect283r1 "sect283r1" | ||
449 | #define NID_sect283r1 730 | ||
450 | #define OBJ_sect283r1 OBJ_secg_ellipticCurve,17L | ||
451 | |||
452 | #define SN_sect409k1 "sect409k1" | ||
453 | #define NID_sect409k1 731 | ||
454 | #define OBJ_sect409k1 OBJ_secg_ellipticCurve,36L | ||
455 | |||
456 | #define SN_sect409r1 "sect409r1" | ||
457 | #define NID_sect409r1 732 | ||
458 | #define OBJ_sect409r1 OBJ_secg_ellipticCurve,37L | ||
459 | |||
460 | #define SN_sect571k1 "sect571k1" | ||
461 | #define NID_sect571k1 733 | ||
462 | #define OBJ_sect571k1 OBJ_secg_ellipticCurve,38L | ||
463 | |||
464 | #define SN_sect571r1 "sect571r1" | ||
465 | #define NID_sect571r1 734 | ||
466 | #define OBJ_sect571r1 OBJ_secg_ellipticCurve,39L | ||
467 | |||
468 | #define OBJ_wap_wsg_idm_ecid OBJ_wap_wsg,4L | ||
469 | |||
470 | #define SN_wap_wsg_idm_ecid_wtls1 "wap-wsg-idm-ecid-wtls1" | ||
471 | #define NID_wap_wsg_idm_ecid_wtls1 735 | ||
472 | #define OBJ_wap_wsg_idm_ecid_wtls1 OBJ_wap_wsg_idm_ecid,1L | ||
473 | |||
474 | #define SN_wap_wsg_idm_ecid_wtls3 "wap-wsg-idm-ecid-wtls3" | ||
475 | #define NID_wap_wsg_idm_ecid_wtls3 736 | ||
476 | #define OBJ_wap_wsg_idm_ecid_wtls3 OBJ_wap_wsg_idm_ecid,3L | ||
477 | |||
478 | #define SN_wap_wsg_idm_ecid_wtls4 "wap-wsg-idm-ecid-wtls4" | ||
479 | #define NID_wap_wsg_idm_ecid_wtls4 737 | ||
480 | #define OBJ_wap_wsg_idm_ecid_wtls4 OBJ_wap_wsg_idm_ecid,4L | ||
481 | |||
482 | #define SN_wap_wsg_idm_ecid_wtls5 "wap-wsg-idm-ecid-wtls5" | ||
483 | #define NID_wap_wsg_idm_ecid_wtls5 738 | ||
484 | #define OBJ_wap_wsg_idm_ecid_wtls5 OBJ_wap_wsg_idm_ecid,5L | ||
485 | |||
486 | #define SN_wap_wsg_idm_ecid_wtls6 "wap-wsg-idm-ecid-wtls6" | ||
487 | #define NID_wap_wsg_idm_ecid_wtls6 739 | ||
488 | #define OBJ_wap_wsg_idm_ecid_wtls6 OBJ_wap_wsg_idm_ecid,6L | ||
489 | |||
490 | #define SN_wap_wsg_idm_ecid_wtls7 "wap-wsg-idm-ecid-wtls7" | ||
491 | #define NID_wap_wsg_idm_ecid_wtls7 740 | ||
492 | #define OBJ_wap_wsg_idm_ecid_wtls7 OBJ_wap_wsg_idm_ecid,7L | ||
493 | |||
494 | #define SN_wap_wsg_idm_ecid_wtls8 "wap-wsg-idm-ecid-wtls8" | ||
495 | #define NID_wap_wsg_idm_ecid_wtls8 741 | ||
496 | #define OBJ_wap_wsg_idm_ecid_wtls8 OBJ_wap_wsg_idm_ecid,8L | ||
497 | |||
498 | #define SN_wap_wsg_idm_ecid_wtls9 "wap-wsg-idm-ecid-wtls9" | ||
499 | #define NID_wap_wsg_idm_ecid_wtls9 742 | ||
500 | #define OBJ_wap_wsg_idm_ecid_wtls9 OBJ_wap_wsg_idm_ecid,9L | ||
501 | |||
502 | #define SN_wap_wsg_idm_ecid_wtls10 "wap-wsg-idm-ecid-wtls10" | ||
503 | #define NID_wap_wsg_idm_ecid_wtls10 743 | ||
504 | #define OBJ_wap_wsg_idm_ecid_wtls10 OBJ_wap_wsg_idm_ecid,10L | ||
505 | |||
506 | #define SN_wap_wsg_idm_ecid_wtls11 "wap-wsg-idm-ecid-wtls11" | ||
507 | #define NID_wap_wsg_idm_ecid_wtls11 744 | ||
508 | #define OBJ_wap_wsg_idm_ecid_wtls11 OBJ_wap_wsg_idm_ecid,11L | ||
509 | |||
510 | #define SN_wap_wsg_idm_ecid_wtls12 "wap-wsg-idm-ecid-wtls12" | ||
511 | #define NID_wap_wsg_idm_ecid_wtls12 745 | ||
512 | #define OBJ_wap_wsg_idm_ecid_wtls12 OBJ_wap_wsg_idm_ecid,12L | ||
513 | |||
514 | #define SN_cast5_cbc "CAST5-CBC" | ||
515 | #define LN_cast5_cbc "cast5-cbc" | ||
516 | #define NID_cast5_cbc 108 | ||
517 | #define OBJ_cast5_cbc OBJ_ISO_US,113533L,7L,66L,10L | ||
518 | |||
519 | #define SN_cast5_ecb "CAST5-ECB" | ||
520 | #define LN_cast5_ecb "cast5-ecb" | ||
521 | #define NID_cast5_ecb 109 | ||
522 | |||
523 | #define SN_cast5_cfb64 "CAST5-CFB" | ||
524 | #define LN_cast5_cfb64 "cast5-cfb" | ||
525 | #define NID_cast5_cfb64 110 | ||
526 | |||
527 | #define SN_cast5_ofb64 "CAST5-OFB" | ||
528 | #define LN_cast5_ofb64 "cast5-ofb" | ||
529 | #define NID_cast5_ofb64 111 | ||
530 | |||
531 | #define LN_pbeWithMD5AndCast5_CBC "pbeWithMD5AndCast5CBC" | ||
532 | #define NID_pbeWithMD5AndCast5_CBC 112 | ||
533 | #define OBJ_pbeWithMD5AndCast5_CBC OBJ_ISO_US,113533L,7L,66L,12L | ||
534 | |||
535 | #define SN_id_PasswordBasedMAC "id-PasswordBasedMAC" | ||
536 | #define LN_id_PasswordBasedMAC "password based MAC" | ||
537 | #define NID_id_PasswordBasedMAC 782 | ||
538 | #define OBJ_id_PasswordBasedMAC OBJ_ISO_US,113533L,7L,66L,13L | ||
539 | |||
540 | #define SN_id_DHBasedMac "id-DHBasedMac" | ||
541 | #define LN_id_DHBasedMac "Diffie-Hellman based MAC" | ||
542 | #define NID_id_DHBasedMac 783 | ||
543 | #define OBJ_id_DHBasedMac OBJ_ISO_US,113533L,7L,66L,30L | ||
544 | |||
545 | #define SN_rsadsi "rsadsi" | ||
546 | #define LN_rsadsi "RSA Data Security, Inc." | ||
547 | #define NID_rsadsi 1 | ||
548 | #define OBJ_rsadsi OBJ_ISO_US,113549L | ||
549 | |||
550 | #define SN_pkcs "pkcs" | ||
551 | #define LN_pkcs "RSA Data Security, Inc. PKCS" | ||
552 | #define NID_pkcs 2 | ||
553 | #define OBJ_pkcs OBJ_rsadsi,1L | ||
554 | |||
555 | #define SN_pkcs1 "pkcs1" | ||
556 | #define NID_pkcs1 186 | ||
557 | #define OBJ_pkcs1 OBJ_pkcs,1L | ||
558 | |||
559 | #define LN_rsaEncryption "rsaEncryption" | ||
560 | #define NID_rsaEncryption 6 | ||
561 | #define OBJ_rsaEncryption OBJ_pkcs1,1L | ||
562 | |||
563 | #define SN_md2WithRSAEncryption "RSA-MD2" | ||
564 | #define LN_md2WithRSAEncryption "md2WithRSAEncryption" | ||
565 | #define NID_md2WithRSAEncryption 7 | ||
566 | #define OBJ_md2WithRSAEncryption OBJ_pkcs1,2L | ||
567 | |||
568 | #define SN_md4WithRSAEncryption "RSA-MD4" | ||
569 | #define LN_md4WithRSAEncryption "md4WithRSAEncryption" | ||
570 | #define NID_md4WithRSAEncryption 396 | ||
571 | #define OBJ_md4WithRSAEncryption OBJ_pkcs1,3L | ||
572 | |||
573 | #define SN_md5WithRSAEncryption "RSA-MD5" | ||
574 | #define LN_md5WithRSAEncryption "md5WithRSAEncryption" | ||
575 | #define NID_md5WithRSAEncryption 8 | ||
576 | #define OBJ_md5WithRSAEncryption OBJ_pkcs1,4L | ||
577 | |||
578 | #define SN_sha1WithRSAEncryption "RSA-SHA1" | ||
579 | #define LN_sha1WithRSAEncryption "sha1WithRSAEncryption" | ||
580 | #define NID_sha1WithRSAEncryption 65 | ||
581 | #define OBJ_sha1WithRSAEncryption OBJ_pkcs1,5L | ||
582 | |||
583 | #define SN_sha256WithRSAEncryption "RSA-SHA256" | ||
584 | #define LN_sha256WithRSAEncryption "sha256WithRSAEncryption" | ||
585 | #define NID_sha256WithRSAEncryption 668 | ||
586 | #define OBJ_sha256WithRSAEncryption OBJ_pkcs1,11L | ||
587 | |||
588 | #define SN_sha384WithRSAEncryption "RSA-SHA384" | ||
589 | #define LN_sha384WithRSAEncryption "sha384WithRSAEncryption" | ||
590 | #define NID_sha384WithRSAEncryption 669 | ||
591 | #define OBJ_sha384WithRSAEncryption OBJ_pkcs1,12L | ||
592 | |||
593 | #define SN_sha512WithRSAEncryption "RSA-SHA512" | ||
594 | #define LN_sha512WithRSAEncryption "sha512WithRSAEncryption" | ||
595 | #define NID_sha512WithRSAEncryption 670 | ||
596 | #define OBJ_sha512WithRSAEncryption OBJ_pkcs1,13L | ||
597 | |||
598 | #define SN_sha224WithRSAEncryption "RSA-SHA224" | ||
599 | #define LN_sha224WithRSAEncryption "sha224WithRSAEncryption" | ||
600 | #define NID_sha224WithRSAEncryption 671 | ||
601 | #define OBJ_sha224WithRSAEncryption OBJ_pkcs1,14L | ||
602 | |||
603 | #define SN_pkcs3 "pkcs3" | ||
604 | #define NID_pkcs3 27 | ||
605 | #define OBJ_pkcs3 OBJ_pkcs,3L | ||
606 | |||
607 | #define LN_dhKeyAgreement "dhKeyAgreement" | ||
608 | #define NID_dhKeyAgreement 28 | ||
609 | #define OBJ_dhKeyAgreement OBJ_pkcs3,1L | ||
610 | |||
611 | #define SN_pkcs5 "pkcs5" | ||
612 | #define NID_pkcs5 187 | ||
613 | #define OBJ_pkcs5 OBJ_pkcs,5L | ||
614 | |||
615 | #define SN_pbeWithMD2AndDES_CBC "PBE-MD2-DES" | ||
616 | #define LN_pbeWithMD2AndDES_CBC "pbeWithMD2AndDES-CBC" | ||
617 | #define NID_pbeWithMD2AndDES_CBC 9 | ||
618 | #define OBJ_pbeWithMD2AndDES_CBC OBJ_pkcs5,1L | ||
619 | |||
620 | #define SN_pbeWithMD5AndDES_CBC "PBE-MD5-DES" | ||
621 | #define LN_pbeWithMD5AndDES_CBC "pbeWithMD5AndDES-CBC" | ||
622 | #define NID_pbeWithMD5AndDES_CBC 10 | ||
623 | #define OBJ_pbeWithMD5AndDES_CBC OBJ_pkcs5,3L | ||
624 | |||
625 | #define SN_pbeWithMD2AndRC2_CBC "PBE-MD2-RC2-64" | ||
626 | #define LN_pbeWithMD2AndRC2_CBC "pbeWithMD2AndRC2-CBC" | ||
627 | #define NID_pbeWithMD2AndRC2_CBC 168 | ||
628 | #define OBJ_pbeWithMD2AndRC2_CBC OBJ_pkcs5,4L | ||
629 | |||
630 | #define SN_pbeWithMD5AndRC2_CBC "PBE-MD5-RC2-64" | ||
631 | #define LN_pbeWithMD5AndRC2_CBC "pbeWithMD5AndRC2-CBC" | ||
632 | #define NID_pbeWithMD5AndRC2_CBC 169 | ||
633 | #define OBJ_pbeWithMD5AndRC2_CBC OBJ_pkcs5,6L | ||
634 | |||
635 | #define SN_pbeWithSHA1AndDES_CBC "PBE-SHA1-DES" | ||
636 | #define LN_pbeWithSHA1AndDES_CBC "pbeWithSHA1AndDES-CBC" | ||
637 | #define NID_pbeWithSHA1AndDES_CBC 170 | ||
638 | #define OBJ_pbeWithSHA1AndDES_CBC OBJ_pkcs5,10L | ||
639 | |||
640 | #define SN_pbeWithSHA1AndRC2_CBC "PBE-SHA1-RC2-64" | ||
641 | #define LN_pbeWithSHA1AndRC2_CBC "pbeWithSHA1AndRC2-CBC" | ||
642 | #define NID_pbeWithSHA1AndRC2_CBC 68 | ||
643 | #define OBJ_pbeWithSHA1AndRC2_CBC OBJ_pkcs5,11L | ||
644 | |||
645 | #define LN_id_pbkdf2 "PBKDF2" | ||
646 | #define NID_id_pbkdf2 69 | ||
647 | #define OBJ_id_pbkdf2 OBJ_pkcs5,12L | ||
648 | |||
649 | #define LN_pbes2 "PBES2" | ||
650 | #define NID_pbes2 161 | ||
651 | #define OBJ_pbes2 OBJ_pkcs5,13L | ||
652 | |||
653 | #define LN_pbmac1 "PBMAC1" | ||
654 | #define NID_pbmac1 162 | ||
655 | #define OBJ_pbmac1 OBJ_pkcs5,14L | ||
656 | |||
657 | #define SN_pkcs7 "pkcs7" | ||
658 | #define NID_pkcs7 20 | ||
659 | #define OBJ_pkcs7 OBJ_pkcs,7L | ||
660 | |||
661 | #define LN_pkcs7_data "pkcs7-data" | ||
662 | #define NID_pkcs7_data 21 | ||
663 | #define OBJ_pkcs7_data OBJ_pkcs7,1L | ||
664 | |||
665 | #define LN_pkcs7_signed "pkcs7-signedData" | ||
666 | #define NID_pkcs7_signed 22 | ||
667 | #define OBJ_pkcs7_signed OBJ_pkcs7,2L | ||
668 | |||
669 | #define LN_pkcs7_enveloped "pkcs7-envelopedData" | ||
670 | #define NID_pkcs7_enveloped 23 | ||
671 | #define OBJ_pkcs7_enveloped OBJ_pkcs7,3L | ||
672 | |||
673 | #define LN_pkcs7_signedAndEnveloped "pkcs7-signedAndEnvelopedData" | ||
674 | #define NID_pkcs7_signedAndEnveloped 24 | ||
675 | #define OBJ_pkcs7_signedAndEnveloped OBJ_pkcs7,4L | ||
676 | |||
677 | #define LN_pkcs7_digest "pkcs7-digestData" | ||
678 | #define NID_pkcs7_digest 25 | ||
679 | #define OBJ_pkcs7_digest OBJ_pkcs7,5L | ||
680 | |||
681 | #define LN_pkcs7_encrypted "pkcs7-encryptedData" | ||
682 | #define NID_pkcs7_encrypted 26 | ||
683 | #define OBJ_pkcs7_encrypted OBJ_pkcs7,6L | ||
684 | |||
685 | #define SN_pkcs9 "pkcs9" | ||
686 | #define NID_pkcs9 47 | ||
687 | #define OBJ_pkcs9 OBJ_pkcs,9L | ||
688 | |||
689 | #define LN_pkcs9_emailAddress "emailAddress" | ||
690 | #define NID_pkcs9_emailAddress 48 | ||
691 | #define OBJ_pkcs9_emailAddress OBJ_pkcs9,1L | ||
692 | |||
693 | #define LN_pkcs9_unstructuredName "unstructuredName" | ||
694 | #define NID_pkcs9_unstructuredName 49 | ||
695 | #define OBJ_pkcs9_unstructuredName OBJ_pkcs9,2L | ||
696 | |||
697 | #define LN_pkcs9_contentType "contentType" | ||
698 | #define NID_pkcs9_contentType 50 | ||
699 | #define OBJ_pkcs9_contentType OBJ_pkcs9,3L | ||
700 | |||
701 | #define LN_pkcs9_messageDigest "messageDigest" | ||
702 | #define NID_pkcs9_messageDigest 51 | ||
703 | #define OBJ_pkcs9_messageDigest OBJ_pkcs9,4L | ||
704 | |||
705 | #define LN_pkcs9_signingTime "signingTime" | ||
706 | #define NID_pkcs9_signingTime 52 | ||
707 | #define OBJ_pkcs9_signingTime OBJ_pkcs9,5L | ||
708 | |||
709 | #define LN_pkcs9_countersignature "countersignature" | ||
710 | #define NID_pkcs9_countersignature 53 | ||
711 | #define OBJ_pkcs9_countersignature OBJ_pkcs9,6L | ||
712 | |||
713 | #define LN_pkcs9_challengePassword "challengePassword" | ||
714 | #define NID_pkcs9_challengePassword 54 | ||
715 | #define OBJ_pkcs9_challengePassword OBJ_pkcs9,7L | ||
716 | |||
717 | #define LN_pkcs9_unstructuredAddress "unstructuredAddress" | ||
718 | #define NID_pkcs9_unstructuredAddress 55 | ||
719 | #define OBJ_pkcs9_unstructuredAddress OBJ_pkcs9,8L | ||
720 | |||
721 | #define LN_pkcs9_extCertAttributes "extendedCertificateAttributes" | ||
722 | #define NID_pkcs9_extCertAttributes 56 | ||
723 | #define OBJ_pkcs9_extCertAttributes OBJ_pkcs9,9L | ||
724 | |||
725 | #define SN_ext_req "extReq" | ||
726 | #define LN_ext_req "Extension Request" | ||
727 | #define NID_ext_req 172 | ||
728 | #define OBJ_ext_req OBJ_pkcs9,14L | ||
729 | |||
730 | #define SN_SMIMECapabilities "SMIME-CAPS" | ||
731 | #define LN_SMIMECapabilities "S/MIME Capabilities" | ||
732 | #define NID_SMIMECapabilities 167 | ||
733 | #define OBJ_SMIMECapabilities OBJ_pkcs9,15L | ||
734 | |||
735 | #define SN_SMIME "SMIME" | ||
736 | #define LN_SMIME "S/MIME" | ||
737 | #define NID_SMIME 188 | ||
738 | #define OBJ_SMIME OBJ_pkcs9,16L | ||
739 | |||
740 | #define SN_id_smime_mod "id-smime-mod" | ||
741 | #define NID_id_smime_mod 189 | ||
742 | #define OBJ_id_smime_mod OBJ_SMIME,0L | ||
743 | |||
744 | #define SN_id_smime_ct "id-smime-ct" | ||
745 | #define NID_id_smime_ct 190 | ||
746 | #define OBJ_id_smime_ct OBJ_SMIME,1L | ||
747 | |||
748 | #define SN_id_smime_aa "id-smime-aa" | ||
749 | #define NID_id_smime_aa 191 | ||
750 | #define OBJ_id_smime_aa OBJ_SMIME,2L | ||
751 | |||
752 | #define SN_id_smime_alg "id-smime-alg" | ||
753 | #define NID_id_smime_alg 192 | ||
754 | #define OBJ_id_smime_alg OBJ_SMIME,3L | ||
755 | |||
756 | #define SN_id_smime_cd "id-smime-cd" | ||
757 | #define NID_id_smime_cd 193 | ||
758 | #define OBJ_id_smime_cd OBJ_SMIME,4L | ||
759 | |||
760 | #define SN_id_smime_spq "id-smime-spq" | ||
761 | #define NID_id_smime_spq 194 | ||
762 | #define OBJ_id_smime_spq OBJ_SMIME,5L | ||
763 | |||
764 | #define SN_id_smime_cti "id-smime-cti" | ||
765 | #define NID_id_smime_cti 195 | ||
766 | #define OBJ_id_smime_cti OBJ_SMIME,6L | ||
767 | |||
768 | #define SN_id_smime_mod_cms "id-smime-mod-cms" | ||
769 | #define NID_id_smime_mod_cms 196 | ||
770 | #define OBJ_id_smime_mod_cms OBJ_id_smime_mod,1L | ||
771 | |||
772 | #define SN_id_smime_mod_ess "id-smime-mod-ess" | ||
773 | #define NID_id_smime_mod_ess 197 | ||
774 | #define OBJ_id_smime_mod_ess OBJ_id_smime_mod,2L | ||
775 | |||
776 | #define SN_id_smime_mod_oid "id-smime-mod-oid" | ||
777 | #define NID_id_smime_mod_oid 198 | ||
778 | #define OBJ_id_smime_mod_oid OBJ_id_smime_mod,3L | ||
779 | |||
780 | #define SN_id_smime_mod_msg_v3 "id-smime-mod-msg-v3" | ||
781 | #define NID_id_smime_mod_msg_v3 199 | ||
782 | #define OBJ_id_smime_mod_msg_v3 OBJ_id_smime_mod,4L | ||
783 | |||
784 | #define SN_id_smime_mod_ets_eSignature_88 "id-smime-mod-ets-eSignature-88" | ||
785 | #define NID_id_smime_mod_ets_eSignature_88 200 | ||
786 | #define OBJ_id_smime_mod_ets_eSignature_88 OBJ_id_smime_mod,5L | ||
787 | |||
788 | #define SN_id_smime_mod_ets_eSignature_97 "id-smime-mod-ets-eSignature-97" | ||
789 | #define NID_id_smime_mod_ets_eSignature_97 201 | ||
790 | #define OBJ_id_smime_mod_ets_eSignature_97 OBJ_id_smime_mod,6L | ||
791 | |||
792 | #define SN_id_smime_mod_ets_eSigPolicy_88 "id-smime-mod-ets-eSigPolicy-88" | ||
793 | #define NID_id_smime_mod_ets_eSigPolicy_88 202 | ||
794 | #define OBJ_id_smime_mod_ets_eSigPolicy_88 OBJ_id_smime_mod,7L | ||
795 | |||
796 | #define SN_id_smime_mod_ets_eSigPolicy_97 "id-smime-mod-ets-eSigPolicy-97" | ||
797 | #define NID_id_smime_mod_ets_eSigPolicy_97 203 | ||
798 | #define OBJ_id_smime_mod_ets_eSigPolicy_97 OBJ_id_smime_mod,8L | ||
799 | |||
800 | #define SN_id_smime_ct_receipt "id-smime-ct-receipt" | ||
801 | #define NID_id_smime_ct_receipt 204 | ||
802 | #define OBJ_id_smime_ct_receipt OBJ_id_smime_ct,1L | ||
803 | |||
804 | #define SN_id_smime_ct_authData "id-smime-ct-authData" | ||
805 | #define NID_id_smime_ct_authData 205 | ||
806 | #define OBJ_id_smime_ct_authData OBJ_id_smime_ct,2L | ||
807 | |||
808 | #define SN_id_smime_ct_publishCert "id-smime-ct-publishCert" | ||
809 | #define NID_id_smime_ct_publishCert 206 | ||
810 | #define OBJ_id_smime_ct_publishCert OBJ_id_smime_ct,3L | ||
811 | |||
812 | #define SN_id_smime_ct_TSTInfo "id-smime-ct-TSTInfo" | ||
813 | #define NID_id_smime_ct_TSTInfo 207 | ||
814 | #define OBJ_id_smime_ct_TSTInfo OBJ_id_smime_ct,4L | ||
815 | |||
816 | #define SN_id_smime_ct_TDTInfo "id-smime-ct-TDTInfo" | ||
817 | #define NID_id_smime_ct_TDTInfo 208 | ||
818 | #define OBJ_id_smime_ct_TDTInfo OBJ_id_smime_ct,5L | ||
819 | |||
820 | #define SN_id_smime_ct_contentInfo "id-smime-ct-contentInfo" | ||
821 | #define NID_id_smime_ct_contentInfo 209 | ||
822 | #define OBJ_id_smime_ct_contentInfo OBJ_id_smime_ct,6L | ||
823 | |||
824 | #define SN_id_smime_ct_DVCSRequestData "id-smime-ct-DVCSRequestData" | ||
825 | #define NID_id_smime_ct_DVCSRequestData 210 | ||
826 | #define OBJ_id_smime_ct_DVCSRequestData OBJ_id_smime_ct,7L | ||
827 | |||
828 | #define SN_id_smime_ct_DVCSResponseData "id-smime-ct-DVCSResponseData" | ||
829 | #define NID_id_smime_ct_DVCSResponseData 211 | ||
830 | #define OBJ_id_smime_ct_DVCSResponseData OBJ_id_smime_ct,8L | ||
831 | |||
832 | #define SN_id_smime_ct_compressedData "id-smime-ct-compressedData" | ||
833 | #define NID_id_smime_ct_compressedData 786 | ||
834 | #define OBJ_id_smime_ct_compressedData OBJ_id_smime_ct,9L | ||
835 | |||
836 | #define SN_id_ct_asciiTextWithCRLF "id-ct-asciiTextWithCRLF" | ||
837 | #define NID_id_ct_asciiTextWithCRLF 787 | ||
838 | #define OBJ_id_ct_asciiTextWithCRLF OBJ_id_smime_ct,27L | ||
839 | |||
840 | #define SN_id_smime_aa_receiptRequest "id-smime-aa-receiptRequest" | ||
841 | #define NID_id_smime_aa_receiptRequest 212 | ||
842 | #define OBJ_id_smime_aa_receiptRequest OBJ_id_smime_aa,1L | ||
843 | |||
844 | #define SN_id_smime_aa_securityLabel "id-smime-aa-securityLabel" | ||
845 | #define NID_id_smime_aa_securityLabel 213 | ||
846 | #define OBJ_id_smime_aa_securityLabel OBJ_id_smime_aa,2L | ||
847 | |||
848 | #define SN_id_smime_aa_mlExpandHistory "id-smime-aa-mlExpandHistory" | ||
849 | #define NID_id_smime_aa_mlExpandHistory 214 | ||
850 | #define OBJ_id_smime_aa_mlExpandHistory OBJ_id_smime_aa,3L | ||
851 | |||
852 | #define SN_id_smime_aa_contentHint "id-smime-aa-contentHint" | ||
853 | #define NID_id_smime_aa_contentHint 215 | ||
854 | #define OBJ_id_smime_aa_contentHint OBJ_id_smime_aa,4L | ||
855 | |||
856 | #define SN_id_smime_aa_msgSigDigest "id-smime-aa-msgSigDigest" | ||
857 | #define NID_id_smime_aa_msgSigDigest 216 | ||
858 | #define OBJ_id_smime_aa_msgSigDigest OBJ_id_smime_aa,5L | ||
859 | |||
860 | #define SN_id_smime_aa_encapContentType "id-smime-aa-encapContentType" | ||
861 | #define NID_id_smime_aa_encapContentType 217 | ||
862 | #define OBJ_id_smime_aa_encapContentType OBJ_id_smime_aa,6L | ||
863 | |||
864 | #define SN_id_smime_aa_contentIdentifier "id-smime-aa-contentIdentifier" | ||
865 | #define NID_id_smime_aa_contentIdentifier 218 | ||
866 | #define OBJ_id_smime_aa_contentIdentifier OBJ_id_smime_aa,7L | ||
867 | |||
868 | #define SN_id_smime_aa_macValue "id-smime-aa-macValue" | ||
869 | #define NID_id_smime_aa_macValue 219 | ||
870 | #define OBJ_id_smime_aa_macValue OBJ_id_smime_aa,8L | ||
871 | |||
872 | #define SN_id_smime_aa_equivalentLabels "id-smime-aa-equivalentLabels" | ||
873 | #define NID_id_smime_aa_equivalentLabels 220 | ||
874 | #define OBJ_id_smime_aa_equivalentLabels OBJ_id_smime_aa,9L | ||
875 | |||
876 | #define SN_id_smime_aa_contentReference "id-smime-aa-contentReference" | ||
877 | #define NID_id_smime_aa_contentReference 221 | ||
878 | #define OBJ_id_smime_aa_contentReference OBJ_id_smime_aa,10L | ||
879 | |||
880 | #define SN_id_smime_aa_encrypKeyPref "id-smime-aa-encrypKeyPref" | ||
881 | #define NID_id_smime_aa_encrypKeyPref 222 | ||
882 | #define OBJ_id_smime_aa_encrypKeyPref OBJ_id_smime_aa,11L | ||
883 | |||
884 | #define SN_id_smime_aa_signingCertificate "id-smime-aa-signingCertificate" | ||
885 | #define NID_id_smime_aa_signingCertificate 223 | ||
886 | #define OBJ_id_smime_aa_signingCertificate OBJ_id_smime_aa,12L | ||
887 | |||
888 | #define SN_id_smime_aa_smimeEncryptCerts "id-smime-aa-smimeEncryptCerts" | ||
889 | #define NID_id_smime_aa_smimeEncryptCerts 224 | ||
890 | #define OBJ_id_smime_aa_smimeEncryptCerts OBJ_id_smime_aa,13L | ||
891 | |||
892 | #define SN_id_smime_aa_timeStampToken "id-smime-aa-timeStampToken" | ||
893 | #define NID_id_smime_aa_timeStampToken 225 | ||
894 | #define OBJ_id_smime_aa_timeStampToken OBJ_id_smime_aa,14L | ||
895 | |||
896 | #define SN_id_smime_aa_ets_sigPolicyId "id-smime-aa-ets-sigPolicyId" | ||
897 | #define NID_id_smime_aa_ets_sigPolicyId 226 | ||
898 | #define OBJ_id_smime_aa_ets_sigPolicyId OBJ_id_smime_aa,15L | ||
899 | |||
900 | #define SN_id_smime_aa_ets_commitmentType "id-smime-aa-ets-commitmentType" | ||
901 | #define NID_id_smime_aa_ets_commitmentType 227 | ||
902 | #define OBJ_id_smime_aa_ets_commitmentType OBJ_id_smime_aa,16L | ||
903 | |||
904 | #define SN_id_smime_aa_ets_signerLocation "id-smime-aa-ets-signerLocation" | ||
905 | #define NID_id_smime_aa_ets_signerLocation 228 | ||
906 | #define OBJ_id_smime_aa_ets_signerLocation OBJ_id_smime_aa,17L | ||
907 | |||
908 | #define SN_id_smime_aa_ets_signerAttr "id-smime-aa-ets-signerAttr" | ||
909 | #define NID_id_smime_aa_ets_signerAttr 229 | ||
910 | #define OBJ_id_smime_aa_ets_signerAttr OBJ_id_smime_aa,18L | ||
911 | |||
912 | #define SN_id_smime_aa_ets_otherSigCert "id-smime-aa-ets-otherSigCert" | ||
913 | #define NID_id_smime_aa_ets_otherSigCert 230 | ||
914 | #define OBJ_id_smime_aa_ets_otherSigCert OBJ_id_smime_aa,19L | ||
915 | |||
916 | #define SN_id_smime_aa_ets_contentTimestamp "id-smime-aa-ets-contentTimestamp" | ||
917 | #define NID_id_smime_aa_ets_contentTimestamp 231 | ||
918 | #define OBJ_id_smime_aa_ets_contentTimestamp OBJ_id_smime_aa,20L | ||
919 | |||
920 | #define SN_id_smime_aa_ets_CertificateRefs "id-smime-aa-ets-CertificateRefs" | ||
921 | #define NID_id_smime_aa_ets_CertificateRefs 232 | ||
922 | #define OBJ_id_smime_aa_ets_CertificateRefs OBJ_id_smime_aa,21L | ||
923 | |||
924 | #define SN_id_smime_aa_ets_RevocationRefs "id-smime-aa-ets-RevocationRefs" | ||
925 | #define NID_id_smime_aa_ets_RevocationRefs 233 | ||
926 | #define OBJ_id_smime_aa_ets_RevocationRefs OBJ_id_smime_aa,22L | ||
927 | |||
928 | #define SN_id_smime_aa_ets_certValues "id-smime-aa-ets-certValues" | ||
929 | #define NID_id_smime_aa_ets_certValues 234 | ||
930 | #define OBJ_id_smime_aa_ets_certValues OBJ_id_smime_aa,23L | ||
931 | |||
932 | #define SN_id_smime_aa_ets_revocationValues "id-smime-aa-ets-revocationValues" | ||
933 | #define NID_id_smime_aa_ets_revocationValues 235 | ||
934 | #define OBJ_id_smime_aa_ets_revocationValues OBJ_id_smime_aa,24L | ||
935 | |||
936 | #define SN_id_smime_aa_ets_escTimeStamp "id-smime-aa-ets-escTimeStamp" | ||
937 | #define NID_id_smime_aa_ets_escTimeStamp 236 | ||
938 | #define OBJ_id_smime_aa_ets_escTimeStamp OBJ_id_smime_aa,25L | ||
939 | |||
940 | #define SN_id_smime_aa_ets_certCRLTimestamp "id-smime-aa-ets-certCRLTimestamp" | ||
941 | #define NID_id_smime_aa_ets_certCRLTimestamp 237 | ||
942 | #define OBJ_id_smime_aa_ets_certCRLTimestamp OBJ_id_smime_aa,26L | ||
943 | |||
944 | #define SN_id_smime_aa_ets_archiveTimeStamp "id-smime-aa-ets-archiveTimeStamp" | ||
945 | #define NID_id_smime_aa_ets_archiveTimeStamp 238 | ||
946 | #define OBJ_id_smime_aa_ets_archiveTimeStamp OBJ_id_smime_aa,27L | ||
947 | |||
948 | #define SN_id_smime_aa_signatureType "id-smime-aa-signatureType" | ||
949 | #define NID_id_smime_aa_signatureType 239 | ||
950 | #define OBJ_id_smime_aa_signatureType OBJ_id_smime_aa,28L | ||
951 | |||
952 | #define SN_id_smime_aa_dvcs_dvc "id-smime-aa-dvcs-dvc" | ||
953 | #define NID_id_smime_aa_dvcs_dvc 240 | ||
954 | #define OBJ_id_smime_aa_dvcs_dvc OBJ_id_smime_aa,29L | ||
955 | |||
956 | #define SN_id_smime_alg_ESDHwith3DES "id-smime-alg-ESDHwith3DES" | ||
957 | #define NID_id_smime_alg_ESDHwith3DES 241 | ||
958 | #define OBJ_id_smime_alg_ESDHwith3DES OBJ_id_smime_alg,1L | ||
959 | |||
960 | #define SN_id_smime_alg_ESDHwithRC2 "id-smime-alg-ESDHwithRC2" | ||
961 | #define NID_id_smime_alg_ESDHwithRC2 242 | ||
962 | #define OBJ_id_smime_alg_ESDHwithRC2 OBJ_id_smime_alg,2L | ||
963 | |||
964 | #define SN_id_smime_alg_3DESwrap "id-smime-alg-3DESwrap" | ||
965 | #define NID_id_smime_alg_3DESwrap 243 | ||
966 | #define OBJ_id_smime_alg_3DESwrap OBJ_id_smime_alg,3L | ||
967 | |||
968 | #define SN_id_smime_alg_RC2wrap "id-smime-alg-RC2wrap" | ||
969 | #define NID_id_smime_alg_RC2wrap 244 | ||
970 | #define OBJ_id_smime_alg_RC2wrap OBJ_id_smime_alg,4L | ||
971 | |||
972 | #define SN_id_smime_alg_ESDH "id-smime-alg-ESDH" | ||
973 | #define NID_id_smime_alg_ESDH 245 | ||
974 | #define OBJ_id_smime_alg_ESDH OBJ_id_smime_alg,5L | ||
975 | |||
976 | #define SN_id_smime_alg_CMS3DESwrap "id-smime-alg-CMS3DESwrap" | ||
977 | #define NID_id_smime_alg_CMS3DESwrap 246 | ||
978 | #define OBJ_id_smime_alg_CMS3DESwrap OBJ_id_smime_alg,6L | ||
979 | |||
980 | #define SN_id_smime_alg_CMSRC2wrap "id-smime-alg-CMSRC2wrap" | ||
981 | #define NID_id_smime_alg_CMSRC2wrap 247 | ||
982 | #define OBJ_id_smime_alg_CMSRC2wrap OBJ_id_smime_alg,7L | ||
983 | |||
984 | #define SN_id_smime_cd_ldap "id-smime-cd-ldap" | ||
985 | #define NID_id_smime_cd_ldap 248 | ||
986 | #define OBJ_id_smime_cd_ldap OBJ_id_smime_cd,1L | ||
987 | |||
988 | #define SN_id_smime_spq_ets_sqt_uri "id-smime-spq-ets-sqt-uri" | ||
989 | #define NID_id_smime_spq_ets_sqt_uri 249 | ||
990 | #define OBJ_id_smime_spq_ets_sqt_uri OBJ_id_smime_spq,1L | ||
991 | |||
992 | #define SN_id_smime_spq_ets_sqt_unotice "id-smime-spq-ets-sqt-unotice" | ||
993 | #define NID_id_smime_spq_ets_sqt_unotice 250 | ||
994 | #define OBJ_id_smime_spq_ets_sqt_unotice OBJ_id_smime_spq,2L | ||
995 | |||
996 | #define SN_id_smime_cti_ets_proofOfOrigin "id-smime-cti-ets-proofOfOrigin" | ||
997 | #define NID_id_smime_cti_ets_proofOfOrigin 251 | ||
998 | #define OBJ_id_smime_cti_ets_proofOfOrigin OBJ_id_smime_cti,1L | ||
999 | |||
1000 | #define SN_id_smime_cti_ets_proofOfReceipt "id-smime-cti-ets-proofOfReceipt" | ||
1001 | #define NID_id_smime_cti_ets_proofOfReceipt 252 | ||
1002 | #define OBJ_id_smime_cti_ets_proofOfReceipt OBJ_id_smime_cti,2L | ||
1003 | |||
1004 | #define SN_id_smime_cti_ets_proofOfDelivery "id-smime-cti-ets-proofOfDelivery" | ||
1005 | #define NID_id_smime_cti_ets_proofOfDelivery 253 | ||
1006 | #define OBJ_id_smime_cti_ets_proofOfDelivery OBJ_id_smime_cti,3L | ||
1007 | |||
1008 | #define SN_id_smime_cti_ets_proofOfSender "id-smime-cti-ets-proofOfSender" | ||
1009 | #define NID_id_smime_cti_ets_proofOfSender 254 | ||
1010 | #define OBJ_id_smime_cti_ets_proofOfSender OBJ_id_smime_cti,4L | ||
1011 | |||
1012 | #define SN_id_smime_cti_ets_proofOfApproval "id-smime-cti-ets-proofOfApproval" | ||
1013 | #define NID_id_smime_cti_ets_proofOfApproval 255 | ||
1014 | #define OBJ_id_smime_cti_ets_proofOfApproval OBJ_id_smime_cti,5L | ||
1015 | |||
1016 | #define SN_id_smime_cti_ets_proofOfCreation "id-smime-cti-ets-proofOfCreation" | ||
1017 | #define NID_id_smime_cti_ets_proofOfCreation 256 | ||
1018 | #define OBJ_id_smime_cti_ets_proofOfCreation OBJ_id_smime_cti,6L | ||
1019 | |||
1020 | #define LN_friendlyName "friendlyName" | ||
1021 | #define NID_friendlyName 156 | ||
1022 | #define OBJ_friendlyName OBJ_pkcs9,20L | ||
1023 | |||
1024 | #define LN_localKeyID "localKeyID" | ||
1025 | #define NID_localKeyID 157 | ||
1026 | #define OBJ_localKeyID OBJ_pkcs9,21L | ||
1027 | |||
1028 | #define SN_ms_csp_name "CSPName" | ||
1029 | #define LN_ms_csp_name "Microsoft CSP Name" | ||
1030 | #define NID_ms_csp_name 417 | ||
1031 | #define OBJ_ms_csp_name 1L,3L,6L,1L,4L,1L,311L,17L,1L | ||
1032 | |||
1033 | #define SN_LocalKeySet "LocalKeySet" | ||
1034 | #define LN_LocalKeySet "Microsoft Local Key set" | ||
1035 | #define NID_LocalKeySet 856 | ||
1036 | #define OBJ_LocalKeySet 1L,3L,6L,1L,4L,1L,311L,17L,2L | ||
1037 | |||
1038 | #define OBJ_certTypes OBJ_pkcs9,22L | ||
1039 | |||
1040 | #define LN_x509Certificate "x509Certificate" | ||
1041 | #define NID_x509Certificate 158 | ||
1042 | #define OBJ_x509Certificate OBJ_certTypes,1L | ||
1043 | |||
1044 | #define LN_sdsiCertificate "sdsiCertificate" | ||
1045 | #define NID_sdsiCertificate 159 | ||
1046 | #define OBJ_sdsiCertificate OBJ_certTypes,2L | ||
1047 | |||
1048 | #define OBJ_crlTypes OBJ_pkcs9,23L | ||
1049 | |||
1050 | #define LN_x509Crl "x509Crl" | ||
1051 | #define NID_x509Crl 160 | ||
1052 | #define OBJ_x509Crl OBJ_crlTypes,1L | ||
1053 | |||
1054 | #define OBJ_pkcs12 OBJ_pkcs,12L | ||
1055 | |||
1056 | #define OBJ_pkcs12_pbeids OBJ_pkcs12,1L | ||
1057 | |||
1058 | #define SN_pbe_WithSHA1And128BitRC4 "PBE-SHA1-RC4-128" | ||
1059 | #define LN_pbe_WithSHA1And128BitRC4 "pbeWithSHA1And128BitRC4" | ||
1060 | #define NID_pbe_WithSHA1And128BitRC4 144 | ||
1061 | #define OBJ_pbe_WithSHA1And128BitRC4 OBJ_pkcs12_pbeids,1L | ||
1062 | |||
1063 | #define SN_pbe_WithSHA1And40BitRC4 "PBE-SHA1-RC4-40" | ||
1064 | #define LN_pbe_WithSHA1And40BitRC4 "pbeWithSHA1And40BitRC4" | ||
1065 | #define NID_pbe_WithSHA1And40BitRC4 145 | ||
1066 | #define OBJ_pbe_WithSHA1And40BitRC4 OBJ_pkcs12_pbeids,2L | ||
1067 | |||
1068 | #define SN_pbe_WithSHA1And3_Key_TripleDES_CBC "PBE-SHA1-3DES" | ||
1069 | #define LN_pbe_WithSHA1And3_Key_TripleDES_CBC "pbeWithSHA1And3-KeyTripleDES-CBC" | ||
1070 | #define NID_pbe_WithSHA1And3_Key_TripleDES_CBC 146 | ||
1071 | #define OBJ_pbe_WithSHA1And3_Key_TripleDES_CBC OBJ_pkcs12_pbeids,3L | ||
1072 | |||
1073 | #define SN_pbe_WithSHA1And2_Key_TripleDES_CBC "PBE-SHA1-2DES" | ||
1074 | #define LN_pbe_WithSHA1And2_Key_TripleDES_CBC "pbeWithSHA1And2-KeyTripleDES-CBC" | ||
1075 | #define NID_pbe_WithSHA1And2_Key_TripleDES_CBC 147 | ||
1076 | #define OBJ_pbe_WithSHA1And2_Key_TripleDES_CBC OBJ_pkcs12_pbeids,4L | ||
1077 | |||
1078 | #define SN_pbe_WithSHA1And128BitRC2_CBC "PBE-SHA1-RC2-128" | ||
1079 | #define LN_pbe_WithSHA1And128BitRC2_CBC "pbeWithSHA1And128BitRC2-CBC" | ||
1080 | #define NID_pbe_WithSHA1And128BitRC2_CBC 148 | ||
1081 | #define OBJ_pbe_WithSHA1And128BitRC2_CBC OBJ_pkcs12_pbeids,5L | ||
1082 | |||
1083 | #define SN_pbe_WithSHA1And40BitRC2_CBC "PBE-SHA1-RC2-40" | ||
1084 | #define LN_pbe_WithSHA1And40BitRC2_CBC "pbeWithSHA1And40BitRC2-CBC" | ||
1085 | #define NID_pbe_WithSHA1And40BitRC2_CBC 149 | ||
1086 | #define OBJ_pbe_WithSHA1And40BitRC2_CBC OBJ_pkcs12_pbeids,6L | ||
1087 | |||
1088 | #define OBJ_pkcs12_Version1 OBJ_pkcs12,10L | ||
1089 | |||
1090 | #define OBJ_pkcs12_BagIds OBJ_pkcs12_Version1,1L | ||
1091 | |||
1092 | #define LN_keyBag "keyBag" | ||
1093 | #define NID_keyBag 150 | ||
1094 | #define OBJ_keyBag OBJ_pkcs12_BagIds,1L | ||
1095 | |||
1096 | #define LN_pkcs8ShroudedKeyBag "pkcs8ShroudedKeyBag" | ||
1097 | #define NID_pkcs8ShroudedKeyBag 151 | ||
1098 | #define OBJ_pkcs8ShroudedKeyBag OBJ_pkcs12_BagIds,2L | ||
1099 | |||
1100 | #define LN_certBag "certBag" | ||
1101 | #define NID_certBag 152 | ||
1102 | #define OBJ_certBag OBJ_pkcs12_BagIds,3L | ||
1103 | |||
1104 | #define LN_crlBag "crlBag" | ||
1105 | #define NID_crlBag 153 | ||
1106 | #define OBJ_crlBag OBJ_pkcs12_BagIds,4L | ||
1107 | |||
1108 | #define LN_secretBag "secretBag" | ||
1109 | #define NID_secretBag 154 | ||
1110 | #define OBJ_secretBag OBJ_pkcs12_BagIds,5L | ||
1111 | |||
1112 | #define LN_safeContentsBag "safeContentsBag" | ||
1113 | #define NID_safeContentsBag 155 | ||
1114 | #define OBJ_safeContentsBag OBJ_pkcs12_BagIds,6L | ||
1115 | |||
1116 | #define SN_md2 "MD2" | ||
1117 | #define LN_md2 "md2" | ||
1118 | #define NID_md2 3 | ||
1119 | #define OBJ_md2 OBJ_rsadsi,2L,2L | ||
1120 | |||
1121 | #define SN_md4 "MD4" | ||
1122 | #define LN_md4 "md4" | ||
1123 | #define NID_md4 257 | ||
1124 | #define OBJ_md4 OBJ_rsadsi,2L,4L | ||
1125 | |||
1126 | #define SN_md5 "MD5" | ||
1127 | #define LN_md5 "md5" | ||
1128 | #define NID_md5 4 | ||
1129 | #define OBJ_md5 OBJ_rsadsi,2L,5L | ||
1130 | |||
1131 | #define SN_md5_sha1 "MD5-SHA1" | ||
1132 | #define LN_md5_sha1 "md5-sha1" | ||
1133 | #define NID_md5_sha1 114 | ||
1134 | |||
1135 | #define LN_hmacWithMD5 "hmacWithMD5" | ||
1136 | #define NID_hmacWithMD5 797 | ||
1137 | #define OBJ_hmacWithMD5 OBJ_rsadsi,2L,6L | ||
1138 | |||
1139 | #define LN_hmacWithSHA1 "hmacWithSHA1" | ||
1140 | #define NID_hmacWithSHA1 163 | ||
1141 | #define OBJ_hmacWithSHA1 OBJ_rsadsi,2L,7L | ||
1142 | |||
1143 | #define LN_hmacWithSHA224 "hmacWithSHA224" | ||
1144 | #define NID_hmacWithSHA224 798 | ||
1145 | #define OBJ_hmacWithSHA224 OBJ_rsadsi,2L,8L | ||
1146 | |||
1147 | #define LN_hmacWithSHA256 "hmacWithSHA256" | ||
1148 | #define NID_hmacWithSHA256 799 | ||
1149 | #define OBJ_hmacWithSHA256 OBJ_rsadsi,2L,9L | ||
1150 | |||
1151 | #define LN_hmacWithSHA384 "hmacWithSHA384" | ||
1152 | #define NID_hmacWithSHA384 800 | ||
1153 | #define OBJ_hmacWithSHA384 OBJ_rsadsi,2L,10L | ||
1154 | |||
1155 | #define LN_hmacWithSHA512 "hmacWithSHA512" | ||
1156 | #define NID_hmacWithSHA512 801 | ||
1157 | #define OBJ_hmacWithSHA512 OBJ_rsadsi,2L,11L | ||
1158 | |||
1159 | #define SN_rc2_cbc "RC2-CBC" | ||
1160 | #define LN_rc2_cbc "rc2-cbc" | ||
1161 | #define NID_rc2_cbc 37 | ||
1162 | #define OBJ_rc2_cbc OBJ_rsadsi,3L,2L | ||
1163 | |||
1164 | #define SN_rc2_ecb "RC2-ECB" | ||
1165 | #define LN_rc2_ecb "rc2-ecb" | ||
1166 | #define NID_rc2_ecb 38 | ||
1167 | |||
1168 | #define SN_rc2_cfb64 "RC2-CFB" | ||
1169 | #define LN_rc2_cfb64 "rc2-cfb" | ||
1170 | #define NID_rc2_cfb64 39 | ||
1171 | |||
1172 | #define SN_rc2_ofb64 "RC2-OFB" | ||
1173 | #define LN_rc2_ofb64 "rc2-ofb" | ||
1174 | #define NID_rc2_ofb64 40 | ||
1175 | |||
1176 | #define SN_rc2_40_cbc "RC2-40-CBC" | ||
1177 | #define LN_rc2_40_cbc "rc2-40-cbc" | ||
1178 | #define NID_rc2_40_cbc 98 | ||
1179 | |||
1180 | #define SN_rc2_64_cbc "RC2-64-CBC" | ||
1181 | #define LN_rc2_64_cbc "rc2-64-cbc" | ||
1182 | #define NID_rc2_64_cbc 166 | ||
1183 | |||
1184 | #define SN_rc4 "RC4" | ||
1185 | #define LN_rc4 "rc4" | ||
1186 | #define NID_rc4 5 | ||
1187 | #define OBJ_rc4 OBJ_rsadsi,3L,4L | ||
1188 | |||
1189 | #define SN_rc4_40 "RC4-40" | ||
1190 | #define LN_rc4_40 "rc4-40" | ||
1191 | #define NID_rc4_40 97 | ||
1192 | |||
1193 | #define SN_des_ede3_cbc "DES-EDE3-CBC" | ||
1194 | #define LN_des_ede3_cbc "des-ede3-cbc" | ||
1195 | #define NID_des_ede3_cbc 44 | ||
1196 | #define OBJ_des_ede3_cbc OBJ_rsadsi,3L,7L | ||
1197 | |||
1198 | #define SN_rc5_cbc "RC5-CBC" | ||
1199 | #define LN_rc5_cbc "rc5-cbc" | ||
1200 | #define NID_rc5_cbc 120 | ||
1201 | #define OBJ_rc5_cbc OBJ_rsadsi,3L,8L | ||
1202 | |||
1203 | #define SN_rc5_ecb "RC5-ECB" | ||
1204 | #define LN_rc5_ecb "rc5-ecb" | ||
1205 | #define NID_rc5_ecb 121 | ||
1206 | |||
1207 | #define SN_rc5_cfb64 "RC5-CFB" | ||
1208 | #define LN_rc5_cfb64 "rc5-cfb" | ||
1209 | #define NID_rc5_cfb64 122 | ||
1210 | |||
1211 | #define SN_rc5_ofb64 "RC5-OFB" | ||
1212 | #define LN_rc5_ofb64 "rc5-ofb" | ||
1213 | #define NID_rc5_ofb64 123 | ||
1214 | |||
1215 | #define SN_ms_ext_req "msExtReq" | ||
1216 | #define LN_ms_ext_req "Microsoft Extension Request" | ||
1217 | #define NID_ms_ext_req 171 | ||
1218 | #define OBJ_ms_ext_req 1L,3L,6L,1L,4L,1L,311L,2L,1L,14L | ||
1219 | |||
1220 | #define SN_ms_code_ind "msCodeInd" | ||
1221 | #define LN_ms_code_ind "Microsoft Individual Code Signing" | ||
1222 | #define NID_ms_code_ind 134 | ||
1223 | #define OBJ_ms_code_ind 1L,3L,6L,1L,4L,1L,311L,2L,1L,21L | ||
1224 | |||
1225 | #define SN_ms_code_com "msCodeCom" | ||
1226 | #define LN_ms_code_com "Microsoft Commercial Code Signing" | ||
1227 | #define NID_ms_code_com 135 | ||
1228 | #define OBJ_ms_code_com 1L,3L,6L,1L,4L,1L,311L,2L,1L,22L | ||
1229 | |||
1230 | #define SN_ms_ctl_sign "msCTLSign" | ||
1231 | #define LN_ms_ctl_sign "Microsoft Trust List Signing" | ||
1232 | #define NID_ms_ctl_sign 136 | ||
1233 | #define OBJ_ms_ctl_sign 1L,3L,6L,1L,4L,1L,311L,10L,3L,1L | ||
1234 | |||
1235 | #define SN_ms_sgc "msSGC" | ||
1236 | #define LN_ms_sgc "Microsoft Server Gated Crypto" | ||
1237 | #define NID_ms_sgc 137 | ||
1238 | #define OBJ_ms_sgc 1L,3L,6L,1L,4L,1L,311L,10L,3L,3L | ||
1239 | |||
1240 | #define SN_ms_efs "msEFS" | ||
1241 | #define LN_ms_efs "Microsoft Encrypted File System" | ||
1242 | #define NID_ms_efs 138 | ||
1243 | #define OBJ_ms_efs 1L,3L,6L,1L,4L,1L,311L,10L,3L,4L | ||
1244 | |||
1245 | #define SN_ms_smartcard_login "msSmartcardLogin" | ||
1246 | #define LN_ms_smartcard_login "Microsoft Smartcardlogin" | ||
1247 | #define NID_ms_smartcard_login 648 | ||
1248 | #define OBJ_ms_smartcard_login 1L,3L,6L,1L,4L,1L,311L,20L,2L,2L | ||
1249 | |||
1250 | #define SN_ms_upn "msUPN" | ||
1251 | #define LN_ms_upn "Microsoft Universal Principal Name" | ||
1252 | #define NID_ms_upn 649 | ||
1253 | #define OBJ_ms_upn 1L,3L,6L,1L,4L,1L,311L,20L,2L,3L | ||
1254 | |||
1255 | #define SN_idea_cbc "IDEA-CBC" | ||
1256 | #define LN_idea_cbc "idea-cbc" | ||
1257 | #define NID_idea_cbc 34 | ||
1258 | #define OBJ_idea_cbc 1L,3L,6L,1L,4L,1L,188L,7L,1L,1L,2L | ||
1259 | |||
1260 | #define SN_idea_ecb "IDEA-ECB" | ||
1261 | #define LN_idea_ecb "idea-ecb" | ||
1262 | #define NID_idea_ecb 36 | ||
1263 | |||
1264 | #define SN_idea_cfb64 "IDEA-CFB" | ||
1265 | #define LN_idea_cfb64 "idea-cfb" | ||
1266 | #define NID_idea_cfb64 35 | ||
1267 | |||
1268 | #define SN_idea_ofb64 "IDEA-OFB" | ||
1269 | #define LN_idea_ofb64 "idea-ofb" | ||
1270 | #define NID_idea_ofb64 46 | ||
1271 | |||
1272 | #define SN_bf_cbc "BF-CBC" | ||
1273 | #define LN_bf_cbc "bf-cbc" | ||
1274 | #define NID_bf_cbc 91 | ||
1275 | #define OBJ_bf_cbc 1L,3L,6L,1L,4L,1L,3029L,1L,2L | ||
1276 | |||
1277 | #define SN_bf_ecb "BF-ECB" | ||
1278 | #define LN_bf_ecb "bf-ecb" | ||
1279 | #define NID_bf_ecb 92 | ||
1280 | |||
1281 | #define SN_bf_cfb64 "BF-CFB" | ||
1282 | #define LN_bf_cfb64 "bf-cfb" | ||
1283 | #define NID_bf_cfb64 93 | ||
1284 | |||
1285 | #define SN_bf_ofb64 "BF-OFB" | ||
1286 | #define LN_bf_ofb64 "bf-ofb" | ||
1287 | #define NID_bf_ofb64 94 | ||
1288 | |||
1289 | #define SN_id_pkix "PKIX" | ||
1290 | #define NID_id_pkix 127 | ||
1291 | #define OBJ_id_pkix 1L,3L,6L,1L,5L,5L,7L | ||
1292 | |||
1293 | #define SN_id_pkix_mod "id-pkix-mod" | ||
1294 | #define NID_id_pkix_mod 258 | ||
1295 | #define OBJ_id_pkix_mod OBJ_id_pkix,0L | ||
1296 | |||
1297 | #define SN_id_pe "id-pe" | ||
1298 | #define NID_id_pe 175 | ||
1299 | #define OBJ_id_pe OBJ_id_pkix,1L | ||
1300 | |||
1301 | #define SN_id_qt "id-qt" | ||
1302 | #define NID_id_qt 259 | ||
1303 | #define OBJ_id_qt OBJ_id_pkix,2L | ||
1304 | |||
1305 | #define SN_id_kp "id-kp" | ||
1306 | #define NID_id_kp 128 | ||
1307 | #define OBJ_id_kp OBJ_id_pkix,3L | ||
1308 | |||
1309 | #define SN_id_it "id-it" | ||
1310 | #define NID_id_it 260 | ||
1311 | #define OBJ_id_it OBJ_id_pkix,4L | ||
1312 | |||
1313 | #define SN_id_pkip "id-pkip" | ||
1314 | #define NID_id_pkip 261 | ||
1315 | #define OBJ_id_pkip OBJ_id_pkix,5L | ||
1316 | |||
1317 | #define SN_id_alg "id-alg" | ||
1318 | #define NID_id_alg 262 | ||
1319 | #define OBJ_id_alg OBJ_id_pkix,6L | ||
1320 | |||
1321 | #define SN_id_cmc "id-cmc" | ||
1322 | #define NID_id_cmc 263 | ||
1323 | #define OBJ_id_cmc OBJ_id_pkix,7L | ||
1324 | |||
1325 | #define SN_id_on "id-on" | ||
1326 | #define NID_id_on 264 | ||
1327 | #define OBJ_id_on OBJ_id_pkix,8L | ||
1328 | |||
1329 | #define SN_id_pda "id-pda" | ||
1330 | #define NID_id_pda 265 | ||
1331 | #define OBJ_id_pda OBJ_id_pkix,9L | ||
1332 | |||
1333 | #define SN_id_aca "id-aca" | ||
1334 | #define NID_id_aca 266 | ||
1335 | #define OBJ_id_aca OBJ_id_pkix,10L | ||
1336 | |||
1337 | #define SN_id_qcs "id-qcs" | ||
1338 | #define NID_id_qcs 267 | ||
1339 | #define OBJ_id_qcs OBJ_id_pkix,11L | ||
1340 | |||
1341 | #define SN_id_cct "id-cct" | ||
1342 | #define NID_id_cct 268 | ||
1343 | #define OBJ_id_cct OBJ_id_pkix,12L | ||
1344 | |||
1345 | #define SN_id_ppl "id-ppl" | ||
1346 | #define NID_id_ppl 662 | ||
1347 | #define OBJ_id_ppl OBJ_id_pkix,21L | ||
1348 | |||
1349 | #define SN_id_ad "id-ad" | ||
1350 | #define NID_id_ad 176 | ||
1351 | #define OBJ_id_ad OBJ_id_pkix,48L | ||
1352 | |||
1353 | #define SN_id_pkix1_explicit_88 "id-pkix1-explicit-88" | ||
1354 | #define NID_id_pkix1_explicit_88 269 | ||
1355 | #define OBJ_id_pkix1_explicit_88 OBJ_id_pkix_mod,1L | ||
1356 | |||
1357 | #define SN_id_pkix1_implicit_88 "id-pkix1-implicit-88" | ||
1358 | #define NID_id_pkix1_implicit_88 270 | ||
1359 | #define OBJ_id_pkix1_implicit_88 OBJ_id_pkix_mod,2L | ||
1360 | |||
1361 | #define SN_id_pkix1_explicit_93 "id-pkix1-explicit-93" | ||
1362 | #define NID_id_pkix1_explicit_93 271 | ||
1363 | #define OBJ_id_pkix1_explicit_93 OBJ_id_pkix_mod,3L | ||
1364 | |||
1365 | #define SN_id_pkix1_implicit_93 "id-pkix1-implicit-93" | ||
1366 | #define NID_id_pkix1_implicit_93 272 | ||
1367 | #define OBJ_id_pkix1_implicit_93 OBJ_id_pkix_mod,4L | ||
1368 | |||
1369 | #define SN_id_mod_crmf "id-mod-crmf" | ||
1370 | #define NID_id_mod_crmf 273 | ||
1371 | #define OBJ_id_mod_crmf OBJ_id_pkix_mod,5L | ||
1372 | |||
1373 | #define SN_id_mod_cmc "id-mod-cmc" | ||
1374 | #define NID_id_mod_cmc 274 | ||
1375 | #define OBJ_id_mod_cmc OBJ_id_pkix_mod,6L | ||
1376 | |||
1377 | #define SN_id_mod_kea_profile_88 "id-mod-kea-profile-88" | ||
1378 | #define NID_id_mod_kea_profile_88 275 | ||
1379 | #define OBJ_id_mod_kea_profile_88 OBJ_id_pkix_mod,7L | ||
1380 | |||
1381 | #define SN_id_mod_kea_profile_93 "id-mod-kea-profile-93" | ||
1382 | #define NID_id_mod_kea_profile_93 276 | ||
1383 | #define OBJ_id_mod_kea_profile_93 OBJ_id_pkix_mod,8L | ||
1384 | |||
1385 | #define SN_id_mod_cmp "id-mod-cmp" | ||
1386 | #define NID_id_mod_cmp 277 | ||
1387 | #define OBJ_id_mod_cmp OBJ_id_pkix_mod,9L | ||
1388 | |||
1389 | #define SN_id_mod_qualified_cert_88 "id-mod-qualified-cert-88" | ||
1390 | #define NID_id_mod_qualified_cert_88 278 | ||
1391 | #define OBJ_id_mod_qualified_cert_88 OBJ_id_pkix_mod,10L | ||
1392 | |||
1393 | #define SN_id_mod_qualified_cert_93 "id-mod-qualified-cert-93" | ||
1394 | #define NID_id_mod_qualified_cert_93 279 | ||
1395 | #define OBJ_id_mod_qualified_cert_93 OBJ_id_pkix_mod,11L | ||
1396 | |||
1397 | #define SN_id_mod_attribute_cert "id-mod-attribute-cert" | ||
1398 | #define NID_id_mod_attribute_cert 280 | ||
1399 | #define OBJ_id_mod_attribute_cert OBJ_id_pkix_mod,12L | ||
1400 | |||
1401 | #define SN_id_mod_timestamp_protocol "id-mod-timestamp-protocol" | ||
1402 | #define NID_id_mod_timestamp_protocol 281 | ||
1403 | #define OBJ_id_mod_timestamp_protocol OBJ_id_pkix_mod,13L | ||
1404 | |||
1405 | #define SN_id_mod_ocsp "id-mod-ocsp" | ||
1406 | #define NID_id_mod_ocsp 282 | ||
1407 | #define OBJ_id_mod_ocsp OBJ_id_pkix_mod,14L | ||
1408 | |||
1409 | #define SN_id_mod_dvcs "id-mod-dvcs" | ||
1410 | #define NID_id_mod_dvcs 283 | ||
1411 | #define OBJ_id_mod_dvcs OBJ_id_pkix_mod,15L | ||
1412 | |||
1413 | #define SN_id_mod_cmp2000 "id-mod-cmp2000" | ||
1414 | #define NID_id_mod_cmp2000 284 | ||
1415 | #define OBJ_id_mod_cmp2000 OBJ_id_pkix_mod,16L | ||
1416 | |||
1417 | #define SN_info_access "authorityInfoAccess" | ||
1418 | #define LN_info_access "Authority Information Access" | ||
1419 | #define NID_info_access 177 | ||
1420 | #define OBJ_info_access OBJ_id_pe,1L | ||
1421 | |||
1422 | #define SN_biometricInfo "biometricInfo" | ||
1423 | #define LN_biometricInfo "Biometric Info" | ||
1424 | #define NID_biometricInfo 285 | ||
1425 | #define OBJ_biometricInfo OBJ_id_pe,2L | ||
1426 | |||
1427 | #define SN_qcStatements "qcStatements" | ||
1428 | #define NID_qcStatements 286 | ||
1429 | #define OBJ_qcStatements OBJ_id_pe,3L | ||
1430 | |||
1431 | #define SN_ac_auditEntity "ac-auditEntity" | ||
1432 | #define NID_ac_auditEntity 287 | ||
1433 | #define OBJ_ac_auditEntity OBJ_id_pe,4L | ||
1434 | |||
1435 | #define SN_ac_targeting "ac-targeting" | ||
1436 | #define NID_ac_targeting 288 | ||
1437 | #define OBJ_ac_targeting OBJ_id_pe,5L | ||
1438 | |||
1439 | #define SN_aaControls "aaControls" | ||
1440 | #define NID_aaControls 289 | ||
1441 | #define OBJ_aaControls OBJ_id_pe,6L | ||
1442 | |||
1443 | #define SN_sbgp_ipAddrBlock "sbgp-ipAddrBlock" | ||
1444 | #define NID_sbgp_ipAddrBlock 290 | ||
1445 | #define OBJ_sbgp_ipAddrBlock OBJ_id_pe,7L | ||
1446 | |||
1447 | #define SN_sbgp_autonomousSysNum "sbgp-autonomousSysNum" | ||
1448 | #define NID_sbgp_autonomousSysNum 291 | ||
1449 | #define OBJ_sbgp_autonomousSysNum OBJ_id_pe,8L | ||
1450 | |||
1451 | #define SN_sbgp_routerIdentifier "sbgp-routerIdentifier" | ||
1452 | #define NID_sbgp_routerIdentifier 292 | ||
1453 | #define OBJ_sbgp_routerIdentifier OBJ_id_pe,9L | ||
1454 | |||
1455 | #define SN_ac_proxying "ac-proxying" | ||
1456 | #define NID_ac_proxying 397 | ||
1457 | #define OBJ_ac_proxying OBJ_id_pe,10L | ||
1458 | |||
1459 | #define SN_sinfo_access "subjectInfoAccess" | ||
1460 | #define LN_sinfo_access "Subject Information Access" | ||
1461 | #define NID_sinfo_access 398 | ||
1462 | #define OBJ_sinfo_access OBJ_id_pe,11L | ||
1463 | |||
1464 | #define SN_proxyCertInfo "proxyCertInfo" | ||
1465 | #define LN_proxyCertInfo "Proxy Certificate Information" | ||
1466 | #define NID_proxyCertInfo 663 | ||
1467 | #define OBJ_proxyCertInfo OBJ_id_pe,14L | ||
1468 | |||
1469 | #define SN_id_qt_cps "id-qt-cps" | ||
1470 | #define LN_id_qt_cps "Policy Qualifier CPS" | ||
1471 | #define NID_id_qt_cps 164 | ||
1472 | #define OBJ_id_qt_cps OBJ_id_qt,1L | ||
1473 | |||
1474 | #define SN_id_qt_unotice "id-qt-unotice" | ||
1475 | #define LN_id_qt_unotice "Policy Qualifier User Notice" | ||
1476 | #define NID_id_qt_unotice 165 | ||
1477 | #define OBJ_id_qt_unotice OBJ_id_qt,2L | ||
1478 | |||
1479 | #define SN_textNotice "textNotice" | ||
1480 | #define NID_textNotice 293 | ||
1481 | #define OBJ_textNotice OBJ_id_qt,3L | ||
1482 | |||
1483 | #define SN_server_auth "serverAuth" | ||
1484 | #define LN_server_auth "TLS Web Server Authentication" | ||
1485 | #define NID_server_auth 129 | ||
1486 | #define OBJ_server_auth OBJ_id_kp,1L | ||
1487 | |||
1488 | #define SN_client_auth "clientAuth" | ||
1489 | #define LN_client_auth "TLS Web Client Authentication" | ||
1490 | #define NID_client_auth 130 | ||
1491 | #define OBJ_client_auth OBJ_id_kp,2L | ||
1492 | |||
1493 | #define SN_code_sign "codeSigning" | ||
1494 | #define LN_code_sign "Code Signing" | ||
1495 | #define NID_code_sign 131 | ||
1496 | #define OBJ_code_sign OBJ_id_kp,3L | ||
1497 | |||
1498 | #define SN_email_protect "emailProtection" | ||
1499 | #define LN_email_protect "E-mail Protection" | ||
1500 | #define NID_email_protect 132 | ||
1501 | #define OBJ_email_protect OBJ_id_kp,4L | ||
1502 | |||
1503 | #define SN_ipsecEndSystem "ipsecEndSystem" | ||
1504 | #define LN_ipsecEndSystem "IPSec End System" | ||
1505 | #define NID_ipsecEndSystem 294 | ||
1506 | #define OBJ_ipsecEndSystem OBJ_id_kp,5L | ||
1507 | |||
1508 | #define SN_ipsecTunnel "ipsecTunnel" | ||
1509 | #define LN_ipsecTunnel "IPSec Tunnel" | ||
1510 | #define NID_ipsecTunnel 295 | ||
1511 | #define OBJ_ipsecTunnel OBJ_id_kp,6L | ||
1512 | |||
1513 | #define SN_ipsecUser "ipsecUser" | ||
1514 | #define LN_ipsecUser "IPSec User" | ||
1515 | #define NID_ipsecUser 296 | ||
1516 | #define OBJ_ipsecUser OBJ_id_kp,7L | ||
1517 | |||
1518 | #define SN_time_stamp "timeStamping" | ||
1519 | #define LN_time_stamp "Time Stamping" | ||
1520 | #define NID_time_stamp 133 | ||
1521 | #define OBJ_time_stamp OBJ_id_kp,8L | ||
1522 | |||
1523 | #define SN_OCSP_sign "OCSPSigning" | ||
1524 | #define LN_OCSP_sign "OCSP Signing" | ||
1525 | #define NID_OCSP_sign 180 | ||
1526 | #define OBJ_OCSP_sign OBJ_id_kp,9L | ||
1527 | |||
1528 | #define SN_dvcs "DVCS" | ||
1529 | #define LN_dvcs "dvcs" | ||
1530 | #define NID_dvcs 297 | ||
1531 | #define OBJ_dvcs OBJ_id_kp,10L | ||
1532 | |||
1533 | #define SN_id_it_caProtEncCert "id-it-caProtEncCert" | ||
1534 | #define NID_id_it_caProtEncCert 298 | ||
1535 | #define OBJ_id_it_caProtEncCert OBJ_id_it,1L | ||
1536 | |||
1537 | #define SN_id_it_signKeyPairTypes "id-it-signKeyPairTypes" | ||
1538 | #define NID_id_it_signKeyPairTypes 299 | ||
1539 | #define OBJ_id_it_signKeyPairTypes OBJ_id_it,2L | ||
1540 | |||
1541 | #define SN_id_it_encKeyPairTypes "id-it-encKeyPairTypes" | ||
1542 | #define NID_id_it_encKeyPairTypes 300 | ||
1543 | #define OBJ_id_it_encKeyPairTypes OBJ_id_it,3L | ||
1544 | |||
1545 | #define SN_id_it_preferredSymmAlg "id-it-preferredSymmAlg" | ||
1546 | #define NID_id_it_preferredSymmAlg 301 | ||
1547 | #define OBJ_id_it_preferredSymmAlg OBJ_id_it,4L | ||
1548 | |||
1549 | #define SN_id_it_caKeyUpdateInfo "id-it-caKeyUpdateInfo" | ||
1550 | #define NID_id_it_caKeyUpdateInfo 302 | ||
1551 | #define OBJ_id_it_caKeyUpdateInfo OBJ_id_it,5L | ||
1552 | |||
1553 | #define SN_id_it_currentCRL "id-it-currentCRL" | ||
1554 | #define NID_id_it_currentCRL 303 | ||
1555 | #define OBJ_id_it_currentCRL OBJ_id_it,6L | ||
1556 | |||
1557 | #define SN_id_it_unsupportedOIDs "id-it-unsupportedOIDs" | ||
1558 | #define NID_id_it_unsupportedOIDs 304 | ||
1559 | #define OBJ_id_it_unsupportedOIDs OBJ_id_it,7L | ||
1560 | |||
1561 | #define SN_id_it_subscriptionRequest "id-it-subscriptionRequest" | ||
1562 | #define NID_id_it_subscriptionRequest 305 | ||
1563 | #define OBJ_id_it_subscriptionRequest OBJ_id_it,8L | ||
1564 | |||
1565 | #define SN_id_it_subscriptionResponse "id-it-subscriptionResponse" | ||
1566 | #define NID_id_it_subscriptionResponse 306 | ||
1567 | #define OBJ_id_it_subscriptionResponse OBJ_id_it,9L | ||
1568 | |||
1569 | #define SN_id_it_keyPairParamReq "id-it-keyPairParamReq" | ||
1570 | #define NID_id_it_keyPairParamReq 307 | ||
1571 | #define OBJ_id_it_keyPairParamReq OBJ_id_it,10L | ||
1572 | |||
1573 | #define SN_id_it_keyPairParamRep "id-it-keyPairParamRep" | ||
1574 | #define NID_id_it_keyPairParamRep 308 | ||
1575 | #define OBJ_id_it_keyPairParamRep OBJ_id_it,11L | ||
1576 | |||
1577 | #define SN_id_it_revPassphrase "id-it-revPassphrase" | ||
1578 | #define NID_id_it_revPassphrase 309 | ||
1579 | #define OBJ_id_it_revPassphrase OBJ_id_it,12L | ||
1580 | |||
1581 | #define SN_id_it_implicitConfirm "id-it-implicitConfirm" | ||
1582 | #define NID_id_it_implicitConfirm 310 | ||
1583 | #define OBJ_id_it_implicitConfirm OBJ_id_it,13L | ||
1584 | |||
1585 | #define SN_id_it_confirmWaitTime "id-it-confirmWaitTime" | ||
1586 | #define NID_id_it_confirmWaitTime 311 | ||
1587 | #define OBJ_id_it_confirmWaitTime OBJ_id_it,14L | ||
1588 | |||
1589 | #define SN_id_it_origPKIMessage "id-it-origPKIMessage" | ||
1590 | #define NID_id_it_origPKIMessage 312 | ||
1591 | #define OBJ_id_it_origPKIMessage OBJ_id_it,15L | ||
1592 | |||
1593 | #define SN_id_it_suppLangTags "id-it-suppLangTags" | ||
1594 | #define NID_id_it_suppLangTags 784 | ||
1595 | #define OBJ_id_it_suppLangTags OBJ_id_it,16L | ||
1596 | |||
1597 | #define SN_id_regCtrl "id-regCtrl" | ||
1598 | #define NID_id_regCtrl 313 | ||
1599 | #define OBJ_id_regCtrl OBJ_id_pkip,1L | ||
1600 | |||
1601 | #define SN_id_regInfo "id-regInfo" | ||
1602 | #define NID_id_regInfo 314 | ||
1603 | #define OBJ_id_regInfo OBJ_id_pkip,2L | ||
1604 | |||
1605 | #define SN_id_regCtrl_regToken "id-regCtrl-regToken" | ||
1606 | #define NID_id_regCtrl_regToken 315 | ||
1607 | #define OBJ_id_regCtrl_regToken OBJ_id_regCtrl,1L | ||
1608 | |||
1609 | #define SN_id_regCtrl_authenticator "id-regCtrl-authenticator" | ||
1610 | #define NID_id_regCtrl_authenticator 316 | ||
1611 | #define OBJ_id_regCtrl_authenticator OBJ_id_regCtrl,2L | ||
1612 | |||
1613 | #define SN_id_regCtrl_pkiPublicationInfo "id-regCtrl-pkiPublicationInfo" | ||
1614 | #define NID_id_regCtrl_pkiPublicationInfo 317 | ||
1615 | #define OBJ_id_regCtrl_pkiPublicationInfo OBJ_id_regCtrl,3L | ||
1616 | |||
1617 | #define SN_id_regCtrl_pkiArchiveOptions "id-regCtrl-pkiArchiveOptions" | ||
1618 | #define NID_id_regCtrl_pkiArchiveOptions 318 | ||
1619 | #define OBJ_id_regCtrl_pkiArchiveOptions OBJ_id_regCtrl,4L | ||
1620 | |||
1621 | #define SN_id_regCtrl_oldCertID "id-regCtrl-oldCertID" | ||
1622 | #define NID_id_regCtrl_oldCertID 319 | ||
1623 | #define OBJ_id_regCtrl_oldCertID OBJ_id_regCtrl,5L | ||
1624 | |||
1625 | #define SN_id_regCtrl_protocolEncrKey "id-regCtrl-protocolEncrKey" | ||
1626 | #define NID_id_regCtrl_protocolEncrKey 320 | ||
1627 | #define OBJ_id_regCtrl_protocolEncrKey OBJ_id_regCtrl,6L | ||
1628 | |||
1629 | #define SN_id_regInfo_utf8Pairs "id-regInfo-utf8Pairs" | ||
1630 | #define NID_id_regInfo_utf8Pairs 321 | ||
1631 | #define OBJ_id_regInfo_utf8Pairs OBJ_id_regInfo,1L | ||
1632 | |||
1633 | #define SN_id_regInfo_certReq "id-regInfo-certReq" | ||
1634 | #define NID_id_regInfo_certReq 322 | ||
1635 | #define OBJ_id_regInfo_certReq OBJ_id_regInfo,2L | ||
1636 | |||
1637 | #define SN_id_alg_des40 "id-alg-des40" | ||
1638 | #define NID_id_alg_des40 323 | ||
1639 | #define OBJ_id_alg_des40 OBJ_id_alg,1L | ||
1640 | |||
1641 | #define SN_id_alg_noSignature "id-alg-noSignature" | ||
1642 | #define NID_id_alg_noSignature 324 | ||
1643 | #define OBJ_id_alg_noSignature OBJ_id_alg,2L | ||
1644 | |||
1645 | #define SN_id_alg_dh_sig_hmac_sha1 "id-alg-dh-sig-hmac-sha1" | ||
1646 | #define NID_id_alg_dh_sig_hmac_sha1 325 | ||
1647 | #define OBJ_id_alg_dh_sig_hmac_sha1 OBJ_id_alg,3L | ||
1648 | |||
1649 | #define SN_id_alg_dh_pop "id-alg-dh-pop" | ||
1650 | #define NID_id_alg_dh_pop 326 | ||
1651 | #define OBJ_id_alg_dh_pop OBJ_id_alg,4L | ||
1652 | |||
1653 | #define SN_id_cmc_statusInfo "id-cmc-statusInfo" | ||
1654 | #define NID_id_cmc_statusInfo 327 | ||
1655 | #define OBJ_id_cmc_statusInfo OBJ_id_cmc,1L | ||
1656 | |||
1657 | #define SN_id_cmc_identification "id-cmc-identification" | ||
1658 | #define NID_id_cmc_identification 328 | ||
1659 | #define OBJ_id_cmc_identification OBJ_id_cmc,2L | ||
1660 | |||
1661 | #define SN_id_cmc_identityProof "id-cmc-identityProof" | ||
1662 | #define NID_id_cmc_identityProof 329 | ||
1663 | #define OBJ_id_cmc_identityProof OBJ_id_cmc,3L | ||
1664 | |||
1665 | #define SN_id_cmc_dataReturn "id-cmc-dataReturn" | ||
1666 | #define NID_id_cmc_dataReturn 330 | ||
1667 | #define OBJ_id_cmc_dataReturn OBJ_id_cmc,4L | ||
1668 | |||
1669 | #define SN_id_cmc_transactionId "id-cmc-transactionId" | ||
1670 | #define NID_id_cmc_transactionId 331 | ||
1671 | #define OBJ_id_cmc_transactionId OBJ_id_cmc,5L | ||
1672 | |||
1673 | #define SN_id_cmc_senderNonce "id-cmc-senderNonce" | ||
1674 | #define NID_id_cmc_senderNonce 332 | ||
1675 | #define OBJ_id_cmc_senderNonce OBJ_id_cmc,6L | ||
1676 | |||
1677 | #define SN_id_cmc_recipientNonce "id-cmc-recipientNonce" | ||
1678 | #define NID_id_cmc_recipientNonce 333 | ||
1679 | #define OBJ_id_cmc_recipientNonce OBJ_id_cmc,7L | ||
1680 | |||
1681 | #define SN_id_cmc_addExtensions "id-cmc-addExtensions" | ||
1682 | #define NID_id_cmc_addExtensions 334 | ||
1683 | #define OBJ_id_cmc_addExtensions OBJ_id_cmc,8L | ||
1684 | |||
1685 | #define SN_id_cmc_encryptedPOP "id-cmc-encryptedPOP" | ||
1686 | #define NID_id_cmc_encryptedPOP 335 | ||
1687 | #define OBJ_id_cmc_encryptedPOP OBJ_id_cmc,9L | ||
1688 | |||
1689 | #define SN_id_cmc_decryptedPOP "id-cmc-decryptedPOP" | ||
1690 | #define NID_id_cmc_decryptedPOP 336 | ||
1691 | #define OBJ_id_cmc_decryptedPOP OBJ_id_cmc,10L | ||
1692 | |||
1693 | #define SN_id_cmc_lraPOPWitness "id-cmc-lraPOPWitness" | ||
1694 | #define NID_id_cmc_lraPOPWitness 337 | ||
1695 | #define OBJ_id_cmc_lraPOPWitness OBJ_id_cmc,11L | ||
1696 | |||
1697 | #define SN_id_cmc_getCert "id-cmc-getCert" | ||
1698 | #define NID_id_cmc_getCert 338 | ||
1699 | #define OBJ_id_cmc_getCert OBJ_id_cmc,15L | ||
1700 | |||
1701 | #define SN_id_cmc_getCRL "id-cmc-getCRL" | ||
1702 | #define NID_id_cmc_getCRL 339 | ||
1703 | #define OBJ_id_cmc_getCRL OBJ_id_cmc,16L | ||
1704 | |||
1705 | #define SN_id_cmc_revokeRequest "id-cmc-revokeRequest" | ||
1706 | #define NID_id_cmc_revokeRequest 340 | ||
1707 | #define OBJ_id_cmc_revokeRequest OBJ_id_cmc,17L | ||
1708 | |||
1709 | #define SN_id_cmc_regInfo "id-cmc-regInfo" | ||
1710 | #define NID_id_cmc_regInfo 341 | ||
1711 | #define OBJ_id_cmc_regInfo OBJ_id_cmc,18L | ||
1712 | |||
1713 | #define SN_id_cmc_responseInfo "id-cmc-responseInfo" | ||
1714 | #define NID_id_cmc_responseInfo 342 | ||
1715 | #define OBJ_id_cmc_responseInfo OBJ_id_cmc,19L | ||
1716 | |||
1717 | #define SN_id_cmc_queryPending "id-cmc-queryPending" | ||
1718 | #define NID_id_cmc_queryPending 343 | ||
1719 | #define OBJ_id_cmc_queryPending OBJ_id_cmc,21L | ||
1720 | |||
1721 | #define SN_id_cmc_popLinkRandom "id-cmc-popLinkRandom" | ||
1722 | #define NID_id_cmc_popLinkRandom 344 | ||
1723 | #define OBJ_id_cmc_popLinkRandom OBJ_id_cmc,22L | ||
1724 | |||
1725 | #define SN_id_cmc_popLinkWitness "id-cmc-popLinkWitness" | ||
1726 | #define NID_id_cmc_popLinkWitness 345 | ||
1727 | #define OBJ_id_cmc_popLinkWitness OBJ_id_cmc,23L | ||
1728 | |||
1729 | #define SN_id_cmc_confirmCertAcceptance "id-cmc-confirmCertAcceptance" | ||
1730 | #define NID_id_cmc_confirmCertAcceptance 346 | ||
1731 | #define OBJ_id_cmc_confirmCertAcceptance OBJ_id_cmc,24L | ||
1732 | |||
1733 | #define SN_id_on_personalData "id-on-personalData" | ||
1734 | #define NID_id_on_personalData 347 | ||
1735 | #define OBJ_id_on_personalData OBJ_id_on,1L | ||
1736 | |||
1737 | #define SN_id_on_permanentIdentifier "id-on-permanentIdentifier" | ||
1738 | #define LN_id_on_permanentIdentifier "Permanent Identifier" | ||
1739 | #define NID_id_on_permanentIdentifier 858 | ||
1740 | #define OBJ_id_on_permanentIdentifier OBJ_id_on,3L | ||
1741 | |||
1742 | #define SN_id_pda_dateOfBirth "id-pda-dateOfBirth" | ||
1743 | #define NID_id_pda_dateOfBirth 348 | ||
1744 | #define OBJ_id_pda_dateOfBirth OBJ_id_pda,1L | ||
1745 | |||
1746 | #define SN_id_pda_placeOfBirth "id-pda-placeOfBirth" | ||
1747 | #define NID_id_pda_placeOfBirth 349 | ||
1748 | #define OBJ_id_pda_placeOfBirth OBJ_id_pda,2L | ||
1749 | |||
1750 | #define SN_id_pda_gender "id-pda-gender" | ||
1751 | #define NID_id_pda_gender 351 | ||
1752 | #define OBJ_id_pda_gender OBJ_id_pda,3L | ||
1753 | |||
1754 | #define SN_id_pda_countryOfCitizenship "id-pda-countryOfCitizenship" | ||
1755 | #define NID_id_pda_countryOfCitizenship 352 | ||
1756 | #define OBJ_id_pda_countryOfCitizenship OBJ_id_pda,4L | ||
1757 | |||
1758 | #define SN_id_pda_countryOfResidence "id-pda-countryOfResidence" | ||
1759 | #define NID_id_pda_countryOfResidence 353 | ||
1760 | #define OBJ_id_pda_countryOfResidence OBJ_id_pda,5L | ||
1761 | |||
1762 | #define SN_id_aca_authenticationInfo "id-aca-authenticationInfo" | ||
1763 | #define NID_id_aca_authenticationInfo 354 | ||
1764 | #define OBJ_id_aca_authenticationInfo OBJ_id_aca,1L | ||
1765 | |||
1766 | #define SN_id_aca_accessIdentity "id-aca-accessIdentity" | ||
1767 | #define NID_id_aca_accessIdentity 355 | ||
1768 | #define OBJ_id_aca_accessIdentity OBJ_id_aca,2L | ||
1769 | |||
1770 | #define SN_id_aca_chargingIdentity "id-aca-chargingIdentity" | ||
1771 | #define NID_id_aca_chargingIdentity 356 | ||
1772 | #define OBJ_id_aca_chargingIdentity OBJ_id_aca,3L | ||
1773 | |||
1774 | #define SN_id_aca_group "id-aca-group" | ||
1775 | #define NID_id_aca_group 357 | ||
1776 | #define OBJ_id_aca_group OBJ_id_aca,4L | ||
1777 | |||
1778 | #define SN_id_aca_role "id-aca-role" | ||
1779 | #define NID_id_aca_role 358 | ||
1780 | #define OBJ_id_aca_role OBJ_id_aca,5L | ||
1781 | |||
1782 | #define SN_id_aca_encAttrs "id-aca-encAttrs" | ||
1783 | #define NID_id_aca_encAttrs 399 | ||
1784 | #define OBJ_id_aca_encAttrs OBJ_id_aca,6L | ||
1785 | |||
1786 | #define SN_id_qcs_pkixQCSyntax_v1 "id-qcs-pkixQCSyntax-v1" | ||
1787 | #define NID_id_qcs_pkixQCSyntax_v1 359 | ||
1788 | #define OBJ_id_qcs_pkixQCSyntax_v1 OBJ_id_qcs,1L | ||
1789 | |||
1790 | #define SN_id_cct_crs "id-cct-crs" | ||
1791 | #define NID_id_cct_crs 360 | ||
1792 | #define OBJ_id_cct_crs OBJ_id_cct,1L | ||
1793 | |||
1794 | #define SN_id_cct_PKIData "id-cct-PKIData" | ||
1795 | #define NID_id_cct_PKIData 361 | ||
1796 | #define OBJ_id_cct_PKIData OBJ_id_cct,2L | ||
1797 | |||
1798 | #define SN_id_cct_PKIResponse "id-cct-PKIResponse" | ||
1799 | #define NID_id_cct_PKIResponse 362 | ||
1800 | #define OBJ_id_cct_PKIResponse OBJ_id_cct,3L | ||
1801 | |||
1802 | #define SN_id_ppl_anyLanguage "id-ppl-anyLanguage" | ||
1803 | #define LN_id_ppl_anyLanguage "Any language" | ||
1804 | #define NID_id_ppl_anyLanguage 664 | ||
1805 | #define OBJ_id_ppl_anyLanguage OBJ_id_ppl,0L | ||
1806 | |||
1807 | #define SN_id_ppl_inheritAll "id-ppl-inheritAll" | ||
1808 | #define LN_id_ppl_inheritAll "Inherit all" | ||
1809 | #define NID_id_ppl_inheritAll 665 | ||
1810 | #define OBJ_id_ppl_inheritAll OBJ_id_ppl,1L | ||
1811 | |||
1812 | #define SN_Independent "id-ppl-independent" | ||
1813 | #define LN_Independent "Independent" | ||
1814 | #define NID_Independent 667 | ||
1815 | #define OBJ_Independent OBJ_id_ppl,2L | ||
1816 | |||
1817 | #define SN_ad_OCSP "OCSP" | ||
1818 | #define LN_ad_OCSP "OCSP" | ||
1819 | #define NID_ad_OCSP 178 | ||
1820 | #define OBJ_ad_OCSP OBJ_id_ad,1L | ||
1821 | |||
1822 | #define SN_ad_ca_issuers "caIssuers" | ||
1823 | #define LN_ad_ca_issuers "CA Issuers" | ||
1824 | #define NID_ad_ca_issuers 179 | ||
1825 | #define OBJ_ad_ca_issuers OBJ_id_ad,2L | ||
1826 | |||
1827 | #define SN_ad_timeStamping "ad_timestamping" | ||
1828 | #define LN_ad_timeStamping "AD Time Stamping" | ||
1829 | #define NID_ad_timeStamping 363 | ||
1830 | #define OBJ_ad_timeStamping OBJ_id_ad,3L | ||
1831 | |||
1832 | #define SN_ad_dvcs "AD_DVCS" | ||
1833 | #define LN_ad_dvcs "ad dvcs" | ||
1834 | #define NID_ad_dvcs 364 | ||
1835 | #define OBJ_ad_dvcs OBJ_id_ad,4L | ||
1836 | |||
1837 | #define SN_caRepository "caRepository" | ||
1838 | #define LN_caRepository "CA Repository" | ||
1839 | #define NID_caRepository 785 | ||
1840 | #define OBJ_caRepository OBJ_id_ad,5L | ||
1841 | |||
1842 | #define OBJ_id_pkix_OCSP OBJ_ad_OCSP | ||
1843 | |||
1844 | #define SN_id_pkix_OCSP_basic "basicOCSPResponse" | ||
1845 | #define LN_id_pkix_OCSP_basic "Basic OCSP Response" | ||
1846 | #define NID_id_pkix_OCSP_basic 365 | ||
1847 | #define OBJ_id_pkix_OCSP_basic OBJ_id_pkix_OCSP,1L | ||
1848 | |||
1849 | #define SN_id_pkix_OCSP_Nonce "Nonce" | ||
1850 | #define LN_id_pkix_OCSP_Nonce "OCSP Nonce" | ||
1851 | #define NID_id_pkix_OCSP_Nonce 366 | ||
1852 | #define OBJ_id_pkix_OCSP_Nonce OBJ_id_pkix_OCSP,2L | ||
1853 | |||
1854 | #define SN_id_pkix_OCSP_CrlID "CrlID" | ||
1855 | #define LN_id_pkix_OCSP_CrlID "OCSP CRL ID" | ||
1856 | #define NID_id_pkix_OCSP_CrlID 367 | ||
1857 | #define OBJ_id_pkix_OCSP_CrlID OBJ_id_pkix_OCSP,3L | ||
1858 | |||
1859 | #define SN_id_pkix_OCSP_acceptableResponses "acceptableResponses" | ||
1860 | #define LN_id_pkix_OCSP_acceptableResponses "Acceptable OCSP Responses" | ||
1861 | #define NID_id_pkix_OCSP_acceptableResponses 368 | ||
1862 | #define OBJ_id_pkix_OCSP_acceptableResponses OBJ_id_pkix_OCSP,4L | ||
1863 | |||
1864 | #define SN_id_pkix_OCSP_noCheck "noCheck" | ||
1865 | #define LN_id_pkix_OCSP_noCheck "OCSP No Check" | ||
1866 | #define NID_id_pkix_OCSP_noCheck 369 | ||
1867 | #define OBJ_id_pkix_OCSP_noCheck OBJ_id_pkix_OCSP,5L | ||
1868 | |||
1869 | #define SN_id_pkix_OCSP_archiveCutoff "archiveCutoff" | ||
1870 | #define LN_id_pkix_OCSP_archiveCutoff "OCSP Archive Cutoff" | ||
1871 | #define NID_id_pkix_OCSP_archiveCutoff 370 | ||
1872 | #define OBJ_id_pkix_OCSP_archiveCutoff OBJ_id_pkix_OCSP,6L | ||
1873 | |||
1874 | #define SN_id_pkix_OCSP_serviceLocator "serviceLocator" | ||
1875 | #define LN_id_pkix_OCSP_serviceLocator "OCSP Service Locator" | ||
1876 | #define NID_id_pkix_OCSP_serviceLocator 371 | ||
1877 | #define OBJ_id_pkix_OCSP_serviceLocator OBJ_id_pkix_OCSP,7L | ||
1878 | |||
1879 | #define SN_id_pkix_OCSP_extendedStatus "extendedStatus" | ||
1880 | #define LN_id_pkix_OCSP_extendedStatus "Extended OCSP Status" | ||
1881 | #define NID_id_pkix_OCSP_extendedStatus 372 | ||
1882 | #define OBJ_id_pkix_OCSP_extendedStatus OBJ_id_pkix_OCSP,8L | ||
1883 | |||
1884 | #define SN_id_pkix_OCSP_valid "valid" | ||
1885 | #define NID_id_pkix_OCSP_valid 373 | ||
1886 | #define OBJ_id_pkix_OCSP_valid OBJ_id_pkix_OCSP,9L | ||
1887 | |||
1888 | #define SN_id_pkix_OCSP_path "path" | ||
1889 | #define NID_id_pkix_OCSP_path 374 | ||
1890 | #define OBJ_id_pkix_OCSP_path OBJ_id_pkix_OCSP,10L | ||
1891 | |||
1892 | #define SN_id_pkix_OCSP_trustRoot "trustRoot" | ||
1893 | #define LN_id_pkix_OCSP_trustRoot "Trust Root" | ||
1894 | #define NID_id_pkix_OCSP_trustRoot 375 | ||
1895 | #define OBJ_id_pkix_OCSP_trustRoot OBJ_id_pkix_OCSP,11L | ||
1896 | |||
1897 | #define SN_algorithm "algorithm" | ||
1898 | #define LN_algorithm "algorithm" | ||
1899 | #define NID_algorithm 376 | ||
1900 | #define OBJ_algorithm 1L,3L,14L,3L,2L | ||
1901 | |||
1902 | #define SN_md5WithRSA "RSA-NP-MD5" | ||
1903 | #define LN_md5WithRSA "md5WithRSA" | ||
1904 | #define NID_md5WithRSA 104 | ||
1905 | #define OBJ_md5WithRSA OBJ_algorithm,3L | ||
1906 | |||
1907 | #define SN_des_ecb "DES-ECB" | ||
1908 | #define LN_des_ecb "des-ecb" | ||
1909 | #define NID_des_ecb 29 | ||
1910 | #define OBJ_des_ecb OBJ_algorithm,6L | ||
1911 | |||
1912 | #define SN_des_cbc "DES-CBC" | ||
1913 | #define LN_des_cbc "des-cbc" | ||
1914 | #define NID_des_cbc 31 | ||
1915 | #define OBJ_des_cbc OBJ_algorithm,7L | ||
1916 | |||
1917 | #define SN_des_ofb64 "DES-OFB" | ||
1918 | #define LN_des_ofb64 "des-ofb" | ||
1919 | #define NID_des_ofb64 45 | ||
1920 | #define OBJ_des_ofb64 OBJ_algorithm,8L | ||
1921 | |||
1922 | #define SN_des_cfb64 "DES-CFB" | ||
1923 | #define LN_des_cfb64 "des-cfb" | ||
1924 | #define NID_des_cfb64 30 | ||
1925 | #define OBJ_des_cfb64 OBJ_algorithm,9L | ||
1926 | |||
1927 | #define SN_rsaSignature "rsaSignature" | ||
1928 | #define NID_rsaSignature 377 | ||
1929 | #define OBJ_rsaSignature OBJ_algorithm,11L | ||
1930 | |||
1931 | #define SN_dsa_2 "DSA-old" | ||
1932 | #define LN_dsa_2 "dsaEncryption-old" | ||
1933 | #define NID_dsa_2 67 | ||
1934 | #define OBJ_dsa_2 OBJ_algorithm,12L | ||
1935 | |||
1936 | #define SN_dsaWithSHA "DSA-SHA" | ||
1937 | #define LN_dsaWithSHA "dsaWithSHA" | ||
1938 | #define NID_dsaWithSHA 66 | ||
1939 | #define OBJ_dsaWithSHA OBJ_algorithm,13L | ||
1940 | |||
1941 | #define SN_shaWithRSAEncryption "RSA-SHA" | ||
1942 | #define LN_shaWithRSAEncryption "shaWithRSAEncryption" | ||
1943 | #define NID_shaWithRSAEncryption 42 | ||
1944 | #define OBJ_shaWithRSAEncryption OBJ_algorithm,15L | ||
1945 | |||
1946 | #define SN_des_ede_ecb "DES-EDE" | ||
1947 | #define LN_des_ede_ecb "des-ede" | ||
1948 | #define NID_des_ede_ecb 32 | ||
1949 | #define OBJ_des_ede_ecb OBJ_algorithm,17L | ||
1950 | |||
1951 | #define SN_des_ede3_ecb "DES-EDE3" | ||
1952 | #define LN_des_ede3_ecb "des-ede3" | ||
1953 | #define NID_des_ede3_ecb 33 | ||
1954 | |||
1955 | #define SN_des_ede_cbc "DES-EDE-CBC" | ||
1956 | #define LN_des_ede_cbc "des-ede-cbc" | ||
1957 | #define NID_des_ede_cbc 43 | ||
1958 | |||
1959 | #define SN_des_ede_cfb64 "DES-EDE-CFB" | ||
1960 | #define LN_des_ede_cfb64 "des-ede-cfb" | ||
1961 | #define NID_des_ede_cfb64 60 | ||
1962 | |||
1963 | #define SN_des_ede3_cfb64 "DES-EDE3-CFB" | ||
1964 | #define LN_des_ede3_cfb64 "des-ede3-cfb" | ||
1965 | #define NID_des_ede3_cfb64 61 | ||
1966 | |||
1967 | #define SN_des_ede_ofb64 "DES-EDE-OFB" | ||
1968 | #define LN_des_ede_ofb64 "des-ede-ofb" | ||
1969 | #define NID_des_ede_ofb64 62 | ||
1970 | |||
1971 | #define SN_des_ede3_ofb64 "DES-EDE3-OFB" | ||
1972 | #define LN_des_ede3_ofb64 "des-ede3-ofb" | ||
1973 | #define NID_des_ede3_ofb64 63 | ||
1974 | |||
1975 | #define SN_desx_cbc "DESX-CBC" | ||
1976 | #define LN_desx_cbc "desx-cbc" | ||
1977 | #define NID_desx_cbc 80 | ||
1978 | |||
1979 | #define SN_sha "SHA" | ||
1980 | #define LN_sha "sha" | ||
1981 | #define NID_sha 41 | ||
1982 | #define OBJ_sha OBJ_algorithm,18L | ||
1983 | |||
1984 | #define SN_sha1 "SHA1" | ||
1985 | #define LN_sha1 "sha1" | ||
1986 | #define NID_sha1 64 | ||
1987 | #define OBJ_sha1 OBJ_algorithm,26L | ||
1988 | |||
1989 | #define SN_dsaWithSHA1_2 "DSA-SHA1-old" | ||
1990 | #define LN_dsaWithSHA1_2 "dsaWithSHA1-old" | ||
1991 | #define NID_dsaWithSHA1_2 70 | ||
1992 | #define OBJ_dsaWithSHA1_2 OBJ_algorithm,27L | ||
1993 | |||
1994 | #define SN_sha1WithRSA "RSA-SHA1-2" | ||
1995 | #define LN_sha1WithRSA "sha1WithRSA" | ||
1996 | #define NID_sha1WithRSA 115 | ||
1997 | #define OBJ_sha1WithRSA OBJ_algorithm,29L | ||
1998 | |||
1999 | #define SN_ripemd160 "RIPEMD160" | ||
2000 | #define LN_ripemd160 "ripemd160" | ||
2001 | #define NID_ripemd160 117 | ||
2002 | #define OBJ_ripemd160 1L,3L,36L,3L,2L,1L | ||
2003 | |||
2004 | #define SN_ripemd160WithRSA "RSA-RIPEMD160" | ||
2005 | #define LN_ripemd160WithRSA "ripemd160WithRSA" | ||
2006 | #define NID_ripemd160WithRSA 119 | ||
2007 | #define OBJ_ripemd160WithRSA 1L,3L,36L,3L,3L,1L,2L | ||
2008 | |||
2009 | #define SN_sxnet "SXNetID" | ||
2010 | #define LN_sxnet "Strong Extranet ID" | ||
2011 | #define NID_sxnet 143 | ||
2012 | #define OBJ_sxnet 1L,3L,101L,1L,4L,1L | ||
2013 | |||
2014 | #define SN_X500 "X500" | ||
2015 | #define LN_X500 "directory services (X.500)" | ||
2016 | #define NID_X500 11 | ||
2017 | #define OBJ_X500 2L,5L | ||
2018 | |||
2019 | #define SN_X509 "X509" | ||
2020 | #define NID_X509 12 | ||
2021 | #define OBJ_X509 OBJ_X500,4L | ||
2022 | |||
2023 | #define SN_commonName "CN" | ||
2024 | #define LN_commonName "commonName" | ||
2025 | #define NID_commonName 13 | ||
2026 | #define OBJ_commonName OBJ_X509,3L | ||
2027 | |||
2028 | #define SN_surname "SN" | ||
2029 | #define LN_surname "surname" | ||
2030 | #define NID_surname 100 | ||
2031 | #define OBJ_surname OBJ_X509,4L | ||
2032 | |||
2033 | #define LN_serialNumber "serialNumber" | ||
2034 | #define NID_serialNumber 105 | ||
2035 | #define OBJ_serialNumber OBJ_X509,5L | ||
2036 | |||
2037 | #define SN_countryName "C" | ||
2038 | #define LN_countryName "countryName" | ||
2039 | #define NID_countryName 14 | ||
2040 | #define OBJ_countryName OBJ_X509,6L | ||
2041 | |||
2042 | #define SN_localityName "L" | ||
2043 | #define LN_localityName "localityName" | ||
2044 | #define NID_localityName 15 | ||
2045 | #define OBJ_localityName OBJ_X509,7L | ||
2046 | |||
2047 | #define SN_stateOrProvinceName "ST" | ||
2048 | #define LN_stateOrProvinceName "stateOrProvinceName" | ||
2049 | #define NID_stateOrProvinceName 16 | ||
2050 | #define OBJ_stateOrProvinceName OBJ_X509,8L | ||
2051 | |||
2052 | #define SN_streetAddress "street" | ||
2053 | #define LN_streetAddress "streetAddress" | ||
2054 | #define NID_streetAddress 660 | ||
2055 | #define OBJ_streetAddress OBJ_X509,9L | ||
2056 | |||
2057 | #define SN_organizationName "O" | ||
2058 | #define LN_organizationName "organizationName" | ||
2059 | #define NID_organizationName 17 | ||
2060 | #define OBJ_organizationName OBJ_X509,10L | ||
2061 | |||
2062 | #define SN_organizationalUnitName "OU" | ||
2063 | #define LN_organizationalUnitName "organizationalUnitName" | ||
2064 | #define NID_organizationalUnitName 18 | ||
2065 | #define OBJ_organizationalUnitName OBJ_X509,11L | ||
2066 | |||
2067 | #define SN_title "title" | ||
2068 | #define LN_title "title" | ||
2069 | #define NID_title 106 | ||
2070 | #define OBJ_title OBJ_X509,12L | ||
2071 | |||
2072 | #define LN_description "description" | ||
2073 | #define NID_description 107 | ||
2074 | #define OBJ_description OBJ_X509,13L | ||
2075 | |||
2076 | #define LN_searchGuide "searchGuide" | ||
2077 | #define NID_searchGuide 859 | ||
2078 | #define OBJ_searchGuide OBJ_X509,14L | ||
2079 | |||
2080 | #define LN_businessCategory "businessCategory" | ||
2081 | #define NID_businessCategory 860 | ||
2082 | #define OBJ_businessCategory OBJ_X509,15L | ||
2083 | |||
2084 | #define LN_postalAddress "postalAddress" | ||
2085 | #define NID_postalAddress 861 | ||
2086 | #define OBJ_postalAddress OBJ_X509,16L | ||
2087 | |||
2088 | #define LN_postalCode "postalCode" | ||
2089 | #define NID_postalCode 661 | ||
2090 | #define OBJ_postalCode OBJ_X509,17L | ||
2091 | |||
2092 | #define LN_postOfficeBox "postOfficeBox" | ||
2093 | #define NID_postOfficeBox 862 | ||
2094 | #define OBJ_postOfficeBox OBJ_X509,18L | ||
2095 | |||
2096 | #define LN_physicalDeliveryOfficeName "physicalDeliveryOfficeName" | ||
2097 | #define NID_physicalDeliveryOfficeName 863 | ||
2098 | #define OBJ_physicalDeliveryOfficeName OBJ_X509,19L | ||
2099 | |||
2100 | #define LN_telephoneNumber "telephoneNumber" | ||
2101 | #define NID_telephoneNumber 864 | ||
2102 | #define OBJ_telephoneNumber OBJ_X509,20L | ||
2103 | |||
2104 | #define LN_telexNumber "telexNumber" | ||
2105 | #define NID_telexNumber 865 | ||
2106 | #define OBJ_telexNumber OBJ_X509,21L | ||
2107 | |||
2108 | #define LN_teletexTerminalIdentifier "teletexTerminalIdentifier" | ||
2109 | #define NID_teletexTerminalIdentifier 866 | ||
2110 | #define OBJ_teletexTerminalIdentifier OBJ_X509,22L | ||
2111 | |||
2112 | #define LN_facsimileTelephoneNumber "facsimileTelephoneNumber" | ||
2113 | #define NID_facsimileTelephoneNumber 867 | ||
2114 | #define OBJ_facsimileTelephoneNumber OBJ_X509,23L | ||
2115 | |||
2116 | #define LN_x121Address "x121Address" | ||
2117 | #define NID_x121Address 868 | ||
2118 | #define OBJ_x121Address OBJ_X509,24L | ||
2119 | |||
2120 | #define LN_internationaliSDNNumber "internationaliSDNNumber" | ||
2121 | #define NID_internationaliSDNNumber 869 | ||
2122 | #define OBJ_internationaliSDNNumber OBJ_X509,25L | ||
2123 | |||
2124 | #define LN_registeredAddress "registeredAddress" | ||
2125 | #define NID_registeredAddress 870 | ||
2126 | #define OBJ_registeredAddress OBJ_X509,26L | ||
2127 | |||
2128 | #define LN_destinationIndicator "destinationIndicator" | ||
2129 | #define NID_destinationIndicator 871 | ||
2130 | #define OBJ_destinationIndicator OBJ_X509,27L | ||
2131 | |||
2132 | #define LN_preferredDeliveryMethod "preferredDeliveryMethod" | ||
2133 | #define NID_preferredDeliveryMethod 872 | ||
2134 | #define OBJ_preferredDeliveryMethod OBJ_X509,28L | ||
2135 | |||
2136 | #define LN_presentationAddress "presentationAddress" | ||
2137 | #define NID_presentationAddress 873 | ||
2138 | #define OBJ_presentationAddress OBJ_X509,29L | ||
2139 | |||
2140 | #define LN_supportedApplicationContext "supportedApplicationContext" | ||
2141 | #define NID_supportedApplicationContext 874 | ||
2142 | #define OBJ_supportedApplicationContext OBJ_X509,30L | ||
2143 | |||
2144 | #define SN_member "member" | ||
2145 | #define NID_member 875 | ||
2146 | #define OBJ_member OBJ_X509,31L | ||
2147 | |||
2148 | #define SN_owner "owner" | ||
2149 | #define NID_owner 876 | ||
2150 | #define OBJ_owner OBJ_X509,32L | ||
2151 | |||
2152 | #define LN_roleOccupant "roleOccupant" | ||
2153 | #define NID_roleOccupant 877 | ||
2154 | #define OBJ_roleOccupant OBJ_X509,33L | ||
2155 | |||
2156 | #define SN_seeAlso "seeAlso" | ||
2157 | #define NID_seeAlso 878 | ||
2158 | #define OBJ_seeAlso OBJ_X509,34L | ||
2159 | |||
2160 | #define LN_userPassword "userPassword" | ||
2161 | #define NID_userPassword 879 | ||
2162 | #define OBJ_userPassword OBJ_X509,35L | ||
2163 | |||
2164 | #define LN_userCertificate "userCertificate" | ||
2165 | #define NID_userCertificate 880 | ||
2166 | #define OBJ_userCertificate OBJ_X509,36L | ||
2167 | |||
2168 | #define LN_cACertificate "cACertificate" | ||
2169 | #define NID_cACertificate 881 | ||
2170 | #define OBJ_cACertificate OBJ_X509,37L | ||
2171 | |||
2172 | #define LN_authorityRevocationList "authorityRevocationList" | ||
2173 | #define NID_authorityRevocationList 882 | ||
2174 | #define OBJ_authorityRevocationList OBJ_X509,38L | ||
2175 | |||
2176 | #define LN_certificateRevocationList "certificateRevocationList" | ||
2177 | #define NID_certificateRevocationList 883 | ||
2178 | #define OBJ_certificateRevocationList OBJ_X509,39L | ||
2179 | |||
2180 | #define LN_crossCertificatePair "crossCertificatePair" | ||
2181 | #define NID_crossCertificatePair 884 | ||
2182 | #define OBJ_crossCertificatePair OBJ_X509,40L | ||
2183 | |||
2184 | #define SN_name "name" | ||
2185 | #define LN_name "name" | ||
2186 | #define NID_name 173 | ||
2187 | #define OBJ_name OBJ_X509,41L | ||
2188 | |||
2189 | #define SN_givenName "GN" | ||
2190 | #define LN_givenName "givenName" | ||
2191 | #define NID_givenName 99 | ||
2192 | #define OBJ_givenName OBJ_X509,42L | ||
2193 | |||
2194 | #define SN_initials "initials" | ||
2195 | #define LN_initials "initials" | ||
2196 | #define NID_initials 101 | ||
2197 | #define OBJ_initials OBJ_X509,43L | ||
2198 | |||
2199 | #define LN_generationQualifier "generationQualifier" | ||
2200 | #define NID_generationQualifier 509 | ||
2201 | #define OBJ_generationQualifier OBJ_X509,44L | ||
2202 | |||
2203 | #define LN_x500UniqueIdentifier "x500UniqueIdentifier" | ||
2204 | #define NID_x500UniqueIdentifier 503 | ||
2205 | #define OBJ_x500UniqueIdentifier OBJ_X509,45L | ||
2206 | |||
2207 | #define SN_dnQualifier "dnQualifier" | ||
2208 | #define LN_dnQualifier "dnQualifier" | ||
2209 | #define NID_dnQualifier 174 | ||
2210 | #define OBJ_dnQualifier OBJ_X509,46L | ||
2211 | |||
2212 | #define LN_enhancedSearchGuide "enhancedSearchGuide" | ||
2213 | #define NID_enhancedSearchGuide 885 | ||
2214 | #define OBJ_enhancedSearchGuide OBJ_X509,47L | ||
2215 | |||
2216 | #define LN_protocolInformation "protocolInformation" | ||
2217 | #define NID_protocolInformation 886 | ||
2218 | #define OBJ_protocolInformation OBJ_X509,48L | ||
2219 | |||
2220 | #define LN_distinguishedName "distinguishedName" | ||
2221 | #define NID_distinguishedName 887 | ||
2222 | #define OBJ_distinguishedName OBJ_X509,49L | ||
2223 | |||
2224 | #define LN_uniqueMember "uniqueMember" | ||
2225 | #define NID_uniqueMember 888 | ||
2226 | #define OBJ_uniqueMember OBJ_X509,50L | ||
2227 | |||
2228 | #define LN_houseIdentifier "houseIdentifier" | ||
2229 | #define NID_houseIdentifier 889 | ||
2230 | #define OBJ_houseIdentifier OBJ_X509,51L | ||
2231 | |||
2232 | #define LN_supportedAlgorithms "supportedAlgorithms" | ||
2233 | #define NID_supportedAlgorithms 890 | ||
2234 | #define OBJ_supportedAlgorithms OBJ_X509,52L | ||
2235 | |||
2236 | #define LN_deltaRevocationList "deltaRevocationList" | ||
2237 | #define NID_deltaRevocationList 891 | ||
2238 | #define OBJ_deltaRevocationList OBJ_X509,53L | ||
2239 | |||
2240 | #define SN_dmdName "dmdName" | ||
2241 | #define NID_dmdName 892 | ||
2242 | #define OBJ_dmdName OBJ_X509,54L | ||
2243 | |||
2244 | #define LN_pseudonym "pseudonym" | ||
2245 | #define NID_pseudonym 510 | ||
2246 | #define OBJ_pseudonym OBJ_X509,65L | ||
2247 | |||
2248 | #define SN_role "role" | ||
2249 | #define LN_role "role" | ||
2250 | #define NID_role 400 | ||
2251 | #define OBJ_role OBJ_X509,72L | ||
2252 | |||
2253 | #define SN_X500algorithms "X500algorithms" | ||
2254 | #define LN_X500algorithms "directory services - algorithms" | ||
2255 | #define NID_X500algorithms 378 | ||
2256 | #define OBJ_X500algorithms OBJ_X500,8L | ||
2257 | |||
2258 | #define SN_rsa "RSA" | ||
2259 | #define LN_rsa "rsa" | ||
2260 | #define NID_rsa 19 | ||
2261 | #define OBJ_rsa OBJ_X500algorithms,1L,1L | ||
2262 | |||
2263 | #define SN_mdc2WithRSA "RSA-MDC2" | ||
2264 | #define LN_mdc2WithRSA "mdc2WithRSA" | ||
2265 | #define NID_mdc2WithRSA 96 | ||
2266 | #define OBJ_mdc2WithRSA OBJ_X500algorithms,3L,100L | ||
2267 | |||
2268 | #define SN_mdc2 "MDC2" | ||
2269 | #define LN_mdc2 "mdc2" | ||
2270 | #define NID_mdc2 95 | ||
2271 | #define OBJ_mdc2 OBJ_X500algorithms,3L,101L | ||
2272 | |||
2273 | #define SN_id_ce "id-ce" | ||
2274 | #define NID_id_ce 81 | ||
2275 | #define OBJ_id_ce OBJ_X500,29L | ||
2276 | |||
2277 | #define SN_subject_directory_attributes "subjectDirectoryAttributes" | ||
2278 | #define LN_subject_directory_attributes "X509v3 Subject Directory Attributes" | ||
2279 | #define NID_subject_directory_attributes 769 | ||
2280 | #define OBJ_subject_directory_attributes OBJ_id_ce,9L | ||
2281 | |||
2282 | #define SN_subject_key_identifier "subjectKeyIdentifier" | ||
2283 | #define LN_subject_key_identifier "X509v3 Subject Key Identifier" | ||
2284 | #define NID_subject_key_identifier 82 | ||
2285 | #define OBJ_subject_key_identifier OBJ_id_ce,14L | ||
2286 | |||
2287 | #define SN_key_usage "keyUsage" | ||
2288 | #define LN_key_usage "X509v3 Key Usage" | ||
2289 | #define NID_key_usage 83 | ||
2290 | #define OBJ_key_usage OBJ_id_ce,15L | ||
2291 | |||
2292 | #define SN_private_key_usage_period "privateKeyUsagePeriod" | ||
2293 | #define LN_private_key_usage_period "X509v3 Private Key Usage Period" | ||
2294 | #define NID_private_key_usage_period 84 | ||
2295 | #define OBJ_private_key_usage_period OBJ_id_ce,16L | ||
2296 | |||
2297 | #define SN_subject_alt_name "subjectAltName" | ||
2298 | #define LN_subject_alt_name "X509v3 Subject Alternative Name" | ||
2299 | #define NID_subject_alt_name 85 | ||
2300 | #define OBJ_subject_alt_name OBJ_id_ce,17L | ||
2301 | |||
2302 | #define SN_issuer_alt_name "issuerAltName" | ||
2303 | #define LN_issuer_alt_name "X509v3 Issuer Alternative Name" | ||
2304 | #define NID_issuer_alt_name 86 | ||
2305 | #define OBJ_issuer_alt_name OBJ_id_ce,18L | ||
2306 | |||
2307 | #define SN_basic_constraints "basicConstraints" | ||
2308 | #define LN_basic_constraints "X509v3 Basic Constraints" | ||
2309 | #define NID_basic_constraints 87 | ||
2310 | #define OBJ_basic_constraints OBJ_id_ce,19L | ||
2311 | |||
2312 | #define SN_crl_number "crlNumber" | ||
2313 | #define LN_crl_number "X509v3 CRL Number" | ||
2314 | #define NID_crl_number 88 | ||
2315 | #define OBJ_crl_number OBJ_id_ce,20L | ||
2316 | |||
2317 | #define SN_crl_reason "CRLReason" | ||
2318 | #define LN_crl_reason "X509v3 CRL Reason Code" | ||
2319 | #define NID_crl_reason 141 | ||
2320 | #define OBJ_crl_reason OBJ_id_ce,21L | ||
2321 | |||
2322 | #define SN_invalidity_date "invalidityDate" | ||
2323 | #define LN_invalidity_date "Invalidity Date" | ||
2324 | #define NID_invalidity_date 142 | ||
2325 | #define OBJ_invalidity_date OBJ_id_ce,24L | ||
2326 | |||
2327 | #define SN_delta_crl "deltaCRL" | ||
2328 | #define LN_delta_crl "X509v3 Delta CRL Indicator" | ||
2329 | #define NID_delta_crl 140 | ||
2330 | #define OBJ_delta_crl OBJ_id_ce,27L | ||
2331 | |||
2332 | #define SN_issuing_distribution_point "issuingDistributionPoint" | ||
2333 | #define LN_issuing_distribution_point "X509v3 Issuing Distrubution Point" | ||
2334 | #define NID_issuing_distribution_point 770 | ||
2335 | #define OBJ_issuing_distribution_point OBJ_id_ce,28L | ||
2336 | |||
2337 | #define SN_certificate_issuer "certificateIssuer" | ||
2338 | #define LN_certificate_issuer "X509v3 Certificate Issuer" | ||
2339 | #define NID_certificate_issuer 771 | ||
2340 | #define OBJ_certificate_issuer OBJ_id_ce,29L | ||
2341 | |||
2342 | #define SN_name_constraints "nameConstraints" | ||
2343 | #define LN_name_constraints "X509v3 Name Constraints" | ||
2344 | #define NID_name_constraints 666 | ||
2345 | #define OBJ_name_constraints OBJ_id_ce,30L | ||
2346 | |||
2347 | #define SN_crl_distribution_points "crlDistributionPoints" | ||
2348 | #define LN_crl_distribution_points "X509v3 CRL Distribution Points" | ||
2349 | #define NID_crl_distribution_points 103 | ||
2350 | #define OBJ_crl_distribution_points OBJ_id_ce,31L | ||
2351 | |||
2352 | #define SN_certificate_policies "certificatePolicies" | ||
2353 | #define LN_certificate_policies "X509v3 Certificate Policies" | ||
2354 | #define NID_certificate_policies 89 | ||
2355 | #define OBJ_certificate_policies OBJ_id_ce,32L | ||
2356 | |||
2357 | #define SN_any_policy "anyPolicy" | ||
2358 | #define LN_any_policy "X509v3 Any Policy" | ||
2359 | #define NID_any_policy 746 | ||
2360 | #define OBJ_any_policy OBJ_certificate_policies,0L | ||
2361 | |||
2362 | #define SN_policy_mappings "policyMappings" | ||
2363 | #define LN_policy_mappings "X509v3 Policy Mappings" | ||
2364 | #define NID_policy_mappings 747 | ||
2365 | #define OBJ_policy_mappings OBJ_id_ce,33L | ||
2366 | |||
2367 | #define SN_authority_key_identifier "authorityKeyIdentifier" | ||
2368 | #define LN_authority_key_identifier "X509v3 Authority Key Identifier" | ||
2369 | #define NID_authority_key_identifier 90 | ||
2370 | #define OBJ_authority_key_identifier OBJ_id_ce,35L | ||
2371 | |||
2372 | #define SN_policy_constraints "policyConstraints" | ||
2373 | #define LN_policy_constraints "X509v3 Policy Constraints" | ||
2374 | #define NID_policy_constraints 401 | ||
2375 | #define OBJ_policy_constraints OBJ_id_ce,36L | ||
2376 | |||
2377 | #define SN_ext_key_usage "extendedKeyUsage" | ||
2378 | #define LN_ext_key_usage "X509v3 Extended Key Usage" | ||
2379 | #define NID_ext_key_usage 126 | ||
2380 | #define OBJ_ext_key_usage OBJ_id_ce,37L | ||
2381 | |||
2382 | #define SN_freshest_crl "freshestCRL" | ||
2383 | #define LN_freshest_crl "X509v3 Freshest CRL" | ||
2384 | #define NID_freshest_crl 857 | ||
2385 | #define OBJ_freshest_crl OBJ_id_ce,46L | ||
2386 | |||
2387 | #define SN_inhibit_any_policy "inhibitAnyPolicy" | ||
2388 | #define LN_inhibit_any_policy "X509v3 Inhibit Any Policy" | ||
2389 | #define NID_inhibit_any_policy 748 | ||
2390 | #define OBJ_inhibit_any_policy OBJ_id_ce,54L | ||
2391 | |||
2392 | #define SN_target_information "targetInformation" | ||
2393 | #define LN_target_information "X509v3 AC Targeting" | ||
2394 | #define NID_target_information 402 | ||
2395 | #define OBJ_target_information OBJ_id_ce,55L | ||
2396 | |||
2397 | #define SN_no_rev_avail "noRevAvail" | ||
2398 | #define LN_no_rev_avail "X509v3 No Revocation Available" | ||
2399 | #define NID_no_rev_avail 403 | ||
2400 | #define OBJ_no_rev_avail OBJ_id_ce,56L | ||
2401 | |||
2402 | #define SN_netscape "Netscape" | ||
2403 | #define LN_netscape "Netscape Communications Corp." | ||
2404 | #define NID_netscape 57 | ||
2405 | #define OBJ_netscape 2L,16L,840L,1L,113730L | ||
2406 | |||
2407 | #define SN_netscape_cert_extension "nsCertExt" | ||
2408 | #define LN_netscape_cert_extension "Netscape Certificate Extension" | ||
2409 | #define NID_netscape_cert_extension 58 | ||
2410 | #define OBJ_netscape_cert_extension OBJ_netscape,1L | ||
2411 | |||
2412 | #define SN_netscape_data_type "nsDataType" | ||
2413 | #define LN_netscape_data_type "Netscape Data Type" | ||
2414 | #define NID_netscape_data_type 59 | ||
2415 | #define OBJ_netscape_data_type OBJ_netscape,2L | ||
2416 | |||
2417 | #define SN_netscape_cert_type "nsCertType" | ||
2418 | #define LN_netscape_cert_type "Netscape Cert Type" | ||
2419 | #define NID_netscape_cert_type 71 | ||
2420 | #define OBJ_netscape_cert_type OBJ_netscape_cert_extension,1L | ||
2421 | |||
2422 | #define SN_netscape_base_url "nsBaseUrl" | ||
2423 | #define LN_netscape_base_url "Netscape Base Url" | ||
2424 | #define NID_netscape_base_url 72 | ||
2425 | #define OBJ_netscape_base_url OBJ_netscape_cert_extension,2L | ||
2426 | |||
2427 | #define SN_netscape_revocation_url "nsRevocationUrl" | ||
2428 | #define LN_netscape_revocation_url "Netscape Revocation Url" | ||
2429 | #define NID_netscape_revocation_url 73 | ||
2430 | #define OBJ_netscape_revocation_url OBJ_netscape_cert_extension,3L | ||
2431 | |||
2432 | #define SN_netscape_ca_revocation_url "nsCaRevocationUrl" | ||
2433 | #define LN_netscape_ca_revocation_url "Netscape CA Revocation Url" | ||
2434 | #define NID_netscape_ca_revocation_url 74 | ||
2435 | #define OBJ_netscape_ca_revocation_url OBJ_netscape_cert_extension,4L | ||
2436 | |||
2437 | #define SN_netscape_renewal_url "nsRenewalUrl" | ||
2438 | #define LN_netscape_renewal_url "Netscape Renewal Url" | ||
2439 | #define NID_netscape_renewal_url 75 | ||
2440 | #define OBJ_netscape_renewal_url OBJ_netscape_cert_extension,7L | ||
2441 | |||
2442 | #define SN_netscape_ca_policy_url "nsCaPolicyUrl" | ||
2443 | #define LN_netscape_ca_policy_url "Netscape CA Policy Url" | ||
2444 | #define NID_netscape_ca_policy_url 76 | ||
2445 | #define OBJ_netscape_ca_policy_url OBJ_netscape_cert_extension,8L | ||
2446 | |||
2447 | #define SN_netscape_ssl_server_name "nsSslServerName" | ||
2448 | #define LN_netscape_ssl_server_name "Netscape SSL Server Name" | ||
2449 | #define NID_netscape_ssl_server_name 77 | ||
2450 | #define OBJ_netscape_ssl_server_name OBJ_netscape_cert_extension,12L | ||
2451 | |||
2452 | #define SN_netscape_comment "nsComment" | ||
2453 | #define LN_netscape_comment "Netscape Comment" | ||
2454 | #define NID_netscape_comment 78 | ||
2455 | #define OBJ_netscape_comment OBJ_netscape_cert_extension,13L | ||
2456 | |||
2457 | #define SN_netscape_cert_sequence "nsCertSequence" | ||
2458 | #define LN_netscape_cert_sequence "Netscape Certificate Sequence" | ||
2459 | #define NID_netscape_cert_sequence 79 | ||
2460 | #define OBJ_netscape_cert_sequence OBJ_netscape_data_type,5L | ||
2461 | |||
2462 | #define SN_ns_sgc "nsSGC" | ||
2463 | #define LN_ns_sgc "Netscape Server Gated Crypto" | ||
2464 | #define NID_ns_sgc 139 | ||
2465 | #define OBJ_ns_sgc OBJ_netscape,4L,1L | ||
2466 | |||
2467 | #define SN_org "ORG" | ||
2468 | #define LN_org "org" | ||
2469 | #define NID_org 379 | ||
2470 | #define OBJ_org OBJ_iso,3L | ||
2471 | |||
2472 | #define SN_dod "DOD" | ||
2473 | #define LN_dod "dod" | ||
2474 | #define NID_dod 380 | ||
2475 | #define OBJ_dod OBJ_org,6L | ||
2476 | |||
2477 | #define SN_iana "IANA" | ||
2478 | #define LN_iana "iana" | ||
2479 | #define NID_iana 381 | ||
2480 | #define OBJ_iana OBJ_dod,1L | ||
2481 | |||
2482 | #define OBJ_internet OBJ_iana | ||
2483 | |||
2484 | #define SN_Directory "directory" | ||
2485 | #define LN_Directory "Directory" | ||
2486 | #define NID_Directory 382 | ||
2487 | #define OBJ_Directory OBJ_internet,1L | ||
2488 | |||
2489 | #define SN_Management "mgmt" | ||
2490 | #define LN_Management "Management" | ||
2491 | #define NID_Management 383 | ||
2492 | #define OBJ_Management OBJ_internet,2L | ||
2493 | |||
2494 | #define SN_Experimental "experimental" | ||
2495 | #define LN_Experimental "Experimental" | ||
2496 | #define NID_Experimental 384 | ||
2497 | #define OBJ_Experimental OBJ_internet,3L | ||
2498 | |||
2499 | #define SN_Private "private" | ||
2500 | #define LN_Private "Private" | ||
2501 | #define NID_Private 385 | ||
2502 | #define OBJ_Private OBJ_internet,4L | ||
2503 | |||
2504 | #define SN_Security "security" | ||
2505 | #define LN_Security "Security" | ||
2506 | #define NID_Security 386 | ||
2507 | #define OBJ_Security OBJ_internet,5L | ||
2508 | |||
2509 | #define SN_SNMPv2 "snmpv2" | ||
2510 | #define LN_SNMPv2 "SNMPv2" | ||
2511 | #define NID_SNMPv2 387 | ||
2512 | #define OBJ_SNMPv2 OBJ_internet,6L | ||
2513 | |||
2514 | #define LN_Mail "Mail" | ||
2515 | #define NID_Mail 388 | ||
2516 | #define OBJ_Mail OBJ_internet,7L | ||
2517 | |||
2518 | #define SN_Enterprises "enterprises" | ||
2519 | #define LN_Enterprises "Enterprises" | ||
2520 | #define NID_Enterprises 389 | ||
2521 | #define OBJ_Enterprises OBJ_Private,1L | ||
2522 | |||
2523 | #define SN_dcObject "dcobject" | ||
2524 | #define LN_dcObject "dcObject" | ||
2525 | #define NID_dcObject 390 | ||
2526 | #define OBJ_dcObject OBJ_Enterprises,1466L,344L | ||
2527 | |||
2528 | #define SN_mime_mhs "mime-mhs" | ||
2529 | #define LN_mime_mhs "MIME MHS" | ||
2530 | #define NID_mime_mhs 504 | ||
2531 | #define OBJ_mime_mhs OBJ_Mail,1L | ||
2532 | |||
2533 | #define SN_mime_mhs_headings "mime-mhs-headings" | ||
2534 | #define LN_mime_mhs_headings "mime-mhs-headings" | ||
2535 | #define NID_mime_mhs_headings 505 | ||
2536 | #define OBJ_mime_mhs_headings OBJ_mime_mhs,1L | ||
2537 | |||
2538 | #define SN_mime_mhs_bodies "mime-mhs-bodies" | ||
2539 | #define LN_mime_mhs_bodies "mime-mhs-bodies" | ||
2540 | #define NID_mime_mhs_bodies 506 | ||
2541 | #define OBJ_mime_mhs_bodies OBJ_mime_mhs,2L | ||
2542 | |||
2543 | #define SN_id_hex_partial_message "id-hex-partial-message" | ||
2544 | #define LN_id_hex_partial_message "id-hex-partial-message" | ||
2545 | #define NID_id_hex_partial_message 507 | ||
2546 | #define OBJ_id_hex_partial_message OBJ_mime_mhs_headings,1L | ||
2547 | |||
2548 | #define SN_id_hex_multipart_message "id-hex-multipart-message" | ||
2549 | #define LN_id_hex_multipart_message "id-hex-multipart-message" | ||
2550 | #define NID_id_hex_multipart_message 508 | ||
2551 | #define OBJ_id_hex_multipart_message OBJ_mime_mhs_headings,2L | ||
2552 | |||
2553 | #define SN_rle_compression "RLE" | ||
2554 | #define LN_rle_compression "run length compression" | ||
2555 | #define NID_rle_compression 124 | ||
2556 | #define OBJ_rle_compression 1L,1L,1L,1L,666L,1L | ||
2557 | |||
2558 | #define SN_zlib_compression "ZLIB" | ||
2559 | #define LN_zlib_compression "zlib compression" | ||
2560 | #define NID_zlib_compression 125 | ||
2561 | #define OBJ_zlib_compression OBJ_id_smime_alg,8L | ||
2562 | |||
2563 | #define OBJ_csor 2L,16L,840L,1L,101L,3L | ||
2564 | |||
2565 | #define OBJ_nistAlgorithms OBJ_csor,4L | ||
2566 | |||
2567 | #define OBJ_aes OBJ_nistAlgorithms,1L | ||
2568 | |||
2569 | #define SN_aes_128_ecb "AES-128-ECB" | ||
2570 | #define LN_aes_128_ecb "aes-128-ecb" | ||
2571 | #define NID_aes_128_ecb 418 | ||
2572 | #define OBJ_aes_128_ecb OBJ_aes,1L | ||
2573 | |||
2574 | #define SN_aes_128_cbc "AES-128-CBC" | ||
2575 | #define LN_aes_128_cbc "aes-128-cbc" | ||
2576 | #define NID_aes_128_cbc 419 | ||
2577 | #define OBJ_aes_128_cbc OBJ_aes,2L | ||
2578 | |||
2579 | #define SN_aes_128_ofb128 "AES-128-OFB" | ||
2580 | #define LN_aes_128_ofb128 "aes-128-ofb" | ||
2581 | #define NID_aes_128_ofb128 420 | ||
2582 | #define OBJ_aes_128_ofb128 OBJ_aes,3L | ||
2583 | |||
2584 | #define SN_aes_128_cfb128 "AES-128-CFB" | ||
2585 | #define LN_aes_128_cfb128 "aes-128-cfb" | ||
2586 | #define NID_aes_128_cfb128 421 | ||
2587 | #define OBJ_aes_128_cfb128 OBJ_aes,4L | ||
2588 | |||
2589 | #define SN_aes_192_ecb "AES-192-ECB" | ||
2590 | #define LN_aes_192_ecb "aes-192-ecb" | ||
2591 | #define NID_aes_192_ecb 422 | ||
2592 | #define OBJ_aes_192_ecb OBJ_aes,21L | ||
2593 | |||
2594 | #define SN_aes_192_cbc "AES-192-CBC" | ||
2595 | #define LN_aes_192_cbc "aes-192-cbc" | ||
2596 | #define NID_aes_192_cbc 423 | ||
2597 | #define OBJ_aes_192_cbc OBJ_aes,22L | ||
2598 | |||
2599 | #define SN_aes_192_ofb128 "AES-192-OFB" | ||
2600 | #define LN_aes_192_ofb128 "aes-192-ofb" | ||
2601 | #define NID_aes_192_ofb128 424 | ||
2602 | #define OBJ_aes_192_ofb128 OBJ_aes,23L | ||
2603 | |||
2604 | #define SN_aes_192_cfb128 "AES-192-CFB" | ||
2605 | #define LN_aes_192_cfb128 "aes-192-cfb" | ||
2606 | #define NID_aes_192_cfb128 425 | ||
2607 | #define OBJ_aes_192_cfb128 OBJ_aes,24L | ||
2608 | |||
2609 | #define SN_aes_256_ecb "AES-256-ECB" | ||
2610 | #define LN_aes_256_ecb "aes-256-ecb" | ||
2611 | #define NID_aes_256_ecb 426 | ||
2612 | #define OBJ_aes_256_ecb OBJ_aes,41L | ||
2613 | |||
2614 | #define SN_aes_256_cbc "AES-256-CBC" | ||
2615 | #define LN_aes_256_cbc "aes-256-cbc" | ||
2616 | #define NID_aes_256_cbc 427 | ||
2617 | #define OBJ_aes_256_cbc OBJ_aes,42L | ||
2618 | |||
2619 | #define SN_aes_256_ofb128 "AES-256-OFB" | ||
2620 | #define LN_aes_256_ofb128 "aes-256-ofb" | ||
2621 | #define NID_aes_256_ofb128 428 | ||
2622 | #define OBJ_aes_256_ofb128 OBJ_aes,43L | ||
2623 | |||
2624 | #define SN_aes_256_cfb128 "AES-256-CFB" | ||
2625 | #define LN_aes_256_cfb128 "aes-256-cfb" | ||
2626 | #define NID_aes_256_cfb128 429 | ||
2627 | #define OBJ_aes_256_cfb128 OBJ_aes,44L | ||
2628 | |||
2629 | #define SN_aes_128_cfb1 "AES-128-CFB1" | ||
2630 | #define LN_aes_128_cfb1 "aes-128-cfb1" | ||
2631 | #define NID_aes_128_cfb1 650 | ||
2632 | |||
2633 | #define SN_aes_192_cfb1 "AES-192-CFB1" | ||
2634 | #define LN_aes_192_cfb1 "aes-192-cfb1" | ||
2635 | #define NID_aes_192_cfb1 651 | ||
2636 | |||
2637 | #define SN_aes_256_cfb1 "AES-256-CFB1" | ||
2638 | #define LN_aes_256_cfb1 "aes-256-cfb1" | ||
2639 | #define NID_aes_256_cfb1 652 | ||
2640 | |||
2641 | #define SN_aes_128_cfb8 "AES-128-CFB8" | ||
2642 | #define LN_aes_128_cfb8 "aes-128-cfb8" | ||
2643 | #define NID_aes_128_cfb8 653 | ||
2644 | |||
2645 | #define SN_aes_192_cfb8 "AES-192-CFB8" | ||
2646 | #define LN_aes_192_cfb8 "aes-192-cfb8" | ||
2647 | #define NID_aes_192_cfb8 654 | ||
2648 | |||
2649 | #define SN_aes_256_cfb8 "AES-256-CFB8" | ||
2650 | #define LN_aes_256_cfb8 "aes-256-cfb8" | ||
2651 | #define NID_aes_256_cfb8 655 | ||
2652 | |||
2653 | #define SN_des_cfb1 "DES-CFB1" | ||
2654 | #define LN_des_cfb1 "des-cfb1" | ||
2655 | #define NID_des_cfb1 656 | ||
2656 | |||
2657 | #define SN_des_cfb8 "DES-CFB8" | ||
2658 | #define LN_des_cfb8 "des-cfb8" | ||
2659 | #define NID_des_cfb8 657 | ||
2660 | |||
2661 | #define SN_des_ede3_cfb1 "DES-EDE3-CFB1" | ||
2662 | #define LN_des_ede3_cfb1 "des-ede3-cfb1" | ||
2663 | #define NID_des_ede3_cfb1 658 | ||
2664 | |||
2665 | #define SN_des_ede3_cfb8 "DES-EDE3-CFB8" | ||
2666 | #define LN_des_ede3_cfb8 "des-ede3-cfb8" | ||
2667 | #define NID_des_ede3_cfb8 659 | ||
2668 | |||
2669 | #define SN_id_aes128_wrap "id-aes128-wrap" | ||
2670 | #define NID_id_aes128_wrap 788 | ||
2671 | #define OBJ_id_aes128_wrap OBJ_aes,5L | ||
2672 | |||
2673 | #define SN_id_aes192_wrap "id-aes192-wrap" | ||
2674 | #define NID_id_aes192_wrap 789 | ||
2675 | #define OBJ_id_aes192_wrap OBJ_aes,25L | ||
2676 | |||
2677 | #define SN_id_aes256_wrap "id-aes256-wrap" | ||
2678 | #define NID_id_aes256_wrap 790 | ||
2679 | #define OBJ_id_aes256_wrap OBJ_aes,45L | ||
2680 | |||
2681 | #define OBJ_nist_hashalgs OBJ_nistAlgorithms,2L | ||
2682 | |||
2683 | #define SN_sha256 "SHA256" | ||
2684 | #define LN_sha256 "sha256" | ||
2685 | #define NID_sha256 672 | ||
2686 | #define OBJ_sha256 OBJ_nist_hashalgs,1L | ||
2687 | |||
2688 | #define SN_sha384 "SHA384" | ||
2689 | #define LN_sha384 "sha384" | ||
2690 | #define NID_sha384 673 | ||
2691 | #define OBJ_sha384 OBJ_nist_hashalgs,2L | ||
2692 | |||
2693 | #define SN_sha512 "SHA512" | ||
2694 | #define LN_sha512 "sha512" | ||
2695 | #define NID_sha512 674 | ||
2696 | #define OBJ_sha512 OBJ_nist_hashalgs,3L | ||
2697 | |||
2698 | #define SN_sha224 "SHA224" | ||
2699 | #define LN_sha224 "sha224" | ||
2700 | #define NID_sha224 675 | ||
2701 | #define OBJ_sha224 OBJ_nist_hashalgs,4L | ||
2702 | |||
2703 | #define OBJ_dsa_with_sha2 OBJ_nistAlgorithms,3L | ||
2704 | |||
2705 | #define SN_dsa_with_SHA224 "dsa_with_SHA224" | ||
2706 | #define NID_dsa_with_SHA224 802 | ||
2707 | #define OBJ_dsa_with_SHA224 OBJ_dsa_with_sha2,1L | ||
2708 | |||
2709 | #define SN_dsa_with_SHA256 "dsa_with_SHA256" | ||
2710 | #define NID_dsa_with_SHA256 803 | ||
2711 | #define OBJ_dsa_with_SHA256 OBJ_dsa_with_sha2,2L | ||
2712 | |||
2713 | #define SN_hold_instruction_code "holdInstructionCode" | ||
2714 | #define LN_hold_instruction_code "Hold Instruction Code" | ||
2715 | #define NID_hold_instruction_code 430 | ||
2716 | #define OBJ_hold_instruction_code OBJ_id_ce,23L | ||
2717 | |||
2718 | #define OBJ_holdInstruction OBJ_X9_57,2L | ||
2719 | |||
2720 | #define SN_hold_instruction_none "holdInstructionNone" | ||
2721 | #define LN_hold_instruction_none "Hold Instruction None" | ||
2722 | #define NID_hold_instruction_none 431 | ||
2723 | #define OBJ_hold_instruction_none OBJ_holdInstruction,1L | ||
2724 | |||
2725 | #define SN_hold_instruction_call_issuer "holdInstructionCallIssuer" | ||
2726 | #define LN_hold_instruction_call_issuer "Hold Instruction Call Issuer" | ||
2727 | #define NID_hold_instruction_call_issuer 432 | ||
2728 | #define OBJ_hold_instruction_call_issuer OBJ_holdInstruction,2L | ||
2729 | |||
2730 | #define SN_hold_instruction_reject "holdInstructionReject" | ||
2731 | #define LN_hold_instruction_reject "Hold Instruction Reject" | ||
2732 | #define NID_hold_instruction_reject 433 | ||
2733 | #define OBJ_hold_instruction_reject OBJ_holdInstruction,3L | ||
2734 | |||
2735 | #define SN_data "data" | ||
2736 | #define NID_data 434 | ||
2737 | #define OBJ_data OBJ_itu_t,9L | ||
2738 | |||
2739 | #define SN_pss "pss" | ||
2740 | #define NID_pss 435 | ||
2741 | #define OBJ_pss OBJ_data,2342L | ||
2742 | |||
2743 | #define SN_ucl "ucl" | ||
2744 | #define NID_ucl 436 | ||
2745 | #define OBJ_ucl OBJ_pss,19200300L | ||
2746 | |||
2747 | #define SN_pilot "pilot" | ||
2748 | #define NID_pilot 437 | ||
2749 | #define OBJ_pilot OBJ_ucl,100L | ||
2750 | |||
2751 | #define LN_pilotAttributeType "pilotAttributeType" | ||
2752 | #define NID_pilotAttributeType 438 | ||
2753 | #define OBJ_pilotAttributeType OBJ_pilot,1L | ||
2754 | |||
2755 | #define LN_pilotAttributeSyntax "pilotAttributeSyntax" | ||
2756 | #define NID_pilotAttributeSyntax 439 | ||
2757 | #define OBJ_pilotAttributeSyntax OBJ_pilot,3L | ||
2758 | |||
2759 | #define LN_pilotObjectClass "pilotObjectClass" | ||
2760 | #define NID_pilotObjectClass 440 | ||
2761 | #define OBJ_pilotObjectClass OBJ_pilot,4L | ||
2762 | |||
2763 | #define LN_pilotGroups "pilotGroups" | ||
2764 | #define NID_pilotGroups 441 | ||
2765 | #define OBJ_pilotGroups OBJ_pilot,10L | ||
2766 | |||
2767 | #define LN_iA5StringSyntax "iA5StringSyntax" | ||
2768 | #define NID_iA5StringSyntax 442 | ||
2769 | #define OBJ_iA5StringSyntax OBJ_pilotAttributeSyntax,4L | ||
2770 | |||
2771 | #define LN_caseIgnoreIA5StringSyntax "caseIgnoreIA5StringSyntax" | ||
2772 | #define NID_caseIgnoreIA5StringSyntax 443 | ||
2773 | #define OBJ_caseIgnoreIA5StringSyntax OBJ_pilotAttributeSyntax,5L | ||
2774 | |||
2775 | #define LN_pilotObject "pilotObject" | ||
2776 | #define NID_pilotObject 444 | ||
2777 | #define OBJ_pilotObject OBJ_pilotObjectClass,3L | ||
2778 | |||
2779 | #define LN_pilotPerson "pilotPerson" | ||
2780 | #define NID_pilotPerson 445 | ||
2781 | #define OBJ_pilotPerson OBJ_pilotObjectClass,4L | ||
2782 | |||
2783 | #define SN_account "account" | ||
2784 | #define NID_account 446 | ||
2785 | #define OBJ_account OBJ_pilotObjectClass,5L | ||
2786 | |||
2787 | #define SN_document "document" | ||
2788 | #define NID_document 447 | ||
2789 | #define OBJ_document OBJ_pilotObjectClass,6L | ||
2790 | |||
2791 | #define SN_room "room" | ||
2792 | #define NID_room 448 | ||
2793 | #define OBJ_room OBJ_pilotObjectClass,7L | ||
2794 | |||
2795 | #define LN_documentSeries "documentSeries" | ||
2796 | #define NID_documentSeries 449 | ||
2797 | #define OBJ_documentSeries OBJ_pilotObjectClass,9L | ||
2798 | |||
2799 | #define SN_Domain "domain" | ||
2800 | #define LN_Domain "Domain" | ||
2801 | #define NID_Domain 392 | ||
2802 | #define OBJ_Domain OBJ_pilotObjectClass,13L | ||
2803 | |||
2804 | #define LN_rFC822localPart "rFC822localPart" | ||
2805 | #define NID_rFC822localPart 450 | ||
2806 | #define OBJ_rFC822localPart OBJ_pilotObjectClass,14L | ||
2807 | |||
2808 | #define LN_dNSDomain "dNSDomain" | ||
2809 | #define NID_dNSDomain 451 | ||
2810 | #define OBJ_dNSDomain OBJ_pilotObjectClass,15L | ||
2811 | |||
2812 | #define LN_domainRelatedObject "domainRelatedObject" | ||
2813 | #define NID_domainRelatedObject 452 | ||
2814 | #define OBJ_domainRelatedObject OBJ_pilotObjectClass,17L | ||
2815 | |||
2816 | #define LN_friendlyCountry "friendlyCountry" | ||
2817 | #define NID_friendlyCountry 453 | ||
2818 | #define OBJ_friendlyCountry OBJ_pilotObjectClass,18L | ||
2819 | |||
2820 | #define LN_simpleSecurityObject "simpleSecurityObject" | ||
2821 | #define NID_simpleSecurityObject 454 | ||
2822 | #define OBJ_simpleSecurityObject OBJ_pilotObjectClass,19L | ||
2823 | |||
2824 | #define LN_pilotOrganization "pilotOrganization" | ||
2825 | #define NID_pilotOrganization 455 | ||
2826 | #define OBJ_pilotOrganization OBJ_pilotObjectClass,20L | ||
2827 | |||
2828 | #define LN_pilotDSA "pilotDSA" | ||
2829 | #define NID_pilotDSA 456 | ||
2830 | #define OBJ_pilotDSA OBJ_pilotObjectClass,21L | ||
2831 | |||
2832 | #define LN_qualityLabelledData "qualityLabelledData" | ||
2833 | #define NID_qualityLabelledData 457 | ||
2834 | #define OBJ_qualityLabelledData OBJ_pilotObjectClass,22L | ||
2835 | |||
2836 | #define SN_userId "UID" | ||
2837 | #define LN_userId "userId" | ||
2838 | #define NID_userId 458 | ||
2839 | #define OBJ_userId OBJ_pilotAttributeType,1L | ||
2840 | |||
2841 | #define LN_textEncodedORAddress "textEncodedORAddress" | ||
2842 | #define NID_textEncodedORAddress 459 | ||
2843 | #define OBJ_textEncodedORAddress OBJ_pilotAttributeType,2L | ||
2844 | |||
2845 | #define SN_rfc822Mailbox "mail" | ||
2846 | #define LN_rfc822Mailbox "rfc822Mailbox" | ||
2847 | #define NID_rfc822Mailbox 460 | ||
2848 | #define OBJ_rfc822Mailbox OBJ_pilotAttributeType,3L | ||
2849 | |||
2850 | #define SN_info "info" | ||
2851 | #define NID_info 461 | ||
2852 | #define OBJ_info OBJ_pilotAttributeType,4L | ||
2853 | |||
2854 | #define LN_favouriteDrink "favouriteDrink" | ||
2855 | #define NID_favouriteDrink 462 | ||
2856 | #define OBJ_favouriteDrink OBJ_pilotAttributeType,5L | ||
2857 | |||
2858 | #define LN_roomNumber "roomNumber" | ||
2859 | #define NID_roomNumber 463 | ||
2860 | #define OBJ_roomNumber OBJ_pilotAttributeType,6L | ||
2861 | |||
2862 | #define SN_photo "photo" | ||
2863 | #define NID_photo 464 | ||
2864 | #define OBJ_photo OBJ_pilotAttributeType,7L | ||
2865 | |||
2866 | #define LN_userClass "userClass" | ||
2867 | #define NID_userClass 465 | ||
2868 | #define OBJ_userClass OBJ_pilotAttributeType,8L | ||
2869 | |||
2870 | #define SN_host "host" | ||
2871 | #define NID_host 466 | ||
2872 | #define OBJ_host OBJ_pilotAttributeType,9L | ||
2873 | |||
2874 | #define SN_manager "manager" | ||
2875 | #define NID_manager 467 | ||
2876 | #define OBJ_manager OBJ_pilotAttributeType,10L | ||
2877 | |||
2878 | #define LN_documentIdentifier "documentIdentifier" | ||
2879 | #define NID_documentIdentifier 468 | ||
2880 | #define OBJ_documentIdentifier OBJ_pilotAttributeType,11L | ||
2881 | |||
2882 | #define LN_documentTitle "documentTitle" | ||
2883 | #define NID_documentTitle 469 | ||
2884 | #define OBJ_documentTitle OBJ_pilotAttributeType,12L | ||
2885 | |||
2886 | #define LN_documentVersion "documentVersion" | ||
2887 | #define NID_documentVersion 470 | ||
2888 | #define OBJ_documentVersion OBJ_pilotAttributeType,13L | ||
2889 | |||
2890 | #define LN_documentAuthor "documentAuthor" | ||
2891 | #define NID_documentAuthor 471 | ||
2892 | #define OBJ_documentAuthor OBJ_pilotAttributeType,14L | ||
2893 | |||
2894 | #define LN_documentLocation "documentLocation" | ||
2895 | #define NID_documentLocation 472 | ||
2896 | #define OBJ_documentLocation OBJ_pilotAttributeType,15L | ||
2897 | |||
2898 | #define LN_homeTelephoneNumber "homeTelephoneNumber" | ||
2899 | #define NID_homeTelephoneNumber 473 | ||
2900 | #define OBJ_homeTelephoneNumber OBJ_pilotAttributeType,20L | ||
2901 | |||
2902 | #define SN_secretary "secretary" | ||
2903 | #define NID_secretary 474 | ||
2904 | #define OBJ_secretary OBJ_pilotAttributeType,21L | ||
2905 | |||
2906 | #define LN_otherMailbox "otherMailbox" | ||
2907 | #define NID_otherMailbox 475 | ||
2908 | #define OBJ_otherMailbox OBJ_pilotAttributeType,22L | ||
2909 | |||
2910 | #define LN_lastModifiedTime "lastModifiedTime" | ||
2911 | #define NID_lastModifiedTime 476 | ||
2912 | #define OBJ_lastModifiedTime OBJ_pilotAttributeType,23L | ||
2913 | |||
2914 | #define LN_lastModifiedBy "lastModifiedBy" | ||
2915 | #define NID_lastModifiedBy 477 | ||
2916 | #define OBJ_lastModifiedBy OBJ_pilotAttributeType,24L | ||
2917 | |||
2918 | #define SN_domainComponent "DC" | ||
2919 | #define LN_domainComponent "domainComponent" | ||
2920 | #define NID_domainComponent 391 | ||
2921 | #define OBJ_domainComponent OBJ_pilotAttributeType,25L | ||
2922 | |||
2923 | #define LN_aRecord "aRecord" | ||
2924 | #define NID_aRecord 478 | ||
2925 | #define OBJ_aRecord OBJ_pilotAttributeType,26L | ||
2926 | |||
2927 | #define LN_pilotAttributeType27 "pilotAttributeType27" | ||
2928 | #define NID_pilotAttributeType27 479 | ||
2929 | #define OBJ_pilotAttributeType27 OBJ_pilotAttributeType,27L | ||
2930 | |||
2931 | #define LN_mXRecord "mXRecord" | ||
2932 | #define NID_mXRecord 480 | ||
2933 | #define OBJ_mXRecord OBJ_pilotAttributeType,28L | ||
2934 | |||
2935 | #define LN_nSRecord "nSRecord" | ||
2936 | #define NID_nSRecord 481 | ||
2937 | #define OBJ_nSRecord OBJ_pilotAttributeType,29L | ||
2938 | |||
2939 | #define LN_sOARecord "sOARecord" | ||
2940 | #define NID_sOARecord 482 | ||
2941 | #define OBJ_sOARecord OBJ_pilotAttributeType,30L | ||
2942 | |||
2943 | #define LN_cNAMERecord "cNAMERecord" | ||
2944 | #define NID_cNAMERecord 483 | ||
2945 | #define OBJ_cNAMERecord OBJ_pilotAttributeType,31L | ||
2946 | |||
2947 | #define LN_associatedDomain "associatedDomain" | ||
2948 | #define NID_associatedDomain 484 | ||
2949 | #define OBJ_associatedDomain OBJ_pilotAttributeType,37L | ||
2950 | |||
2951 | #define LN_associatedName "associatedName" | ||
2952 | #define NID_associatedName 485 | ||
2953 | #define OBJ_associatedName OBJ_pilotAttributeType,38L | ||
2954 | |||
2955 | #define LN_homePostalAddress "homePostalAddress" | ||
2956 | #define NID_homePostalAddress 486 | ||
2957 | #define OBJ_homePostalAddress OBJ_pilotAttributeType,39L | ||
2958 | |||
2959 | #define LN_personalTitle "personalTitle" | ||
2960 | #define NID_personalTitle 487 | ||
2961 | #define OBJ_personalTitle OBJ_pilotAttributeType,40L | ||
2962 | |||
2963 | #define LN_mobileTelephoneNumber "mobileTelephoneNumber" | ||
2964 | #define NID_mobileTelephoneNumber 488 | ||
2965 | #define OBJ_mobileTelephoneNumber OBJ_pilotAttributeType,41L | ||
2966 | |||
2967 | #define LN_pagerTelephoneNumber "pagerTelephoneNumber" | ||
2968 | #define NID_pagerTelephoneNumber 489 | ||
2969 | #define OBJ_pagerTelephoneNumber OBJ_pilotAttributeType,42L | ||
2970 | |||
2971 | #define LN_friendlyCountryName "friendlyCountryName" | ||
2972 | #define NID_friendlyCountryName 490 | ||
2973 | #define OBJ_friendlyCountryName OBJ_pilotAttributeType,43L | ||
2974 | |||
2975 | #define LN_organizationalStatus "organizationalStatus" | ||
2976 | #define NID_organizationalStatus 491 | ||
2977 | #define OBJ_organizationalStatus OBJ_pilotAttributeType,45L | ||
2978 | |||
2979 | #define LN_janetMailbox "janetMailbox" | ||
2980 | #define NID_janetMailbox 492 | ||
2981 | #define OBJ_janetMailbox OBJ_pilotAttributeType,46L | ||
2982 | |||
2983 | #define LN_mailPreferenceOption "mailPreferenceOption" | ||
2984 | #define NID_mailPreferenceOption 493 | ||
2985 | #define OBJ_mailPreferenceOption OBJ_pilotAttributeType,47L | ||
2986 | |||
2987 | #define LN_buildingName "buildingName" | ||
2988 | #define NID_buildingName 494 | ||
2989 | #define OBJ_buildingName OBJ_pilotAttributeType,48L | ||
2990 | |||
2991 | #define LN_dSAQuality "dSAQuality" | ||
2992 | #define NID_dSAQuality 495 | ||
2993 | #define OBJ_dSAQuality OBJ_pilotAttributeType,49L | ||
2994 | |||
2995 | #define LN_singleLevelQuality "singleLevelQuality" | ||
2996 | #define NID_singleLevelQuality 496 | ||
2997 | #define OBJ_singleLevelQuality OBJ_pilotAttributeType,50L | ||
2998 | |||
2999 | #define LN_subtreeMinimumQuality "subtreeMinimumQuality" | ||
3000 | #define NID_subtreeMinimumQuality 497 | ||
3001 | #define OBJ_subtreeMinimumQuality OBJ_pilotAttributeType,51L | ||
3002 | |||
3003 | #define LN_subtreeMaximumQuality "subtreeMaximumQuality" | ||
3004 | #define NID_subtreeMaximumQuality 498 | ||
3005 | #define OBJ_subtreeMaximumQuality OBJ_pilotAttributeType,52L | ||
3006 | |||
3007 | #define LN_personalSignature "personalSignature" | ||
3008 | #define NID_personalSignature 499 | ||
3009 | #define OBJ_personalSignature OBJ_pilotAttributeType,53L | ||
3010 | |||
3011 | #define LN_dITRedirect "dITRedirect" | ||
3012 | #define NID_dITRedirect 500 | ||
3013 | #define OBJ_dITRedirect OBJ_pilotAttributeType,54L | ||
3014 | |||
3015 | #define SN_audio "audio" | ||
3016 | #define NID_audio 501 | ||
3017 | #define OBJ_audio OBJ_pilotAttributeType,55L | ||
3018 | |||
3019 | #define LN_documentPublisher "documentPublisher" | ||
3020 | #define NID_documentPublisher 502 | ||
3021 | #define OBJ_documentPublisher OBJ_pilotAttributeType,56L | ||
3022 | |||
3023 | #define SN_id_set "id-set" | ||
3024 | #define LN_id_set "Secure Electronic Transactions" | ||
3025 | #define NID_id_set 512 | ||
3026 | #define OBJ_id_set OBJ_international_organizations,42L | ||
3027 | |||
3028 | #define SN_set_ctype "set-ctype" | ||
3029 | #define LN_set_ctype "content types" | ||
3030 | #define NID_set_ctype 513 | ||
3031 | #define OBJ_set_ctype OBJ_id_set,0L | ||
3032 | |||
3033 | #define SN_set_msgExt "set-msgExt" | ||
3034 | #define LN_set_msgExt "message extensions" | ||
3035 | #define NID_set_msgExt 514 | ||
3036 | #define OBJ_set_msgExt OBJ_id_set,1L | ||
3037 | |||
3038 | #define SN_set_attr "set-attr" | ||
3039 | #define NID_set_attr 515 | ||
3040 | #define OBJ_set_attr OBJ_id_set,3L | ||
3041 | |||
3042 | #define SN_set_policy "set-policy" | ||
3043 | #define NID_set_policy 516 | ||
3044 | #define OBJ_set_policy OBJ_id_set,5L | ||
3045 | |||
3046 | #define SN_set_certExt "set-certExt" | ||
3047 | #define LN_set_certExt "certificate extensions" | ||
3048 | #define NID_set_certExt 517 | ||
3049 | #define OBJ_set_certExt OBJ_id_set,7L | ||
3050 | |||
3051 | #define SN_set_brand "set-brand" | ||
3052 | #define NID_set_brand 518 | ||
3053 | #define OBJ_set_brand OBJ_id_set,8L | ||
3054 | |||
3055 | #define SN_setct_PANData "setct-PANData" | ||
3056 | #define NID_setct_PANData 519 | ||
3057 | #define OBJ_setct_PANData OBJ_set_ctype,0L | ||
3058 | |||
3059 | #define SN_setct_PANToken "setct-PANToken" | ||
3060 | #define NID_setct_PANToken 520 | ||
3061 | #define OBJ_setct_PANToken OBJ_set_ctype,1L | ||
3062 | |||
3063 | #define SN_setct_PANOnly "setct-PANOnly" | ||
3064 | #define NID_setct_PANOnly 521 | ||
3065 | #define OBJ_setct_PANOnly OBJ_set_ctype,2L | ||
3066 | |||
3067 | #define SN_setct_OIData "setct-OIData" | ||
3068 | #define NID_setct_OIData 522 | ||
3069 | #define OBJ_setct_OIData OBJ_set_ctype,3L | ||
3070 | |||
3071 | #define SN_setct_PI "setct-PI" | ||
3072 | #define NID_setct_PI 523 | ||
3073 | #define OBJ_setct_PI OBJ_set_ctype,4L | ||
3074 | |||
3075 | #define SN_setct_PIData "setct-PIData" | ||
3076 | #define NID_setct_PIData 524 | ||
3077 | #define OBJ_setct_PIData OBJ_set_ctype,5L | ||
3078 | |||
3079 | #define SN_setct_PIDataUnsigned "setct-PIDataUnsigned" | ||
3080 | #define NID_setct_PIDataUnsigned 525 | ||
3081 | #define OBJ_setct_PIDataUnsigned OBJ_set_ctype,6L | ||
3082 | |||
3083 | #define SN_setct_HODInput "setct-HODInput" | ||
3084 | #define NID_setct_HODInput 526 | ||
3085 | #define OBJ_setct_HODInput OBJ_set_ctype,7L | ||
3086 | |||
3087 | #define SN_setct_AuthResBaggage "setct-AuthResBaggage" | ||
3088 | #define NID_setct_AuthResBaggage 527 | ||
3089 | #define OBJ_setct_AuthResBaggage OBJ_set_ctype,8L | ||
3090 | |||
3091 | #define SN_setct_AuthRevReqBaggage "setct-AuthRevReqBaggage" | ||
3092 | #define NID_setct_AuthRevReqBaggage 528 | ||
3093 | #define OBJ_setct_AuthRevReqBaggage OBJ_set_ctype,9L | ||
3094 | |||
3095 | #define SN_setct_AuthRevResBaggage "setct-AuthRevResBaggage" | ||
3096 | #define NID_setct_AuthRevResBaggage 529 | ||
3097 | #define OBJ_setct_AuthRevResBaggage OBJ_set_ctype,10L | ||
3098 | |||
3099 | #define SN_setct_CapTokenSeq "setct-CapTokenSeq" | ||
3100 | #define NID_setct_CapTokenSeq 530 | ||
3101 | #define OBJ_setct_CapTokenSeq OBJ_set_ctype,11L | ||
3102 | |||
3103 | #define SN_setct_PInitResData "setct-PInitResData" | ||
3104 | #define NID_setct_PInitResData 531 | ||
3105 | #define OBJ_setct_PInitResData OBJ_set_ctype,12L | ||
3106 | |||
3107 | #define SN_setct_PI_TBS "setct-PI-TBS" | ||
3108 | #define NID_setct_PI_TBS 532 | ||
3109 | #define OBJ_setct_PI_TBS OBJ_set_ctype,13L | ||
3110 | |||
3111 | #define SN_setct_PResData "setct-PResData" | ||
3112 | #define NID_setct_PResData 533 | ||
3113 | #define OBJ_setct_PResData OBJ_set_ctype,14L | ||
3114 | |||
3115 | #define SN_setct_AuthReqTBS "setct-AuthReqTBS" | ||
3116 | #define NID_setct_AuthReqTBS 534 | ||
3117 | #define OBJ_setct_AuthReqTBS OBJ_set_ctype,16L | ||
3118 | |||
3119 | #define SN_setct_AuthResTBS "setct-AuthResTBS" | ||
3120 | #define NID_setct_AuthResTBS 535 | ||
3121 | #define OBJ_setct_AuthResTBS OBJ_set_ctype,17L | ||
3122 | |||
3123 | #define SN_setct_AuthResTBSX "setct-AuthResTBSX" | ||
3124 | #define NID_setct_AuthResTBSX 536 | ||
3125 | #define OBJ_setct_AuthResTBSX OBJ_set_ctype,18L | ||
3126 | |||
3127 | #define SN_setct_AuthTokenTBS "setct-AuthTokenTBS" | ||
3128 | #define NID_setct_AuthTokenTBS 537 | ||
3129 | #define OBJ_setct_AuthTokenTBS OBJ_set_ctype,19L | ||
3130 | |||
3131 | #define SN_setct_CapTokenData "setct-CapTokenData" | ||
3132 | #define NID_setct_CapTokenData 538 | ||
3133 | #define OBJ_setct_CapTokenData OBJ_set_ctype,20L | ||
3134 | |||
3135 | #define SN_setct_CapTokenTBS "setct-CapTokenTBS" | ||
3136 | #define NID_setct_CapTokenTBS 539 | ||
3137 | #define OBJ_setct_CapTokenTBS OBJ_set_ctype,21L | ||
3138 | |||
3139 | #define SN_setct_AcqCardCodeMsg "setct-AcqCardCodeMsg" | ||
3140 | #define NID_setct_AcqCardCodeMsg 540 | ||
3141 | #define OBJ_setct_AcqCardCodeMsg OBJ_set_ctype,22L | ||
3142 | |||
3143 | #define SN_setct_AuthRevReqTBS "setct-AuthRevReqTBS" | ||
3144 | #define NID_setct_AuthRevReqTBS 541 | ||
3145 | #define OBJ_setct_AuthRevReqTBS OBJ_set_ctype,23L | ||
3146 | |||
3147 | #define SN_setct_AuthRevResData "setct-AuthRevResData" | ||
3148 | #define NID_setct_AuthRevResData 542 | ||
3149 | #define OBJ_setct_AuthRevResData OBJ_set_ctype,24L | ||
3150 | |||
3151 | #define SN_setct_AuthRevResTBS "setct-AuthRevResTBS" | ||
3152 | #define NID_setct_AuthRevResTBS 543 | ||
3153 | #define OBJ_setct_AuthRevResTBS OBJ_set_ctype,25L | ||
3154 | |||
3155 | #define SN_setct_CapReqTBS "setct-CapReqTBS" | ||
3156 | #define NID_setct_CapReqTBS 544 | ||
3157 | #define OBJ_setct_CapReqTBS OBJ_set_ctype,26L | ||
3158 | |||
3159 | #define SN_setct_CapReqTBSX "setct-CapReqTBSX" | ||
3160 | #define NID_setct_CapReqTBSX 545 | ||
3161 | #define OBJ_setct_CapReqTBSX OBJ_set_ctype,27L | ||
3162 | |||
3163 | #define SN_setct_CapResData "setct-CapResData" | ||
3164 | #define NID_setct_CapResData 546 | ||
3165 | #define OBJ_setct_CapResData OBJ_set_ctype,28L | ||
3166 | |||
3167 | #define SN_setct_CapRevReqTBS "setct-CapRevReqTBS" | ||
3168 | #define NID_setct_CapRevReqTBS 547 | ||
3169 | #define OBJ_setct_CapRevReqTBS OBJ_set_ctype,29L | ||
3170 | |||
3171 | #define SN_setct_CapRevReqTBSX "setct-CapRevReqTBSX" | ||
3172 | #define NID_setct_CapRevReqTBSX 548 | ||
3173 | #define OBJ_setct_CapRevReqTBSX OBJ_set_ctype,30L | ||
3174 | |||
3175 | #define SN_setct_CapRevResData "setct-CapRevResData" | ||
3176 | #define NID_setct_CapRevResData 549 | ||
3177 | #define OBJ_setct_CapRevResData OBJ_set_ctype,31L | ||
3178 | |||
3179 | #define SN_setct_CredReqTBS "setct-CredReqTBS" | ||
3180 | #define NID_setct_CredReqTBS 550 | ||
3181 | #define OBJ_setct_CredReqTBS OBJ_set_ctype,32L | ||
3182 | |||
3183 | #define SN_setct_CredReqTBSX "setct-CredReqTBSX" | ||
3184 | #define NID_setct_CredReqTBSX 551 | ||
3185 | #define OBJ_setct_CredReqTBSX OBJ_set_ctype,33L | ||
3186 | |||
3187 | #define SN_setct_CredResData "setct-CredResData" | ||
3188 | #define NID_setct_CredResData 552 | ||
3189 | #define OBJ_setct_CredResData OBJ_set_ctype,34L | ||
3190 | |||
3191 | #define SN_setct_CredRevReqTBS "setct-CredRevReqTBS" | ||
3192 | #define NID_setct_CredRevReqTBS 553 | ||
3193 | #define OBJ_setct_CredRevReqTBS OBJ_set_ctype,35L | ||
3194 | |||
3195 | #define SN_setct_CredRevReqTBSX "setct-CredRevReqTBSX" | ||
3196 | #define NID_setct_CredRevReqTBSX 554 | ||
3197 | #define OBJ_setct_CredRevReqTBSX OBJ_set_ctype,36L | ||
3198 | |||
3199 | #define SN_setct_CredRevResData "setct-CredRevResData" | ||
3200 | #define NID_setct_CredRevResData 555 | ||
3201 | #define OBJ_setct_CredRevResData OBJ_set_ctype,37L | ||
3202 | |||
3203 | #define SN_setct_PCertReqData "setct-PCertReqData" | ||
3204 | #define NID_setct_PCertReqData 556 | ||
3205 | #define OBJ_setct_PCertReqData OBJ_set_ctype,38L | ||
3206 | |||
3207 | #define SN_setct_PCertResTBS "setct-PCertResTBS" | ||
3208 | #define NID_setct_PCertResTBS 557 | ||
3209 | #define OBJ_setct_PCertResTBS OBJ_set_ctype,39L | ||
3210 | |||
3211 | #define SN_setct_BatchAdminReqData "setct-BatchAdminReqData" | ||
3212 | #define NID_setct_BatchAdminReqData 558 | ||
3213 | #define OBJ_setct_BatchAdminReqData OBJ_set_ctype,40L | ||
3214 | |||
3215 | #define SN_setct_BatchAdminResData "setct-BatchAdminResData" | ||
3216 | #define NID_setct_BatchAdminResData 559 | ||
3217 | #define OBJ_setct_BatchAdminResData OBJ_set_ctype,41L | ||
3218 | |||
3219 | #define SN_setct_CardCInitResTBS "setct-CardCInitResTBS" | ||
3220 | #define NID_setct_CardCInitResTBS 560 | ||
3221 | #define OBJ_setct_CardCInitResTBS OBJ_set_ctype,42L | ||
3222 | |||
3223 | #define SN_setct_MeAqCInitResTBS "setct-MeAqCInitResTBS" | ||
3224 | #define NID_setct_MeAqCInitResTBS 561 | ||
3225 | #define OBJ_setct_MeAqCInitResTBS OBJ_set_ctype,43L | ||
3226 | |||
3227 | #define SN_setct_RegFormResTBS "setct-RegFormResTBS" | ||
3228 | #define NID_setct_RegFormResTBS 562 | ||
3229 | #define OBJ_setct_RegFormResTBS OBJ_set_ctype,44L | ||
3230 | |||
3231 | #define SN_setct_CertReqData "setct-CertReqData" | ||
3232 | #define NID_setct_CertReqData 563 | ||
3233 | #define OBJ_setct_CertReqData OBJ_set_ctype,45L | ||
3234 | |||
3235 | #define SN_setct_CertReqTBS "setct-CertReqTBS" | ||
3236 | #define NID_setct_CertReqTBS 564 | ||
3237 | #define OBJ_setct_CertReqTBS OBJ_set_ctype,46L | ||
3238 | |||
3239 | #define SN_setct_CertResData "setct-CertResData" | ||
3240 | #define NID_setct_CertResData 565 | ||
3241 | #define OBJ_setct_CertResData OBJ_set_ctype,47L | ||
3242 | |||
3243 | #define SN_setct_CertInqReqTBS "setct-CertInqReqTBS" | ||
3244 | #define NID_setct_CertInqReqTBS 566 | ||
3245 | #define OBJ_setct_CertInqReqTBS OBJ_set_ctype,48L | ||
3246 | |||
3247 | #define SN_setct_ErrorTBS "setct-ErrorTBS" | ||
3248 | #define NID_setct_ErrorTBS 567 | ||
3249 | #define OBJ_setct_ErrorTBS OBJ_set_ctype,49L | ||
3250 | |||
3251 | #define SN_setct_PIDualSignedTBE "setct-PIDualSignedTBE" | ||
3252 | #define NID_setct_PIDualSignedTBE 568 | ||
3253 | #define OBJ_setct_PIDualSignedTBE OBJ_set_ctype,50L | ||
3254 | |||
3255 | #define SN_setct_PIUnsignedTBE "setct-PIUnsignedTBE" | ||
3256 | #define NID_setct_PIUnsignedTBE 569 | ||
3257 | #define OBJ_setct_PIUnsignedTBE OBJ_set_ctype,51L | ||
3258 | |||
3259 | #define SN_setct_AuthReqTBE "setct-AuthReqTBE" | ||
3260 | #define NID_setct_AuthReqTBE 570 | ||
3261 | #define OBJ_setct_AuthReqTBE OBJ_set_ctype,52L | ||
3262 | |||
3263 | #define SN_setct_AuthResTBE "setct-AuthResTBE" | ||
3264 | #define NID_setct_AuthResTBE 571 | ||
3265 | #define OBJ_setct_AuthResTBE OBJ_set_ctype,53L | ||
3266 | |||
3267 | #define SN_setct_AuthResTBEX "setct-AuthResTBEX" | ||
3268 | #define NID_setct_AuthResTBEX 572 | ||
3269 | #define OBJ_setct_AuthResTBEX OBJ_set_ctype,54L | ||
3270 | |||
3271 | #define SN_setct_AuthTokenTBE "setct-AuthTokenTBE" | ||
3272 | #define NID_setct_AuthTokenTBE 573 | ||
3273 | #define OBJ_setct_AuthTokenTBE OBJ_set_ctype,55L | ||
3274 | |||
3275 | #define SN_setct_CapTokenTBE "setct-CapTokenTBE" | ||
3276 | #define NID_setct_CapTokenTBE 574 | ||
3277 | #define OBJ_setct_CapTokenTBE OBJ_set_ctype,56L | ||
3278 | |||
3279 | #define SN_setct_CapTokenTBEX "setct-CapTokenTBEX" | ||
3280 | #define NID_setct_CapTokenTBEX 575 | ||
3281 | #define OBJ_setct_CapTokenTBEX OBJ_set_ctype,57L | ||
3282 | |||
3283 | #define SN_setct_AcqCardCodeMsgTBE "setct-AcqCardCodeMsgTBE" | ||
3284 | #define NID_setct_AcqCardCodeMsgTBE 576 | ||
3285 | #define OBJ_setct_AcqCardCodeMsgTBE OBJ_set_ctype,58L | ||
3286 | |||
3287 | #define SN_setct_AuthRevReqTBE "setct-AuthRevReqTBE" | ||
3288 | #define NID_setct_AuthRevReqTBE 577 | ||
3289 | #define OBJ_setct_AuthRevReqTBE OBJ_set_ctype,59L | ||
3290 | |||
3291 | #define SN_setct_AuthRevResTBE "setct-AuthRevResTBE" | ||
3292 | #define NID_setct_AuthRevResTBE 578 | ||
3293 | #define OBJ_setct_AuthRevResTBE OBJ_set_ctype,60L | ||
3294 | |||
3295 | #define SN_setct_AuthRevResTBEB "setct-AuthRevResTBEB" | ||
3296 | #define NID_setct_AuthRevResTBEB 579 | ||
3297 | #define OBJ_setct_AuthRevResTBEB OBJ_set_ctype,61L | ||
3298 | |||
3299 | #define SN_setct_CapReqTBE "setct-CapReqTBE" | ||
3300 | #define NID_setct_CapReqTBE 580 | ||
3301 | #define OBJ_setct_CapReqTBE OBJ_set_ctype,62L | ||
3302 | |||
3303 | #define SN_setct_CapReqTBEX "setct-CapReqTBEX" | ||
3304 | #define NID_setct_CapReqTBEX 581 | ||
3305 | #define OBJ_setct_CapReqTBEX OBJ_set_ctype,63L | ||
3306 | |||
3307 | #define SN_setct_CapResTBE "setct-CapResTBE" | ||
3308 | #define NID_setct_CapResTBE 582 | ||
3309 | #define OBJ_setct_CapResTBE OBJ_set_ctype,64L | ||
3310 | |||
3311 | #define SN_setct_CapRevReqTBE "setct-CapRevReqTBE" | ||
3312 | #define NID_setct_CapRevReqTBE 583 | ||
3313 | #define OBJ_setct_CapRevReqTBE OBJ_set_ctype,65L | ||
3314 | |||
3315 | #define SN_setct_CapRevReqTBEX "setct-CapRevReqTBEX" | ||
3316 | #define NID_setct_CapRevReqTBEX 584 | ||
3317 | #define OBJ_setct_CapRevReqTBEX OBJ_set_ctype,66L | ||
3318 | |||
3319 | #define SN_setct_CapRevResTBE "setct-CapRevResTBE" | ||
3320 | #define NID_setct_CapRevResTBE 585 | ||
3321 | #define OBJ_setct_CapRevResTBE OBJ_set_ctype,67L | ||
3322 | |||
3323 | #define SN_setct_CredReqTBE "setct-CredReqTBE" | ||
3324 | #define NID_setct_CredReqTBE 586 | ||
3325 | #define OBJ_setct_CredReqTBE OBJ_set_ctype,68L | ||
3326 | |||
3327 | #define SN_setct_CredReqTBEX "setct-CredReqTBEX" | ||
3328 | #define NID_setct_CredReqTBEX 587 | ||
3329 | #define OBJ_setct_CredReqTBEX OBJ_set_ctype,69L | ||
3330 | |||
3331 | #define SN_setct_CredResTBE "setct-CredResTBE" | ||
3332 | #define NID_setct_CredResTBE 588 | ||
3333 | #define OBJ_setct_CredResTBE OBJ_set_ctype,70L | ||
3334 | |||
3335 | #define SN_setct_CredRevReqTBE "setct-CredRevReqTBE" | ||
3336 | #define NID_setct_CredRevReqTBE 589 | ||
3337 | #define OBJ_setct_CredRevReqTBE OBJ_set_ctype,71L | ||
3338 | |||
3339 | #define SN_setct_CredRevReqTBEX "setct-CredRevReqTBEX" | ||
3340 | #define NID_setct_CredRevReqTBEX 590 | ||
3341 | #define OBJ_setct_CredRevReqTBEX OBJ_set_ctype,72L | ||
3342 | |||
3343 | #define SN_setct_CredRevResTBE "setct-CredRevResTBE" | ||
3344 | #define NID_setct_CredRevResTBE 591 | ||
3345 | #define OBJ_setct_CredRevResTBE OBJ_set_ctype,73L | ||
3346 | |||
3347 | #define SN_setct_BatchAdminReqTBE "setct-BatchAdminReqTBE" | ||
3348 | #define NID_setct_BatchAdminReqTBE 592 | ||
3349 | #define OBJ_setct_BatchAdminReqTBE OBJ_set_ctype,74L | ||
3350 | |||
3351 | #define SN_setct_BatchAdminResTBE "setct-BatchAdminResTBE" | ||
3352 | #define NID_setct_BatchAdminResTBE 593 | ||
3353 | #define OBJ_setct_BatchAdminResTBE OBJ_set_ctype,75L | ||
3354 | |||
3355 | #define SN_setct_RegFormReqTBE "setct-RegFormReqTBE" | ||
3356 | #define NID_setct_RegFormReqTBE 594 | ||
3357 | #define OBJ_setct_RegFormReqTBE OBJ_set_ctype,76L | ||
3358 | |||
3359 | #define SN_setct_CertReqTBE "setct-CertReqTBE" | ||
3360 | #define NID_setct_CertReqTBE 595 | ||
3361 | #define OBJ_setct_CertReqTBE OBJ_set_ctype,77L | ||
3362 | |||
3363 | #define SN_setct_CertReqTBEX "setct-CertReqTBEX" | ||
3364 | #define NID_setct_CertReqTBEX 596 | ||
3365 | #define OBJ_setct_CertReqTBEX OBJ_set_ctype,78L | ||
3366 | |||
3367 | #define SN_setct_CertResTBE "setct-CertResTBE" | ||
3368 | #define NID_setct_CertResTBE 597 | ||
3369 | #define OBJ_setct_CertResTBE OBJ_set_ctype,79L | ||
3370 | |||
3371 | #define SN_setct_CRLNotificationTBS "setct-CRLNotificationTBS" | ||
3372 | #define NID_setct_CRLNotificationTBS 598 | ||
3373 | #define OBJ_setct_CRLNotificationTBS OBJ_set_ctype,80L | ||
3374 | |||
3375 | #define SN_setct_CRLNotificationResTBS "setct-CRLNotificationResTBS" | ||
3376 | #define NID_setct_CRLNotificationResTBS 599 | ||
3377 | #define OBJ_setct_CRLNotificationResTBS OBJ_set_ctype,81L | ||
3378 | |||
3379 | #define SN_setct_BCIDistributionTBS "setct-BCIDistributionTBS" | ||
3380 | #define NID_setct_BCIDistributionTBS 600 | ||
3381 | #define OBJ_setct_BCIDistributionTBS OBJ_set_ctype,82L | ||
3382 | |||
3383 | #define SN_setext_genCrypt "setext-genCrypt" | ||
3384 | #define LN_setext_genCrypt "generic cryptogram" | ||
3385 | #define NID_setext_genCrypt 601 | ||
3386 | #define OBJ_setext_genCrypt OBJ_set_msgExt,1L | ||
3387 | |||
3388 | #define SN_setext_miAuth "setext-miAuth" | ||
3389 | #define LN_setext_miAuth "merchant initiated auth" | ||
3390 | #define NID_setext_miAuth 602 | ||
3391 | #define OBJ_setext_miAuth OBJ_set_msgExt,3L | ||
3392 | |||
3393 | #define SN_setext_pinSecure "setext-pinSecure" | ||
3394 | #define NID_setext_pinSecure 603 | ||
3395 | #define OBJ_setext_pinSecure OBJ_set_msgExt,4L | ||
3396 | |||
3397 | #define SN_setext_pinAny "setext-pinAny" | ||
3398 | #define NID_setext_pinAny 604 | ||
3399 | #define OBJ_setext_pinAny OBJ_set_msgExt,5L | ||
3400 | |||
3401 | #define SN_setext_track2 "setext-track2" | ||
3402 | #define NID_setext_track2 605 | ||
3403 | #define OBJ_setext_track2 OBJ_set_msgExt,7L | ||
3404 | |||
3405 | #define SN_setext_cv "setext-cv" | ||
3406 | #define LN_setext_cv "additional verification" | ||
3407 | #define NID_setext_cv 606 | ||
3408 | #define OBJ_setext_cv OBJ_set_msgExt,8L | ||
3409 | |||
3410 | #define SN_set_policy_root "set-policy-root" | ||
3411 | #define NID_set_policy_root 607 | ||
3412 | #define OBJ_set_policy_root OBJ_set_policy,0L | ||
3413 | |||
3414 | #define SN_setCext_hashedRoot "setCext-hashedRoot" | ||
3415 | #define NID_setCext_hashedRoot 608 | ||
3416 | #define OBJ_setCext_hashedRoot OBJ_set_certExt,0L | ||
3417 | |||
3418 | #define SN_setCext_certType "setCext-certType" | ||
3419 | #define NID_setCext_certType 609 | ||
3420 | #define OBJ_setCext_certType OBJ_set_certExt,1L | ||
3421 | |||
3422 | #define SN_setCext_merchData "setCext-merchData" | ||
3423 | #define NID_setCext_merchData 610 | ||
3424 | #define OBJ_setCext_merchData OBJ_set_certExt,2L | ||
3425 | |||
3426 | #define SN_setCext_cCertRequired "setCext-cCertRequired" | ||
3427 | #define NID_setCext_cCertRequired 611 | ||
3428 | #define OBJ_setCext_cCertRequired OBJ_set_certExt,3L | ||
3429 | |||
3430 | #define SN_setCext_tunneling "setCext-tunneling" | ||
3431 | #define NID_setCext_tunneling 612 | ||
3432 | #define OBJ_setCext_tunneling OBJ_set_certExt,4L | ||
3433 | |||
3434 | #define SN_setCext_setExt "setCext-setExt" | ||
3435 | #define NID_setCext_setExt 613 | ||
3436 | #define OBJ_setCext_setExt OBJ_set_certExt,5L | ||
3437 | |||
3438 | #define SN_setCext_setQualf "setCext-setQualf" | ||
3439 | #define NID_setCext_setQualf 614 | ||
3440 | #define OBJ_setCext_setQualf OBJ_set_certExt,6L | ||
3441 | |||
3442 | #define SN_setCext_PGWYcapabilities "setCext-PGWYcapabilities" | ||
3443 | #define NID_setCext_PGWYcapabilities 615 | ||
3444 | #define OBJ_setCext_PGWYcapabilities OBJ_set_certExt,7L | ||
3445 | |||
3446 | #define SN_setCext_TokenIdentifier "setCext-TokenIdentifier" | ||
3447 | #define NID_setCext_TokenIdentifier 616 | ||
3448 | #define OBJ_setCext_TokenIdentifier OBJ_set_certExt,8L | ||
3449 | |||
3450 | #define SN_setCext_Track2Data "setCext-Track2Data" | ||
3451 | #define NID_setCext_Track2Data 617 | ||
3452 | #define OBJ_setCext_Track2Data OBJ_set_certExt,9L | ||
3453 | |||
3454 | #define SN_setCext_TokenType "setCext-TokenType" | ||
3455 | #define NID_setCext_TokenType 618 | ||
3456 | #define OBJ_setCext_TokenType OBJ_set_certExt,10L | ||
3457 | |||
3458 | #define SN_setCext_IssuerCapabilities "setCext-IssuerCapabilities" | ||
3459 | #define NID_setCext_IssuerCapabilities 619 | ||
3460 | #define OBJ_setCext_IssuerCapabilities OBJ_set_certExt,11L | ||
3461 | |||
3462 | #define SN_setAttr_Cert "setAttr-Cert" | ||
3463 | #define NID_setAttr_Cert 620 | ||
3464 | #define OBJ_setAttr_Cert OBJ_set_attr,0L | ||
3465 | |||
3466 | #define SN_setAttr_PGWYcap "setAttr-PGWYcap" | ||
3467 | #define LN_setAttr_PGWYcap "payment gateway capabilities" | ||
3468 | #define NID_setAttr_PGWYcap 621 | ||
3469 | #define OBJ_setAttr_PGWYcap OBJ_set_attr,1L | ||
3470 | |||
3471 | #define SN_setAttr_TokenType "setAttr-TokenType" | ||
3472 | #define NID_setAttr_TokenType 622 | ||
3473 | #define OBJ_setAttr_TokenType OBJ_set_attr,2L | ||
3474 | |||
3475 | #define SN_setAttr_IssCap "setAttr-IssCap" | ||
3476 | #define LN_setAttr_IssCap "issuer capabilities" | ||
3477 | #define NID_setAttr_IssCap 623 | ||
3478 | #define OBJ_setAttr_IssCap OBJ_set_attr,3L | ||
3479 | |||
3480 | #define SN_set_rootKeyThumb "set-rootKeyThumb" | ||
3481 | #define NID_set_rootKeyThumb 624 | ||
3482 | #define OBJ_set_rootKeyThumb OBJ_setAttr_Cert,0L | ||
3483 | |||
3484 | #define SN_set_addPolicy "set-addPolicy" | ||
3485 | #define NID_set_addPolicy 625 | ||
3486 | #define OBJ_set_addPolicy OBJ_setAttr_Cert,1L | ||
3487 | |||
3488 | #define SN_setAttr_Token_EMV "setAttr-Token-EMV" | ||
3489 | #define NID_setAttr_Token_EMV 626 | ||
3490 | #define OBJ_setAttr_Token_EMV OBJ_setAttr_TokenType,1L | ||
3491 | |||
3492 | #define SN_setAttr_Token_B0Prime "setAttr-Token-B0Prime" | ||
3493 | #define NID_setAttr_Token_B0Prime 627 | ||
3494 | #define OBJ_setAttr_Token_B0Prime OBJ_setAttr_TokenType,2L | ||
3495 | |||
3496 | #define SN_setAttr_IssCap_CVM "setAttr-IssCap-CVM" | ||
3497 | #define NID_setAttr_IssCap_CVM 628 | ||
3498 | #define OBJ_setAttr_IssCap_CVM OBJ_setAttr_IssCap,3L | ||
3499 | |||
3500 | #define SN_setAttr_IssCap_T2 "setAttr-IssCap-T2" | ||
3501 | #define NID_setAttr_IssCap_T2 629 | ||
3502 | #define OBJ_setAttr_IssCap_T2 OBJ_setAttr_IssCap,4L | ||
3503 | |||
3504 | #define SN_setAttr_IssCap_Sig "setAttr-IssCap-Sig" | ||
3505 | #define NID_setAttr_IssCap_Sig 630 | ||
3506 | #define OBJ_setAttr_IssCap_Sig OBJ_setAttr_IssCap,5L | ||
3507 | |||
3508 | #define SN_setAttr_GenCryptgrm "setAttr-GenCryptgrm" | ||
3509 | #define LN_setAttr_GenCryptgrm "generate cryptogram" | ||
3510 | #define NID_setAttr_GenCryptgrm 631 | ||
3511 | #define OBJ_setAttr_GenCryptgrm OBJ_setAttr_IssCap_CVM,1L | ||
3512 | |||
3513 | #define SN_setAttr_T2Enc "setAttr-T2Enc" | ||
3514 | #define LN_setAttr_T2Enc "encrypted track 2" | ||
3515 | #define NID_setAttr_T2Enc 632 | ||
3516 | #define OBJ_setAttr_T2Enc OBJ_setAttr_IssCap_T2,1L | ||
3517 | |||
3518 | #define SN_setAttr_T2cleartxt "setAttr-T2cleartxt" | ||
3519 | #define LN_setAttr_T2cleartxt "cleartext track 2" | ||
3520 | #define NID_setAttr_T2cleartxt 633 | ||
3521 | #define OBJ_setAttr_T2cleartxt OBJ_setAttr_IssCap_T2,2L | ||
3522 | |||
3523 | #define SN_setAttr_TokICCsig "setAttr-TokICCsig" | ||
3524 | #define LN_setAttr_TokICCsig "ICC or token signature" | ||
3525 | #define NID_setAttr_TokICCsig 634 | ||
3526 | #define OBJ_setAttr_TokICCsig OBJ_setAttr_IssCap_Sig,1L | ||
3527 | |||
3528 | #define SN_setAttr_SecDevSig "setAttr-SecDevSig" | ||
3529 | #define LN_setAttr_SecDevSig "secure device signature" | ||
3530 | #define NID_setAttr_SecDevSig 635 | ||
3531 | #define OBJ_setAttr_SecDevSig OBJ_setAttr_IssCap_Sig,2L | ||
3532 | |||
3533 | #define SN_set_brand_IATA_ATA "set-brand-IATA-ATA" | ||
3534 | #define NID_set_brand_IATA_ATA 636 | ||
3535 | #define OBJ_set_brand_IATA_ATA OBJ_set_brand,1L | ||
3536 | |||
3537 | #define SN_set_brand_Diners "set-brand-Diners" | ||
3538 | #define NID_set_brand_Diners 637 | ||
3539 | #define OBJ_set_brand_Diners OBJ_set_brand,30L | ||
3540 | |||
3541 | #define SN_set_brand_AmericanExpress "set-brand-AmericanExpress" | ||
3542 | #define NID_set_brand_AmericanExpress 638 | ||
3543 | #define OBJ_set_brand_AmericanExpress OBJ_set_brand,34L | ||
3544 | |||
3545 | #define SN_set_brand_JCB "set-brand-JCB" | ||
3546 | #define NID_set_brand_JCB 639 | ||
3547 | #define OBJ_set_brand_JCB OBJ_set_brand,35L | ||
3548 | |||
3549 | #define SN_set_brand_Visa "set-brand-Visa" | ||
3550 | #define NID_set_brand_Visa 640 | ||
3551 | #define OBJ_set_brand_Visa OBJ_set_brand,4L | ||
3552 | |||
3553 | #define SN_set_brand_MasterCard "set-brand-MasterCard" | ||
3554 | #define NID_set_brand_MasterCard 641 | ||
3555 | #define OBJ_set_brand_MasterCard OBJ_set_brand,5L | ||
3556 | |||
3557 | #define SN_set_brand_Novus "set-brand-Novus" | ||
3558 | #define NID_set_brand_Novus 642 | ||
3559 | #define OBJ_set_brand_Novus OBJ_set_brand,6011L | ||
3560 | |||
3561 | #define SN_des_cdmf "DES-CDMF" | ||
3562 | #define LN_des_cdmf "des-cdmf" | ||
3563 | #define NID_des_cdmf 643 | ||
3564 | #define OBJ_des_cdmf OBJ_rsadsi,3L,10L | ||
3565 | |||
3566 | #define SN_rsaOAEPEncryptionSET "rsaOAEPEncryptionSET" | ||
3567 | #define NID_rsaOAEPEncryptionSET 644 | ||
3568 | #define OBJ_rsaOAEPEncryptionSET OBJ_rsadsi,1L,1L,6L | ||
3569 | |||
3570 | #define SN_ipsec3 "Oakley-EC2N-3" | ||
3571 | #define LN_ipsec3 "ipsec3" | ||
3572 | #define NID_ipsec3 749 | ||
3573 | |||
3574 | #define SN_ipsec4 "Oakley-EC2N-4" | ||
3575 | #define LN_ipsec4 "ipsec4" | ||
3576 | #define NID_ipsec4 750 | ||
3577 | |||
3578 | #define SN_whirlpool "whirlpool" | ||
3579 | #define NID_whirlpool 804 | ||
3580 | #define OBJ_whirlpool OBJ_iso,0L,10118L,3L,0L,55L | ||
3581 | |||
3582 | #define SN_cryptopro "cryptopro" | ||
3583 | #define NID_cryptopro 805 | ||
3584 | #define OBJ_cryptopro OBJ_member_body,643L,2L,2L | ||
3585 | |||
3586 | #define SN_cryptocom "cryptocom" | ||
3587 | #define NID_cryptocom 806 | ||
3588 | #define OBJ_cryptocom OBJ_member_body,643L,2L,9L | ||
3589 | |||
3590 | #define SN_id_GostR3411_94_with_GostR3410_2001 "id-GostR3411-94-with-GostR3410-2001" | ||
3591 | #define LN_id_GostR3411_94_with_GostR3410_2001 "GOST R 34.11-94 with GOST R 34.10-2001" | ||
3592 | #define NID_id_GostR3411_94_with_GostR3410_2001 807 | ||
3593 | #define OBJ_id_GostR3411_94_with_GostR3410_2001 OBJ_cryptopro,3L | ||
3594 | |||
3595 | #define SN_id_GostR3411_94_with_GostR3410_94 "id-GostR3411-94-with-GostR3410-94" | ||
3596 | #define LN_id_GostR3411_94_with_GostR3410_94 "GOST R 34.11-94 with GOST R 34.10-94" | ||
3597 | #define NID_id_GostR3411_94_with_GostR3410_94 808 | ||
3598 | #define OBJ_id_GostR3411_94_with_GostR3410_94 OBJ_cryptopro,4L | ||
3599 | |||
3600 | #define SN_id_GostR3411_94 "md_gost94" | ||
3601 | #define LN_id_GostR3411_94 "GOST R 34.11-94" | ||
3602 | #define NID_id_GostR3411_94 809 | ||
3603 | #define OBJ_id_GostR3411_94 OBJ_cryptopro,9L | ||
3604 | |||
3605 | #define SN_id_HMACGostR3411_94 "id-HMACGostR3411-94" | ||
3606 | #define LN_id_HMACGostR3411_94 "HMAC GOST 34.11-94" | ||
3607 | #define NID_id_HMACGostR3411_94 810 | ||
3608 | #define OBJ_id_HMACGostR3411_94 OBJ_cryptopro,10L | ||
3609 | |||
3610 | #define SN_id_GostR3410_2001 "gost2001" | ||
3611 | #define LN_id_GostR3410_2001 "GOST R 34.10-2001" | ||
3612 | #define NID_id_GostR3410_2001 811 | ||
3613 | #define OBJ_id_GostR3410_2001 OBJ_cryptopro,19L | ||
3614 | |||
3615 | #define SN_id_GostR3410_94 "gost94" | ||
3616 | #define LN_id_GostR3410_94 "GOST R 34.10-94" | ||
3617 | #define NID_id_GostR3410_94 812 | ||
3618 | #define OBJ_id_GostR3410_94 OBJ_cryptopro,20L | ||
3619 | |||
3620 | #define SN_id_Gost28147_89 "gost89" | ||
3621 | #define LN_id_Gost28147_89 "GOST 28147-89" | ||
3622 | #define NID_id_Gost28147_89 813 | ||
3623 | #define OBJ_id_Gost28147_89 OBJ_cryptopro,21L | ||
3624 | |||
3625 | #define SN_gost89_cnt "gost89-cnt" | ||
3626 | #define NID_gost89_cnt 814 | ||
3627 | |||
3628 | #define SN_id_Gost28147_89_MAC "gost-mac" | ||
3629 | #define LN_id_Gost28147_89_MAC "GOST 28147-89 MAC" | ||
3630 | #define NID_id_Gost28147_89_MAC 815 | ||
3631 | #define OBJ_id_Gost28147_89_MAC OBJ_cryptopro,22L | ||
3632 | |||
3633 | #define SN_id_GostR3411_94_prf "prf-gostr3411-94" | ||
3634 | #define LN_id_GostR3411_94_prf "GOST R 34.11-94 PRF" | ||
3635 | #define NID_id_GostR3411_94_prf 816 | ||
3636 | #define OBJ_id_GostR3411_94_prf OBJ_cryptopro,23L | ||
3637 | |||
3638 | #define SN_id_GostR3410_2001DH "id-GostR3410-2001DH" | ||
3639 | #define LN_id_GostR3410_2001DH "GOST R 34.10-2001 DH" | ||
3640 | #define NID_id_GostR3410_2001DH 817 | ||
3641 | #define OBJ_id_GostR3410_2001DH OBJ_cryptopro,98L | ||
3642 | |||
3643 | #define SN_id_GostR3410_94DH "id-GostR3410-94DH" | ||
3644 | #define LN_id_GostR3410_94DH "GOST R 34.10-94 DH" | ||
3645 | #define NID_id_GostR3410_94DH 818 | ||
3646 | #define OBJ_id_GostR3410_94DH OBJ_cryptopro,99L | ||
3647 | |||
3648 | #define SN_id_Gost28147_89_CryptoPro_KeyMeshing "id-Gost28147-89-CryptoPro-KeyMeshing" | ||
3649 | #define NID_id_Gost28147_89_CryptoPro_KeyMeshing 819 | ||
3650 | #define OBJ_id_Gost28147_89_CryptoPro_KeyMeshing OBJ_cryptopro,14L,1L | ||
3651 | |||
3652 | #define SN_id_Gost28147_89_None_KeyMeshing "id-Gost28147-89-None-KeyMeshing" | ||
3653 | #define NID_id_Gost28147_89_None_KeyMeshing 820 | ||
3654 | #define OBJ_id_Gost28147_89_None_KeyMeshing OBJ_cryptopro,14L,0L | ||
3655 | |||
3656 | #define SN_id_GostR3411_94_TestParamSet "id-GostR3411-94-TestParamSet" | ||
3657 | #define NID_id_GostR3411_94_TestParamSet 821 | ||
3658 | #define OBJ_id_GostR3411_94_TestParamSet OBJ_cryptopro,30L,0L | ||
3659 | |||
3660 | #define SN_id_GostR3411_94_CryptoProParamSet "id-GostR3411-94-CryptoProParamSet" | ||
3661 | #define NID_id_GostR3411_94_CryptoProParamSet 822 | ||
3662 | #define OBJ_id_GostR3411_94_CryptoProParamSet OBJ_cryptopro,30L,1L | ||
3663 | |||
3664 | #define SN_id_Gost28147_89_TestParamSet "id-Gost28147-89-TestParamSet" | ||
3665 | #define NID_id_Gost28147_89_TestParamSet 823 | ||
3666 | #define OBJ_id_Gost28147_89_TestParamSet OBJ_cryptopro,31L,0L | ||
3667 | |||
3668 | #define SN_id_Gost28147_89_CryptoPro_A_ParamSet "id-Gost28147-89-CryptoPro-A-ParamSet" | ||
3669 | #define NID_id_Gost28147_89_CryptoPro_A_ParamSet 824 | ||
3670 | #define OBJ_id_Gost28147_89_CryptoPro_A_ParamSet OBJ_cryptopro,31L,1L | ||
3671 | |||
3672 | #define SN_id_Gost28147_89_CryptoPro_B_ParamSet "id-Gost28147-89-CryptoPro-B-ParamSet" | ||
3673 | #define NID_id_Gost28147_89_CryptoPro_B_ParamSet 825 | ||
3674 | #define OBJ_id_Gost28147_89_CryptoPro_B_ParamSet OBJ_cryptopro,31L,2L | ||
3675 | |||
3676 | #define SN_id_Gost28147_89_CryptoPro_C_ParamSet "id-Gost28147-89-CryptoPro-C-ParamSet" | ||
3677 | #define NID_id_Gost28147_89_CryptoPro_C_ParamSet 826 | ||
3678 | #define OBJ_id_Gost28147_89_CryptoPro_C_ParamSet OBJ_cryptopro,31L,3L | ||
3679 | |||
3680 | #define SN_id_Gost28147_89_CryptoPro_D_ParamSet "id-Gost28147-89-CryptoPro-D-ParamSet" | ||
3681 | #define NID_id_Gost28147_89_CryptoPro_D_ParamSet 827 | ||
3682 | #define OBJ_id_Gost28147_89_CryptoPro_D_ParamSet OBJ_cryptopro,31L,4L | ||
3683 | |||
3684 | #define SN_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet "id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet" | ||
3685 | #define NID_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet 828 | ||
3686 | #define OBJ_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet OBJ_cryptopro,31L,5L | ||
3687 | |||
3688 | #define SN_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet "id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet" | ||
3689 | #define NID_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet 829 | ||
3690 | #define OBJ_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet OBJ_cryptopro,31L,6L | ||
3691 | |||
3692 | #define SN_id_Gost28147_89_CryptoPro_RIC_1_ParamSet "id-Gost28147-89-CryptoPro-RIC-1-ParamSet" | ||
3693 | #define NID_id_Gost28147_89_CryptoPro_RIC_1_ParamSet 830 | ||
3694 | #define OBJ_id_Gost28147_89_CryptoPro_RIC_1_ParamSet OBJ_cryptopro,31L,7L | ||
3695 | |||
3696 | #define SN_id_GostR3410_94_TestParamSet "id-GostR3410-94-TestParamSet" | ||
3697 | #define NID_id_GostR3410_94_TestParamSet 831 | ||
3698 | #define OBJ_id_GostR3410_94_TestParamSet OBJ_cryptopro,32L,0L | ||
3699 | |||
3700 | #define SN_id_GostR3410_94_CryptoPro_A_ParamSet "id-GostR3410-94-CryptoPro-A-ParamSet" | ||
3701 | #define NID_id_GostR3410_94_CryptoPro_A_ParamSet 832 | ||
3702 | #define OBJ_id_GostR3410_94_CryptoPro_A_ParamSet OBJ_cryptopro,32L,2L | ||
3703 | |||
3704 | #define SN_id_GostR3410_94_CryptoPro_B_ParamSet "id-GostR3410-94-CryptoPro-B-ParamSet" | ||
3705 | #define NID_id_GostR3410_94_CryptoPro_B_ParamSet 833 | ||
3706 | #define OBJ_id_GostR3410_94_CryptoPro_B_ParamSet OBJ_cryptopro,32L,3L | ||
3707 | |||
3708 | #define SN_id_GostR3410_94_CryptoPro_C_ParamSet "id-GostR3410-94-CryptoPro-C-ParamSet" | ||
3709 | #define NID_id_GostR3410_94_CryptoPro_C_ParamSet 834 | ||
3710 | #define OBJ_id_GostR3410_94_CryptoPro_C_ParamSet OBJ_cryptopro,32L,4L | ||
3711 | |||
3712 | #define SN_id_GostR3410_94_CryptoPro_D_ParamSet "id-GostR3410-94-CryptoPro-D-ParamSet" | ||
3713 | #define NID_id_GostR3410_94_CryptoPro_D_ParamSet 835 | ||
3714 | #define OBJ_id_GostR3410_94_CryptoPro_D_ParamSet OBJ_cryptopro,32L,5L | ||
3715 | |||
3716 | #define SN_id_GostR3410_94_CryptoPro_XchA_ParamSet "id-GostR3410-94-CryptoPro-XchA-ParamSet" | ||
3717 | #define NID_id_GostR3410_94_CryptoPro_XchA_ParamSet 836 | ||
3718 | #define OBJ_id_GostR3410_94_CryptoPro_XchA_ParamSet OBJ_cryptopro,33L,1L | ||
3719 | |||
3720 | #define SN_id_GostR3410_94_CryptoPro_XchB_ParamSet "id-GostR3410-94-CryptoPro-XchB-ParamSet" | ||
3721 | #define NID_id_GostR3410_94_CryptoPro_XchB_ParamSet 837 | ||
3722 | #define OBJ_id_GostR3410_94_CryptoPro_XchB_ParamSet OBJ_cryptopro,33L,2L | ||
3723 | |||
3724 | #define SN_id_GostR3410_94_CryptoPro_XchC_ParamSet "id-GostR3410-94-CryptoPro-XchC-ParamSet" | ||
3725 | #define NID_id_GostR3410_94_CryptoPro_XchC_ParamSet 838 | ||
3726 | #define OBJ_id_GostR3410_94_CryptoPro_XchC_ParamSet OBJ_cryptopro,33L,3L | ||
3727 | |||
3728 | #define SN_id_GostR3410_2001_TestParamSet "id-GostR3410-2001-TestParamSet" | ||
3729 | #define NID_id_GostR3410_2001_TestParamSet 839 | ||
3730 | #define OBJ_id_GostR3410_2001_TestParamSet OBJ_cryptopro,35L,0L | ||
3731 | |||
3732 | #define SN_id_GostR3410_2001_CryptoPro_A_ParamSet "id-GostR3410-2001-CryptoPro-A-ParamSet" | ||
3733 | #define NID_id_GostR3410_2001_CryptoPro_A_ParamSet 840 | ||
3734 | #define OBJ_id_GostR3410_2001_CryptoPro_A_ParamSet OBJ_cryptopro,35L,1L | ||
3735 | |||
3736 | #define SN_id_GostR3410_2001_CryptoPro_B_ParamSet "id-GostR3410-2001-CryptoPro-B-ParamSet" | ||
3737 | #define NID_id_GostR3410_2001_CryptoPro_B_ParamSet 841 | ||
3738 | #define OBJ_id_GostR3410_2001_CryptoPro_B_ParamSet OBJ_cryptopro,35L,2L | ||
3739 | |||
3740 | #define SN_id_GostR3410_2001_CryptoPro_C_ParamSet "id-GostR3410-2001-CryptoPro-C-ParamSet" | ||
3741 | #define NID_id_GostR3410_2001_CryptoPro_C_ParamSet 842 | ||
3742 | #define OBJ_id_GostR3410_2001_CryptoPro_C_ParamSet OBJ_cryptopro,35L,3L | ||
3743 | |||
3744 | #define SN_id_GostR3410_2001_CryptoPro_XchA_ParamSet "id-GostR3410-2001-CryptoPro-XchA-ParamSet" | ||
3745 | #define NID_id_GostR3410_2001_CryptoPro_XchA_ParamSet 843 | ||
3746 | #define OBJ_id_GostR3410_2001_CryptoPro_XchA_ParamSet OBJ_cryptopro,36L,0L | ||
3747 | |||
3748 | #define SN_id_GostR3410_2001_CryptoPro_XchB_ParamSet "id-GostR3410-2001-CryptoPro-XchB-ParamSet" | ||
3749 | #define NID_id_GostR3410_2001_CryptoPro_XchB_ParamSet 844 | ||
3750 | #define OBJ_id_GostR3410_2001_CryptoPro_XchB_ParamSet OBJ_cryptopro,36L,1L | ||
3751 | |||
3752 | #define SN_id_GostR3410_94_a "id-GostR3410-94-a" | ||
3753 | #define NID_id_GostR3410_94_a 845 | ||
3754 | #define OBJ_id_GostR3410_94_a OBJ_id_GostR3410_94,1L | ||
3755 | |||
3756 | #define SN_id_GostR3410_94_aBis "id-GostR3410-94-aBis" | ||
3757 | #define NID_id_GostR3410_94_aBis 846 | ||
3758 | #define OBJ_id_GostR3410_94_aBis OBJ_id_GostR3410_94,2L | ||
3759 | |||
3760 | #define SN_id_GostR3410_94_b "id-GostR3410-94-b" | ||
3761 | #define NID_id_GostR3410_94_b 847 | ||
3762 | #define OBJ_id_GostR3410_94_b OBJ_id_GostR3410_94,3L | ||
3763 | |||
3764 | #define SN_id_GostR3410_94_bBis "id-GostR3410-94-bBis" | ||
3765 | #define NID_id_GostR3410_94_bBis 848 | ||
3766 | #define OBJ_id_GostR3410_94_bBis OBJ_id_GostR3410_94,4L | ||
3767 | |||
3768 | #define SN_id_Gost28147_89_cc "id-Gost28147-89-cc" | ||
3769 | #define LN_id_Gost28147_89_cc "GOST 28147-89 Cryptocom ParamSet" | ||
3770 | #define NID_id_Gost28147_89_cc 849 | ||
3771 | #define OBJ_id_Gost28147_89_cc OBJ_cryptocom,1L,6L,1L | ||
3772 | |||
3773 | #define SN_id_GostR3410_94_cc "gost94cc" | ||
3774 | #define LN_id_GostR3410_94_cc "GOST 34.10-94 Cryptocom" | ||
3775 | #define NID_id_GostR3410_94_cc 850 | ||
3776 | #define OBJ_id_GostR3410_94_cc OBJ_cryptocom,1L,5L,3L | ||
3777 | |||
3778 | #define SN_id_GostR3410_2001_cc "gost2001cc" | ||
3779 | #define LN_id_GostR3410_2001_cc "GOST 34.10-2001 Cryptocom" | ||
3780 | #define NID_id_GostR3410_2001_cc 851 | ||
3781 | #define OBJ_id_GostR3410_2001_cc OBJ_cryptocom,1L,5L,4L | ||
3782 | |||
3783 | #define SN_id_GostR3411_94_with_GostR3410_94_cc "id-GostR3411-94-with-GostR3410-94-cc" | ||
3784 | #define LN_id_GostR3411_94_with_GostR3410_94_cc "GOST R 34.11-94 with GOST R 34.10-94 Cryptocom" | ||
3785 | #define NID_id_GostR3411_94_with_GostR3410_94_cc 852 | ||
3786 | #define OBJ_id_GostR3411_94_with_GostR3410_94_cc OBJ_cryptocom,1L,3L,3L | ||
3787 | |||
3788 | #define SN_id_GostR3411_94_with_GostR3410_2001_cc "id-GostR3411-94-with-GostR3410-2001-cc" | ||
3789 | #define LN_id_GostR3411_94_with_GostR3410_2001_cc "GOST R 34.11-94 with GOST R 34.10-2001 Cryptocom" | ||
3790 | #define NID_id_GostR3411_94_with_GostR3410_2001_cc 853 | ||
3791 | #define OBJ_id_GostR3411_94_with_GostR3410_2001_cc OBJ_cryptocom,1L,3L,4L | ||
3792 | |||
3793 | #define SN_id_GostR3410_2001_ParamSet_cc "id-GostR3410-2001-ParamSet-cc" | ||
3794 | #define LN_id_GostR3410_2001_ParamSet_cc "GOST R 3410-2001 Parameter Set Cryptocom" | ||
3795 | #define NID_id_GostR3410_2001_ParamSet_cc 854 | ||
3796 | #define OBJ_id_GostR3410_2001_ParamSet_cc OBJ_cryptocom,1L,8L,1L | ||
3797 | |||
3798 | #define SN_camellia_128_cbc "CAMELLIA-128-CBC" | ||
3799 | #define LN_camellia_128_cbc "camellia-128-cbc" | ||
3800 | #define NID_camellia_128_cbc 751 | ||
3801 | #define OBJ_camellia_128_cbc 1L,2L,392L,200011L,61L,1L,1L,1L,2L | ||
3802 | |||
3803 | #define SN_camellia_192_cbc "CAMELLIA-192-CBC" | ||
3804 | #define LN_camellia_192_cbc "camellia-192-cbc" | ||
3805 | #define NID_camellia_192_cbc 752 | ||
3806 | #define OBJ_camellia_192_cbc 1L,2L,392L,200011L,61L,1L,1L,1L,3L | ||
3807 | |||
3808 | #define SN_camellia_256_cbc "CAMELLIA-256-CBC" | ||
3809 | #define LN_camellia_256_cbc "camellia-256-cbc" | ||
3810 | #define NID_camellia_256_cbc 753 | ||
3811 | #define OBJ_camellia_256_cbc 1L,2L,392L,200011L,61L,1L,1L,1L,4L | ||
3812 | |||
3813 | #define OBJ_ntt_ds 0L,3L,4401L,5L | ||
3814 | |||
3815 | #define OBJ_camellia OBJ_ntt_ds,3L,1L,9L | ||
3816 | |||
3817 | #define SN_camellia_128_ecb "CAMELLIA-128-ECB" | ||
3818 | #define LN_camellia_128_ecb "camellia-128-ecb" | ||
3819 | #define NID_camellia_128_ecb 754 | ||
3820 | #define OBJ_camellia_128_ecb OBJ_camellia,1L | ||
3821 | |||
3822 | #define SN_camellia_128_ofb128 "CAMELLIA-128-OFB" | ||
3823 | #define LN_camellia_128_ofb128 "camellia-128-ofb" | ||
3824 | #define NID_camellia_128_ofb128 766 | ||
3825 | #define OBJ_camellia_128_ofb128 OBJ_camellia,3L | ||
3826 | |||
3827 | #define SN_camellia_128_cfb128 "CAMELLIA-128-CFB" | ||
3828 | #define LN_camellia_128_cfb128 "camellia-128-cfb" | ||
3829 | #define NID_camellia_128_cfb128 757 | ||
3830 | #define OBJ_camellia_128_cfb128 OBJ_camellia,4L | ||
3831 | |||
3832 | #define SN_camellia_192_ecb "CAMELLIA-192-ECB" | ||
3833 | #define LN_camellia_192_ecb "camellia-192-ecb" | ||
3834 | #define NID_camellia_192_ecb 755 | ||
3835 | #define OBJ_camellia_192_ecb OBJ_camellia,21L | ||
3836 | |||
3837 | #define SN_camellia_192_ofb128 "CAMELLIA-192-OFB" | ||
3838 | #define LN_camellia_192_ofb128 "camellia-192-ofb" | ||
3839 | #define NID_camellia_192_ofb128 767 | ||
3840 | #define OBJ_camellia_192_ofb128 OBJ_camellia,23L | ||
3841 | |||
3842 | #define SN_camellia_192_cfb128 "CAMELLIA-192-CFB" | ||
3843 | #define LN_camellia_192_cfb128 "camellia-192-cfb" | ||
3844 | #define NID_camellia_192_cfb128 758 | ||
3845 | #define OBJ_camellia_192_cfb128 OBJ_camellia,24L | ||
3846 | |||
3847 | #define SN_camellia_256_ecb "CAMELLIA-256-ECB" | ||
3848 | #define LN_camellia_256_ecb "camellia-256-ecb" | ||
3849 | #define NID_camellia_256_ecb 756 | ||
3850 | #define OBJ_camellia_256_ecb OBJ_camellia,41L | ||
3851 | |||
3852 | #define SN_camellia_256_ofb128 "CAMELLIA-256-OFB" | ||
3853 | #define LN_camellia_256_ofb128 "camellia-256-ofb" | ||
3854 | #define NID_camellia_256_ofb128 768 | ||
3855 | #define OBJ_camellia_256_ofb128 OBJ_camellia,43L | ||
3856 | |||
3857 | #define SN_camellia_256_cfb128 "CAMELLIA-256-CFB" | ||
3858 | #define LN_camellia_256_cfb128 "camellia-256-cfb" | ||
3859 | #define NID_camellia_256_cfb128 759 | ||
3860 | #define OBJ_camellia_256_cfb128 OBJ_camellia,44L | ||
3861 | |||
3862 | #define SN_camellia_128_cfb1 "CAMELLIA-128-CFB1" | ||
3863 | #define LN_camellia_128_cfb1 "camellia-128-cfb1" | ||
3864 | #define NID_camellia_128_cfb1 760 | ||
3865 | |||
3866 | #define SN_camellia_192_cfb1 "CAMELLIA-192-CFB1" | ||
3867 | #define LN_camellia_192_cfb1 "camellia-192-cfb1" | ||
3868 | #define NID_camellia_192_cfb1 761 | ||
3869 | |||
3870 | #define SN_camellia_256_cfb1 "CAMELLIA-256-CFB1" | ||
3871 | #define LN_camellia_256_cfb1 "camellia-256-cfb1" | ||
3872 | #define NID_camellia_256_cfb1 762 | ||
3873 | |||
3874 | #define SN_camellia_128_cfb8 "CAMELLIA-128-CFB8" | ||
3875 | #define LN_camellia_128_cfb8 "camellia-128-cfb8" | ||
3876 | #define NID_camellia_128_cfb8 763 | ||
3877 | |||
3878 | #define SN_camellia_192_cfb8 "CAMELLIA-192-CFB8" | ||
3879 | #define LN_camellia_192_cfb8 "camellia-192-cfb8" | ||
3880 | #define NID_camellia_192_cfb8 764 | ||
3881 | |||
3882 | #define SN_camellia_256_cfb8 "CAMELLIA-256-CFB8" | ||
3883 | #define LN_camellia_256_cfb8 "camellia-256-cfb8" | ||
3884 | #define NID_camellia_256_cfb8 765 | ||
3885 | |||
3886 | #define SN_kisa "KISA" | ||
3887 | #define LN_kisa "kisa" | ||
3888 | #define NID_kisa 773 | ||
3889 | #define OBJ_kisa OBJ_member_body,410L,200004L | ||
3890 | |||
3891 | #define SN_seed_ecb "SEED-ECB" | ||
3892 | #define LN_seed_ecb "seed-ecb" | ||
3893 | #define NID_seed_ecb 776 | ||
3894 | #define OBJ_seed_ecb OBJ_kisa,1L,3L | ||
3895 | |||
3896 | #define SN_seed_cbc "SEED-CBC" | ||
3897 | #define LN_seed_cbc "seed-cbc" | ||
3898 | #define NID_seed_cbc 777 | ||
3899 | #define OBJ_seed_cbc OBJ_kisa,1L,4L | ||
3900 | |||
3901 | #define SN_seed_cfb128 "SEED-CFB" | ||
3902 | #define LN_seed_cfb128 "seed-cfb" | ||
3903 | #define NID_seed_cfb128 779 | ||
3904 | #define OBJ_seed_cfb128 OBJ_kisa,1L,5L | ||
3905 | |||
3906 | #define SN_seed_ofb128 "SEED-OFB" | ||
3907 | #define LN_seed_ofb128 "seed-ofb" | ||
3908 | #define NID_seed_ofb128 778 | ||
3909 | #define OBJ_seed_ofb128 OBJ_kisa,1L,6L | ||
3910 | |||
3911 | #define SN_hmac "HMAC" | ||
3912 | #define LN_hmac "hmac" | ||
3913 | #define NID_hmac 855 | ||
3914 | |||