summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/obj_dat.h
diff options
context:
space:
mode:
authordjm <>2012-10-13 21:23:58 +0000
committerdjm <>2012-10-13 21:23:58 +0000
commiteb9e590d2bbc1d57aee9aee0fe94c001fb27e697 (patch)
treecfb338ea736543eb88bd6c3f56f007ecb05dce51 /src/lib/libcrypto/objects/obj_dat.h
parentdd489e85d1735eb58774a1c57c6f586cede35b5d (diff)
downloadopenbsd-eb9e590d2bbc1d57aee9aee0fe94c001fb27e697.tar.gz
openbsd-eb9e590d2bbc1d57aee9aee0fe94c001fb27e697.tar.bz2
openbsd-eb9e590d2bbc1d57aee9aee0fe94c001fb27e697.zip
import OpenSSL-1.0.1c
Diffstat (limited to 'src/lib/libcrypto/objects/obj_dat.h')
-rw-r--r--src/lib/libcrypto/objects/obj_dat.h136
1 files changed, 131 insertions, 5 deletions
diff --git a/src/lib/libcrypto/objects/obj_dat.h b/src/lib/libcrypto/objects/obj_dat.h
index 6449be6071..d404ad07c9 100644
--- a/src/lib/libcrypto/objects/obj_dat.h
+++ b/src/lib/libcrypto/objects/obj_dat.h
@@ -62,12 +62,12 @@
62 * [including the GNU Public Licence.] 62 * [including the GNU Public Licence.]
63 */ 63 */
64 64
65#define NUM_NID 893 65#define NUM_NID 920
66#define NUM_SN 886 66#define NUM_SN 913
67#define NUM_LN 886 67#define NUM_LN 913
68#define NUM_OBJ 840 68#define NUM_OBJ 857
69 69
70static const unsigned char lvalues[5824]={ 70static const unsigned char lvalues[5980]={
710x00, /* [ 0] OBJ_undef */ 710x00, /* [ 0] OBJ_undef */
720x2A,0x86,0x48,0x86,0xF7,0x0D, /* [ 1] OBJ_rsadsi */ 720x2A,0x86,0x48,0x86,0xF7,0x0D, /* [ 1] OBJ_rsadsi */
730x2A,0x86,0x48,0x86,0xF7,0x0D,0x01, /* [ 7] OBJ_pkcs */ 730x2A,0x86,0x48,0x86,0xF7,0x0D,0x01, /* [ 7] OBJ_pkcs */
@@ -908,6 +908,23 @@ static const unsigned char lvalues[5824]={
9080x55,0x04,0x34, /* [5814] OBJ_supportedAlgorithms */ 9080x55,0x04,0x34, /* [5814] OBJ_supportedAlgorithms */
9090x55,0x04,0x35, /* [5817] OBJ_deltaRevocationList */ 9090x55,0x04,0x35, /* [5817] OBJ_deltaRevocationList */
9100x55,0x04,0x36, /* [5820] OBJ_dmdName */ 9100x55,0x04,0x36, /* [5820] OBJ_dmdName */
9110x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x09,0x10,0x03,0x09,/* [5823] OBJ_id_alg_PWRI_KEK */
9120x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x06,/* [5834] OBJ_aes_128_gcm */
9130x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x07,/* [5843] OBJ_aes_128_ccm */
9140x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x08,/* [5852] OBJ_id_aes128_wrap_pad */
9150x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x1A,/* [5861] OBJ_aes_192_gcm */
9160x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x1B,/* [5870] OBJ_aes_192_ccm */
9170x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x1C,/* [5879] OBJ_id_aes192_wrap_pad */
9180x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x2E,/* [5888] OBJ_aes_256_gcm */
9190x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x2F,/* [5897] OBJ_aes_256_ccm */
9200x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x30,/* [5906] OBJ_id_aes256_wrap_pad */
9210x2A,0x83,0x08,0x8C,0x9A,0x4B,0x3D,0x01,0x01,0x03,0x02,/* [5915] OBJ_id_camellia128_wrap */
9220x2A,0x83,0x08,0x8C,0x9A,0x4B,0x3D,0x01,0x01,0x03,0x03,/* [5926] OBJ_id_camellia192_wrap */
9230x2A,0x83,0x08,0x8C,0x9A,0x4B,0x3D,0x01,0x01,0x03,0x04,/* [5937] OBJ_id_camellia256_wrap */
9240x55,0x1D,0x25,0x00, /* [5948] OBJ_anyExtendedKeyUsage */
9250x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x01,0x08,/* [5952] OBJ_mgf1 */
9260x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x01,0x0A,/* [5961] OBJ_rsassaPss */
9270x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,0x01,0x07,/* [5970] OBJ_rsaesOaep */
911}; 928};
912 929
913static const ASN1_OBJECT nid_objs[NUM_NID]={ 930static const ASN1_OBJECT nid_objs[NUM_NID]={
@@ -2351,28 +2368,74 @@ static const ASN1_OBJECT nid_objs[NUM_NID]={
2351{"deltaRevocationList","deltaRevocationList",NID_deltaRevocationList, 2368{"deltaRevocationList","deltaRevocationList",NID_deltaRevocationList,
2352 3,&(lvalues[5817]),0}, 2369 3,&(lvalues[5817]),0},
2353{"dmdName","dmdName",NID_dmdName,3,&(lvalues[5820]),0}, 2370{"dmdName","dmdName",NID_dmdName,3,&(lvalues[5820]),0},
2371{"id-alg-PWRI-KEK","id-alg-PWRI-KEK",NID_id_alg_PWRI_KEK,11,
2372 &(lvalues[5823]),0},
2373{"CMAC","cmac",NID_cmac,0,NULL,0},
2374{"id-aes128-GCM","aes-128-gcm",NID_aes_128_gcm,9,&(lvalues[5834]),0},
2375{"id-aes128-CCM","aes-128-ccm",NID_aes_128_ccm,9,&(lvalues[5843]),0},
2376{"id-aes128-wrap-pad","id-aes128-wrap-pad",NID_id_aes128_wrap_pad,9,
2377 &(lvalues[5852]),0},
2378{"id-aes192-GCM","aes-192-gcm",NID_aes_192_gcm,9,&(lvalues[5861]),0},
2379{"id-aes192-CCM","aes-192-ccm",NID_aes_192_ccm,9,&(lvalues[5870]),0},
2380{"id-aes192-wrap-pad","id-aes192-wrap-pad",NID_id_aes192_wrap_pad,9,
2381 &(lvalues[5879]),0},
2382{"id-aes256-GCM","aes-256-gcm",NID_aes_256_gcm,9,&(lvalues[5888]),0},
2383{"id-aes256-CCM","aes-256-ccm",NID_aes_256_ccm,9,&(lvalues[5897]),0},
2384{"id-aes256-wrap-pad","id-aes256-wrap-pad",NID_id_aes256_wrap_pad,9,
2385 &(lvalues[5906]),0},
2386{"AES-128-CTR","aes-128-ctr",NID_aes_128_ctr,0,NULL,0},
2387{"AES-192-CTR","aes-192-ctr",NID_aes_192_ctr,0,NULL,0},
2388{"AES-256-CTR","aes-256-ctr",NID_aes_256_ctr,0,NULL,0},
2389{"id-camellia128-wrap","id-camellia128-wrap",NID_id_camellia128_wrap,
2390 11,&(lvalues[5915]),0},
2391{"id-camellia192-wrap","id-camellia192-wrap",NID_id_camellia192_wrap,
2392 11,&(lvalues[5926]),0},
2393{"id-camellia256-wrap","id-camellia256-wrap",NID_id_camellia256_wrap,
2394 11,&(lvalues[5937]),0},
2395{"anyExtendedKeyUsage","Any Extended Key Usage",
2396 NID_anyExtendedKeyUsage,4,&(lvalues[5948]),0},
2397{"MGF1","mgf1",NID_mgf1,9,&(lvalues[5952]),0},
2398{"RSASSA-PSS","rsassaPss",NID_rsassaPss,9,&(lvalues[5961]),0},
2399{"AES-128-XTS","aes-128-xts",NID_aes_128_xts,0,NULL,0},
2400{"AES-256-XTS","aes-256-xts",NID_aes_256_xts,0,NULL,0},
2401{"RC4-HMAC-MD5","rc4-hmac-md5",NID_rc4_hmac_md5,0,NULL,0},
2402{"AES-128-CBC-HMAC-SHA1","aes-128-cbc-hmac-sha1",
2403 NID_aes_128_cbc_hmac_sha1,0,NULL,0},
2404{"AES-192-CBC-HMAC-SHA1","aes-192-cbc-hmac-sha1",
2405 NID_aes_192_cbc_hmac_sha1,0,NULL,0},
2406{"AES-256-CBC-HMAC-SHA1","aes-256-cbc-hmac-sha1",
2407 NID_aes_256_cbc_hmac_sha1,0,NULL,0},
2408{"RSAES-OAEP","rsaesOaep",NID_rsaesOaep,9,&(lvalues[5970]),0},
2354}; 2409};
2355 2410
2356static const unsigned int sn_objs[NUM_SN]={ 2411static const unsigned int sn_objs[NUM_SN]={
2357364, /* "AD_DVCS" */ 2412364, /* "AD_DVCS" */
2358419, /* "AES-128-CBC" */ 2413419, /* "AES-128-CBC" */
2414916, /* "AES-128-CBC-HMAC-SHA1" */
2359421, /* "AES-128-CFB" */ 2415421, /* "AES-128-CFB" */
2360650, /* "AES-128-CFB1" */ 2416650, /* "AES-128-CFB1" */
2361653, /* "AES-128-CFB8" */ 2417653, /* "AES-128-CFB8" */
2418904, /* "AES-128-CTR" */
2362418, /* "AES-128-ECB" */ 2419418, /* "AES-128-ECB" */
2363420, /* "AES-128-OFB" */ 2420420, /* "AES-128-OFB" */
2421913, /* "AES-128-XTS" */
2364423, /* "AES-192-CBC" */ 2422423, /* "AES-192-CBC" */
2423917, /* "AES-192-CBC-HMAC-SHA1" */
2365425, /* "AES-192-CFB" */ 2424425, /* "AES-192-CFB" */
2366651, /* "AES-192-CFB1" */ 2425651, /* "AES-192-CFB1" */
2367654, /* "AES-192-CFB8" */ 2426654, /* "AES-192-CFB8" */
2427905, /* "AES-192-CTR" */
2368422, /* "AES-192-ECB" */ 2428422, /* "AES-192-ECB" */
2369424, /* "AES-192-OFB" */ 2429424, /* "AES-192-OFB" */
2370427, /* "AES-256-CBC" */ 2430427, /* "AES-256-CBC" */
2431918, /* "AES-256-CBC-HMAC-SHA1" */
2371429, /* "AES-256-CFB" */ 2432429, /* "AES-256-CFB" */
2372652, /* "AES-256-CFB1" */ 2433652, /* "AES-256-CFB1" */
2373655, /* "AES-256-CFB8" */ 2434655, /* "AES-256-CFB8" */
2435906, /* "AES-256-CTR" */
2374426, /* "AES-256-ECB" */ 2436426, /* "AES-256-ECB" */
2375428, /* "AES-256-OFB" */ 2437428, /* "AES-256-OFB" */
2438914, /* "AES-256-XTS" */
237691, /* "BF-CBC" */ 243991, /* "BF-CBC" */
237793, /* "BF-CFB" */ 244093, /* "BF-CFB" */
237892, /* "BF-ECB" */ 244192, /* "BF-ECB" */
@@ -2400,6 +2463,7 @@ static const unsigned int sn_objs[NUM_SN]={
2400110, /* "CAST5-CFB" */ 2463110, /* "CAST5-CFB" */
2401109, /* "CAST5-ECB" */ 2464109, /* "CAST5-ECB" */
2402111, /* "CAST5-OFB" */ 2465111, /* "CAST5-OFB" */
2466894, /* "CMAC" */
240313, /* "CN" */ 246713, /* "CN" */
2404141, /* "CRLReason" */ 2468141, /* "CRLReason" */
2405417, /* "CSPName" */ 2469417, /* "CSPName" */
@@ -2451,6 +2515,7 @@ static const unsigned int sn_objs[NUM_SN]={
2451 4, /* "MD5" */ 2515 4, /* "MD5" */
2452114, /* "MD5-SHA1" */ 2516114, /* "MD5-SHA1" */
245395, /* "MDC2" */ 251795, /* "MDC2" */
2518911, /* "MGF1" */
2454388, /* "Mail" */ 2519388, /* "Mail" */
2455393, /* "NULL" */ 2520393, /* "NULL" */
2456404, /* "NULL" */ 2521404, /* "NULL" */
@@ -2487,6 +2552,7 @@ static const unsigned int sn_objs[NUM_SN]={
248740, /* "RC2-OFB" */ 255240, /* "RC2-OFB" */
2488 5, /* "RC4" */ 2553 5, /* "RC4" */
248997, /* "RC4-40" */ 255497, /* "RC4-40" */
2555915, /* "RC4-HMAC-MD5" */
2490120, /* "RC5-CBC" */ 2556120, /* "RC5-CBC" */
2491122, /* "RC5-CFB" */ 2557122, /* "RC5-CFB" */
2492121, /* "RC5-ECB" */ 2558121, /* "RC5-ECB" */
@@ -2507,6 +2573,8 @@ static const unsigned int sn_objs[NUM_SN]={
2507668, /* "RSA-SHA256" */ 2573668, /* "RSA-SHA256" */
2508669, /* "RSA-SHA384" */ 2574669, /* "RSA-SHA384" */
2509670, /* "RSA-SHA512" */ 2575670, /* "RSA-SHA512" */
2576919, /* "RSAES-OAEP" */
2577912, /* "RSASSA-PSS" */
2510777, /* "SEED-CBC" */ 2578777, /* "SEED-CBC" */
2511779, /* "SEED-CFB" */ 2579779, /* "SEED-CFB" */
2512776, /* "SEED-ECB" */ 2580776, /* "SEED-ECB" */
@@ -2540,6 +2608,7 @@ static const unsigned int sn_objs[NUM_SN]={
2540363, /* "ad_timestamping" */ 2608363, /* "ad_timestamping" */
2541376, /* "algorithm" */ 2609376, /* "algorithm" */
2542405, /* "ansi-X9-62" */ 2610405, /* "ansi-X9-62" */
2611910, /* "anyExtendedKeyUsage" */
2543746, /* "anyPolicy" */ 2612746, /* "anyPolicy" */
2544370, /* "archiveCutoff" */ 2613370, /* "archiveCutoff" */
2545484, /* "associatedDomain" */ 2614484, /* "associatedDomain" */
@@ -2716,14 +2785,27 @@ static const unsigned int sn_objs[NUM_SN]={
2716357, /* "id-aca-group" */ 2785357, /* "id-aca-group" */
2717358, /* "id-aca-role" */ 2786358, /* "id-aca-role" */
2718176, /* "id-ad" */ 2787176, /* "id-ad" */
2788896, /* "id-aes128-CCM" */
2789895, /* "id-aes128-GCM" */
2719788, /* "id-aes128-wrap" */ 2790788, /* "id-aes128-wrap" */
2791897, /* "id-aes128-wrap-pad" */
2792899, /* "id-aes192-CCM" */
2793898, /* "id-aes192-GCM" */
2720789, /* "id-aes192-wrap" */ 2794789, /* "id-aes192-wrap" */
2795900, /* "id-aes192-wrap-pad" */
2796902, /* "id-aes256-CCM" */
2797901, /* "id-aes256-GCM" */
2721790, /* "id-aes256-wrap" */ 2798790, /* "id-aes256-wrap" */
2799903, /* "id-aes256-wrap-pad" */
2722262, /* "id-alg" */ 2800262, /* "id-alg" */
2801893, /* "id-alg-PWRI-KEK" */
2723323, /* "id-alg-des40" */ 2802323, /* "id-alg-des40" */
2724326, /* "id-alg-dh-pop" */ 2803326, /* "id-alg-dh-pop" */
2725325, /* "id-alg-dh-sig-hmac-sha1" */ 2804325, /* "id-alg-dh-sig-hmac-sha1" */
2726324, /* "id-alg-noSignature" */ 2805324, /* "id-alg-noSignature" */
2806907, /* "id-camellia128-wrap" */
2807908, /* "id-camellia192-wrap" */
2808909, /* "id-camellia256-wrap" */
2727268, /* "id-cct" */ 2809268, /* "id-cct" */
2728361, /* "id-cct-PKIData" */ 2810361, /* "id-cct-PKIData" */
2729362, /* "id-cct-PKIResponse" */ 2811362, /* "id-cct-PKIResponse" */
@@ -3246,6 +3328,7 @@ static const unsigned int ln_objs[NUM_LN]={
3246363, /* "AD Time Stamping" */ 3328363, /* "AD Time Stamping" */
3247405, /* "ANSI X9.62" */ 3329405, /* "ANSI X9.62" */
3248368, /* "Acceptable OCSP Responses" */ 3330368, /* "Acceptable OCSP Responses" */
3331910, /* "Any Extended Key Usage" */
3249664, /* "Any language" */ 3332664, /* "Any language" */
3250177, /* "Authority Information Access" */ 3333177, /* "Authority Information Access" */
3251365, /* "Basic OCSP Response" */ 3334365, /* "Basic OCSP Response" */
@@ -3386,23 +3469,37 @@ static const unsigned int ln_objs[NUM_LN]={
3386364, /* "ad dvcs" */ 3469364, /* "ad dvcs" */
3387606, /* "additional verification" */ 3470606, /* "additional verification" */
3388419, /* "aes-128-cbc" */ 3471419, /* "aes-128-cbc" */
3472916, /* "aes-128-cbc-hmac-sha1" */
3473896, /* "aes-128-ccm" */
3389421, /* "aes-128-cfb" */ 3474421, /* "aes-128-cfb" */
3390650, /* "aes-128-cfb1" */ 3475650, /* "aes-128-cfb1" */
3391653, /* "aes-128-cfb8" */ 3476653, /* "aes-128-cfb8" */
3477904, /* "aes-128-ctr" */
3392418, /* "aes-128-ecb" */ 3478418, /* "aes-128-ecb" */
3479895, /* "aes-128-gcm" */
3393420, /* "aes-128-ofb" */ 3480420, /* "aes-128-ofb" */
3481913, /* "aes-128-xts" */
3394423, /* "aes-192-cbc" */ 3482423, /* "aes-192-cbc" */
3483917, /* "aes-192-cbc-hmac-sha1" */
3484899, /* "aes-192-ccm" */
3395425, /* "aes-192-cfb" */ 3485425, /* "aes-192-cfb" */
3396651, /* "aes-192-cfb1" */ 3486651, /* "aes-192-cfb1" */
3397654, /* "aes-192-cfb8" */ 3487654, /* "aes-192-cfb8" */
3488905, /* "aes-192-ctr" */
3398422, /* "aes-192-ecb" */ 3489422, /* "aes-192-ecb" */
3490898, /* "aes-192-gcm" */
3399424, /* "aes-192-ofb" */ 3491424, /* "aes-192-ofb" */
3400427, /* "aes-256-cbc" */ 3492427, /* "aes-256-cbc" */
3493918, /* "aes-256-cbc-hmac-sha1" */
3494902, /* "aes-256-ccm" */
3401429, /* "aes-256-cfb" */ 3495429, /* "aes-256-cfb" */
3402652, /* "aes-256-cfb1" */ 3496652, /* "aes-256-cfb1" */
3403655, /* "aes-256-cfb8" */ 3497655, /* "aes-256-cfb8" */
3498906, /* "aes-256-ctr" */
3404426, /* "aes-256-ecb" */ 3499426, /* "aes-256-ecb" */
3500901, /* "aes-256-gcm" */
3405428, /* "aes-256-ofb" */ 3501428, /* "aes-256-ofb" */
3502914, /* "aes-256-xts" */
3406376, /* "algorithm" */ 3503376, /* "algorithm" */
3407484, /* "associatedDomain" */ 3504484, /* "associatedDomain" */
3408485, /* "associatedName" */ 3505485, /* "associatedName" */
@@ -3467,6 +3564,7 @@ static const unsigned int ln_objs[NUM_LN]={
3467407, /* "characteristic-two-field" */ 3564407, /* "characteristic-two-field" */
3468395, /* "clearance" */ 3565395, /* "clearance" */
3469633, /* "cleartext track 2" */ 3566633, /* "cleartext track 2" */
3567894, /* "cmac" */
347013, /* "commonName" */ 356813, /* "commonName" */
3471513, /* "content types" */ 3569513, /* "content types" */
347250, /* "contentType" */ 357050, /* "contentType" */
@@ -3602,13 +3700,20 @@ static const unsigned int ln_objs[NUM_LN]={
3602358, /* "id-aca-role" */ 3700358, /* "id-aca-role" */
3603176, /* "id-ad" */ 3701176, /* "id-ad" */
3604788, /* "id-aes128-wrap" */ 3702788, /* "id-aes128-wrap" */
3703897, /* "id-aes128-wrap-pad" */
3605789, /* "id-aes192-wrap" */ 3704789, /* "id-aes192-wrap" */
3705900, /* "id-aes192-wrap-pad" */
3606790, /* "id-aes256-wrap" */ 3706790, /* "id-aes256-wrap" */
3707903, /* "id-aes256-wrap-pad" */
3607262, /* "id-alg" */ 3708262, /* "id-alg" */
3709893, /* "id-alg-PWRI-KEK" */
3608323, /* "id-alg-des40" */ 3710323, /* "id-alg-des40" */
3609326, /* "id-alg-dh-pop" */ 3711326, /* "id-alg-dh-pop" */
3610325, /* "id-alg-dh-sig-hmac-sha1" */ 3712325, /* "id-alg-dh-sig-hmac-sha1" */
3611324, /* "id-alg-noSignature" */ 3713324, /* "id-alg-noSignature" */
3714907, /* "id-camellia128-wrap" */
3715908, /* "id-camellia192-wrap" */
3716909, /* "id-camellia256-wrap" */
3612268, /* "id-cct" */ 3717268, /* "id-cct" */
3613361, /* "id-cct-PKIData" */ 3718361, /* "id-cct-PKIData" */
3614362, /* "id-cct-PKIResponse" */ 3719362, /* "id-cct-PKIResponse" */
@@ -3806,6 +3911,7 @@ static const unsigned int ln_objs[NUM_LN]={
3806602, /* "merchant initiated auth" */ 3911602, /* "merchant initiated auth" */
3807514, /* "message extensions" */ 3912514, /* "message extensions" */
380851, /* "messageDigest" */ 391351, /* "messageDigest" */
3914911, /* "mgf1" */
3809506, /* "mime-mhs-bodies" */ 3915506, /* "mime-mhs-bodies" */
3810505, /* "mime-mhs-headings" */ 3916505, /* "mime-mhs-headings" */
3811488, /* "mobileTelephoneNumber" */ 3917488, /* "mobileTelephoneNumber" */
@@ -3889,6 +3995,7 @@ static const unsigned int ln_objs[NUM_LN]={
388940, /* "rc2-ofb" */ 399540, /* "rc2-ofb" */
3890 5, /* "rc4" */ 3996 5, /* "rc4" */
389197, /* "rc4-40" */ 399797, /* "rc4-40" */
3998915, /* "rc4-hmac-md5" */
3892120, /* "rc5-cbc" */ 3999120, /* "rc5-cbc" */
3893122, /* "rc5-cfb" */ 4000122, /* "rc5-cfb" */
3894121, /* "rc5-ecb" */ 4001121, /* "rc5-ecb" */
@@ -3905,6 +4012,8 @@ static const unsigned int ln_objs[NUM_LN]={
3905 6, /* "rsaEncryption" */ 4012 6, /* "rsaEncryption" */
3906644, /* "rsaOAEPEncryptionSET" */ 4013644, /* "rsaOAEPEncryptionSET" */
3907377, /* "rsaSignature" */ 4014377, /* "rsaSignature" */
4015919, /* "rsaesOaep" */
4016912, /* "rsassaPss" */
3908124, /* "run length compression" */ 4017124, /* "run length compression" */
3909482, /* "sOARecord" */ 4018482, /* "sOARecord" */
3910155, /* "safeContentsBag" */ 4019155, /* "safeContentsBag" */
@@ -4254,6 +4363,7 @@ static const unsigned int obj_objs[NUM_OBJ]={
425496, /* OBJ_mdc2WithRSA 2 5 8 3 100 */ 436396, /* OBJ_mdc2WithRSA 2 5 8 3 100 */
425595, /* OBJ_mdc2 2 5 8 3 101 */ 436495, /* OBJ_mdc2 2 5 8 3 101 */
4256746, /* OBJ_any_policy 2 5 29 32 0 */ 4365746, /* OBJ_any_policy 2 5 29 32 0 */
4366910, /* OBJ_anyExtendedKeyUsage 2 5 29 37 0 */
4257519, /* OBJ_setct_PANData 2 23 42 0 0 */ 4367519, /* OBJ_setct_PANData 2 23 42 0 0 */
4258520, /* OBJ_setct_PANToken 2 23 42 0 1 */ 4368520, /* OBJ_setct_PANToken 2 23 42 0 1 */
4259521, /* OBJ_setct_PANOnly 2 23 42 0 2 */ 4369521, /* OBJ_setct_PANOnly 2 23 42 0 2 */
@@ -4720,6 +4830,9 @@ static const unsigned int obj_objs[NUM_OBJ]={
4720 8, /* OBJ_md5WithRSAEncryption 1 2 840 113549 1 1 4 */ 4830 8, /* OBJ_md5WithRSAEncryption 1 2 840 113549 1 1 4 */
472165, /* OBJ_sha1WithRSAEncryption 1 2 840 113549 1 1 5 */ 483165, /* OBJ_sha1WithRSAEncryption 1 2 840 113549 1 1 5 */
4722644, /* OBJ_rsaOAEPEncryptionSET 1 2 840 113549 1 1 6 */ 4832644, /* OBJ_rsaOAEPEncryptionSET 1 2 840 113549 1 1 6 */
4833919, /* OBJ_rsaesOaep 1 2 840 113549 1 1 7 */
4834911, /* OBJ_mgf1 1 2 840 113549 1 1 8 */
4835912, /* OBJ_rsassaPss 1 2 840 113549 1 1 10 */
4723668, /* OBJ_sha256WithRSAEncryption 1 2 840 113549 1 1 11 */ 4836668, /* OBJ_sha256WithRSAEncryption 1 2 840 113549 1 1 11 */
4724669, /* OBJ_sha384WithRSAEncryption 1 2 840 113549 1 1 12 */ 4837669, /* OBJ_sha384WithRSAEncryption 1 2 840 113549 1 1 12 */
4725670, /* OBJ_sha512WithRSAEncryption 1 2 840 113549 1 1 13 */ 4838670, /* OBJ_sha512WithRSAEncryption 1 2 840 113549 1 1 13 */
@@ -4785,16 +4898,25 @@ static const unsigned int obj_objs[NUM_OBJ]={
4785420, /* OBJ_aes_128_ofb128 2 16 840 1 101 3 4 1 3 */ 4898420, /* OBJ_aes_128_ofb128 2 16 840 1 101 3 4 1 3 */
4786421, /* OBJ_aes_128_cfb128 2 16 840 1 101 3 4 1 4 */ 4899421, /* OBJ_aes_128_cfb128 2 16 840 1 101 3 4 1 4 */
4787788, /* OBJ_id_aes128_wrap 2 16 840 1 101 3 4 1 5 */ 4900788, /* OBJ_id_aes128_wrap 2 16 840 1 101 3 4 1 5 */
4901895, /* OBJ_aes_128_gcm 2 16 840 1 101 3 4 1 6 */
4902896, /* OBJ_aes_128_ccm 2 16 840 1 101 3 4 1 7 */
4903897, /* OBJ_id_aes128_wrap_pad 2 16 840 1 101 3 4 1 8 */
4788422, /* OBJ_aes_192_ecb 2 16 840 1 101 3 4 1 21 */ 4904422, /* OBJ_aes_192_ecb 2 16 840 1 101 3 4 1 21 */
4789423, /* OBJ_aes_192_cbc 2 16 840 1 101 3 4 1 22 */ 4905423, /* OBJ_aes_192_cbc 2 16 840 1 101 3 4 1 22 */
4790424, /* OBJ_aes_192_ofb128 2 16 840 1 101 3 4 1 23 */ 4906424, /* OBJ_aes_192_ofb128 2 16 840 1 101 3 4 1 23 */
4791425, /* OBJ_aes_192_cfb128 2 16 840 1 101 3 4 1 24 */ 4907425, /* OBJ_aes_192_cfb128 2 16 840 1 101 3 4 1 24 */
4792789, /* OBJ_id_aes192_wrap 2 16 840 1 101 3 4 1 25 */ 4908789, /* OBJ_id_aes192_wrap 2 16 840 1 101 3 4 1 25 */
4909898, /* OBJ_aes_192_gcm 2 16 840 1 101 3 4 1 26 */
4910899, /* OBJ_aes_192_ccm 2 16 840 1 101 3 4 1 27 */
4911900, /* OBJ_id_aes192_wrap_pad 2 16 840 1 101 3 4 1 28 */
4793426, /* OBJ_aes_256_ecb 2 16 840 1 101 3 4 1 41 */ 4912426, /* OBJ_aes_256_ecb 2 16 840 1 101 3 4 1 41 */
4794427, /* OBJ_aes_256_cbc 2 16 840 1 101 3 4 1 42 */ 4913427, /* OBJ_aes_256_cbc 2 16 840 1 101 3 4 1 42 */
4795428, /* OBJ_aes_256_ofb128 2 16 840 1 101 3 4 1 43 */ 4914428, /* OBJ_aes_256_ofb128 2 16 840 1 101 3 4 1 43 */
4796429, /* OBJ_aes_256_cfb128 2 16 840 1 101 3 4 1 44 */ 4915429, /* OBJ_aes_256_cfb128 2 16 840 1 101 3 4 1 44 */
4797790, /* OBJ_id_aes256_wrap 2 16 840 1 101 3 4 1 45 */ 4916790, /* OBJ_id_aes256_wrap 2 16 840 1 101 3 4 1 45 */
4917901, /* OBJ_aes_256_gcm 2 16 840 1 101 3 4 1 46 */
4918902, /* OBJ_aes_256_ccm 2 16 840 1 101 3 4 1 47 */
4919903, /* OBJ_id_aes256_wrap_pad 2 16 840 1 101 3 4 1 48 */
4798672, /* OBJ_sha256 2 16 840 1 101 3 4 2 1 */ 4920672, /* OBJ_sha256 2 16 840 1 101 3 4 2 1 */
4799673, /* OBJ_sha384 2 16 840 1 101 3 4 2 2 */ 4921673, /* OBJ_sha384 2 16 840 1 101 3 4 2 2 */
4800674, /* OBJ_sha512 2 16 840 1 101 3 4 2 3 */ 4922674, /* OBJ_sha512 2 16 840 1 101 3 4 2 3 */
@@ -4901,6 +5023,9 @@ static const unsigned int obj_objs[NUM_OBJ]={
4901751, /* OBJ_camellia_128_cbc 1 2 392 200011 61 1 1 1 2 */ 5023751, /* OBJ_camellia_128_cbc 1 2 392 200011 61 1 1 1 2 */
4902752, /* OBJ_camellia_192_cbc 1 2 392 200011 61 1 1 1 3 */ 5024752, /* OBJ_camellia_192_cbc 1 2 392 200011 61 1 1 1 3 */
4903753, /* OBJ_camellia_256_cbc 1 2 392 200011 61 1 1 1 4 */ 5025753, /* OBJ_camellia_256_cbc 1 2 392 200011 61 1 1 1 4 */
5026907, /* OBJ_id_camellia128_wrap 1 2 392 200011 61 1 1 3 2 */
5027908, /* OBJ_id_camellia192_wrap 1 2 392 200011 61 1 1 3 3 */
5028909, /* OBJ_id_camellia256_wrap 1 2 392 200011 61 1 1 3 4 */
4904196, /* OBJ_id_smime_mod_cms 1 2 840 113549 1 9 16 0 1 */ 5029196, /* OBJ_id_smime_mod_cms 1 2 840 113549 1 9 16 0 1 */
4905197, /* OBJ_id_smime_mod_ess 1 2 840 113549 1 9 16 0 2 */ 5030197, /* OBJ_id_smime_mod_ess 1 2 840 113549 1 9 16 0 2 */
4906198, /* OBJ_id_smime_mod_oid 1 2 840 113549 1 9 16 0 3 */ 5031198, /* OBJ_id_smime_mod_oid 1 2 840 113549 1 9 16 0 3 */
@@ -4956,6 +5081,7 @@ static const unsigned int obj_objs[NUM_OBJ]={
4956246, /* OBJ_id_smime_alg_CMS3DESwrap 1 2 840 113549 1 9 16 3 6 */ 5081246, /* OBJ_id_smime_alg_CMS3DESwrap 1 2 840 113549 1 9 16 3 6 */
4957247, /* OBJ_id_smime_alg_CMSRC2wrap 1 2 840 113549 1 9 16 3 7 */ 5082247, /* OBJ_id_smime_alg_CMSRC2wrap 1 2 840 113549 1 9 16 3 7 */
4958125, /* OBJ_zlib_compression 1 2 840 113549 1 9 16 3 8 */ 5083125, /* OBJ_zlib_compression 1 2 840 113549 1 9 16 3 8 */
5084893, /* OBJ_id_alg_PWRI_KEK 1 2 840 113549 1 9 16 3 9 */
4959248, /* OBJ_id_smime_cd_ldap 1 2 840 113549 1 9 16 4 1 */ 5085248, /* OBJ_id_smime_cd_ldap 1 2 840 113549 1 9 16 4 1 */
4960249, /* OBJ_id_smime_spq_ets_sqt_uri 1 2 840 113549 1 9 16 5 1 */ 5086249, /* OBJ_id_smime_spq_ets_sqt_uri 1 2 840 113549 1 9 16 5 1 */
4961250, /* OBJ_id_smime_spq_ets_sqt_unotice 1 2 840 113549 1 9 16 5 2 */ 5087250, /* OBJ_id_smime_spq_ets_sqt_unotice 1 2 840 113549 1 9 16 5 2 */