diff options
| author | djm <> | 2008-09-06 12:15:54 +0000 |
|---|---|---|
| committer | djm <> | 2008-09-06 12:15:54 +0000 |
| commit | f1625f274acf5dcd5601f6cb5e29e233b2a441a3 (patch) | |
| tree | 44899ddfbef8f24aacbea50086c041c1b150f6d6 /src/lib/libcrypto/objects/obj_mac.h | |
| parent | 4f828b924f54507141fb95ebe49dfcd261945e85 (diff) | |
| download | openbsd-f1625f274acf5dcd5601f6cb5e29e233b2a441a3.tar.gz openbsd-f1625f274acf5dcd5601f6cb5e29e233b2a441a3.tar.bz2 openbsd-f1625f274acf5dcd5601f6cb5e29e233b2a441a3.zip | |
import of OpenSSL 0.9.8h
Diffstat (limited to 'src/lib/libcrypto/objects/obj_mac.h')
| -rw-r--r-- | src/lib/libcrypto/objects/obj_mac.h | 515 |
1 files changed, 505 insertions, 10 deletions
diff --git a/src/lib/libcrypto/objects/obj_mac.h b/src/lib/libcrypto/objects/obj_mac.h index 51bb50047f..76d5ec9c0b 100644 --- a/src/lib/libcrypto/objects/obj_mac.h +++ b/src/lib/libcrypto/objects/obj_mac.h | |||
| @@ -67,30 +67,67 @@ | |||
| 67 | #define NID_undef 0 | 67 | #define NID_undef 0 |
| 68 | #define OBJ_undef 0L | 68 | #define OBJ_undef 0L |
| 69 | 69 | ||
| 70 | #define SN_ccitt "CCITT" | 70 | #define SN_itu_t "ITU-T" |
| 71 | #define LN_ccitt "ccitt" | 71 | #define LN_itu_t "itu-t" |
| 72 | #define NID_itu_t 645 | ||
| 73 | #define OBJ_itu_t 0L | ||
| 74 | |||
| 72 | #define NID_ccitt 404 | 75 | #define NID_ccitt 404 |
| 73 | #define OBJ_ccitt 0L | 76 | #define OBJ_ccitt OBJ_itu_t |
| 74 | 77 | ||
| 75 | #define SN_iso "ISO" | 78 | #define SN_iso "ISO" |
| 76 | #define LN_iso "iso" | 79 | #define LN_iso "iso" |
| 77 | #define NID_iso 181 | 80 | #define NID_iso 181 |
| 78 | #define OBJ_iso 1L | 81 | #define OBJ_iso 1L |
| 79 | 82 | ||
| 80 | #define SN_joint_iso_ccitt "JOINT-ISO-CCITT" | 83 | #define SN_joint_iso_itu_t "JOINT-ISO-ITU-T" |
| 81 | #define LN_joint_iso_ccitt "joint-iso-ccitt" | 84 | #define LN_joint_iso_itu_t "joint-iso-itu-t" |
| 85 | #define NID_joint_iso_itu_t 646 | ||
| 86 | #define OBJ_joint_iso_itu_t 2L | ||
| 87 | |||
| 82 | #define NID_joint_iso_ccitt 393 | 88 | #define NID_joint_iso_ccitt 393 |
| 83 | #define OBJ_joint_iso_ccitt 2L | 89 | #define OBJ_joint_iso_ccitt OBJ_joint_iso_itu_t |
| 84 | 90 | ||
| 85 | #define SN_member_body "member-body" | 91 | #define SN_member_body "member-body" |
| 86 | #define LN_member_body "ISO Member Body" | 92 | #define LN_member_body "ISO Member Body" |
| 87 | #define NID_member_body 182 | 93 | #define NID_member_body 182 |
| 88 | #define OBJ_member_body OBJ_iso,2L | 94 | #define OBJ_member_body OBJ_iso,2L |
| 89 | 95 | ||
| 96 | #define SN_identified_organization "identified-organization" | ||
| 97 | #define NID_identified_organization 676 | ||
| 98 | #define OBJ_identified_organization OBJ_iso,3L | ||
| 99 | |||
| 100 | #define SN_hmac_md5 "HMAC-MD5" | ||
| 101 | #define LN_hmac_md5 "hmac-md5" | ||
| 102 | #define NID_hmac_md5 780 | ||
| 103 | #define OBJ_hmac_md5 OBJ_identified_organization,6L,1L,5L,5L,8L,1L,1L | ||
| 104 | |||
| 105 | #define SN_hmac_sha1 "HMAC-SHA1" | ||
| 106 | #define LN_hmac_sha1 "hmac-sha1" | ||
| 107 | #define NID_hmac_sha1 781 | ||
| 108 | #define OBJ_hmac_sha1 OBJ_identified_organization,6L,1L,5L,5L,8L,1L,2L | ||
| 109 | |||
| 110 | #define SN_certicom_arc "certicom-arc" | ||
| 111 | #define NID_certicom_arc 677 | ||
| 112 | #define OBJ_certicom_arc OBJ_identified_organization,132L | ||
| 113 | |||
| 114 | #define SN_international_organizations "international-organizations" | ||
| 115 | #define LN_international_organizations "International Organizations" | ||
| 116 | #define NID_international_organizations 647 | ||
| 117 | #define OBJ_international_organizations OBJ_joint_iso_itu_t,23L | ||
| 118 | |||
| 119 | #define SN_wap "wap" | ||
| 120 | #define NID_wap 678 | ||
| 121 | #define OBJ_wap OBJ_international_organizations,43L | ||
| 122 | |||
| 123 | #define SN_wap_wsg "wap-wsg" | ||
| 124 | #define NID_wap_wsg 679 | ||
| 125 | #define OBJ_wap_wsg OBJ_wap,13L | ||
| 126 | |||
| 90 | #define SN_selected_attribute_types "selected-attribute-types" | 127 | #define SN_selected_attribute_types "selected-attribute-types" |
| 91 | #define LN_selected_attribute_types "Selected Attribute Types" | 128 | #define LN_selected_attribute_types "Selected Attribute Types" |
| 92 | #define NID_selected_attribute_types 394 | 129 | #define NID_selected_attribute_types 394 |
| 93 | #define OBJ_selected_attribute_types OBJ_joint_iso_ccitt,5L,1L,5L | 130 | #define OBJ_selected_attribute_types OBJ_joint_iso_itu_t,5L,1L,5L |
| 94 | 131 | ||
| 95 | #define SN_clearance "clearance" | 132 | #define SN_clearance "clearance" |
| 96 | #define NID_clearance 395 | 133 | #define NID_clearance 395 |
| @@ -136,6 +173,22 @@ | |||
| 136 | #define NID_X9_62_characteristic_two_field 407 | 173 | #define NID_X9_62_characteristic_two_field 407 |
| 137 | #define OBJ_X9_62_characteristic_two_field OBJ_X9_62_id_fieldType,2L | 174 | #define OBJ_X9_62_characteristic_two_field OBJ_X9_62_id_fieldType,2L |
| 138 | 175 | ||
| 176 | #define SN_X9_62_id_characteristic_two_basis "id-characteristic-two-basis" | ||
| 177 | #define NID_X9_62_id_characteristic_two_basis 680 | ||
| 178 | #define OBJ_X9_62_id_characteristic_two_basis OBJ_X9_62_characteristic_two_field,3L | ||
| 179 | |||
| 180 | #define SN_X9_62_onBasis "onBasis" | ||
| 181 | #define NID_X9_62_onBasis 681 | ||
| 182 | #define OBJ_X9_62_onBasis OBJ_X9_62_id_characteristic_two_basis,1L | ||
| 183 | |||
| 184 | #define SN_X9_62_tpBasis "tpBasis" | ||
| 185 | #define NID_X9_62_tpBasis 682 | ||
| 186 | #define OBJ_X9_62_tpBasis OBJ_X9_62_id_characteristic_two_basis,2L | ||
| 187 | |||
| 188 | #define SN_X9_62_ppBasis "ppBasis" | ||
| 189 | #define NID_X9_62_ppBasis 683 | ||
| 190 | #define OBJ_X9_62_ppBasis OBJ_X9_62_id_characteristic_two_basis,3L | ||
| 191 | |||
| 139 | #define OBJ_X9_62_id_publicKeyType OBJ_ansi_X9_62,2L | 192 | #define OBJ_X9_62_id_publicKeyType OBJ_ansi_X9_62,2L |
| 140 | 193 | ||
| 141 | #define SN_X9_62_id_ecPublicKey "id-ecPublicKey" | 194 | #define SN_X9_62_id_ecPublicKey "id-ecPublicKey" |
| @@ -146,6 +199,86 @@ | |||
| 146 | 199 | ||
| 147 | #define OBJ_X9_62_c_TwoCurve OBJ_X9_62_ellipticCurve,0L | 200 | #define OBJ_X9_62_c_TwoCurve OBJ_X9_62_ellipticCurve,0L |
| 148 | 201 | ||
| 202 | #define SN_X9_62_c2pnb163v1 "c2pnb163v1" | ||
| 203 | #define NID_X9_62_c2pnb163v1 684 | ||
| 204 | #define OBJ_X9_62_c2pnb163v1 OBJ_X9_62_c_TwoCurve,1L | ||
| 205 | |||
| 206 | #define SN_X9_62_c2pnb163v2 "c2pnb163v2" | ||
| 207 | #define NID_X9_62_c2pnb163v2 685 | ||
| 208 | #define OBJ_X9_62_c2pnb163v2 OBJ_X9_62_c_TwoCurve,2L | ||
| 209 | |||
| 210 | #define SN_X9_62_c2pnb163v3 "c2pnb163v3" | ||
| 211 | #define NID_X9_62_c2pnb163v3 686 | ||
| 212 | #define OBJ_X9_62_c2pnb163v3 OBJ_X9_62_c_TwoCurve,3L | ||
| 213 | |||
| 214 | #define SN_X9_62_c2pnb176v1 "c2pnb176v1" | ||
| 215 | #define NID_X9_62_c2pnb176v1 687 | ||
| 216 | #define OBJ_X9_62_c2pnb176v1 OBJ_X9_62_c_TwoCurve,4L | ||
| 217 | |||
| 218 | #define SN_X9_62_c2tnb191v1 "c2tnb191v1" | ||
| 219 | #define NID_X9_62_c2tnb191v1 688 | ||
| 220 | #define OBJ_X9_62_c2tnb191v1 OBJ_X9_62_c_TwoCurve,5L | ||
| 221 | |||
| 222 | #define SN_X9_62_c2tnb191v2 "c2tnb191v2" | ||
| 223 | #define NID_X9_62_c2tnb191v2 689 | ||
| 224 | #define OBJ_X9_62_c2tnb191v2 OBJ_X9_62_c_TwoCurve,6L | ||
| 225 | |||
| 226 | #define SN_X9_62_c2tnb191v3 "c2tnb191v3" | ||
| 227 | #define NID_X9_62_c2tnb191v3 690 | ||
| 228 | #define OBJ_X9_62_c2tnb191v3 OBJ_X9_62_c_TwoCurve,7L | ||
| 229 | |||
| 230 | #define SN_X9_62_c2onb191v4 "c2onb191v4" | ||
| 231 | #define NID_X9_62_c2onb191v4 691 | ||
| 232 | #define OBJ_X9_62_c2onb191v4 OBJ_X9_62_c_TwoCurve,8L | ||
| 233 | |||
| 234 | #define SN_X9_62_c2onb191v5 "c2onb191v5" | ||
| 235 | #define NID_X9_62_c2onb191v5 692 | ||
| 236 | #define OBJ_X9_62_c2onb191v5 OBJ_X9_62_c_TwoCurve,9L | ||
| 237 | |||
| 238 | #define SN_X9_62_c2pnb208w1 "c2pnb208w1" | ||
| 239 | #define NID_X9_62_c2pnb208w1 693 | ||
| 240 | #define OBJ_X9_62_c2pnb208w1 OBJ_X9_62_c_TwoCurve,10L | ||
| 241 | |||
| 242 | #define SN_X9_62_c2tnb239v1 "c2tnb239v1" | ||
| 243 | #define NID_X9_62_c2tnb239v1 694 | ||
| 244 | #define OBJ_X9_62_c2tnb239v1 OBJ_X9_62_c_TwoCurve,11L | ||
| 245 | |||
| 246 | #define SN_X9_62_c2tnb239v2 "c2tnb239v2" | ||
| 247 | #define NID_X9_62_c2tnb239v2 695 | ||
| 248 | #define OBJ_X9_62_c2tnb239v2 OBJ_X9_62_c_TwoCurve,12L | ||
| 249 | |||
| 250 | #define SN_X9_62_c2tnb239v3 "c2tnb239v3" | ||
| 251 | #define NID_X9_62_c2tnb239v3 696 | ||
| 252 | #define OBJ_X9_62_c2tnb239v3 OBJ_X9_62_c_TwoCurve,13L | ||
| 253 | |||
| 254 | #define SN_X9_62_c2onb239v4 "c2onb239v4" | ||
| 255 | #define NID_X9_62_c2onb239v4 697 | ||
| 256 | #define OBJ_X9_62_c2onb239v4 OBJ_X9_62_c_TwoCurve,14L | ||
| 257 | |||
| 258 | #define SN_X9_62_c2onb239v5 "c2onb239v5" | ||
| 259 | #define NID_X9_62_c2onb239v5 698 | ||
| 260 | #define OBJ_X9_62_c2onb239v5 OBJ_X9_62_c_TwoCurve,15L | ||
| 261 | |||
| 262 | #define SN_X9_62_c2pnb272w1 "c2pnb272w1" | ||
| 263 | #define NID_X9_62_c2pnb272w1 699 | ||
| 264 | #define OBJ_X9_62_c2pnb272w1 OBJ_X9_62_c_TwoCurve,16L | ||
| 265 | |||
| 266 | #define SN_X9_62_c2pnb304w1 "c2pnb304w1" | ||
| 267 | #define NID_X9_62_c2pnb304w1 700 | ||
| 268 | #define OBJ_X9_62_c2pnb304w1 OBJ_X9_62_c_TwoCurve,17L | ||
| 269 | |||
| 270 | #define SN_X9_62_c2tnb359v1 "c2tnb359v1" | ||
| 271 | #define NID_X9_62_c2tnb359v1 701 | ||
| 272 | #define OBJ_X9_62_c2tnb359v1 OBJ_X9_62_c_TwoCurve,18L | ||
| 273 | |||
| 274 | #define SN_X9_62_c2pnb368w1 "c2pnb368w1" | ||
| 275 | #define NID_X9_62_c2pnb368w1 702 | ||
| 276 | #define OBJ_X9_62_c2pnb368w1 OBJ_X9_62_c_TwoCurve,19L | ||
| 277 | |||
| 278 | #define SN_X9_62_c2tnb431r1 "c2tnb431r1" | ||
| 279 | #define NID_X9_62_c2tnb431r1 703 | ||
| 280 | #define OBJ_X9_62_c2tnb431r1 OBJ_X9_62_c_TwoCurve,20L | ||
| 281 | |||
| 149 | #define OBJ_X9_62_primeCurve OBJ_X9_62_ellipticCurve,1L | 282 | #define OBJ_X9_62_primeCurve OBJ_X9_62_ellipticCurve,1L |
| 150 | 283 | ||
| 151 | #define SN_X9_62_prime192v1 "prime192v1" | 284 | #define SN_X9_62_prime192v1 "prime192v1" |
| @@ -182,6 +315,178 @@ | |||
| 182 | #define NID_ecdsa_with_SHA1 416 | 315 | #define NID_ecdsa_with_SHA1 416 |
| 183 | #define OBJ_ecdsa_with_SHA1 OBJ_X9_62_id_ecSigType,1L | 316 | #define OBJ_ecdsa_with_SHA1 OBJ_X9_62_id_ecSigType,1L |
| 184 | 317 | ||
| 318 | #define OBJ_secg_ellipticCurve OBJ_certicom_arc,0L | ||
| 319 | |||
| 320 | #define SN_secp112r1 "secp112r1" | ||
| 321 | #define NID_secp112r1 704 | ||
| 322 | #define OBJ_secp112r1 OBJ_secg_ellipticCurve,6L | ||
| 323 | |||
| 324 | #define SN_secp112r2 "secp112r2" | ||
| 325 | #define NID_secp112r2 705 | ||
| 326 | #define OBJ_secp112r2 OBJ_secg_ellipticCurve,7L | ||
| 327 | |||
| 328 | #define SN_secp128r1 "secp128r1" | ||
| 329 | #define NID_secp128r1 706 | ||
| 330 | #define OBJ_secp128r1 OBJ_secg_ellipticCurve,28L | ||
| 331 | |||
| 332 | #define SN_secp128r2 "secp128r2" | ||
| 333 | #define NID_secp128r2 707 | ||
| 334 | #define OBJ_secp128r2 OBJ_secg_ellipticCurve,29L | ||
| 335 | |||
| 336 | #define SN_secp160k1 "secp160k1" | ||
| 337 | #define NID_secp160k1 708 | ||
| 338 | #define OBJ_secp160k1 OBJ_secg_ellipticCurve,9L | ||
| 339 | |||
| 340 | #define SN_secp160r1 "secp160r1" | ||
| 341 | #define NID_secp160r1 709 | ||
| 342 | #define OBJ_secp160r1 OBJ_secg_ellipticCurve,8L | ||
| 343 | |||
| 344 | #define SN_secp160r2 "secp160r2" | ||
| 345 | #define NID_secp160r2 710 | ||
| 346 | #define OBJ_secp160r2 OBJ_secg_ellipticCurve,30L | ||
| 347 | |||
| 348 | #define SN_secp192k1 "secp192k1" | ||
| 349 | #define NID_secp192k1 711 | ||
| 350 | #define OBJ_secp192k1 OBJ_secg_ellipticCurve,31L | ||
| 351 | |||
| 352 | #define SN_secp224k1 "secp224k1" | ||
| 353 | #define NID_secp224k1 712 | ||
| 354 | #define OBJ_secp224k1 OBJ_secg_ellipticCurve,32L | ||
| 355 | |||
| 356 | #define SN_secp224r1 "secp224r1" | ||
| 357 | #define NID_secp224r1 713 | ||
| 358 | #define OBJ_secp224r1 OBJ_secg_ellipticCurve,33L | ||
| 359 | |||
| 360 | #define SN_secp256k1 "secp256k1" | ||
| 361 | #define NID_secp256k1 714 | ||
| 362 | #define OBJ_secp256k1 OBJ_secg_ellipticCurve,10L | ||
| 363 | |||
| 364 | #define SN_secp384r1 "secp384r1" | ||
| 365 | #define NID_secp384r1 715 | ||
| 366 | #define OBJ_secp384r1 OBJ_secg_ellipticCurve,34L | ||
| 367 | |||
| 368 | #define SN_secp521r1 "secp521r1" | ||
| 369 | #define NID_secp521r1 716 | ||
| 370 | #define OBJ_secp521r1 OBJ_secg_ellipticCurve,35L | ||
| 371 | |||
| 372 | #define SN_sect113r1 "sect113r1" | ||
| 373 | #define NID_sect113r1 717 | ||
| 374 | #define OBJ_sect113r1 OBJ_secg_ellipticCurve,4L | ||
| 375 | |||
| 376 | #define SN_sect113r2 "sect113r2" | ||
| 377 | #define NID_sect113r2 718 | ||
| 378 | #define OBJ_sect113r2 OBJ_secg_ellipticCurve,5L | ||
| 379 | |||
| 380 | #define SN_sect131r1 "sect131r1" | ||
| 381 | #define NID_sect131r1 719 | ||
| 382 | #define OBJ_sect131r1 OBJ_secg_ellipticCurve,22L | ||
| 383 | |||
| 384 | #define SN_sect131r2 "sect131r2" | ||
| 385 | #define NID_sect131r2 720 | ||
| 386 | #define OBJ_sect131r2 OBJ_secg_ellipticCurve,23L | ||
| 387 | |||
| 388 | #define SN_sect163k1 "sect163k1" | ||
| 389 | #define NID_sect163k1 721 | ||
| 390 | #define OBJ_sect163k1 OBJ_secg_ellipticCurve,1L | ||
| 391 | |||
| 392 | #define SN_sect163r1 "sect163r1" | ||
| 393 | #define NID_sect163r1 722 | ||
| 394 | #define OBJ_sect163r1 OBJ_secg_ellipticCurve,2L | ||
| 395 | |||
| 396 | #define SN_sect163r2 "sect163r2" | ||
| 397 | #define NID_sect163r2 723 | ||
| 398 | #define OBJ_sect163r2 OBJ_secg_ellipticCurve,15L | ||
| 399 | |||
| 400 | #define SN_sect193r1 "sect193r1" | ||
| 401 | #define NID_sect193r1 724 | ||
| 402 | #define OBJ_sect193r1 OBJ_secg_ellipticCurve,24L | ||
| 403 | |||
| 404 | #define SN_sect193r2 "sect193r2" | ||
| 405 | #define NID_sect193r2 725 | ||
| 406 | #define OBJ_sect193r2 OBJ_secg_ellipticCurve,25L | ||
| 407 | |||
| 408 | #define SN_sect233k1 "sect233k1" | ||
| 409 | #define NID_sect233k1 726 | ||
| 410 | #define OBJ_sect233k1 OBJ_secg_ellipticCurve,26L | ||
| 411 | |||
| 412 | #define SN_sect233r1 "sect233r1" | ||
| 413 | #define NID_sect233r1 727 | ||
| 414 | #define OBJ_sect233r1 OBJ_secg_ellipticCurve,27L | ||
| 415 | |||
| 416 | #define SN_sect239k1 "sect239k1" | ||
| 417 | #define NID_sect239k1 728 | ||
| 418 | #define OBJ_sect239k1 OBJ_secg_ellipticCurve,3L | ||
| 419 | |||
| 420 | #define SN_sect283k1 "sect283k1" | ||
| 421 | #define NID_sect283k1 729 | ||
| 422 | #define OBJ_sect283k1 OBJ_secg_ellipticCurve,16L | ||
| 423 | |||
| 424 | #define SN_sect283r1 "sect283r1" | ||
| 425 | #define NID_sect283r1 730 | ||
| 426 | #define OBJ_sect283r1 OBJ_secg_ellipticCurve,17L | ||
| 427 | |||
| 428 | #define SN_sect409k1 "sect409k1" | ||
| 429 | #define NID_sect409k1 731 | ||
| 430 | #define OBJ_sect409k1 OBJ_secg_ellipticCurve,36L | ||
| 431 | |||
| 432 | #define SN_sect409r1 "sect409r1" | ||
| 433 | #define NID_sect409r1 732 | ||
| 434 | #define OBJ_sect409r1 OBJ_secg_ellipticCurve,37L | ||
| 435 | |||
| 436 | #define SN_sect571k1 "sect571k1" | ||
| 437 | #define NID_sect571k1 733 | ||
| 438 | #define OBJ_sect571k1 OBJ_secg_ellipticCurve,38L | ||
| 439 | |||
| 440 | #define SN_sect571r1 "sect571r1" | ||
| 441 | #define NID_sect571r1 734 | ||
| 442 | #define OBJ_sect571r1 OBJ_secg_ellipticCurve,39L | ||
| 443 | |||
| 444 | #define OBJ_wap_wsg_idm_ecid OBJ_wap_wsg,4L | ||
| 445 | |||
| 446 | #define SN_wap_wsg_idm_ecid_wtls1 "wap-wsg-idm-ecid-wtls1" | ||
| 447 | #define NID_wap_wsg_idm_ecid_wtls1 735 | ||
| 448 | #define OBJ_wap_wsg_idm_ecid_wtls1 OBJ_wap_wsg_idm_ecid,1L | ||
| 449 | |||
| 450 | #define SN_wap_wsg_idm_ecid_wtls3 "wap-wsg-idm-ecid-wtls3" | ||
| 451 | #define NID_wap_wsg_idm_ecid_wtls3 736 | ||
| 452 | #define OBJ_wap_wsg_idm_ecid_wtls3 OBJ_wap_wsg_idm_ecid,3L | ||
| 453 | |||
| 454 | #define SN_wap_wsg_idm_ecid_wtls4 "wap-wsg-idm-ecid-wtls4" | ||
| 455 | #define NID_wap_wsg_idm_ecid_wtls4 737 | ||
| 456 | #define OBJ_wap_wsg_idm_ecid_wtls4 OBJ_wap_wsg_idm_ecid,4L | ||
| 457 | |||
| 458 | #define SN_wap_wsg_idm_ecid_wtls5 "wap-wsg-idm-ecid-wtls5" | ||
| 459 | #define NID_wap_wsg_idm_ecid_wtls5 738 | ||
| 460 | #define OBJ_wap_wsg_idm_ecid_wtls5 OBJ_wap_wsg_idm_ecid,5L | ||
| 461 | |||
| 462 | #define SN_wap_wsg_idm_ecid_wtls6 "wap-wsg-idm-ecid-wtls6" | ||
| 463 | #define NID_wap_wsg_idm_ecid_wtls6 739 | ||
| 464 | #define OBJ_wap_wsg_idm_ecid_wtls6 OBJ_wap_wsg_idm_ecid,6L | ||
| 465 | |||
| 466 | #define SN_wap_wsg_idm_ecid_wtls7 "wap-wsg-idm-ecid-wtls7" | ||
| 467 | #define NID_wap_wsg_idm_ecid_wtls7 740 | ||
| 468 | #define OBJ_wap_wsg_idm_ecid_wtls7 OBJ_wap_wsg_idm_ecid,7L | ||
| 469 | |||
| 470 | #define SN_wap_wsg_idm_ecid_wtls8 "wap-wsg-idm-ecid-wtls8" | ||
| 471 | #define NID_wap_wsg_idm_ecid_wtls8 741 | ||
| 472 | #define OBJ_wap_wsg_idm_ecid_wtls8 OBJ_wap_wsg_idm_ecid,8L | ||
| 473 | |||
| 474 | #define SN_wap_wsg_idm_ecid_wtls9 "wap-wsg-idm-ecid-wtls9" | ||
| 475 | #define NID_wap_wsg_idm_ecid_wtls9 742 | ||
| 476 | #define OBJ_wap_wsg_idm_ecid_wtls9 OBJ_wap_wsg_idm_ecid,9L | ||
| 477 | |||
| 478 | #define SN_wap_wsg_idm_ecid_wtls10 "wap-wsg-idm-ecid-wtls10" | ||
| 479 | #define NID_wap_wsg_idm_ecid_wtls10 743 | ||
| 480 | #define OBJ_wap_wsg_idm_ecid_wtls10 OBJ_wap_wsg_idm_ecid,10L | ||
| 481 | |||
| 482 | #define SN_wap_wsg_idm_ecid_wtls11 "wap-wsg-idm-ecid-wtls11" | ||
| 483 | #define NID_wap_wsg_idm_ecid_wtls11 744 | ||
| 484 | #define OBJ_wap_wsg_idm_ecid_wtls11 OBJ_wap_wsg_idm_ecid,11L | ||
| 485 | |||
| 486 | #define SN_wap_wsg_idm_ecid_wtls12 "wap-wsg-idm-ecid-wtls12" | ||
| 487 | #define NID_wap_wsg_idm_ecid_wtls12 745 | ||
| 488 | #define OBJ_wap_wsg_idm_ecid_wtls12 OBJ_wap_wsg_idm_ecid,12L | ||
| 489 | |||
| 185 | #define SN_cast5_cbc "CAST5-CBC" | 490 | #define SN_cast5_cbc "CAST5-CBC" |
| 186 | #define LN_cast5_cbc "cast5-cbc" | 491 | #define LN_cast5_cbc "cast5-cbc" |
| 187 | #define NID_cast5_cbc 108 | 492 | #define NID_cast5_cbc 108 |
| @@ -203,6 +508,16 @@ | |||
| 203 | #define NID_pbeWithMD5AndCast5_CBC 112 | 508 | #define NID_pbeWithMD5AndCast5_CBC 112 |
| 204 | #define OBJ_pbeWithMD5AndCast5_CBC OBJ_ISO_US,113533L,7L,66L,12L | 509 | #define OBJ_pbeWithMD5AndCast5_CBC OBJ_ISO_US,113533L,7L,66L,12L |
| 205 | 510 | ||
| 511 | #define SN_id_PasswordBasedMAC "id-PasswordBasedMAC" | ||
| 512 | #define LN_id_PasswordBasedMAC "password based MAC" | ||
| 513 | #define NID_id_PasswordBasedMAC 782 | ||
| 514 | #define OBJ_id_PasswordBasedMAC OBJ_ISO_US,113533L,7L,66L,13L | ||
| 515 | |||
| 516 | #define SN_id_DHBasedMac "id-DHBasedMac" | ||
| 517 | #define LN_id_DHBasedMac "Diffie-Hellman based MAC" | ||
| 518 | #define NID_id_DHBasedMac 783 | ||
| 519 | #define OBJ_id_DHBasedMac OBJ_ISO_US,113533L,7L,66L,30L | ||
| 520 | |||
| 206 | #define SN_rsadsi "rsadsi" | 521 | #define SN_rsadsi "rsadsi" |
| 207 | #define LN_rsadsi "RSA Data Security, Inc." | 522 | #define LN_rsadsi "RSA Data Security, Inc." |
| 208 | #define NID_rsadsi 1 | 523 | #define NID_rsadsi 1 |
| @@ -490,6 +805,14 @@ | |||
| 490 | #define NID_id_smime_ct_DVCSResponseData 211 | 805 | #define NID_id_smime_ct_DVCSResponseData 211 |
| 491 | #define OBJ_id_smime_ct_DVCSResponseData OBJ_id_smime_ct,8L | 806 | #define OBJ_id_smime_ct_DVCSResponseData OBJ_id_smime_ct,8L |
| 492 | 807 | ||
| 808 | #define SN_id_smime_ct_compressedData "id-smime-ct-compressedData" | ||
| 809 | #define NID_id_smime_ct_compressedData 786 | ||
| 810 | #define OBJ_id_smime_ct_compressedData OBJ_id_smime_ct,9L | ||
| 811 | |||
| 812 | #define SN_id_ct_asciiTextWithCRLF "id-ct-asciiTextWithCRLF" | ||
| 813 | #define NID_id_ct_asciiTextWithCRLF 787 | ||
| 814 | #define OBJ_id_ct_asciiTextWithCRLF OBJ_id_smime_ct,27L | ||
| 815 | |||
| 493 | #define SN_id_smime_aa_receiptRequest "id-smime-aa-receiptRequest" | 816 | #define SN_id_smime_aa_receiptRequest "id-smime-aa-receiptRequest" |
| 494 | #define NID_id_smime_aa_receiptRequest 212 | 817 | #define NID_id_smime_aa_receiptRequest 212 |
| 495 | #define OBJ_id_smime_aa_receiptRequest OBJ_id_smime_aa,1L | 818 | #define OBJ_id_smime_aa_receiptRequest OBJ_id_smime_aa,1L |
| @@ -1218,6 +1541,10 @@ | |||
| 1218 | #define NID_id_it_origPKIMessage 312 | 1541 | #define NID_id_it_origPKIMessage 312 |
| 1219 | #define OBJ_id_it_origPKIMessage OBJ_id_it,15L | 1542 | #define OBJ_id_it_origPKIMessage OBJ_id_it,15L |
| 1220 | 1543 | ||
| 1544 | #define SN_id_it_suppLangTags "id-it-suppLangTags" | ||
| 1545 | #define NID_id_it_suppLangTags 784 | ||
| 1546 | #define OBJ_id_it_suppLangTags OBJ_id_it,16L | ||
| 1547 | |||
| 1221 | #define SN_id_regCtrl "id-regCtrl" | 1548 | #define SN_id_regCtrl "id-regCtrl" |
| 1222 | #define NID_id_regCtrl 313 | 1549 | #define NID_id_regCtrl 313 |
| 1223 | #define OBJ_id_regCtrl OBJ_id_pkip,1L | 1550 | #define OBJ_id_regCtrl OBJ_id_pkip,1L |
| @@ -1453,6 +1780,11 @@ | |||
| 1453 | #define NID_ad_dvcs 364 | 1780 | #define NID_ad_dvcs 364 |
| 1454 | #define OBJ_ad_dvcs OBJ_id_ad,4L | 1781 | #define OBJ_ad_dvcs OBJ_id_ad,4L |
| 1455 | 1782 | ||
| 1783 | #define SN_caRepository "caRepository" | ||
| 1784 | #define LN_caRepository "CA Repository" | ||
| 1785 | #define NID_caRepository 785 | ||
| 1786 | #define OBJ_caRepository OBJ_id_ad,5L | ||
| 1787 | |||
| 1456 | #define OBJ_id_pkix_OCSP OBJ_ad_OCSP | 1788 | #define OBJ_id_pkix_OCSP OBJ_ad_OCSP |
| 1457 | 1789 | ||
| 1458 | #define SN_id_pkix_OCSP_basic "basicOCSPResponse" | 1790 | #define SN_id_pkix_OCSP_basic "basicOCSPResponse" |
| @@ -1749,6 +2081,11 @@ | |||
| 1749 | #define NID_id_ce 81 | 2081 | #define NID_id_ce 81 |
| 1750 | #define OBJ_id_ce OBJ_X500,29L | 2082 | #define OBJ_id_ce OBJ_X500,29L |
| 1751 | 2083 | ||
| 2084 | #define SN_subject_directory_attributes "subjectDirectoryAttributes" | ||
| 2085 | #define LN_subject_directory_attributes "X509v3 Subject Directory Attributes" | ||
| 2086 | #define NID_subject_directory_attributes 769 | ||
| 2087 | #define OBJ_subject_directory_attributes OBJ_id_ce,9L | ||
| 2088 | |||
| 1752 | #define SN_subject_key_identifier "subjectKeyIdentifier" | 2089 | #define SN_subject_key_identifier "subjectKeyIdentifier" |
| 1753 | #define LN_subject_key_identifier "X509v3 Subject Key Identifier" | 2090 | #define LN_subject_key_identifier "X509v3 Subject Key Identifier" |
| 1754 | #define NID_subject_key_identifier 82 | 2091 | #define NID_subject_key_identifier 82 |
| @@ -1799,6 +2136,16 @@ | |||
| 1799 | #define NID_delta_crl 140 | 2136 | #define NID_delta_crl 140 |
| 1800 | #define OBJ_delta_crl OBJ_id_ce,27L | 2137 | #define OBJ_delta_crl OBJ_id_ce,27L |
| 1801 | 2138 | ||
| 2139 | #define SN_issuing_distribution_point "issuingDistributionPoint" | ||
| 2140 | #define LN_issuing_distribution_point "X509v3 Issuing Distrubution Point" | ||
| 2141 | #define NID_issuing_distribution_point 770 | ||
| 2142 | #define OBJ_issuing_distribution_point OBJ_id_ce,28L | ||
| 2143 | |||
| 2144 | #define SN_certificate_issuer "certificateIssuer" | ||
| 2145 | #define LN_certificate_issuer "X509v3 Certificate Issuer" | ||
| 2146 | #define NID_certificate_issuer 771 | ||
| 2147 | #define OBJ_certificate_issuer OBJ_id_ce,29L | ||
| 2148 | |||
| 1802 | #define SN_name_constraints "nameConstraints" | 2149 | #define SN_name_constraints "nameConstraints" |
| 1803 | #define LN_name_constraints "X509v3 Name Constraints" | 2150 | #define LN_name_constraints "X509v3 Name Constraints" |
| 1804 | #define NID_name_constraints 666 | 2151 | #define NID_name_constraints 666 |
| @@ -1814,6 +2161,16 @@ | |||
| 1814 | #define NID_certificate_policies 89 | 2161 | #define NID_certificate_policies 89 |
| 1815 | #define OBJ_certificate_policies OBJ_id_ce,32L | 2162 | #define OBJ_certificate_policies OBJ_id_ce,32L |
| 1816 | 2163 | ||
| 2164 | #define SN_any_policy "anyPolicy" | ||
| 2165 | #define LN_any_policy "X509v3 Any Policy" | ||
| 2166 | #define NID_any_policy 746 | ||
| 2167 | #define OBJ_any_policy OBJ_certificate_policies,0L | ||
| 2168 | |||
| 2169 | #define SN_policy_mappings "policyMappings" | ||
| 2170 | #define LN_policy_mappings "X509v3 Policy Mappings" | ||
| 2171 | #define NID_policy_mappings 747 | ||
| 2172 | #define OBJ_policy_mappings OBJ_id_ce,33L | ||
| 2173 | |||
| 1817 | #define SN_authority_key_identifier "authorityKeyIdentifier" | 2174 | #define SN_authority_key_identifier "authorityKeyIdentifier" |
| 1818 | #define LN_authority_key_identifier "X509v3 Authority Key Identifier" | 2175 | #define LN_authority_key_identifier "X509v3 Authority Key Identifier" |
| 1819 | #define NID_authority_key_identifier 90 | 2176 | #define NID_authority_key_identifier 90 |
| @@ -1829,6 +2186,11 @@ | |||
| 1829 | #define NID_ext_key_usage 126 | 2186 | #define NID_ext_key_usage 126 |
| 1830 | #define OBJ_ext_key_usage OBJ_id_ce,37L | 2187 | #define OBJ_ext_key_usage OBJ_id_ce,37L |
| 1831 | 2188 | ||
| 2189 | #define SN_inhibit_any_policy "inhibitAnyPolicy" | ||
| 2190 | #define LN_inhibit_any_policy "X509v3 Inhibit Any Policy" | ||
| 2191 | #define NID_inhibit_any_policy 748 | ||
| 2192 | #define OBJ_inhibit_any_policy OBJ_id_ce,54L | ||
| 2193 | |||
| 1832 | #define SN_target_information "targetInformation" | 2194 | #define SN_target_information "targetInformation" |
| 1833 | #define LN_target_information "X509v3 AC Targeting" | 2195 | #define LN_target_information "X509v3 AC Targeting" |
| 1834 | #define NID_target_information 402 | 2196 | #define NID_target_information 402 |
| @@ -1998,7 +2360,7 @@ | |||
| 1998 | #define SN_zlib_compression "ZLIB" | 2360 | #define SN_zlib_compression "ZLIB" |
| 1999 | #define LN_zlib_compression "zlib compression" | 2361 | #define LN_zlib_compression "zlib compression" |
| 2000 | #define NID_zlib_compression 125 | 2362 | #define NID_zlib_compression 125 |
| 2001 | #define OBJ_zlib_compression 1L,1L,1L,1L,666L,2L | 2363 | #define OBJ_zlib_compression OBJ_id_smime_alg,8L |
| 2002 | 2364 | ||
| 2003 | #define OBJ_csor 2L,16L,840L,1L,101L,3L | 2365 | #define OBJ_csor 2L,16L,840L,1L,101L,3L |
| 2004 | 2366 | ||
| @@ -2106,6 +2468,18 @@ | |||
| 2106 | #define LN_des_ede3_cfb8 "des-ede3-cfb8" | 2468 | #define LN_des_ede3_cfb8 "des-ede3-cfb8" |
| 2107 | #define NID_des_ede3_cfb8 659 | 2469 | #define NID_des_ede3_cfb8 659 |
| 2108 | 2470 | ||
| 2471 | #define SN_id_aes128_wrap "id-aes128-wrap" | ||
| 2472 | #define NID_id_aes128_wrap 788 | ||
| 2473 | #define OBJ_id_aes128_wrap OBJ_aes,5L | ||
| 2474 | |||
| 2475 | #define SN_id_aes192_wrap "id-aes192-wrap" | ||
| 2476 | #define NID_id_aes192_wrap 789 | ||
| 2477 | #define OBJ_id_aes192_wrap OBJ_aes,25L | ||
| 2478 | |||
| 2479 | #define SN_id_aes256_wrap "id-aes256-wrap" | ||
| 2480 | #define NID_id_aes256_wrap 790 | ||
| 2481 | #define OBJ_id_aes256_wrap OBJ_aes,45L | ||
| 2482 | |||
| 2109 | #define OBJ_nist_hashalgs OBJ_nistAlgorithms,2L | 2483 | #define OBJ_nist_hashalgs OBJ_nistAlgorithms,2L |
| 2110 | 2484 | ||
| 2111 | #define SN_sha256 "SHA256" | 2485 | #define SN_sha256 "SHA256" |
| @@ -2152,7 +2526,7 @@ | |||
| 2152 | 2526 | ||
| 2153 | #define SN_data "data" | 2527 | #define SN_data "data" |
| 2154 | #define NID_data 434 | 2528 | #define NID_data 434 |
| 2155 | #define OBJ_data OBJ_ccitt,9L | 2529 | #define OBJ_data OBJ_itu_t,9L |
| 2156 | 2530 | ||
| 2157 | #define SN_pss "pss" | 2531 | #define SN_pss "pss" |
| 2158 | #define NID_pss 435 | 2532 | #define NID_pss 435 |
| @@ -2441,7 +2815,7 @@ | |||
| 2441 | #define SN_id_set "id-set" | 2815 | #define SN_id_set "id-set" |
| 2442 | #define LN_id_set "Secure Electronic Transactions" | 2816 | #define LN_id_set "Secure Electronic Transactions" |
| 2443 | #define NID_id_set 512 | 2817 | #define NID_id_set 512 |
| 2444 | #define OBJ_id_set 2L,23L,42L | 2818 | #define OBJ_id_set OBJ_international_organizations,42L |
| 2445 | 2819 | ||
| 2446 | #define SN_set_ctype "set-ctype" | 2820 | #define SN_set_ctype "set-ctype" |
| 2447 | #define LN_set_ctype "content types" | 2821 | #define LN_set_ctype "content types" |
| @@ -2985,3 +3359,124 @@ | |||
| 2985 | #define NID_rsaOAEPEncryptionSET 644 | 3359 | #define NID_rsaOAEPEncryptionSET 644 |
| 2986 | #define OBJ_rsaOAEPEncryptionSET OBJ_rsadsi,1L,1L,6L | 3360 | #define OBJ_rsaOAEPEncryptionSET OBJ_rsadsi,1L,1L,6L |
| 2987 | 3361 | ||
| 3362 | #define SN_ipsec3 "Oakley-EC2N-3" | ||
| 3363 | #define LN_ipsec3 "ipsec3" | ||
| 3364 | #define NID_ipsec3 749 | ||
| 3365 | |||
| 3366 | #define SN_ipsec4 "Oakley-EC2N-4" | ||
| 3367 | #define LN_ipsec4 "ipsec4" | ||
| 3368 | #define NID_ipsec4 750 | ||
| 3369 | |||
| 3370 | #define SN_camellia_128_cbc "CAMELLIA-128-CBC" | ||
| 3371 | #define LN_camellia_128_cbc "camellia-128-cbc" | ||
| 3372 | #define NID_camellia_128_cbc 751 | ||
| 3373 | #define OBJ_camellia_128_cbc 1L,2L,392L,200011L,61L,1L,1L,1L,2L | ||
| 3374 | |||
| 3375 | #define SN_camellia_192_cbc "CAMELLIA-192-CBC" | ||
| 3376 | #define LN_camellia_192_cbc "camellia-192-cbc" | ||
| 3377 | #define NID_camellia_192_cbc 752 | ||
| 3378 | #define OBJ_camellia_192_cbc 1L,2L,392L,200011L,61L,1L,1L,1L,3L | ||
| 3379 | |||
| 3380 | #define SN_camellia_256_cbc "CAMELLIA-256-CBC" | ||
| 3381 | #define LN_camellia_256_cbc "camellia-256-cbc" | ||
| 3382 | #define NID_camellia_256_cbc 753 | ||
| 3383 | #define OBJ_camellia_256_cbc 1L,2L,392L,200011L,61L,1L,1L,1L,4L | ||
| 3384 | |||
| 3385 | #define OBJ_ntt_ds 0L,3L,4401L,5L | ||
| 3386 | |||
| 3387 | #define OBJ_camellia OBJ_ntt_ds,3L,1L,9L | ||
| 3388 | |||
| 3389 | #define SN_camellia_128_ecb "CAMELLIA-128-ECB" | ||
| 3390 | #define LN_camellia_128_ecb "camellia-128-ecb" | ||
| 3391 | #define NID_camellia_128_ecb 754 | ||
| 3392 | #define OBJ_camellia_128_ecb OBJ_camellia,1L | ||
| 3393 | |||
| 3394 | #define SN_camellia_128_ofb128 "CAMELLIA-128-OFB" | ||
| 3395 | #define LN_camellia_128_ofb128 "camellia-128-ofb" | ||
| 3396 | #define NID_camellia_128_ofb128 766 | ||
| 3397 | #define OBJ_camellia_128_ofb128 OBJ_camellia,3L | ||
| 3398 | |||
| 3399 | #define SN_camellia_128_cfb128 "CAMELLIA-128-CFB" | ||
| 3400 | #define LN_camellia_128_cfb128 "camellia-128-cfb" | ||
| 3401 | #define NID_camellia_128_cfb128 757 | ||
| 3402 | #define OBJ_camellia_128_cfb128 OBJ_camellia,4L | ||
| 3403 | |||
| 3404 | #define SN_camellia_192_ecb "CAMELLIA-192-ECB" | ||
| 3405 | #define LN_camellia_192_ecb "camellia-192-ecb" | ||
| 3406 | #define NID_camellia_192_ecb 755 | ||
| 3407 | #define OBJ_camellia_192_ecb OBJ_camellia,21L | ||
| 3408 | |||
| 3409 | #define SN_camellia_192_ofb128 "CAMELLIA-192-OFB" | ||
| 3410 | #define LN_camellia_192_ofb128 "camellia-192-ofb" | ||
| 3411 | #define NID_camellia_192_ofb128 767 | ||
| 3412 | #define OBJ_camellia_192_ofb128 OBJ_camellia,23L | ||
| 3413 | |||
| 3414 | #define SN_camellia_192_cfb128 "CAMELLIA-192-CFB" | ||
| 3415 | #define LN_camellia_192_cfb128 "camellia-192-cfb" | ||
| 3416 | #define NID_camellia_192_cfb128 758 | ||
| 3417 | #define OBJ_camellia_192_cfb128 OBJ_camellia,24L | ||
| 3418 | |||
| 3419 | #define SN_camellia_256_ecb "CAMELLIA-256-ECB" | ||
| 3420 | #define LN_camellia_256_ecb "camellia-256-ecb" | ||
| 3421 | #define NID_camellia_256_ecb 756 | ||
| 3422 | #define OBJ_camellia_256_ecb OBJ_camellia,41L | ||
| 3423 | |||
| 3424 | #define SN_camellia_256_ofb128 "CAMELLIA-256-OFB" | ||
| 3425 | #define LN_camellia_256_ofb128 "camellia-256-ofb" | ||
| 3426 | #define NID_camellia_256_ofb128 768 | ||
| 3427 | #define OBJ_camellia_256_ofb128 OBJ_camellia,43L | ||
| 3428 | |||
| 3429 | #define SN_camellia_256_cfb128 "CAMELLIA-256-CFB" | ||
| 3430 | #define LN_camellia_256_cfb128 "camellia-256-cfb" | ||
| 3431 | #define NID_camellia_256_cfb128 759 | ||
| 3432 | #define OBJ_camellia_256_cfb128 OBJ_camellia,44L | ||
| 3433 | |||
| 3434 | #define SN_camellia_128_cfb1 "CAMELLIA-128-CFB1" | ||
| 3435 | #define LN_camellia_128_cfb1 "camellia-128-cfb1" | ||
| 3436 | #define NID_camellia_128_cfb1 760 | ||
| 3437 | |||
| 3438 | #define SN_camellia_192_cfb1 "CAMELLIA-192-CFB1" | ||
| 3439 | #define LN_camellia_192_cfb1 "camellia-192-cfb1" | ||
| 3440 | #define NID_camellia_192_cfb1 761 | ||
| 3441 | |||
| 3442 | #define SN_camellia_256_cfb1 "CAMELLIA-256-CFB1" | ||
| 3443 | #define LN_camellia_256_cfb1 "camellia-256-cfb1" | ||
| 3444 | #define NID_camellia_256_cfb1 762 | ||
| 3445 | |||
| 3446 | #define SN_camellia_128_cfb8 "CAMELLIA-128-CFB8" | ||
| 3447 | #define LN_camellia_128_cfb8 "camellia-128-cfb8" | ||
| 3448 | #define NID_camellia_128_cfb8 763 | ||
| 3449 | |||
| 3450 | #define SN_camellia_192_cfb8 "CAMELLIA-192-CFB8" | ||
| 3451 | #define LN_camellia_192_cfb8 "camellia-192-cfb8" | ||
| 3452 | #define NID_camellia_192_cfb8 764 | ||
| 3453 | |||
| 3454 | #define SN_camellia_256_cfb8 "CAMELLIA-256-CFB8" | ||
| 3455 | #define LN_camellia_256_cfb8 "camellia-256-cfb8" | ||
| 3456 | #define NID_camellia_256_cfb8 765 | ||
| 3457 | |||
| 3458 | #define SN_kisa "KISA" | ||
| 3459 | #define LN_kisa "kisa" | ||
| 3460 | #define NID_kisa 773 | ||
| 3461 | #define OBJ_kisa OBJ_member_body,410L,200004L | ||
| 3462 | |||
| 3463 | #define SN_seed_ecb "SEED-ECB" | ||
| 3464 | #define LN_seed_ecb "seed-ecb" | ||
| 3465 | #define NID_seed_ecb 776 | ||
| 3466 | #define OBJ_seed_ecb OBJ_kisa,1L,3L | ||
| 3467 | |||
| 3468 | #define SN_seed_cbc "SEED-CBC" | ||
| 3469 | #define LN_seed_cbc "seed-cbc" | ||
| 3470 | #define NID_seed_cbc 777 | ||
| 3471 | #define OBJ_seed_cbc OBJ_kisa,1L,4L | ||
| 3472 | |||
| 3473 | #define SN_seed_cfb128 "SEED-CFB" | ||
| 3474 | #define LN_seed_cfb128 "seed-cfb" | ||
| 3475 | #define NID_seed_cfb128 779 | ||
| 3476 | #define OBJ_seed_cfb128 OBJ_kisa,1L,5L | ||
| 3477 | |||
| 3478 | #define SN_seed_ofb128 "SEED-OFB" | ||
| 3479 | #define LN_seed_ofb128 "seed-ofb" | ||
| 3480 | #define NID_seed_ofb128 778 | ||
| 3481 | #define OBJ_seed_ofb128 OBJ_kisa,1L,6L | ||
| 3482 | |||
