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