diff options
Diffstat (limited to 'src/lib/libcrypto/objects')
-rw-r--r-- | src/lib/libcrypto/objects/Makefile | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/objects/obj_dat.h | 435 | ||||
-rw-r--r-- | src/lib/libcrypto/objects/obj_mac.h | 293 |
3 files changed, 724 insertions, 6 deletions
diff --git a/src/lib/libcrypto/objects/Makefile b/src/lib/libcrypto/objects/Makefile index 9c5615099c..25e8b23b5d 100644 --- a/src/lib/libcrypto/objects/Makefile +++ b/src/lib/libcrypto/objects/Makefile | |||
@@ -34,7 +34,7 @@ top: | |||
34 | all: obj_dat.h lib | 34 | all: obj_dat.h lib |
35 | 35 | ||
36 | lib: $(LIBOBJ) | 36 | lib: $(LIBOBJ) |
37 | $(AR) $(LIB) $(LIBOBJ) | 37 | $(ARX) $(LIB) $(LIBOBJ) |
38 | $(RANLIB) $(LIB) || echo Never mind. | 38 | $(RANLIB) $(LIB) || echo Never mind. |
39 | @touch lib | 39 | @touch lib |
40 | 40 | ||
diff --git a/src/lib/libcrypto/objects/obj_dat.h b/src/lib/libcrypto/objects/obj_dat.h index 99acf131f8..dccc15e03c 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 791 | 65 | #define NUM_NID 859 |
66 | #define NUM_SN 784 | 66 | #define NUM_SN 852 |
67 | #define NUM_LN 784 | 67 | #define NUM_LN 852 |
68 | #define NUM_OBJ 740 | 68 | #define NUM_OBJ 806 |
69 | 69 | ||
70 | static unsigned char lvalues[5258]={ | 70 | static unsigned char lvalues[5722]={ |
71 | 0x00, /* [ 0] OBJ_undef */ | 71 | 0x00, /* [ 0] OBJ_undef */ |
72 | 0x2A,0x86,0x48,0x86,0xF7,0x0D, /* [ 1] OBJ_rsadsi */ | 72 | 0x2A,0x86,0x48,0x86,0xF7,0x0D, /* [ 1] OBJ_rsadsi */ |
73 | 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01, /* [ 7] OBJ_pkcs */ | 73 | 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01, /* [ 7] OBJ_pkcs */ |
@@ -808,6 +808,72 @@ static unsigned char lvalues[5258]={ | |||
808 | 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x05,/* [5230] OBJ_id_aes128_wrap */ | 808 | 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x05,/* [5230] OBJ_id_aes128_wrap */ |
809 | 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x19,/* [5239] OBJ_id_aes192_wrap */ | 809 | 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x19,/* [5239] OBJ_id_aes192_wrap */ |
810 | 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x2D,/* [5248] OBJ_id_aes256_wrap */ | 810 | 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x01,0x2D,/* [5248] OBJ_id_aes256_wrap */ |
811 | 0x2A,0x86,0x48,0xCE,0x3D,0x04,0x02, /* [5257] OBJ_ecdsa_with_Recommended */ | ||
812 | 0x2A,0x86,0x48,0xCE,0x3D,0x04,0x03, /* [5264] OBJ_ecdsa_with_Specified */ | ||
813 | 0x2A,0x86,0x48,0xCE,0x3D,0x04,0x03,0x01, /* [5271] OBJ_ecdsa_with_SHA224 */ | ||
814 | 0x2A,0x86,0x48,0xCE,0x3D,0x04,0x03,0x02, /* [5279] OBJ_ecdsa_with_SHA256 */ | ||
815 | 0x2A,0x86,0x48,0xCE,0x3D,0x04,0x03,0x03, /* [5287] OBJ_ecdsa_with_SHA384 */ | ||
816 | 0x2A,0x86,0x48,0xCE,0x3D,0x04,0x03,0x04, /* [5295] OBJ_ecdsa_with_SHA512 */ | ||
817 | 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x06, /* [5303] OBJ_hmacWithMD5 */ | ||
818 | 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x08, /* [5311] OBJ_hmacWithSHA224 */ | ||
819 | 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x09, /* [5319] OBJ_hmacWithSHA256 */ | ||
820 | 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x0A, /* [5327] OBJ_hmacWithSHA384 */ | ||
821 | 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x02,0x0B, /* [5335] OBJ_hmacWithSHA512 */ | ||
822 | 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x03,0x01,/* [5343] OBJ_dsa_with_SHA224 */ | ||
823 | 0x60,0x86,0x48,0x01,0x65,0x03,0x04,0x03,0x02,/* [5352] OBJ_dsa_with_SHA256 */ | ||
824 | 0x28,0xCF,0x06,0x03,0x00,0x37, /* [5361] OBJ_whirlpool */ | ||
825 | 0x2A,0x85,0x03,0x02,0x02, /* [5367] OBJ_cryptopro */ | ||
826 | 0x2A,0x85,0x03,0x02,0x09, /* [5372] OBJ_cryptocom */ | ||
827 | 0x2A,0x85,0x03,0x02,0x02,0x03, /* [5377] OBJ_id_GostR3411_94_with_GostR3410_2001 */ | ||
828 | 0x2A,0x85,0x03,0x02,0x02,0x04, /* [5383] OBJ_id_GostR3411_94_with_GostR3410_94 */ | ||
829 | 0x2A,0x85,0x03,0x02,0x02,0x09, /* [5389] OBJ_id_GostR3411_94 */ | ||
830 | 0x2A,0x85,0x03,0x02,0x02,0x0A, /* [5395] OBJ_id_HMACGostR3411_94 */ | ||
831 | 0x2A,0x85,0x03,0x02,0x02,0x13, /* [5401] OBJ_id_GostR3410_2001 */ | ||
832 | 0x2A,0x85,0x03,0x02,0x02,0x14, /* [5407] OBJ_id_GostR3410_94 */ | ||
833 | 0x2A,0x85,0x03,0x02,0x02,0x15, /* [5413] OBJ_id_Gost28147_89 */ | ||
834 | 0x2A,0x85,0x03,0x02,0x02,0x16, /* [5419] OBJ_id_Gost28147_89_MAC */ | ||
835 | 0x2A,0x85,0x03,0x02,0x02,0x17, /* [5425] OBJ_id_GostR3411_94_prf */ | ||
836 | 0x2A,0x85,0x03,0x02,0x02,0x62, /* [5431] OBJ_id_GostR3410_2001DH */ | ||
837 | 0x2A,0x85,0x03,0x02,0x02,0x63, /* [5437] OBJ_id_GostR3410_94DH */ | ||
838 | 0x2A,0x85,0x03,0x02,0x02,0x0E,0x01, /* [5443] OBJ_id_Gost28147_89_CryptoPro_KeyMeshing */ | ||
839 | 0x2A,0x85,0x03,0x02,0x02,0x0E,0x00, /* [5450] OBJ_id_Gost28147_89_None_KeyMeshing */ | ||
840 | 0x2A,0x85,0x03,0x02,0x02,0x1E,0x00, /* [5457] OBJ_id_GostR3411_94_TestParamSet */ | ||
841 | 0x2A,0x85,0x03,0x02,0x02,0x1E,0x01, /* [5464] OBJ_id_GostR3411_94_CryptoProParamSet */ | ||
842 | 0x2A,0x85,0x03,0x02,0x02,0x1F,0x00, /* [5471] OBJ_id_Gost28147_89_TestParamSet */ | ||
843 | 0x2A,0x85,0x03,0x02,0x02,0x1F,0x01, /* [5478] OBJ_id_Gost28147_89_CryptoPro_A_ParamSet */ | ||
844 | 0x2A,0x85,0x03,0x02,0x02,0x1F,0x02, /* [5485] OBJ_id_Gost28147_89_CryptoPro_B_ParamSet */ | ||
845 | 0x2A,0x85,0x03,0x02,0x02,0x1F,0x03, /* [5492] OBJ_id_Gost28147_89_CryptoPro_C_ParamSet */ | ||
846 | 0x2A,0x85,0x03,0x02,0x02,0x1F,0x04, /* [5499] OBJ_id_Gost28147_89_CryptoPro_D_ParamSet */ | ||
847 | 0x2A,0x85,0x03,0x02,0x02,0x1F,0x05, /* [5506] OBJ_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet */ | ||
848 | 0x2A,0x85,0x03,0x02,0x02,0x1F,0x06, /* [5513] OBJ_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet */ | ||
849 | 0x2A,0x85,0x03,0x02,0x02,0x1F,0x07, /* [5520] OBJ_id_Gost28147_89_CryptoPro_RIC_1_ParamSet */ | ||
850 | 0x2A,0x85,0x03,0x02,0x02,0x20,0x00, /* [5527] OBJ_id_GostR3410_94_TestParamSet */ | ||
851 | 0x2A,0x85,0x03,0x02,0x02,0x20,0x02, /* [5534] OBJ_id_GostR3410_94_CryptoPro_A_ParamSet */ | ||
852 | 0x2A,0x85,0x03,0x02,0x02,0x20,0x03, /* [5541] OBJ_id_GostR3410_94_CryptoPro_B_ParamSet */ | ||
853 | 0x2A,0x85,0x03,0x02,0x02,0x20,0x04, /* [5548] OBJ_id_GostR3410_94_CryptoPro_C_ParamSet */ | ||
854 | 0x2A,0x85,0x03,0x02,0x02,0x20,0x05, /* [5555] OBJ_id_GostR3410_94_CryptoPro_D_ParamSet */ | ||
855 | 0x2A,0x85,0x03,0x02,0x02,0x21,0x01, /* [5562] OBJ_id_GostR3410_94_CryptoPro_XchA_ParamSet */ | ||
856 | 0x2A,0x85,0x03,0x02,0x02,0x21,0x02, /* [5569] OBJ_id_GostR3410_94_CryptoPro_XchB_ParamSet */ | ||
857 | 0x2A,0x85,0x03,0x02,0x02,0x21,0x03, /* [5576] OBJ_id_GostR3410_94_CryptoPro_XchC_ParamSet */ | ||
858 | 0x2A,0x85,0x03,0x02,0x02,0x23,0x00, /* [5583] OBJ_id_GostR3410_2001_TestParamSet */ | ||
859 | 0x2A,0x85,0x03,0x02,0x02,0x23,0x01, /* [5590] OBJ_id_GostR3410_2001_CryptoPro_A_ParamSet */ | ||
860 | 0x2A,0x85,0x03,0x02,0x02,0x23,0x02, /* [5597] OBJ_id_GostR3410_2001_CryptoPro_B_ParamSet */ | ||
861 | 0x2A,0x85,0x03,0x02,0x02,0x23,0x03, /* [5604] OBJ_id_GostR3410_2001_CryptoPro_C_ParamSet */ | ||
862 | 0x2A,0x85,0x03,0x02,0x02,0x24,0x00, /* [5611] OBJ_id_GostR3410_2001_CryptoPro_XchA_ParamSet */ | ||
863 | 0x2A,0x85,0x03,0x02,0x02,0x24,0x01, /* [5618] OBJ_id_GostR3410_2001_CryptoPro_XchB_ParamSet */ | ||
864 | 0x2A,0x85,0x03,0x02,0x02,0x14,0x01, /* [5625] OBJ_id_GostR3410_94_a */ | ||
865 | 0x2A,0x85,0x03,0x02,0x02,0x14,0x02, /* [5632] OBJ_id_GostR3410_94_aBis */ | ||
866 | 0x2A,0x85,0x03,0x02,0x02,0x14,0x03, /* [5639] OBJ_id_GostR3410_94_b */ | ||
867 | 0x2A,0x85,0x03,0x02,0x02,0x14,0x04, /* [5646] OBJ_id_GostR3410_94_bBis */ | ||
868 | 0x2A,0x85,0x03,0x02,0x09,0x01,0x06,0x01, /* [5653] OBJ_id_Gost28147_89_cc */ | ||
869 | 0x2A,0x85,0x03,0x02,0x09,0x01,0x05,0x03, /* [5661] OBJ_id_GostR3410_94_cc */ | ||
870 | 0x2A,0x85,0x03,0x02,0x09,0x01,0x05,0x04, /* [5669] OBJ_id_GostR3410_2001_cc */ | ||
871 | 0x2A,0x85,0x03,0x02,0x09,0x01,0x03,0x03, /* [5677] OBJ_id_GostR3411_94_with_GostR3410_94_cc */ | ||
872 | 0x2A,0x85,0x03,0x02,0x09,0x01,0x03,0x04, /* [5685] OBJ_id_GostR3411_94_with_GostR3410_2001_cc */ | ||
873 | 0x2A,0x85,0x03,0x02,0x09,0x01,0x08,0x01, /* [5693] OBJ_id_GostR3410_2001_ParamSet_cc */ | ||
874 | 0x2B,0x06,0x01,0x04,0x01,0x82,0x37,0x11,0x02,/* [5701] OBJ_LocalKeySet */ | ||
875 | 0x55,0x1D,0x2E, /* [5710] OBJ_freshest_crl */ | ||
876 | 0x2B,0x06,0x01,0x05,0x05,0x07,0x08,0x03, /* [5713] OBJ_id_on_permanentIdentifier */ | ||
811 | }; | 877 | }; |
812 | 878 | ||
813 | static ASN1_OBJECT nid_objs[NUM_NID]={ | 879 | static ASN1_OBJECT nid_objs[NUM_NID]={ |
@@ -2039,6 +2105,163 @@ static ASN1_OBJECT nid_objs[NUM_NID]={ | |||
2039 | &(lvalues[5239]),0}, | 2105 | &(lvalues[5239]),0}, |
2040 | {"id-aes256-wrap","id-aes256-wrap",NID_id_aes256_wrap,9, | 2106 | {"id-aes256-wrap","id-aes256-wrap",NID_id_aes256_wrap,9, |
2041 | &(lvalues[5248]),0}, | 2107 | &(lvalues[5248]),0}, |
2108 | {"ecdsa-with-Recommended","ecdsa-with-Recommended", | ||
2109 | NID_ecdsa_with_Recommended,7,&(lvalues[5257]),0}, | ||
2110 | {"ecdsa-with-Specified","ecdsa-with-Specified", | ||
2111 | NID_ecdsa_with_Specified,7,&(lvalues[5264]),0}, | ||
2112 | {"ecdsa-with-SHA224","ecdsa-with-SHA224",NID_ecdsa_with_SHA224,8, | ||
2113 | &(lvalues[5271]),0}, | ||
2114 | {"ecdsa-with-SHA256","ecdsa-with-SHA256",NID_ecdsa_with_SHA256,8, | ||
2115 | &(lvalues[5279]),0}, | ||
2116 | {"ecdsa-with-SHA384","ecdsa-with-SHA384",NID_ecdsa_with_SHA384,8, | ||
2117 | &(lvalues[5287]),0}, | ||
2118 | {"ecdsa-with-SHA512","ecdsa-with-SHA512",NID_ecdsa_with_SHA512,8, | ||
2119 | &(lvalues[5295]),0}, | ||
2120 | {"hmacWithMD5","hmacWithMD5",NID_hmacWithMD5,8,&(lvalues[5303]),0}, | ||
2121 | {"hmacWithSHA224","hmacWithSHA224",NID_hmacWithSHA224,8, | ||
2122 | &(lvalues[5311]),0}, | ||
2123 | {"hmacWithSHA256","hmacWithSHA256",NID_hmacWithSHA256,8, | ||
2124 | &(lvalues[5319]),0}, | ||
2125 | {"hmacWithSHA384","hmacWithSHA384",NID_hmacWithSHA384,8, | ||
2126 | &(lvalues[5327]),0}, | ||
2127 | {"hmacWithSHA512","hmacWithSHA512",NID_hmacWithSHA512,8, | ||
2128 | &(lvalues[5335]),0}, | ||
2129 | {"dsa_with_SHA224","dsa_with_SHA224",NID_dsa_with_SHA224,9, | ||
2130 | &(lvalues[5343]),0}, | ||
2131 | {"dsa_with_SHA256","dsa_with_SHA256",NID_dsa_with_SHA256,9, | ||
2132 | &(lvalues[5352]),0}, | ||
2133 | {"whirlpool","whirlpool",NID_whirlpool,6,&(lvalues[5361]),0}, | ||
2134 | {"cryptopro","cryptopro",NID_cryptopro,5,&(lvalues[5367]),0}, | ||
2135 | {"cryptocom","cryptocom",NID_cryptocom,5,&(lvalues[5372]),0}, | ||
2136 | {"id-GostR3411-94-with-GostR3410-2001", | ||
2137 | "GOST R 34.11-94 with GOST R 34.10-2001", | ||
2138 | NID_id_GostR3411_94_with_GostR3410_2001,6,&(lvalues[5377]),0}, | ||
2139 | {"id-GostR3411-94-with-GostR3410-94", | ||
2140 | "GOST R 34.11-94 with GOST R 34.10-94", | ||
2141 | NID_id_GostR3411_94_with_GostR3410_94,6,&(lvalues[5383]),0}, | ||
2142 | {"md_gost94","GOST R 34.11-94",NID_id_GostR3411_94,6,&(lvalues[5389]),0}, | ||
2143 | {"id-HMACGostR3411-94","HMAC GOST 34.11-94",NID_id_HMACGostR3411_94,6, | ||
2144 | &(lvalues[5395]),0}, | ||
2145 | {"gost2001","GOST R 34.10-2001",NID_id_GostR3410_2001,6, | ||
2146 | &(lvalues[5401]),0}, | ||
2147 | {"gost94","GOST R 34.10-94",NID_id_GostR3410_94,6,&(lvalues[5407]),0}, | ||
2148 | {"gost89","GOST 28147-89",NID_id_Gost28147_89,6,&(lvalues[5413]),0}, | ||
2149 | {"gost89-cnt","gost89-cnt",NID_gost89_cnt,0,NULL,0}, | ||
2150 | {"gost-mac","GOST 28147-89 MAC",NID_id_Gost28147_89_MAC,6, | ||
2151 | &(lvalues[5419]),0}, | ||
2152 | {"prf-gostr3411-94","GOST R 34.11-94 PRF",NID_id_GostR3411_94_prf,6, | ||
2153 | &(lvalues[5425]),0}, | ||
2154 | {"id-GostR3410-2001DH","GOST R 34.10-2001 DH",NID_id_GostR3410_2001DH, | ||
2155 | 6,&(lvalues[5431]),0}, | ||
2156 | {"id-GostR3410-94DH","GOST R 34.10-94 DH",NID_id_GostR3410_94DH,6, | ||
2157 | &(lvalues[5437]),0}, | ||
2158 | {"id-Gost28147-89-CryptoPro-KeyMeshing", | ||
2159 | "id-Gost28147-89-CryptoPro-KeyMeshing", | ||
2160 | NID_id_Gost28147_89_CryptoPro_KeyMeshing,7,&(lvalues[5443]),0}, | ||
2161 | {"id-Gost28147-89-None-KeyMeshing","id-Gost28147-89-None-KeyMeshing", | ||
2162 | NID_id_Gost28147_89_None_KeyMeshing,7,&(lvalues[5450]),0}, | ||
2163 | {"id-GostR3411-94-TestParamSet","id-GostR3411-94-TestParamSet", | ||
2164 | NID_id_GostR3411_94_TestParamSet,7,&(lvalues[5457]),0}, | ||
2165 | {"id-GostR3411-94-CryptoProParamSet", | ||
2166 | "id-GostR3411-94-CryptoProParamSet", | ||
2167 | NID_id_GostR3411_94_CryptoProParamSet,7,&(lvalues[5464]),0}, | ||
2168 | {"id-Gost28147-89-TestParamSet","id-Gost28147-89-TestParamSet", | ||
2169 | NID_id_Gost28147_89_TestParamSet,7,&(lvalues[5471]),0}, | ||
2170 | {"id-Gost28147-89-CryptoPro-A-ParamSet", | ||
2171 | "id-Gost28147-89-CryptoPro-A-ParamSet", | ||
2172 | NID_id_Gost28147_89_CryptoPro_A_ParamSet,7,&(lvalues[5478]),0}, | ||
2173 | {"id-Gost28147-89-CryptoPro-B-ParamSet", | ||
2174 | "id-Gost28147-89-CryptoPro-B-ParamSet", | ||
2175 | NID_id_Gost28147_89_CryptoPro_B_ParamSet,7,&(lvalues[5485]),0}, | ||
2176 | {"id-Gost28147-89-CryptoPro-C-ParamSet", | ||
2177 | "id-Gost28147-89-CryptoPro-C-ParamSet", | ||
2178 | NID_id_Gost28147_89_CryptoPro_C_ParamSet,7,&(lvalues[5492]),0}, | ||
2179 | {"id-Gost28147-89-CryptoPro-D-ParamSet", | ||
2180 | "id-Gost28147-89-CryptoPro-D-ParamSet", | ||
2181 | NID_id_Gost28147_89_CryptoPro_D_ParamSet,7,&(lvalues[5499]),0}, | ||
2182 | {"id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet", | ||
2183 | "id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet", | ||
2184 | NID_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet,7,&(lvalues[5506]), | ||
2185 | 0}, | ||
2186 | {"id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet", | ||
2187 | "id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet", | ||
2188 | NID_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet,7,&(lvalues[5513]), | ||
2189 | 0}, | ||
2190 | {"id-Gost28147-89-CryptoPro-RIC-1-ParamSet", | ||
2191 | "id-Gost28147-89-CryptoPro-RIC-1-ParamSet", | ||
2192 | NID_id_Gost28147_89_CryptoPro_RIC_1_ParamSet,7,&(lvalues[5520]),0}, | ||
2193 | {"id-GostR3410-94-TestParamSet","id-GostR3410-94-TestParamSet", | ||
2194 | NID_id_GostR3410_94_TestParamSet,7,&(lvalues[5527]),0}, | ||
2195 | {"id-GostR3410-94-CryptoPro-A-ParamSet", | ||
2196 | "id-GostR3410-94-CryptoPro-A-ParamSet", | ||
2197 | NID_id_GostR3410_94_CryptoPro_A_ParamSet,7,&(lvalues[5534]),0}, | ||
2198 | {"id-GostR3410-94-CryptoPro-B-ParamSet", | ||
2199 | "id-GostR3410-94-CryptoPro-B-ParamSet", | ||
2200 | NID_id_GostR3410_94_CryptoPro_B_ParamSet,7,&(lvalues[5541]),0}, | ||
2201 | {"id-GostR3410-94-CryptoPro-C-ParamSet", | ||
2202 | "id-GostR3410-94-CryptoPro-C-ParamSet", | ||
2203 | NID_id_GostR3410_94_CryptoPro_C_ParamSet,7,&(lvalues[5548]),0}, | ||
2204 | {"id-GostR3410-94-CryptoPro-D-ParamSet", | ||
2205 | "id-GostR3410-94-CryptoPro-D-ParamSet", | ||
2206 | NID_id_GostR3410_94_CryptoPro_D_ParamSet,7,&(lvalues[5555]),0}, | ||
2207 | {"id-GostR3410-94-CryptoPro-XchA-ParamSet", | ||
2208 | "id-GostR3410-94-CryptoPro-XchA-ParamSet", | ||
2209 | NID_id_GostR3410_94_CryptoPro_XchA_ParamSet,7,&(lvalues[5562]),0}, | ||
2210 | {"id-GostR3410-94-CryptoPro-XchB-ParamSet", | ||
2211 | "id-GostR3410-94-CryptoPro-XchB-ParamSet", | ||
2212 | NID_id_GostR3410_94_CryptoPro_XchB_ParamSet,7,&(lvalues[5569]),0}, | ||
2213 | {"id-GostR3410-94-CryptoPro-XchC-ParamSet", | ||
2214 | "id-GostR3410-94-CryptoPro-XchC-ParamSet", | ||
2215 | NID_id_GostR3410_94_CryptoPro_XchC_ParamSet,7,&(lvalues[5576]),0}, | ||
2216 | {"id-GostR3410-2001-TestParamSet","id-GostR3410-2001-TestParamSet", | ||
2217 | NID_id_GostR3410_2001_TestParamSet,7,&(lvalues[5583]),0}, | ||
2218 | {"id-GostR3410-2001-CryptoPro-A-ParamSet", | ||
2219 | "id-GostR3410-2001-CryptoPro-A-ParamSet", | ||
2220 | NID_id_GostR3410_2001_CryptoPro_A_ParamSet,7,&(lvalues[5590]),0}, | ||
2221 | {"id-GostR3410-2001-CryptoPro-B-ParamSet", | ||
2222 | "id-GostR3410-2001-CryptoPro-B-ParamSet", | ||
2223 | NID_id_GostR3410_2001_CryptoPro_B_ParamSet,7,&(lvalues[5597]),0}, | ||
2224 | {"id-GostR3410-2001-CryptoPro-C-ParamSet", | ||
2225 | "id-GostR3410-2001-CryptoPro-C-ParamSet", | ||
2226 | NID_id_GostR3410_2001_CryptoPro_C_ParamSet,7,&(lvalues[5604]),0}, | ||
2227 | {"id-GostR3410-2001-CryptoPro-XchA-ParamSet", | ||
2228 | "id-GostR3410-2001-CryptoPro-XchA-ParamSet", | ||
2229 | NID_id_GostR3410_2001_CryptoPro_XchA_ParamSet,7,&(lvalues[5611]),0}, | ||
2230 | |||
2231 | {"id-GostR3410-2001-CryptoPro-XchB-ParamSet", | ||
2232 | "id-GostR3410-2001-CryptoPro-XchB-ParamSet", | ||
2233 | NID_id_GostR3410_2001_CryptoPro_XchB_ParamSet,7,&(lvalues[5618]),0}, | ||
2234 | |||
2235 | {"id-GostR3410-94-a","id-GostR3410-94-a",NID_id_GostR3410_94_a,7, | ||
2236 | &(lvalues[5625]),0}, | ||
2237 | {"id-GostR3410-94-aBis","id-GostR3410-94-aBis", | ||
2238 | NID_id_GostR3410_94_aBis,7,&(lvalues[5632]),0}, | ||
2239 | {"id-GostR3410-94-b","id-GostR3410-94-b",NID_id_GostR3410_94_b,7, | ||
2240 | &(lvalues[5639]),0}, | ||
2241 | {"id-GostR3410-94-bBis","id-GostR3410-94-bBis", | ||
2242 | NID_id_GostR3410_94_bBis,7,&(lvalues[5646]),0}, | ||
2243 | {"id-Gost28147-89-cc","GOST 28147-89 Cryptocom ParamSet", | ||
2244 | NID_id_Gost28147_89_cc,8,&(lvalues[5653]),0}, | ||
2245 | {"gost94cc","GOST 34.10-94 Cryptocom",NID_id_GostR3410_94_cc,8, | ||
2246 | &(lvalues[5661]),0}, | ||
2247 | {"gost2001cc","GOST 34.10-2001 Cryptocom",NID_id_GostR3410_2001_cc,8, | ||
2248 | &(lvalues[5669]),0}, | ||
2249 | {"id-GostR3411-94-with-GostR3410-94-cc", | ||
2250 | "GOST R 34.11-94 with GOST R 34.10-94 Cryptocom", | ||
2251 | NID_id_GostR3411_94_with_GostR3410_94_cc,8,&(lvalues[5677]),0}, | ||
2252 | {"id-GostR3411-94-with-GostR3410-2001-cc", | ||
2253 | "GOST R 34.11-94 with GOST R 34.10-2001 Cryptocom", | ||
2254 | NID_id_GostR3411_94_with_GostR3410_2001_cc,8,&(lvalues[5685]),0}, | ||
2255 | {"id-GostR3410-2001-ParamSet-cc", | ||
2256 | "GOST R 3410-2001 Parameter Set Cryptocom", | ||
2257 | NID_id_GostR3410_2001_ParamSet_cc,8,&(lvalues[5693]),0}, | ||
2258 | {"HMAC","hmac",NID_hmac,0,NULL,0}, | ||
2259 | {"LocalKeySet","Microsoft Local Key set",NID_LocalKeySet,9, | ||
2260 | &(lvalues[5701]),0}, | ||
2261 | {"freshestCRL","X509v3 Freshest CRL",NID_freshest_crl,3, | ||
2262 | &(lvalues[5710]),0}, | ||
2263 | {"id-on-permanentIdentifier","Permanent Identifier", | ||
2264 | NID_id_on_permanentIdentifier,8,&(lvalues[5713]),0}, | ||
2042 | }; | 2265 | }; |
2043 | 2266 | ||
2044 | static ASN1_OBJECT *sn_objs[NUM_SN]={ | 2267 | static ASN1_OBJECT *sn_objs[NUM_SN]={ |
@@ -2119,6 +2342,7 @@ static ASN1_OBJECT *sn_objs[NUM_SN]={ | |||
2119 | &(nid_objs[67]),/* "DSA-old" */ | 2342 | &(nid_objs[67]),/* "DSA-old" */ |
2120 | &(nid_objs[297]),/* "DVCS" */ | 2343 | &(nid_objs[297]),/* "DVCS" */ |
2121 | &(nid_objs[99]),/* "GN" */ | 2344 | &(nid_objs[99]),/* "GN" */ |
2345 | &(nid_objs[855]),/* "HMAC" */ | ||
2122 | &(nid_objs[780]),/* "HMAC-MD5" */ | 2346 | &(nid_objs[780]),/* "HMAC-MD5" */ |
2123 | &(nid_objs[781]),/* "HMAC-SHA1" */ | 2347 | &(nid_objs[781]),/* "HMAC-SHA1" */ |
2124 | &(nid_objs[381]),/* "IANA" */ | 2348 | &(nid_objs[381]),/* "IANA" */ |
@@ -2132,6 +2356,7 @@ static ASN1_OBJECT *sn_objs[NUM_SN]={ | |||
2132 | &(nid_objs[646]),/* "JOINT-ISO-ITU-T" */ | 2356 | &(nid_objs[646]),/* "JOINT-ISO-ITU-T" */ |
2133 | &(nid_objs[773]),/* "KISA" */ | 2357 | &(nid_objs[773]),/* "KISA" */ |
2134 | &(nid_objs[15]),/* "L" */ | 2358 | &(nid_objs[15]),/* "L" */ |
2359 | &(nid_objs[856]),/* "LocalKeySet" */ | ||
2135 | &(nid_objs[ 3]),/* "MD2" */ | 2360 | &(nid_objs[ 3]),/* "MD2" */ |
2136 | &(nid_objs[257]),/* "MD4" */ | 2361 | &(nid_objs[257]),/* "MD4" */ |
2137 | &(nid_objs[ 4]),/* "MD5" */ | 2362 | &(nid_objs[ 4]),/* "MD5" */ |
@@ -2275,6 +2500,8 @@ static ASN1_OBJECT *sn_objs[NUM_SN]={ | |||
2275 | &(nid_objs[153]),/* "crlBag" */ | 2500 | &(nid_objs[153]),/* "crlBag" */ |
2276 | &(nid_objs[103]),/* "crlDistributionPoints" */ | 2501 | &(nid_objs[103]),/* "crlDistributionPoints" */ |
2277 | &(nid_objs[88]),/* "crlNumber" */ | 2502 | &(nid_objs[88]),/* "crlNumber" */ |
2503 | &(nid_objs[806]),/* "cryptocom" */ | ||
2504 | &(nid_objs[805]),/* "cryptopro" */ | ||
2278 | &(nid_objs[500]),/* "dITRedirect" */ | 2505 | &(nid_objs[500]),/* "dITRedirect" */ |
2279 | &(nid_objs[451]),/* "dNSDomain" */ | 2506 | &(nid_objs[451]),/* "dNSDomain" */ |
2280 | &(nid_objs[495]),/* "dSAQuality" */ | 2507 | &(nid_objs[495]),/* "dSAQuality" */ |
@@ -2295,7 +2522,15 @@ static ASN1_OBJECT *sn_objs[NUM_SN]={ | |||
2295 | &(nid_objs[470]),/* "documentVersion" */ | 2522 | &(nid_objs[470]),/* "documentVersion" */ |
2296 | &(nid_objs[392]),/* "domain" */ | 2523 | &(nid_objs[392]),/* "domain" */ |
2297 | &(nid_objs[452]),/* "domainRelatedObject" */ | 2524 | &(nid_objs[452]),/* "domainRelatedObject" */ |
2525 | &(nid_objs[802]),/* "dsa_with_SHA224" */ | ||
2526 | &(nid_objs[803]),/* "dsa_with_SHA256" */ | ||
2527 | &(nid_objs[791]),/* "ecdsa-with-Recommended" */ | ||
2298 | &(nid_objs[416]),/* "ecdsa-with-SHA1" */ | 2528 | &(nid_objs[416]),/* "ecdsa-with-SHA1" */ |
2529 | &(nid_objs[793]),/* "ecdsa-with-SHA224" */ | ||
2530 | &(nid_objs[794]),/* "ecdsa-with-SHA256" */ | ||
2531 | &(nid_objs[795]),/* "ecdsa-with-SHA384" */ | ||
2532 | &(nid_objs[796]),/* "ecdsa-with-SHA512" */ | ||
2533 | &(nid_objs[792]),/* "ecdsa-with-Specified" */ | ||
2299 | &(nid_objs[48]),/* "emailAddress" */ | 2534 | &(nid_objs[48]),/* "emailAddress" */ |
2300 | &(nid_objs[132]),/* "emailProtection" */ | 2535 | &(nid_objs[132]),/* "emailProtection" */ |
2301 | &(nid_objs[389]),/* "enterprises" */ | 2536 | &(nid_objs[389]),/* "enterprises" */ |
@@ -2305,11 +2540,24 @@ static ASN1_OBJECT *sn_objs[NUM_SN]={ | |||
2305 | &(nid_objs[126]),/* "extendedKeyUsage" */ | 2540 | &(nid_objs[126]),/* "extendedKeyUsage" */ |
2306 | &(nid_objs[372]),/* "extendedStatus" */ | 2541 | &(nid_objs[372]),/* "extendedStatus" */ |
2307 | &(nid_objs[462]),/* "favouriteDrink" */ | 2542 | &(nid_objs[462]),/* "favouriteDrink" */ |
2543 | &(nid_objs[857]),/* "freshestCRL" */ | ||
2308 | &(nid_objs[453]),/* "friendlyCountry" */ | 2544 | &(nid_objs[453]),/* "friendlyCountry" */ |
2309 | &(nid_objs[490]),/* "friendlyCountryName" */ | 2545 | &(nid_objs[490]),/* "friendlyCountryName" */ |
2310 | &(nid_objs[156]),/* "friendlyName" */ | 2546 | &(nid_objs[156]),/* "friendlyName" */ |
2311 | &(nid_objs[509]),/* "generationQualifier" */ | 2547 | &(nid_objs[509]),/* "generationQualifier" */ |
2548 | &(nid_objs[815]),/* "gost-mac" */ | ||
2549 | &(nid_objs[811]),/* "gost2001" */ | ||
2550 | &(nid_objs[851]),/* "gost2001cc" */ | ||
2551 | &(nid_objs[813]),/* "gost89" */ | ||
2552 | &(nid_objs[814]),/* "gost89-cnt" */ | ||
2553 | &(nid_objs[812]),/* "gost94" */ | ||
2554 | &(nid_objs[850]),/* "gost94cc" */ | ||
2555 | &(nid_objs[797]),/* "hmacWithMD5" */ | ||
2312 | &(nid_objs[163]),/* "hmacWithSHA1" */ | 2556 | &(nid_objs[163]),/* "hmacWithSHA1" */ |
2557 | &(nid_objs[798]),/* "hmacWithSHA224" */ | ||
2558 | &(nid_objs[799]),/* "hmacWithSHA256" */ | ||
2559 | &(nid_objs[800]),/* "hmacWithSHA384" */ | ||
2560 | &(nid_objs[801]),/* "hmacWithSHA512" */ | ||
2313 | &(nid_objs[432]),/* "holdInstructionCallIssuer" */ | 2561 | &(nid_objs[432]),/* "holdInstructionCallIssuer" */ |
2314 | &(nid_objs[430]),/* "holdInstructionCode" */ | 2562 | &(nid_objs[430]),/* "holdInstructionCode" */ |
2315 | &(nid_objs[431]),/* "holdInstructionNone" */ | 2563 | &(nid_objs[431]),/* "holdInstructionNone" */ |
@@ -2319,6 +2567,45 @@ static ASN1_OBJECT *sn_objs[NUM_SN]={ | |||
2319 | &(nid_objs[466]),/* "host" */ | 2567 | &(nid_objs[466]),/* "host" */ |
2320 | &(nid_objs[442]),/* "iA5StringSyntax" */ | 2568 | &(nid_objs[442]),/* "iA5StringSyntax" */ |
2321 | &(nid_objs[783]),/* "id-DHBasedMac" */ | 2569 | &(nid_objs[783]),/* "id-DHBasedMac" */ |
2570 | &(nid_objs[824]),/* "id-Gost28147-89-CryptoPro-A-ParamSet" */ | ||
2571 | &(nid_objs[825]),/* "id-Gost28147-89-CryptoPro-B-ParamSet" */ | ||
2572 | &(nid_objs[826]),/* "id-Gost28147-89-CryptoPro-C-ParamSet" */ | ||
2573 | &(nid_objs[827]),/* "id-Gost28147-89-CryptoPro-D-ParamSet" */ | ||
2574 | &(nid_objs[819]),/* "id-Gost28147-89-CryptoPro-KeyMeshing" */ | ||
2575 | &(nid_objs[829]),/* "id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet" */ | ||
2576 | &(nid_objs[828]),/* "id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet" */ | ||
2577 | &(nid_objs[830]),/* "id-Gost28147-89-CryptoPro-RIC-1-ParamSet" */ | ||
2578 | &(nid_objs[820]),/* "id-Gost28147-89-None-KeyMeshing" */ | ||
2579 | &(nid_objs[823]),/* "id-Gost28147-89-TestParamSet" */ | ||
2580 | &(nid_objs[849]),/* "id-Gost28147-89-cc" */ | ||
2581 | &(nid_objs[840]),/* "id-GostR3410-2001-CryptoPro-A-ParamSet" */ | ||
2582 | &(nid_objs[841]),/* "id-GostR3410-2001-CryptoPro-B-ParamSet" */ | ||
2583 | &(nid_objs[842]),/* "id-GostR3410-2001-CryptoPro-C-ParamSet" */ | ||
2584 | &(nid_objs[843]),/* "id-GostR3410-2001-CryptoPro-XchA-ParamSet" */ | ||
2585 | &(nid_objs[844]),/* "id-GostR3410-2001-CryptoPro-XchB-ParamSet" */ | ||
2586 | &(nid_objs[854]),/* "id-GostR3410-2001-ParamSet-cc" */ | ||
2587 | &(nid_objs[839]),/* "id-GostR3410-2001-TestParamSet" */ | ||
2588 | &(nid_objs[817]),/* "id-GostR3410-2001DH" */ | ||
2589 | &(nid_objs[832]),/* "id-GostR3410-94-CryptoPro-A-ParamSet" */ | ||
2590 | &(nid_objs[833]),/* "id-GostR3410-94-CryptoPro-B-ParamSet" */ | ||
2591 | &(nid_objs[834]),/* "id-GostR3410-94-CryptoPro-C-ParamSet" */ | ||
2592 | &(nid_objs[835]),/* "id-GostR3410-94-CryptoPro-D-ParamSet" */ | ||
2593 | &(nid_objs[836]),/* "id-GostR3410-94-CryptoPro-XchA-ParamSet" */ | ||
2594 | &(nid_objs[837]),/* "id-GostR3410-94-CryptoPro-XchB-ParamSet" */ | ||
2595 | &(nid_objs[838]),/* "id-GostR3410-94-CryptoPro-XchC-ParamSet" */ | ||
2596 | &(nid_objs[831]),/* "id-GostR3410-94-TestParamSet" */ | ||
2597 | &(nid_objs[845]),/* "id-GostR3410-94-a" */ | ||
2598 | &(nid_objs[846]),/* "id-GostR3410-94-aBis" */ | ||
2599 | &(nid_objs[847]),/* "id-GostR3410-94-b" */ | ||
2600 | &(nid_objs[848]),/* "id-GostR3410-94-bBis" */ | ||
2601 | &(nid_objs[818]),/* "id-GostR3410-94DH" */ | ||
2602 | &(nid_objs[822]),/* "id-GostR3411-94-CryptoProParamSet" */ | ||
2603 | &(nid_objs[821]),/* "id-GostR3411-94-TestParamSet" */ | ||
2604 | &(nid_objs[807]),/* "id-GostR3411-94-with-GostR3410-2001" */ | ||
2605 | &(nid_objs[853]),/* "id-GostR3411-94-with-GostR3410-2001-cc" */ | ||
2606 | &(nid_objs[808]),/* "id-GostR3411-94-with-GostR3410-94" */ | ||
2607 | &(nid_objs[852]),/* "id-GostR3411-94-with-GostR3410-94-cc" */ | ||
2608 | &(nid_objs[810]),/* "id-HMACGostR3411-94" */ | ||
2322 | &(nid_objs[782]),/* "id-PasswordBasedMAC" */ | 2609 | &(nid_objs[782]),/* "id-PasswordBasedMAC" */ |
2323 | &(nid_objs[266]),/* "id-aca" */ | 2610 | &(nid_objs[266]),/* "id-aca" */ |
2324 | &(nid_objs[355]),/* "id-aca-accessIdentity" */ | 2611 | &(nid_objs[355]),/* "id-aca-accessIdentity" */ |
@@ -2398,6 +2685,7 @@ static ASN1_OBJECT *sn_objs[NUM_SN]={ | |||
2398 | &(nid_objs[279]),/* "id-mod-qualified-cert-93" */ | 2685 | &(nid_objs[279]),/* "id-mod-qualified-cert-93" */ |
2399 | &(nid_objs[281]),/* "id-mod-timestamp-protocol" */ | 2686 | &(nid_objs[281]),/* "id-mod-timestamp-protocol" */ |
2400 | &(nid_objs[264]),/* "id-on" */ | 2687 | &(nid_objs[264]),/* "id-on" */ |
2688 | &(nid_objs[858]),/* "id-on-permanentIdentifier" */ | ||
2401 | &(nid_objs[347]),/* "id-on-personalData" */ | 2689 | &(nid_objs[347]),/* "id-on-personalData" */ |
2402 | &(nid_objs[265]),/* "id-pda" */ | 2690 | &(nid_objs[265]),/* "id-pda" */ |
2403 | &(nid_objs[352]),/* "id-pda-countryOfCitizenship" */ | 2691 | &(nid_objs[352]),/* "id-pda-countryOfCitizenship" */ |
@@ -2522,6 +2810,7 @@ static ASN1_OBJECT *sn_objs[NUM_SN]={ | |||
2522 | &(nid_objs[460]),/* "mail" */ | 2810 | &(nid_objs[460]),/* "mail" */ |
2523 | &(nid_objs[493]),/* "mailPreferenceOption" */ | 2811 | &(nid_objs[493]),/* "mailPreferenceOption" */ |
2524 | &(nid_objs[467]),/* "manager" */ | 2812 | &(nid_objs[467]),/* "manager" */ |
2813 | &(nid_objs[809]),/* "md_gost94" */ | ||
2525 | &(nid_objs[182]),/* "member-body" */ | 2814 | &(nid_objs[182]),/* "member-body" */ |
2526 | &(nid_objs[51]),/* "messageDigest" */ | 2815 | &(nid_objs[51]),/* "messageDigest" */ |
2527 | &(nid_objs[383]),/* "mgmt" */ | 2816 | &(nid_objs[383]),/* "mgmt" */ |
@@ -2590,6 +2879,7 @@ static ASN1_OBJECT *sn_objs[NUM_SN]={ | |||
2590 | &(nid_objs[747]),/* "policyMappings" */ | 2879 | &(nid_objs[747]),/* "policyMappings" */ |
2591 | &(nid_objs[661]),/* "postalCode" */ | 2880 | &(nid_objs[661]),/* "postalCode" */ |
2592 | &(nid_objs[683]),/* "ppBasis" */ | 2881 | &(nid_objs[683]),/* "ppBasis" */ |
2882 | &(nid_objs[816]),/* "prf-gostr3411-94" */ | ||
2593 | &(nid_objs[406]),/* "prime-field" */ | 2883 | &(nid_objs[406]),/* "prime-field" */ |
2594 | &(nid_objs[409]),/* "prime192v1" */ | 2884 | &(nid_objs[409]),/* "prime192v1" */ |
2595 | &(nid_objs[410]),/* "prime192v2" */ | 2885 | &(nid_objs[410]),/* "prime192v2" */ |
@@ -2823,6 +3113,7 @@ static ASN1_OBJECT *sn_objs[NUM_SN]={ | |||
2823 | &(nid_objs[740]),/* "wap-wsg-idm-ecid-wtls7" */ | 3113 | &(nid_objs[740]),/* "wap-wsg-idm-ecid-wtls7" */ |
2824 | &(nid_objs[741]),/* "wap-wsg-idm-ecid-wtls8" */ | 3114 | &(nid_objs[741]),/* "wap-wsg-idm-ecid-wtls8" */ |
2825 | &(nid_objs[742]),/* "wap-wsg-idm-ecid-wtls9" */ | 3115 | &(nid_objs[742]),/* "wap-wsg-idm-ecid-wtls9" */ |
3116 | &(nid_objs[804]),/* "whirlpool" */ | ||
2826 | &(nid_objs[503]),/* "x500UniqueIdentifier" */ | 3117 | &(nid_objs[503]),/* "x500UniqueIdentifier" */ |
2827 | &(nid_objs[158]),/* "x509Certificate" */ | 3118 | &(nid_objs[158]),/* "x509Certificate" */ |
2828 | &(nid_objs[160]),/* "x509Crl" */ | 3119 | &(nid_objs[160]),/* "x509Crl" */ |
@@ -2847,6 +3138,23 @@ static ASN1_OBJECT *ln_objs[NUM_LN]={ | |||
2847 | &(nid_objs[384]),/* "Experimental" */ | 3138 | &(nid_objs[384]),/* "Experimental" */ |
2848 | &(nid_objs[372]),/* "Extended OCSP Status" */ | 3139 | &(nid_objs[372]),/* "Extended OCSP Status" */ |
2849 | &(nid_objs[172]),/* "Extension Request" */ | 3140 | &(nid_objs[172]),/* "Extension Request" */ |
3141 | &(nid_objs[813]),/* "GOST 28147-89" */ | ||
3142 | &(nid_objs[849]),/* "GOST 28147-89 Cryptocom ParamSet" */ | ||
3143 | &(nid_objs[815]),/* "GOST 28147-89 MAC" */ | ||
3144 | &(nid_objs[851]),/* "GOST 34.10-2001 Cryptocom" */ | ||
3145 | &(nid_objs[850]),/* "GOST 34.10-94 Cryptocom" */ | ||
3146 | &(nid_objs[811]),/* "GOST R 34.10-2001" */ | ||
3147 | &(nid_objs[817]),/* "GOST R 34.10-2001 DH" */ | ||
3148 | &(nid_objs[812]),/* "GOST R 34.10-94" */ | ||
3149 | &(nid_objs[818]),/* "GOST R 34.10-94 DH" */ | ||
3150 | &(nid_objs[809]),/* "GOST R 34.11-94" */ | ||
3151 | &(nid_objs[816]),/* "GOST R 34.11-94 PRF" */ | ||
3152 | &(nid_objs[807]),/* "GOST R 34.11-94 with GOST R 34.10-2001" */ | ||
3153 | &(nid_objs[853]),/* "GOST R 34.11-94 with GOST R 34.10-2001 Cryptocom" */ | ||
3154 | &(nid_objs[808]),/* "GOST R 34.11-94 with GOST R 34.10-94" */ | ||
3155 | &(nid_objs[852]),/* "GOST R 34.11-94 with GOST R 34.10-94 Cryptocom" */ | ||
3156 | &(nid_objs[854]),/* "GOST R 3410-2001 Parameter Set Cryptocom" */ | ||
3157 | &(nid_objs[810]),/* "HMAC GOST 34.11-94" */ | ||
2850 | &(nid_objs[432]),/* "Hold Instruction Call Issuer" */ | 3158 | &(nid_objs[432]),/* "Hold Instruction Call Issuer" */ |
2851 | &(nid_objs[430]),/* "Hold Instruction Code" */ | 3159 | &(nid_objs[430]),/* "Hold Instruction Code" */ |
2852 | &(nid_objs[431]),/* "Hold Instruction None" */ | 3160 | &(nid_objs[431]),/* "Hold Instruction None" */ |
@@ -2869,6 +3177,7 @@ static ASN1_OBJECT *ln_objs[NUM_LN]={ | |||
2869 | &(nid_objs[138]),/* "Microsoft Encrypted File System" */ | 3177 | &(nid_objs[138]),/* "Microsoft Encrypted File System" */ |
2870 | &(nid_objs[171]),/* "Microsoft Extension Request" */ | 3178 | &(nid_objs[171]),/* "Microsoft Extension Request" */ |
2871 | &(nid_objs[134]),/* "Microsoft Individual Code Signing" */ | 3179 | &(nid_objs[134]),/* "Microsoft Individual Code Signing" */ |
3180 | &(nid_objs[856]),/* "Microsoft Local Key set" */ | ||
2872 | &(nid_objs[137]),/* "Microsoft Server Gated Crypto" */ | 3181 | &(nid_objs[137]),/* "Microsoft Server Gated Crypto" */ |
2873 | &(nid_objs[648]),/* "Microsoft Smartcardlogin" */ | 3182 | &(nid_objs[648]),/* "Microsoft Smartcardlogin" */ |
2874 | &(nid_objs[136]),/* "Microsoft Trust List Signing" */ | 3183 | &(nid_objs[136]),/* "Microsoft Trust List Signing" */ |
@@ -2899,6 +3208,7 @@ static ASN1_OBJECT *ln_objs[NUM_LN]={ | |||
2899 | &(nid_objs[69]),/* "PBKDF2" */ | 3208 | &(nid_objs[69]),/* "PBKDF2" */ |
2900 | &(nid_objs[162]),/* "PBMAC1" */ | 3209 | &(nid_objs[162]),/* "PBMAC1" */ |
2901 | &(nid_objs[127]),/* "PKIX" */ | 3210 | &(nid_objs[127]),/* "PKIX" */ |
3211 | &(nid_objs[858]),/* "Permanent Identifier" */ | ||
2902 | &(nid_objs[164]),/* "Policy Qualifier CPS" */ | 3212 | &(nid_objs[164]),/* "Policy Qualifier CPS" */ |
2903 | &(nid_objs[165]),/* "Policy Qualifier User Notice" */ | 3213 | &(nid_objs[165]),/* "Policy Qualifier User Notice" */ |
2904 | &(nid_objs[385]),/* "Private" */ | 3214 | &(nid_objs[385]),/* "Private" */ |
@@ -2929,6 +3239,7 @@ static ASN1_OBJECT *ln_objs[NUM_LN]={ | |||
2929 | &(nid_objs[89]),/* "X509v3 Certificate Policies" */ | 3239 | &(nid_objs[89]),/* "X509v3 Certificate Policies" */ |
2930 | &(nid_objs[140]),/* "X509v3 Delta CRL Indicator" */ | 3240 | &(nid_objs[140]),/* "X509v3 Delta CRL Indicator" */ |
2931 | &(nid_objs[126]),/* "X509v3 Extended Key Usage" */ | 3241 | &(nid_objs[126]),/* "X509v3 Extended Key Usage" */ |
3242 | &(nid_objs[857]),/* "X509v3 Freshest CRL" */ | ||
2932 | &(nid_objs[748]),/* "X509v3 Inhibit Any Policy" */ | 3243 | &(nid_objs[748]),/* "X509v3 Inhibit Any Policy" */ |
2933 | &(nid_objs[86]),/* "X509v3 Issuer Alternative Name" */ | 3244 | &(nid_objs[86]),/* "X509v3 Issuer Alternative Name" */ |
2934 | &(nid_objs[770]),/* "X509v3 Issuing Distrubution Point" */ | 3245 | &(nid_objs[770]),/* "X509v3 Issuing Distrubution Point" */ |
@@ -3035,6 +3346,8 @@ static ASN1_OBJECT *ln_objs[NUM_LN]={ | |||
3035 | &(nid_objs[53]),/* "countersignature" */ | 3346 | &(nid_objs[53]),/* "countersignature" */ |
3036 | &(nid_objs[14]),/* "countryName" */ | 3347 | &(nid_objs[14]),/* "countryName" */ |
3037 | &(nid_objs[153]),/* "crlBag" */ | 3348 | &(nid_objs[153]),/* "crlBag" */ |
3349 | &(nid_objs[806]),/* "cryptocom" */ | ||
3350 | &(nid_objs[805]),/* "cryptopro" */ | ||
3038 | &(nid_objs[500]),/* "dITRedirect" */ | 3351 | &(nid_objs[500]),/* "dITRedirect" */ |
3039 | &(nid_objs[451]),/* "dNSDomain" */ | 3352 | &(nid_objs[451]),/* "dNSDomain" */ |
3040 | &(nid_objs[495]),/* "dSAQuality" */ | 3353 | &(nid_objs[495]),/* "dSAQuality" */ |
@@ -3079,8 +3392,16 @@ static ASN1_OBJECT *ln_objs[NUM_LN]={ | |||
3079 | &(nid_objs[66]),/* "dsaWithSHA" */ | 3392 | &(nid_objs[66]),/* "dsaWithSHA" */ |
3080 | &(nid_objs[113]),/* "dsaWithSHA1" */ | 3393 | &(nid_objs[113]),/* "dsaWithSHA1" */ |
3081 | &(nid_objs[70]),/* "dsaWithSHA1-old" */ | 3394 | &(nid_objs[70]),/* "dsaWithSHA1-old" */ |
3395 | &(nid_objs[802]),/* "dsa_with_SHA224" */ | ||
3396 | &(nid_objs[803]),/* "dsa_with_SHA256" */ | ||
3082 | &(nid_objs[297]),/* "dvcs" */ | 3397 | &(nid_objs[297]),/* "dvcs" */ |
3398 | &(nid_objs[791]),/* "ecdsa-with-Recommended" */ | ||
3083 | &(nid_objs[416]),/* "ecdsa-with-SHA1" */ | 3399 | &(nid_objs[416]),/* "ecdsa-with-SHA1" */ |
3400 | &(nid_objs[793]),/* "ecdsa-with-SHA224" */ | ||
3401 | &(nid_objs[794]),/* "ecdsa-with-SHA256" */ | ||
3402 | &(nid_objs[795]),/* "ecdsa-with-SHA384" */ | ||
3403 | &(nid_objs[796]),/* "ecdsa-with-SHA512" */ | ||
3404 | &(nid_objs[792]),/* "ecdsa-with-Specified" */ | ||
3084 | &(nid_objs[48]),/* "emailAddress" */ | 3405 | &(nid_objs[48]),/* "emailAddress" */ |
3085 | &(nid_objs[632]),/* "encrypted track 2" */ | 3406 | &(nid_objs[632]),/* "encrypted track 2" */ |
3086 | &(nid_objs[56]),/* "extendedCertificateAttributes" */ | 3407 | &(nid_objs[56]),/* "extendedCertificateAttributes" */ |
@@ -3092,14 +3413,51 @@ static ASN1_OBJECT *ln_objs[NUM_LN]={ | |||
3092 | &(nid_objs[509]),/* "generationQualifier" */ | 3413 | &(nid_objs[509]),/* "generationQualifier" */ |
3093 | &(nid_objs[601]),/* "generic cryptogram" */ | 3414 | &(nid_objs[601]),/* "generic cryptogram" */ |
3094 | &(nid_objs[99]),/* "givenName" */ | 3415 | &(nid_objs[99]),/* "givenName" */ |
3416 | &(nid_objs[814]),/* "gost89-cnt" */ | ||
3417 | &(nid_objs[855]),/* "hmac" */ | ||
3095 | &(nid_objs[780]),/* "hmac-md5" */ | 3418 | &(nid_objs[780]),/* "hmac-md5" */ |
3096 | &(nid_objs[781]),/* "hmac-sha1" */ | 3419 | &(nid_objs[781]),/* "hmac-sha1" */ |
3420 | &(nid_objs[797]),/* "hmacWithMD5" */ | ||
3097 | &(nid_objs[163]),/* "hmacWithSHA1" */ | 3421 | &(nid_objs[163]),/* "hmacWithSHA1" */ |
3422 | &(nid_objs[798]),/* "hmacWithSHA224" */ | ||
3423 | &(nid_objs[799]),/* "hmacWithSHA256" */ | ||
3424 | &(nid_objs[800]),/* "hmacWithSHA384" */ | ||
3425 | &(nid_objs[801]),/* "hmacWithSHA512" */ | ||
3098 | &(nid_objs[486]),/* "homePostalAddress" */ | 3426 | &(nid_objs[486]),/* "homePostalAddress" */ |
3099 | &(nid_objs[473]),/* "homeTelephoneNumber" */ | 3427 | &(nid_objs[473]),/* "homeTelephoneNumber" */ |
3100 | &(nid_objs[466]),/* "host" */ | 3428 | &(nid_objs[466]),/* "host" */ |
3101 | &(nid_objs[442]),/* "iA5StringSyntax" */ | 3429 | &(nid_objs[442]),/* "iA5StringSyntax" */ |
3102 | &(nid_objs[381]),/* "iana" */ | 3430 | &(nid_objs[381]),/* "iana" */ |
3431 | &(nid_objs[824]),/* "id-Gost28147-89-CryptoPro-A-ParamSet" */ | ||
3432 | &(nid_objs[825]),/* "id-Gost28147-89-CryptoPro-B-ParamSet" */ | ||
3433 | &(nid_objs[826]),/* "id-Gost28147-89-CryptoPro-C-ParamSet" */ | ||
3434 | &(nid_objs[827]),/* "id-Gost28147-89-CryptoPro-D-ParamSet" */ | ||
3435 | &(nid_objs[819]),/* "id-Gost28147-89-CryptoPro-KeyMeshing" */ | ||
3436 | &(nid_objs[829]),/* "id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet" */ | ||
3437 | &(nid_objs[828]),/* "id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet" */ | ||
3438 | &(nid_objs[830]),/* "id-Gost28147-89-CryptoPro-RIC-1-ParamSet" */ | ||
3439 | &(nid_objs[820]),/* "id-Gost28147-89-None-KeyMeshing" */ | ||
3440 | &(nid_objs[823]),/* "id-Gost28147-89-TestParamSet" */ | ||
3441 | &(nid_objs[840]),/* "id-GostR3410-2001-CryptoPro-A-ParamSet" */ | ||
3442 | &(nid_objs[841]),/* "id-GostR3410-2001-CryptoPro-B-ParamSet" */ | ||
3443 | &(nid_objs[842]),/* "id-GostR3410-2001-CryptoPro-C-ParamSet" */ | ||
3444 | &(nid_objs[843]),/* "id-GostR3410-2001-CryptoPro-XchA-ParamSet" */ | ||
3445 | &(nid_objs[844]),/* "id-GostR3410-2001-CryptoPro-XchB-ParamSet" */ | ||
3446 | &(nid_objs[839]),/* "id-GostR3410-2001-TestParamSet" */ | ||
3447 | &(nid_objs[832]),/* "id-GostR3410-94-CryptoPro-A-ParamSet" */ | ||
3448 | &(nid_objs[833]),/* "id-GostR3410-94-CryptoPro-B-ParamSet" */ | ||
3449 | &(nid_objs[834]),/* "id-GostR3410-94-CryptoPro-C-ParamSet" */ | ||
3450 | &(nid_objs[835]),/* "id-GostR3410-94-CryptoPro-D-ParamSet" */ | ||
3451 | &(nid_objs[836]),/* "id-GostR3410-94-CryptoPro-XchA-ParamSet" */ | ||
3452 | &(nid_objs[837]),/* "id-GostR3410-94-CryptoPro-XchB-ParamSet" */ | ||
3453 | &(nid_objs[838]),/* "id-GostR3410-94-CryptoPro-XchC-ParamSet" */ | ||
3454 | &(nid_objs[831]),/* "id-GostR3410-94-TestParamSet" */ | ||
3455 | &(nid_objs[845]),/* "id-GostR3410-94-a" */ | ||
3456 | &(nid_objs[846]),/* "id-GostR3410-94-aBis" */ | ||
3457 | &(nid_objs[847]),/* "id-GostR3410-94-b" */ | ||
3458 | &(nid_objs[848]),/* "id-GostR3410-94-bBis" */ | ||
3459 | &(nid_objs[822]),/* "id-GostR3411-94-CryptoProParamSet" */ | ||
3460 | &(nid_objs[821]),/* "id-GostR3411-94-TestParamSet" */ | ||
3103 | &(nid_objs[266]),/* "id-aca" */ | 3461 | &(nid_objs[266]),/* "id-aca" */ |
3104 | &(nid_objs[355]),/* "id-aca-accessIdentity" */ | 3462 | &(nid_objs[355]),/* "id-aca-accessIdentity" */ |
3105 | &(nid_objs[354]),/* "id-aca-authenticationInfo" */ | 3463 | &(nid_objs[354]),/* "id-aca-authenticationInfo" */ |
@@ -3609,6 +3967,7 @@ static ASN1_OBJECT *ln_objs[NUM_LN]={ | |||
3609 | &(nid_objs[740]),/* "wap-wsg-idm-ecid-wtls7" */ | 3967 | &(nid_objs[740]),/* "wap-wsg-idm-ecid-wtls7" */ |
3610 | &(nid_objs[741]),/* "wap-wsg-idm-ecid-wtls8" */ | 3968 | &(nid_objs[741]),/* "wap-wsg-idm-ecid-wtls8" */ |
3611 | &(nid_objs[742]),/* "wap-wsg-idm-ecid-wtls9" */ | 3969 | &(nid_objs[742]),/* "wap-wsg-idm-ecid-wtls9" */ |
3970 | &(nid_objs[804]),/* "whirlpool" */ | ||
3612 | &(nid_objs[503]),/* "x500UniqueIdentifier" */ | 3971 | &(nid_objs[503]),/* "x500UniqueIdentifier" */ |
3613 | &(nid_objs[158]),/* "x509Certificate" */ | 3972 | &(nid_objs[158]),/* "x509Certificate" */ |
3614 | &(nid_objs[160]),/* "x509Crl" */ | 3973 | &(nid_objs[160]),/* "x509Crl" */ |
@@ -3680,6 +4039,7 @@ static ASN1_OBJECT *obj_objs[NUM_OBJ]={ | |||
3680 | &(nid_objs[90]),/* OBJ_authority_key_identifier 2 5 29 35 */ | 4039 | &(nid_objs[90]),/* OBJ_authority_key_identifier 2 5 29 35 */ |
3681 | &(nid_objs[401]),/* OBJ_policy_constraints 2 5 29 36 */ | 4040 | &(nid_objs[401]),/* OBJ_policy_constraints 2 5 29 36 */ |
3682 | &(nid_objs[126]),/* OBJ_ext_key_usage 2 5 29 37 */ | 4041 | &(nid_objs[126]),/* OBJ_ext_key_usage 2 5 29 37 */ |
4042 | &(nid_objs[857]),/* OBJ_freshest_crl 2 5 29 46 */ | ||
3683 | &(nid_objs[748]),/* OBJ_inhibit_any_policy 2 5 29 54 */ | 4043 | &(nid_objs[748]),/* OBJ_inhibit_any_policy 2 5 29 54 */ |
3684 | &(nid_objs[402]),/* OBJ_target_information 2 5 29 55 */ | 4044 | &(nid_objs[402]),/* OBJ_target_information 2 5 29 55 */ |
3685 | &(nid_objs[403]),/* OBJ_no_rev_avail 2 5 29 56 */ | 4045 | &(nid_objs[403]),/* OBJ_no_rev_avail 2 5 29 56 */ |
@@ -3814,6 +4174,8 @@ static ASN1_OBJECT *obj_objs[NUM_OBJ]={ | |||
3814 | &(nid_objs[637]),/* OBJ_set_brand_Diners 2 23 42 8 30 */ | 4174 | &(nid_objs[637]),/* OBJ_set_brand_Diners 2 23 42 8 30 */ |
3815 | &(nid_objs[638]),/* OBJ_set_brand_AmericanExpress 2 23 42 8 34 */ | 4175 | &(nid_objs[638]),/* OBJ_set_brand_AmericanExpress 2 23 42 8 34 */ |
3816 | &(nid_objs[639]),/* OBJ_set_brand_JCB 2 23 42 8 35 */ | 4176 | &(nid_objs[639]),/* OBJ_set_brand_JCB 2 23 42 8 35 */ |
4177 | &(nid_objs[805]),/* OBJ_cryptopro 1 2 643 2 2 */ | ||
4178 | &(nid_objs[806]),/* OBJ_cryptocom 1 2 643 2 9 */ | ||
3817 | &(nid_objs[184]),/* OBJ_X9_57 1 2 840 10040 */ | 4179 | &(nid_objs[184]),/* OBJ_X9_57 1 2 840 10040 */ |
3818 | &(nid_objs[405]),/* OBJ_ansi_X9_62 1 2 840 10045 */ | 4180 | &(nid_objs[405]),/* OBJ_ansi_X9_62 1 2 840 10045 */ |
3819 | &(nid_objs[389]),/* OBJ_Enterprises 1 3 6 1 4 1 */ | 4181 | &(nid_objs[389]),/* OBJ_Enterprises 1 3 6 1 4 1 */ |
@@ -3884,8 +4246,20 @@ static ASN1_OBJECT *obj_objs[NUM_OBJ]={ | |||
3884 | &(nid_objs[743]),/* OBJ_wap_wsg_idm_ecid_wtls10 2 23 43 13 4 10 */ | 4246 | &(nid_objs[743]),/* OBJ_wap_wsg_idm_ecid_wtls10 2 23 43 13 4 10 */ |
3885 | &(nid_objs[744]),/* OBJ_wap_wsg_idm_ecid_wtls11 2 23 43 13 4 11 */ | 4247 | &(nid_objs[744]),/* OBJ_wap_wsg_idm_ecid_wtls11 2 23 43 13 4 11 */ |
3886 | &(nid_objs[745]),/* OBJ_wap_wsg_idm_ecid_wtls12 2 23 43 13 4 12 */ | 4248 | &(nid_objs[745]),/* OBJ_wap_wsg_idm_ecid_wtls12 2 23 43 13 4 12 */ |
4249 | &(nid_objs[804]),/* OBJ_whirlpool 1 0 10118 3 0 55 */ | ||
3887 | &(nid_objs[124]),/* OBJ_rle_compression 1 1 1 1 666 1 */ | 4250 | &(nid_objs[124]),/* OBJ_rle_compression 1 1 1 1 666 1 */ |
3888 | &(nid_objs[773]),/* OBJ_kisa 1 2 410 200004 */ | 4251 | &(nid_objs[773]),/* OBJ_kisa 1 2 410 200004 */ |
4252 | &(nid_objs[807]),/* OBJ_id_GostR3411_94_with_GostR3410_2001 1 2 643 2 2 3 */ | ||
4253 | &(nid_objs[808]),/* OBJ_id_GostR3411_94_with_GostR3410_94 1 2 643 2 2 4 */ | ||
4254 | &(nid_objs[809]),/* OBJ_id_GostR3411_94 1 2 643 2 2 9 */ | ||
4255 | &(nid_objs[810]),/* OBJ_id_HMACGostR3411_94 1 2 643 2 2 10 */ | ||
4256 | &(nid_objs[811]),/* OBJ_id_GostR3410_2001 1 2 643 2 2 19 */ | ||
4257 | &(nid_objs[812]),/* OBJ_id_GostR3410_94 1 2 643 2 2 20 */ | ||
4258 | &(nid_objs[813]),/* OBJ_id_Gost28147_89 1 2 643 2 2 21 */ | ||
4259 | &(nid_objs[815]),/* OBJ_id_Gost28147_89_MAC 1 2 643 2 2 22 */ | ||
4260 | &(nid_objs[816]),/* OBJ_id_GostR3411_94_prf 1 2 643 2 2 23 */ | ||
4261 | &(nid_objs[817]),/* OBJ_id_GostR3410_2001DH 1 2 643 2 2 98 */ | ||
4262 | &(nid_objs[818]),/* OBJ_id_GostR3410_94DH 1 2 643 2 2 99 */ | ||
3889 | &(nid_objs[ 1]),/* OBJ_rsadsi 1 2 840 113549 */ | 4263 | &(nid_objs[ 1]),/* OBJ_rsadsi 1 2 840 113549 */ |
3890 | &(nid_objs[185]),/* OBJ_X9cm 1 2 840 10040 4 */ | 4264 | &(nid_objs[185]),/* OBJ_X9cm 1 2 840 10040 4 */ |
3891 | &(nid_objs[127]),/* OBJ_id_pkix 1 3 6 1 5 5 7 */ | 4265 | &(nid_objs[127]),/* OBJ_id_pkix 1 3 6 1 5 5 7 */ |
@@ -3898,6 +4272,36 @@ static ASN1_OBJECT *obj_objs[NUM_OBJ]={ | |||
3898 | &(nid_objs[634]),/* OBJ_setAttr_TokICCsig 2 23 42 3 3 5 1 */ | 4272 | &(nid_objs[634]),/* OBJ_setAttr_TokICCsig 2 23 42 3 3 5 1 */ |
3899 | &(nid_objs[635]),/* OBJ_setAttr_SecDevSig 2 23 42 3 3 5 2 */ | 4273 | &(nid_objs[635]),/* OBJ_setAttr_SecDevSig 2 23 42 3 3 5 2 */ |
3900 | &(nid_objs[436]),/* OBJ_ucl 0 9 2342 19200300 */ | 4274 | &(nid_objs[436]),/* OBJ_ucl 0 9 2342 19200300 */ |
4275 | &(nid_objs[820]),/* OBJ_id_Gost28147_89_None_KeyMeshing 1 2 643 2 2 14 0 */ | ||
4276 | &(nid_objs[819]),/* OBJ_id_Gost28147_89_CryptoPro_KeyMeshing 1 2 643 2 2 14 1 */ | ||
4277 | &(nid_objs[845]),/* OBJ_id_GostR3410_94_a 1 2 643 2 2 20 1 */ | ||
4278 | &(nid_objs[846]),/* OBJ_id_GostR3410_94_aBis 1 2 643 2 2 20 2 */ | ||
4279 | &(nid_objs[847]),/* OBJ_id_GostR3410_94_b 1 2 643 2 2 20 3 */ | ||
4280 | &(nid_objs[848]),/* OBJ_id_GostR3410_94_bBis 1 2 643 2 2 20 4 */ | ||
4281 | &(nid_objs[821]),/* OBJ_id_GostR3411_94_TestParamSet 1 2 643 2 2 30 0 */ | ||
4282 | &(nid_objs[822]),/* OBJ_id_GostR3411_94_CryptoProParamSet 1 2 643 2 2 30 1 */ | ||
4283 | &(nid_objs[823]),/* OBJ_id_Gost28147_89_TestParamSet 1 2 643 2 2 31 0 */ | ||
4284 | &(nid_objs[824]),/* OBJ_id_Gost28147_89_CryptoPro_A_ParamSet 1 2 643 2 2 31 1 */ | ||
4285 | &(nid_objs[825]),/* OBJ_id_Gost28147_89_CryptoPro_B_ParamSet 1 2 643 2 2 31 2 */ | ||
4286 | &(nid_objs[826]),/* OBJ_id_Gost28147_89_CryptoPro_C_ParamSet 1 2 643 2 2 31 3 */ | ||
4287 | &(nid_objs[827]),/* OBJ_id_Gost28147_89_CryptoPro_D_ParamSet 1 2 643 2 2 31 4 */ | ||
4288 | &(nid_objs[828]),/* OBJ_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet 1 2 643 2 2 31 5 */ | ||
4289 | &(nid_objs[829]),/* OBJ_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet 1 2 643 2 2 31 6 */ | ||
4290 | &(nid_objs[830]),/* OBJ_id_Gost28147_89_CryptoPro_RIC_1_ParamSet 1 2 643 2 2 31 7 */ | ||
4291 | &(nid_objs[831]),/* OBJ_id_GostR3410_94_TestParamSet 1 2 643 2 2 32 0 */ | ||
4292 | &(nid_objs[832]),/* OBJ_id_GostR3410_94_CryptoPro_A_ParamSet 1 2 643 2 2 32 2 */ | ||
4293 | &(nid_objs[833]),/* OBJ_id_GostR3410_94_CryptoPro_B_ParamSet 1 2 643 2 2 32 3 */ | ||
4294 | &(nid_objs[834]),/* OBJ_id_GostR3410_94_CryptoPro_C_ParamSet 1 2 643 2 2 32 4 */ | ||
4295 | &(nid_objs[835]),/* OBJ_id_GostR3410_94_CryptoPro_D_ParamSet 1 2 643 2 2 32 5 */ | ||
4296 | &(nid_objs[836]),/* OBJ_id_GostR3410_94_CryptoPro_XchA_ParamSet 1 2 643 2 2 33 1 */ | ||
4297 | &(nid_objs[837]),/* OBJ_id_GostR3410_94_CryptoPro_XchB_ParamSet 1 2 643 2 2 33 2 */ | ||
4298 | &(nid_objs[838]),/* OBJ_id_GostR3410_94_CryptoPro_XchC_ParamSet 1 2 643 2 2 33 3 */ | ||
4299 | &(nid_objs[839]),/* OBJ_id_GostR3410_2001_TestParamSet 1 2 643 2 2 35 0 */ | ||
4300 | &(nid_objs[840]),/* OBJ_id_GostR3410_2001_CryptoPro_A_ParamSet 1 2 643 2 2 35 1 */ | ||
4301 | &(nid_objs[841]),/* OBJ_id_GostR3410_2001_CryptoPro_B_ParamSet 1 2 643 2 2 35 2 */ | ||
4302 | &(nid_objs[842]),/* OBJ_id_GostR3410_2001_CryptoPro_C_ParamSet 1 2 643 2 2 35 3 */ | ||
4303 | &(nid_objs[843]),/* OBJ_id_GostR3410_2001_CryptoPro_XchA_ParamSet 1 2 643 2 2 36 0 */ | ||
4304 | &(nid_objs[844]),/* OBJ_id_GostR3410_2001_CryptoPro_XchB_ParamSet 1 2 643 2 2 36 1 */ | ||
3901 | &(nid_objs[ 2]),/* OBJ_pkcs 1 2 840 113549 1 */ | 4305 | &(nid_objs[ 2]),/* OBJ_pkcs 1 2 840 113549 1 */ |
3902 | &(nid_objs[431]),/* OBJ_hold_instruction_none 1 2 840 10040 2 1 */ | 4306 | &(nid_objs[431]),/* OBJ_hold_instruction_none 1 2 840 10040 2 1 */ |
3903 | &(nid_objs[432]),/* OBJ_hold_instruction_call_issuer 1 2 840 10040 2 2 */ | 4307 | &(nid_objs[432]),/* OBJ_hold_instruction_call_issuer 1 2 840 10040 2 2 */ |
@@ -3908,6 +4312,8 @@ static ASN1_OBJECT *obj_objs[NUM_OBJ]={ | |||
3908 | &(nid_objs[407]),/* OBJ_X9_62_characteristic_two_field 1 2 840 10045 1 2 */ | 4312 | &(nid_objs[407]),/* OBJ_X9_62_characteristic_two_field 1 2 840 10045 1 2 */ |
3909 | &(nid_objs[408]),/* OBJ_X9_62_id_ecPublicKey 1 2 840 10045 2 1 */ | 4313 | &(nid_objs[408]),/* OBJ_X9_62_id_ecPublicKey 1 2 840 10045 2 1 */ |
3910 | &(nid_objs[416]),/* OBJ_ecdsa_with_SHA1 1 2 840 10045 4 1 */ | 4314 | &(nid_objs[416]),/* OBJ_ecdsa_with_SHA1 1 2 840 10045 4 1 */ |
4315 | &(nid_objs[791]),/* OBJ_ecdsa_with_Recommended 1 2 840 10045 4 2 */ | ||
4316 | &(nid_objs[792]),/* OBJ_ecdsa_with_Specified 1 2 840 10045 4 3 */ | ||
3911 | &(nid_objs[258]),/* OBJ_id_pkix_mod 1 3 6 1 5 5 7 0 */ | 4317 | &(nid_objs[258]),/* OBJ_id_pkix_mod 1 3 6 1 5 5 7 0 */ |
3912 | &(nid_objs[175]),/* OBJ_id_pe 1 3 6 1 5 5 7 1 */ | 4318 | &(nid_objs[175]),/* OBJ_id_pe 1 3 6 1 5 5 7 1 */ |
3913 | &(nid_objs[259]),/* OBJ_id_qt 1 3 6 1 5 5 7 2 */ | 4319 | &(nid_objs[259]),/* OBJ_id_qt 1 3 6 1 5 5 7 2 */ |
@@ -3940,6 +4346,12 @@ static ASN1_OBJECT *obj_objs[NUM_OBJ]={ | |||
3940 | &(nid_objs[777]),/* OBJ_seed_cbc 1 2 410 200004 1 4 */ | 4346 | &(nid_objs[777]),/* OBJ_seed_cbc 1 2 410 200004 1 4 */ |
3941 | &(nid_objs[779]),/* OBJ_seed_cfb128 1 2 410 200004 1 5 */ | 4347 | &(nid_objs[779]),/* OBJ_seed_cfb128 1 2 410 200004 1 5 */ |
3942 | &(nid_objs[778]),/* OBJ_seed_ofb128 1 2 410 200004 1 6 */ | 4348 | &(nid_objs[778]),/* OBJ_seed_ofb128 1 2 410 200004 1 6 */ |
4349 | &(nid_objs[852]),/* OBJ_id_GostR3411_94_with_GostR3410_94_cc 1 2 643 2 9 1 3 3 */ | ||
4350 | &(nid_objs[853]),/* OBJ_id_GostR3411_94_with_GostR3410_2001_cc 1 2 643 2 9 1 3 4 */ | ||
4351 | &(nid_objs[850]),/* OBJ_id_GostR3410_94_cc 1 2 643 2 9 1 5 3 */ | ||
4352 | &(nid_objs[851]),/* OBJ_id_GostR3410_2001_cc 1 2 643 2 9 1 5 4 */ | ||
4353 | &(nid_objs[849]),/* OBJ_id_Gost28147_89_cc 1 2 643 2 9 1 6 1 */ | ||
4354 | &(nid_objs[854]),/* OBJ_id_GostR3410_2001_ParamSet_cc 1 2 643 2 9 1 8 1 */ | ||
3943 | &(nid_objs[186]),/* OBJ_pkcs1 1 2 840 113549 1 1 */ | 4355 | &(nid_objs[186]),/* OBJ_pkcs1 1 2 840 113549 1 1 */ |
3944 | &(nid_objs[27]),/* OBJ_pkcs3 1 2 840 113549 1 3 */ | 4356 | &(nid_objs[27]),/* OBJ_pkcs3 1 2 840 113549 1 3 */ |
3945 | &(nid_objs[187]),/* OBJ_pkcs5 1 2 840 113549 1 5 */ | 4357 | &(nid_objs[187]),/* OBJ_pkcs5 1 2 840 113549 1 5 */ |
@@ -3948,7 +4360,12 @@ static ASN1_OBJECT *obj_objs[NUM_OBJ]={ | |||
3948 | &(nid_objs[ 3]),/* OBJ_md2 1 2 840 113549 2 2 */ | 4360 | &(nid_objs[ 3]),/* OBJ_md2 1 2 840 113549 2 2 */ |
3949 | &(nid_objs[257]),/* OBJ_md4 1 2 840 113549 2 4 */ | 4361 | &(nid_objs[257]),/* OBJ_md4 1 2 840 113549 2 4 */ |
3950 | &(nid_objs[ 4]),/* OBJ_md5 1 2 840 113549 2 5 */ | 4362 | &(nid_objs[ 4]),/* OBJ_md5 1 2 840 113549 2 5 */ |
4363 | &(nid_objs[797]),/* OBJ_hmacWithMD5 1 2 840 113549 2 6 */ | ||
3951 | &(nid_objs[163]),/* OBJ_hmacWithSHA1 1 2 840 113549 2 7 */ | 4364 | &(nid_objs[163]),/* OBJ_hmacWithSHA1 1 2 840 113549 2 7 */ |
4365 | &(nid_objs[798]),/* OBJ_hmacWithSHA224 1 2 840 113549 2 8 */ | ||
4366 | &(nid_objs[799]),/* OBJ_hmacWithSHA256 1 2 840 113549 2 9 */ | ||
4367 | &(nid_objs[800]),/* OBJ_hmacWithSHA384 1 2 840 113549 2 10 */ | ||
4368 | &(nid_objs[801]),/* OBJ_hmacWithSHA512 1 2 840 113549 2 11 */ | ||
3952 | &(nid_objs[37]),/* OBJ_rc2_cbc 1 2 840 113549 3 2 */ | 4369 | &(nid_objs[37]),/* OBJ_rc2_cbc 1 2 840 113549 3 2 */ |
3953 | &(nid_objs[ 5]),/* OBJ_rc4 1 2 840 113549 3 4 */ | 4370 | &(nid_objs[ 5]),/* OBJ_rc4 1 2 840 113549 3 4 */ |
3954 | &(nid_objs[44]),/* OBJ_des_ede3_cbc 1 2 840 113549 3 7 */ | 4371 | &(nid_objs[44]),/* OBJ_des_ede3_cbc 1 2 840 113549 3 7 */ |
@@ -3982,6 +4399,10 @@ static ASN1_OBJECT *obj_objs[NUM_OBJ]={ | |||
3982 | &(nid_objs[413]),/* OBJ_X9_62_prime239v2 1 2 840 10045 3 1 5 */ | 4399 | &(nid_objs[413]),/* OBJ_X9_62_prime239v2 1 2 840 10045 3 1 5 */ |
3983 | &(nid_objs[414]),/* OBJ_X9_62_prime239v3 1 2 840 10045 3 1 6 */ | 4400 | &(nid_objs[414]),/* OBJ_X9_62_prime239v3 1 2 840 10045 3 1 6 */ |
3984 | &(nid_objs[415]),/* OBJ_X9_62_prime256v1 1 2 840 10045 3 1 7 */ | 4401 | &(nid_objs[415]),/* OBJ_X9_62_prime256v1 1 2 840 10045 3 1 7 */ |
4402 | &(nid_objs[793]),/* OBJ_ecdsa_with_SHA224 1 2 840 10045 4 3 1 */ | ||
4403 | &(nid_objs[794]),/* OBJ_ecdsa_with_SHA256 1 2 840 10045 4 3 2 */ | ||
4404 | &(nid_objs[795]),/* OBJ_ecdsa_with_SHA384 1 2 840 10045 4 3 3 */ | ||
4405 | &(nid_objs[796]),/* OBJ_ecdsa_with_SHA512 1 2 840 10045 4 3 4 */ | ||
3985 | &(nid_objs[269]),/* OBJ_id_pkix1_explicit_88 1 3 6 1 5 5 7 0 1 */ | 4406 | &(nid_objs[269]),/* OBJ_id_pkix1_explicit_88 1 3 6 1 5 5 7 0 1 */ |
3986 | &(nid_objs[270]),/* OBJ_id_pkix1_implicit_88 1 3 6 1 5 5 7 0 2 */ | 4407 | &(nid_objs[270]),/* OBJ_id_pkix1_implicit_88 1 3 6 1 5 5 7 0 2 */ |
3987 | &(nid_objs[271]),/* OBJ_id_pkix1_explicit_93 1 3 6 1 5 5 7 0 3 */ | 4408 | &(nid_objs[271]),/* OBJ_id_pkix1_explicit_93 1 3 6 1 5 5 7 0 3 */ |
@@ -4066,6 +4487,7 @@ static ASN1_OBJECT *obj_objs[NUM_OBJ]={ | |||
4066 | &(nid_objs[345]),/* OBJ_id_cmc_popLinkWitness 1 3 6 1 5 5 7 7 23 */ | 4487 | &(nid_objs[345]),/* OBJ_id_cmc_popLinkWitness 1 3 6 1 5 5 7 7 23 */ |
4067 | &(nid_objs[346]),/* OBJ_id_cmc_confirmCertAcceptance 1 3 6 1 5 5 7 7 24 */ | 4488 | &(nid_objs[346]),/* OBJ_id_cmc_confirmCertAcceptance 1 3 6 1 5 5 7 7 24 */ |
4068 | &(nid_objs[347]),/* OBJ_id_on_personalData 1 3 6 1 5 5 7 8 1 */ | 4489 | &(nid_objs[347]),/* OBJ_id_on_personalData 1 3 6 1 5 5 7 8 1 */ |
4490 | &(nid_objs[858]),/* OBJ_id_on_permanentIdentifier 1 3 6 1 5 5 7 8 3 */ | ||
4069 | &(nid_objs[348]),/* OBJ_id_pda_dateOfBirth 1 3 6 1 5 5 7 9 1 */ | 4491 | &(nid_objs[348]),/* OBJ_id_pda_dateOfBirth 1 3 6 1 5 5 7 9 1 */ |
4070 | &(nid_objs[349]),/* OBJ_id_pda_placeOfBirth 1 3 6 1 5 5 7 9 2 */ | 4492 | &(nid_objs[349]),/* OBJ_id_pda_placeOfBirth 1 3 6 1 5 5 7 9 2 */ |
4071 | &(nid_objs[351]),/* OBJ_id_pda_gender 1 3 6 1 5 5 7 9 3 */ | 4493 | &(nid_objs[351]),/* OBJ_id_pda_gender 1 3 6 1 5 5 7 9 3 */ |
@@ -4145,6 +4567,7 @@ static ASN1_OBJECT *obj_objs[NUM_OBJ]={ | |||
4145 | &(nid_objs[682]),/* OBJ_X9_62_tpBasis 1 2 840 10045 1 2 3 2 */ | 4567 | &(nid_objs[682]),/* OBJ_X9_62_tpBasis 1 2 840 10045 1 2 3 2 */ |
4146 | &(nid_objs[683]),/* OBJ_X9_62_ppBasis 1 2 840 10045 1 2 3 3 */ | 4568 | &(nid_objs[683]),/* OBJ_X9_62_ppBasis 1 2 840 10045 1 2 3 3 */ |
4147 | &(nid_objs[417]),/* OBJ_ms_csp_name 1 3 6 1 4 1 311 17 1 */ | 4569 | &(nid_objs[417]),/* OBJ_ms_csp_name 1 3 6 1 4 1 311 17 1 */ |
4570 | &(nid_objs[856]),/* OBJ_LocalKeySet 1 3 6 1 4 1 311 17 2 */ | ||
4148 | &(nid_objs[390]),/* OBJ_dcObject 1 3 6 1 4 1 1466 344 */ | 4571 | &(nid_objs[390]),/* OBJ_dcObject 1 3 6 1 4 1 1466 344 */ |
4149 | &(nid_objs[91]),/* OBJ_bf_cbc 1 3 6 1 4 1 3029 1 2 */ | 4572 | &(nid_objs[91]),/* OBJ_bf_cbc 1 3 6 1 4 1 3029 1 2 */ |
4150 | &(nid_objs[315]),/* OBJ_id_regCtrl_regToken 1 3 6 1 5 5 7 5 1 1 */ | 4573 | &(nid_objs[315]),/* OBJ_id_regCtrl_regToken 1 3 6 1 5 5 7 5 1 1 */ |
@@ -4185,6 +4608,8 @@ static ASN1_OBJECT *obj_objs[NUM_OBJ]={ | |||
4185 | &(nid_objs[673]),/* OBJ_sha384 2 16 840 1 101 3 4 2 2 */ | 4608 | &(nid_objs[673]),/* OBJ_sha384 2 16 840 1 101 3 4 2 2 */ |
4186 | &(nid_objs[674]),/* OBJ_sha512 2 16 840 1 101 3 4 2 3 */ | 4609 | &(nid_objs[674]),/* OBJ_sha512 2 16 840 1 101 3 4 2 3 */ |
4187 | &(nid_objs[675]),/* OBJ_sha224 2 16 840 1 101 3 4 2 4 */ | 4610 | &(nid_objs[675]),/* OBJ_sha224 2 16 840 1 101 3 4 2 4 */ |
4611 | &(nid_objs[802]),/* OBJ_dsa_with_SHA224 2 16 840 1 101 3 4 3 1 */ | ||
4612 | &(nid_objs[803]),/* OBJ_dsa_with_SHA256 2 16 840 1 101 3 4 3 2 */ | ||
4188 | &(nid_objs[71]),/* OBJ_netscape_cert_type 2 16 840 1 113730 1 1 */ | 4613 | &(nid_objs[71]),/* OBJ_netscape_cert_type 2 16 840 1 113730 1 1 */ |
4189 | &(nid_objs[72]),/* OBJ_netscape_base_url 2 16 840 1 113730 1 2 */ | 4614 | &(nid_objs[72]),/* OBJ_netscape_base_url 2 16 840 1 113730 1 2 */ |
4190 | &(nid_objs[73]),/* OBJ_netscape_revocation_url 2 16 840 1 113730 1 3 */ | 4615 | &(nid_objs[73]),/* OBJ_netscape_revocation_url 2 16 840 1 113730 1 3 */ |
diff --git a/src/lib/libcrypto/objects/obj_mac.h b/src/lib/libcrypto/objects/obj_mac.h index 76d5ec9c0b..ad5f7cfc10 100644 --- a/src/lib/libcrypto/objects/obj_mac.h +++ b/src/lib/libcrypto/objects/obj_mac.h | |||
@@ -315,6 +315,30 @@ | |||
315 | #define NID_ecdsa_with_SHA1 416 | 315 | #define NID_ecdsa_with_SHA1 416 |
316 | #define OBJ_ecdsa_with_SHA1 OBJ_X9_62_id_ecSigType,1L | 316 | #define OBJ_ecdsa_with_SHA1 OBJ_X9_62_id_ecSigType,1L |
317 | 317 | ||
318 | #define SN_ecdsa_with_Recommended "ecdsa-with-Recommended" | ||
319 | #define NID_ecdsa_with_Recommended 791 | ||
320 | #define OBJ_ecdsa_with_Recommended OBJ_X9_62_id_ecSigType,2L | ||
321 | |||
322 | #define SN_ecdsa_with_Specified "ecdsa-with-Specified" | ||
323 | #define NID_ecdsa_with_Specified 792 | ||
324 | #define OBJ_ecdsa_with_Specified OBJ_X9_62_id_ecSigType,3L | ||
325 | |||
326 | #define SN_ecdsa_with_SHA224 "ecdsa-with-SHA224" | ||
327 | #define NID_ecdsa_with_SHA224 793 | ||
328 | #define OBJ_ecdsa_with_SHA224 OBJ_ecdsa_with_Specified,1L | ||
329 | |||
330 | #define SN_ecdsa_with_SHA256 "ecdsa-with-SHA256" | ||
331 | #define NID_ecdsa_with_SHA256 794 | ||
332 | #define OBJ_ecdsa_with_SHA256 OBJ_ecdsa_with_Specified,2L | ||
333 | |||
334 | #define SN_ecdsa_with_SHA384 "ecdsa-with-SHA384" | ||
335 | #define NID_ecdsa_with_SHA384 795 | ||
336 | #define OBJ_ecdsa_with_SHA384 OBJ_ecdsa_with_Specified,3L | ||
337 | |||
338 | #define SN_ecdsa_with_SHA512 "ecdsa-with-SHA512" | ||
339 | #define NID_ecdsa_with_SHA512 796 | ||
340 | #define OBJ_ecdsa_with_SHA512 OBJ_ecdsa_with_Specified,4L | ||
341 | |||
318 | #define OBJ_secg_ellipticCurve OBJ_certicom_arc,0L | 342 | #define OBJ_secg_ellipticCurve OBJ_certicom_arc,0L |
319 | 343 | ||
320 | #define SN_secp112r1 "secp112r1" | 344 | #define SN_secp112r1 "secp112r1" |
@@ -1006,6 +1030,11 @@ | |||
1006 | #define NID_ms_csp_name 417 | 1030 | #define NID_ms_csp_name 417 |
1007 | #define OBJ_ms_csp_name 1L,3L,6L,1L,4L,1L,311L,17L,1L | 1031 | #define OBJ_ms_csp_name 1L,3L,6L,1L,4L,1L,311L,17L,1L |
1008 | 1032 | ||
1033 | #define SN_LocalKeySet "LocalKeySet" | ||
1034 | #define LN_LocalKeySet "Microsoft Local Key set" | ||
1035 | #define NID_LocalKeySet 856 | ||
1036 | #define OBJ_LocalKeySet 1L,3L,6L,1L,4L,1L,311L,17L,2L | ||
1037 | |||
1009 | #define OBJ_certTypes OBJ_pkcs9,22L | 1038 | #define OBJ_certTypes OBJ_pkcs9,22L |
1010 | 1039 | ||
1011 | #define LN_x509Certificate "x509Certificate" | 1040 | #define LN_x509Certificate "x509Certificate" |
@@ -1103,10 +1132,30 @@ | |||
1103 | #define LN_md5_sha1 "md5-sha1" | 1132 | #define LN_md5_sha1 "md5-sha1" |
1104 | #define NID_md5_sha1 114 | 1133 | #define NID_md5_sha1 114 |
1105 | 1134 | ||
1135 | #define LN_hmacWithMD5 "hmacWithMD5" | ||
1136 | #define NID_hmacWithMD5 797 | ||
1137 | #define OBJ_hmacWithMD5 OBJ_rsadsi,2L,6L | ||
1138 | |||
1106 | #define LN_hmacWithSHA1 "hmacWithSHA1" | 1139 | #define LN_hmacWithSHA1 "hmacWithSHA1" |
1107 | #define NID_hmacWithSHA1 163 | 1140 | #define NID_hmacWithSHA1 163 |
1108 | #define OBJ_hmacWithSHA1 OBJ_rsadsi,2L,7L | 1141 | #define OBJ_hmacWithSHA1 OBJ_rsadsi,2L,7L |
1109 | 1142 | ||
1143 | #define LN_hmacWithSHA224 "hmacWithSHA224" | ||
1144 | #define NID_hmacWithSHA224 798 | ||
1145 | #define OBJ_hmacWithSHA224 OBJ_rsadsi,2L,8L | ||
1146 | |||
1147 | #define LN_hmacWithSHA256 "hmacWithSHA256" | ||
1148 | #define NID_hmacWithSHA256 799 | ||
1149 | #define OBJ_hmacWithSHA256 OBJ_rsadsi,2L,9L | ||
1150 | |||
1151 | #define LN_hmacWithSHA384 "hmacWithSHA384" | ||
1152 | #define NID_hmacWithSHA384 800 | ||
1153 | #define OBJ_hmacWithSHA384 OBJ_rsadsi,2L,10L | ||
1154 | |||
1155 | #define LN_hmacWithSHA512 "hmacWithSHA512" | ||
1156 | #define NID_hmacWithSHA512 801 | ||
1157 | #define OBJ_hmacWithSHA512 OBJ_rsadsi,2L,11L | ||
1158 | |||
1110 | #define SN_rc2_cbc "RC2-CBC" | 1159 | #define SN_rc2_cbc "RC2-CBC" |
1111 | #define LN_rc2_cbc "rc2-cbc" | 1160 | #define LN_rc2_cbc "rc2-cbc" |
1112 | #define NID_rc2_cbc 37 | 1161 | #define NID_rc2_cbc 37 |
@@ -1685,6 +1734,11 @@ | |||
1685 | #define NID_id_on_personalData 347 | 1734 | #define NID_id_on_personalData 347 |
1686 | #define OBJ_id_on_personalData OBJ_id_on,1L | 1735 | #define OBJ_id_on_personalData OBJ_id_on,1L |
1687 | 1736 | ||
1737 | #define SN_id_on_permanentIdentifier "id-on-permanentIdentifier" | ||
1738 | #define LN_id_on_permanentIdentifier "Permanent Identifier" | ||
1739 | #define NID_id_on_permanentIdentifier 858 | ||
1740 | #define OBJ_id_on_permanentIdentifier OBJ_id_on,3L | ||
1741 | |||
1688 | #define SN_id_pda_dateOfBirth "id-pda-dateOfBirth" | 1742 | #define SN_id_pda_dateOfBirth "id-pda-dateOfBirth" |
1689 | #define NID_id_pda_dateOfBirth 348 | 1743 | #define NID_id_pda_dateOfBirth 348 |
1690 | #define OBJ_id_pda_dateOfBirth OBJ_id_pda,1L | 1744 | #define OBJ_id_pda_dateOfBirth OBJ_id_pda,1L |
@@ -2186,6 +2240,11 @@ | |||
2186 | #define NID_ext_key_usage 126 | 2240 | #define NID_ext_key_usage 126 |
2187 | #define OBJ_ext_key_usage OBJ_id_ce,37L | 2241 | #define OBJ_ext_key_usage OBJ_id_ce,37L |
2188 | 2242 | ||
2243 | #define SN_freshest_crl "freshestCRL" | ||
2244 | #define LN_freshest_crl "X509v3 Freshest CRL" | ||
2245 | #define NID_freshest_crl 857 | ||
2246 | #define OBJ_freshest_crl OBJ_id_ce,46L | ||
2247 | |||
2189 | #define SN_inhibit_any_policy "inhibitAnyPolicy" | 2248 | #define SN_inhibit_any_policy "inhibitAnyPolicy" |
2190 | #define LN_inhibit_any_policy "X509v3 Inhibit Any Policy" | 2249 | #define LN_inhibit_any_policy "X509v3 Inhibit Any Policy" |
2191 | #define NID_inhibit_any_policy 748 | 2250 | #define NID_inhibit_any_policy 748 |
@@ -2502,6 +2561,16 @@ | |||
2502 | #define NID_sha224 675 | 2561 | #define NID_sha224 675 |
2503 | #define OBJ_sha224 OBJ_nist_hashalgs,4L | 2562 | #define OBJ_sha224 OBJ_nist_hashalgs,4L |
2504 | 2563 | ||
2564 | #define OBJ_dsa_with_sha2 OBJ_nistAlgorithms,3L | ||
2565 | |||
2566 | #define SN_dsa_with_SHA224 "dsa_with_SHA224" | ||
2567 | #define NID_dsa_with_SHA224 802 | ||
2568 | #define OBJ_dsa_with_SHA224 OBJ_dsa_with_sha2,1L | ||
2569 | |||
2570 | #define SN_dsa_with_SHA256 "dsa_with_SHA256" | ||
2571 | #define NID_dsa_with_SHA256 803 | ||
2572 | #define OBJ_dsa_with_SHA256 OBJ_dsa_with_sha2,2L | ||
2573 | |||
2505 | #define SN_hold_instruction_code "holdInstructionCode" | 2574 | #define SN_hold_instruction_code "holdInstructionCode" |
2506 | #define LN_hold_instruction_code "Hold Instruction Code" | 2575 | #define LN_hold_instruction_code "Hold Instruction Code" |
2507 | #define NID_hold_instruction_code 430 | 2576 | #define NID_hold_instruction_code 430 |
@@ -3367,6 +3436,226 @@ | |||
3367 | #define LN_ipsec4 "ipsec4" | 3436 | #define LN_ipsec4 "ipsec4" |
3368 | #define NID_ipsec4 750 | 3437 | #define NID_ipsec4 750 |
3369 | 3438 | ||
3439 | #define SN_whirlpool "whirlpool" | ||
3440 | #define NID_whirlpool 804 | ||
3441 | #define OBJ_whirlpool OBJ_iso,0L,10118L,3L,0L,55L | ||
3442 | |||
3443 | #define SN_cryptopro "cryptopro" | ||
3444 | #define NID_cryptopro 805 | ||
3445 | #define OBJ_cryptopro OBJ_member_body,643L,2L,2L | ||
3446 | |||
3447 | #define SN_cryptocom "cryptocom" | ||
3448 | #define NID_cryptocom 806 | ||
3449 | #define OBJ_cryptocom OBJ_member_body,643L,2L,9L | ||
3450 | |||
3451 | #define SN_id_GostR3411_94_with_GostR3410_2001 "id-GostR3411-94-with-GostR3410-2001" | ||
3452 | #define LN_id_GostR3411_94_with_GostR3410_2001 "GOST R 34.11-94 with GOST R 34.10-2001" | ||
3453 | #define NID_id_GostR3411_94_with_GostR3410_2001 807 | ||
3454 | #define OBJ_id_GostR3411_94_with_GostR3410_2001 OBJ_cryptopro,3L | ||
3455 | |||
3456 | #define SN_id_GostR3411_94_with_GostR3410_94 "id-GostR3411-94-with-GostR3410-94" | ||
3457 | #define LN_id_GostR3411_94_with_GostR3410_94 "GOST R 34.11-94 with GOST R 34.10-94" | ||
3458 | #define NID_id_GostR3411_94_with_GostR3410_94 808 | ||
3459 | #define OBJ_id_GostR3411_94_with_GostR3410_94 OBJ_cryptopro,4L | ||
3460 | |||
3461 | #define SN_id_GostR3411_94 "md_gost94" | ||
3462 | #define LN_id_GostR3411_94 "GOST R 34.11-94" | ||
3463 | #define NID_id_GostR3411_94 809 | ||
3464 | #define OBJ_id_GostR3411_94 OBJ_cryptopro,9L | ||
3465 | |||
3466 | #define SN_id_HMACGostR3411_94 "id-HMACGostR3411-94" | ||
3467 | #define LN_id_HMACGostR3411_94 "HMAC GOST 34.11-94" | ||
3468 | #define NID_id_HMACGostR3411_94 810 | ||
3469 | #define OBJ_id_HMACGostR3411_94 OBJ_cryptopro,10L | ||
3470 | |||
3471 | #define SN_id_GostR3410_2001 "gost2001" | ||
3472 | #define LN_id_GostR3410_2001 "GOST R 34.10-2001" | ||
3473 | #define NID_id_GostR3410_2001 811 | ||
3474 | #define OBJ_id_GostR3410_2001 OBJ_cryptopro,19L | ||
3475 | |||
3476 | #define SN_id_GostR3410_94 "gost94" | ||
3477 | #define LN_id_GostR3410_94 "GOST R 34.10-94" | ||
3478 | #define NID_id_GostR3410_94 812 | ||
3479 | #define OBJ_id_GostR3410_94 OBJ_cryptopro,20L | ||
3480 | |||
3481 | #define SN_id_Gost28147_89 "gost89" | ||
3482 | #define LN_id_Gost28147_89 "GOST 28147-89" | ||
3483 | #define NID_id_Gost28147_89 813 | ||
3484 | #define OBJ_id_Gost28147_89 OBJ_cryptopro,21L | ||
3485 | |||
3486 | #define SN_gost89_cnt "gost89-cnt" | ||
3487 | #define NID_gost89_cnt 814 | ||
3488 | |||
3489 | #define SN_id_Gost28147_89_MAC "gost-mac" | ||
3490 | #define LN_id_Gost28147_89_MAC "GOST 28147-89 MAC" | ||
3491 | #define NID_id_Gost28147_89_MAC 815 | ||
3492 | #define OBJ_id_Gost28147_89_MAC OBJ_cryptopro,22L | ||
3493 | |||
3494 | #define SN_id_GostR3411_94_prf "prf-gostr3411-94" | ||
3495 | #define LN_id_GostR3411_94_prf "GOST R 34.11-94 PRF" | ||
3496 | #define NID_id_GostR3411_94_prf 816 | ||
3497 | #define OBJ_id_GostR3411_94_prf OBJ_cryptopro,23L | ||
3498 | |||
3499 | #define SN_id_GostR3410_2001DH "id-GostR3410-2001DH" | ||
3500 | #define LN_id_GostR3410_2001DH "GOST R 34.10-2001 DH" | ||
3501 | #define NID_id_GostR3410_2001DH 817 | ||
3502 | #define OBJ_id_GostR3410_2001DH OBJ_cryptopro,98L | ||
3503 | |||
3504 | #define SN_id_GostR3410_94DH "id-GostR3410-94DH" | ||
3505 | #define LN_id_GostR3410_94DH "GOST R 34.10-94 DH" | ||
3506 | #define NID_id_GostR3410_94DH 818 | ||
3507 | #define OBJ_id_GostR3410_94DH OBJ_cryptopro,99L | ||
3508 | |||
3509 | #define SN_id_Gost28147_89_CryptoPro_KeyMeshing "id-Gost28147-89-CryptoPro-KeyMeshing" | ||
3510 | #define NID_id_Gost28147_89_CryptoPro_KeyMeshing 819 | ||
3511 | #define OBJ_id_Gost28147_89_CryptoPro_KeyMeshing OBJ_cryptopro,14L,1L | ||
3512 | |||
3513 | #define SN_id_Gost28147_89_None_KeyMeshing "id-Gost28147-89-None-KeyMeshing" | ||
3514 | #define NID_id_Gost28147_89_None_KeyMeshing 820 | ||
3515 | #define OBJ_id_Gost28147_89_None_KeyMeshing OBJ_cryptopro,14L,0L | ||
3516 | |||
3517 | #define SN_id_GostR3411_94_TestParamSet "id-GostR3411-94-TestParamSet" | ||
3518 | #define NID_id_GostR3411_94_TestParamSet 821 | ||
3519 | #define OBJ_id_GostR3411_94_TestParamSet OBJ_cryptopro,30L,0L | ||
3520 | |||
3521 | #define SN_id_GostR3411_94_CryptoProParamSet "id-GostR3411-94-CryptoProParamSet" | ||
3522 | #define NID_id_GostR3411_94_CryptoProParamSet 822 | ||
3523 | #define OBJ_id_GostR3411_94_CryptoProParamSet OBJ_cryptopro,30L,1L | ||
3524 | |||
3525 | #define SN_id_Gost28147_89_TestParamSet "id-Gost28147-89-TestParamSet" | ||
3526 | #define NID_id_Gost28147_89_TestParamSet 823 | ||
3527 | #define OBJ_id_Gost28147_89_TestParamSet OBJ_cryptopro,31L,0L | ||
3528 | |||
3529 | #define SN_id_Gost28147_89_CryptoPro_A_ParamSet "id-Gost28147-89-CryptoPro-A-ParamSet" | ||
3530 | #define NID_id_Gost28147_89_CryptoPro_A_ParamSet 824 | ||
3531 | #define OBJ_id_Gost28147_89_CryptoPro_A_ParamSet OBJ_cryptopro,31L,1L | ||
3532 | |||
3533 | #define SN_id_Gost28147_89_CryptoPro_B_ParamSet "id-Gost28147-89-CryptoPro-B-ParamSet" | ||
3534 | #define NID_id_Gost28147_89_CryptoPro_B_ParamSet 825 | ||
3535 | #define OBJ_id_Gost28147_89_CryptoPro_B_ParamSet OBJ_cryptopro,31L,2L | ||
3536 | |||
3537 | #define SN_id_Gost28147_89_CryptoPro_C_ParamSet "id-Gost28147-89-CryptoPro-C-ParamSet" | ||
3538 | #define NID_id_Gost28147_89_CryptoPro_C_ParamSet 826 | ||
3539 | #define OBJ_id_Gost28147_89_CryptoPro_C_ParamSet OBJ_cryptopro,31L,3L | ||
3540 | |||
3541 | #define SN_id_Gost28147_89_CryptoPro_D_ParamSet "id-Gost28147-89-CryptoPro-D-ParamSet" | ||
3542 | #define NID_id_Gost28147_89_CryptoPro_D_ParamSet 827 | ||
3543 | #define OBJ_id_Gost28147_89_CryptoPro_D_ParamSet OBJ_cryptopro,31L,4L | ||
3544 | |||
3545 | #define SN_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet "id-Gost28147-89-CryptoPro-Oscar-1-1-ParamSet" | ||
3546 | #define NID_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet 828 | ||
3547 | #define OBJ_id_Gost28147_89_CryptoPro_Oscar_1_1_ParamSet OBJ_cryptopro,31L,5L | ||
3548 | |||
3549 | #define SN_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet "id-Gost28147-89-CryptoPro-Oscar-1-0-ParamSet" | ||
3550 | #define NID_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet 829 | ||
3551 | #define OBJ_id_Gost28147_89_CryptoPro_Oscar_1_0_ParamSet OBJ_cryptopro,31L,6L | ||
3552 | |||
3553 | #define SN_id_Gost28147_89_CryptoPro_RIC_1_ParamSet "id-Gost28147-89-CryptoPro-RIC-1-ParamSet" | ||
3554 | #define NID_id_Gost28147_89_CryptoPro_RIC_1_ParamSet 830 | ||
3555 | #define OBJ_id_Gost28147_89_CryptoPro_RIC_1_ParamSet OBJ_cryptopro,31L,7L | ||
3556 | |||
3557 | #define SN_id_GostR3410_94_TestParamSet "id-GostR3410-94-TestParamSet" | ||
3558 | #define NID_id_GostR3410_94_TestParamSet 831 | ||
3559 | #define OBJ_id_GostR3410_94_TestParamSet OBJ_cryptopro,32L,0L | ||
3560 | |||
3561 | #define SN_id_GostR3410_94_CryptoPro_A_ParamSet "id-GostR3410-94-CryptoPro-A-ParamSet" | ||
3562 | #define NID_id_GostR3410_94_CryptoPro_A_ParamSet 832 | ||
3563 | #define OBJ_id_GostR3410_94_CryptoPro_A_ParamSet OBJ_cryptopro,32L,2L | ||
3564 | |||
3565 | #define SN_id_GostR3410_94_CryptoPro_B_ParamSet "id-GostR3410-94-CryptoPro-B-ParamSet" | ||
3566 | #define NID_id_GostR3410_94_CryptoPro_B_ParamSet 833 | ||
3567 | #define OBJ_id_GostR3410_94_CryptoPro_B_ParamSet OBJ_cryptopro,32L,3L | ||
3568 | |||
3569 | #define SN_id_GostR3410_94_CryptoPro_C_ParamSet "id-GostR3410-94-CryptoPro-C-ParamSet" | ||
3570 | #define NID_id_GostR3410_94_CryptoPro_C_ParamSet 834 | ||
3571 | #define OBJ_id_GostR3410_94_CryptoPro_C_ParamSet OBJ_cryptopro,32L,4L | ||
3572 | |||
3573 | #define SN_id_GostR3410_94_CryptoPro_D_ParamSet "id-GostR3410-94-CryptoPro-D-ParamSet" | ||
3574 | #define NID_id_GostR3410_94_CryptoPro_D_ParamSet 835 | ||
3575 | #define OBJ_id_GostR3410_94_CryptoPro_D_ParamSet OBJ_cryptopro,32L,5L | ||
3576 | |||
3577 | #define SN_id_GostR3410_94_CryptoPro_XchA_ParamSet "id-GostR3410-94-CryptoPro-XchA-ParamSet" | ||
3578 | #define NID_id_GostR3410_94_CryptoPro_XchA_ParamSet 836 | ||
3579 | #define OBJ_id_GostR3410_94_CryptoPro_XchA_ParamSet OBJ_cryptopro,33L,1L | ||
3580 | |||
3581 | #define SN_id_GostR3410_94_CryptoPro_XchB_ParamSet "id-GostR3410-94-CryptoPro-XchB-ParamSet" | ||
3582 | #define NID_id_GostR3410_94_CryptoPro_XchB_ParamSet 837 | ||
3583 | #define OBJ_id_GostR3410_94_CryptoPro_XchB_ParamSet OBJ_cryptopro,33L,2L | ||
3584 | |||
3585 | #define SN_id_GostR3410_94_CryptoPro_XchC_ParamSet "id-GostR3410-94-CryptoPro-XchC-ParamSet" | ||
3586 | #define NID_id_GostR3410_94_CryptoPro_XchC_ParamSet 838 | ||
3587 | #define OBJ_id_GostR3410_94_CryptoPro_XchC_ParamSet OBJ_cryptopro,33L,3L | ||
3588 | |||
3589 | #define SN_id_GostR3410_2001_TestParamSet "id-GostR3410-2001-TestParamSet" | ||
3590 | #define NID_id_GostR3410_2001_TestParamSet 839 | ||
3591 | #define OBJ_id_GostR3410_2001_TestParamSet OBJ_cryptopro,35L,0L | ||
3592 | |||
3593 | #define SN_id_GostR3410_2001_CryptoPro_A_ParamSet "id-GostR3410-2001-CryptoPro-A-ParamSet" | ||
3594 | #define NID_id_GostR3410_2001_CryptoPro_A_ParamSet 840 | ||
3595 | #define OBJ_id_GostR3410_2001_CryptoPro_A_ParamSet OBJ_cryptopro,35L,1L | ||
3596 | |||
3597 | #define SN_id_GostR3410_2001_CryptoPro_B_ParamSet "id-GostR3410-2001-CryptoPro-B-ParamSet" | ||
3598 | #define NID_id_GostR3410_2001_CryptoPro_B_ParamSet 841 | ||
3599 | #define OBJ_id_GostR3410_2001_CryptoPro_B_ParamSet OBJ_cryptopro,35L,2L | ||
3600 | |||
3601 | #define SN_id_GostR3410_2001_CryptoPro_C_ParamSet "id-GostR3410-2001-CryptoPro-C-ParamSet" | ||
3602 | #define NID_id_GostR3410_2001_CryptoPro_C_ParamSet 842 | ||
3603 | #define OBJ_id_GostR3410_2001_CryptoPro_C_ParamSet OBJ_cryptopro,35L,3L | ||
3604 | |||
3605 | #define SN_id_GostR3410_2001_CryptoPro_XchA_ParamSet "id-GostR3410-2001-CryptoPro-XchA-ParamSet" | ||
3606 | #define NID_id_GostR3410_2001_CryptoPro_XchA_ParamSet 843 | ||
3607 | #define OBJ_id_GostR3410_2001_CryptoPro_XchA_ParamSet OBJ_cryptopro,36L,0L | ||
3608 | |||
3609 | #define SN_id_GostR3410_2001_CryptoPro_XchB_ParamSet "id-GostR3410-2001-CryptoPro-XchB-ParamSet" | ||
3610 | #define NID_id_GostR3410_2001_CryptoPro_XchB_ParamSet 844 | ||
3611 | #define OBJ_id_GostR3410_2001_CryptoPro_XchB_ParamSet OBJ_cryptopro,36L,1L | ||
3612 | |||
3613 | #define SN_id_GostR3410_94_a "id-GostR3410-94-a" | ||
3614 | #define NID_id_GostR3410_94_a 845 | ||
3615 | #define OBJ_id_GostR3410_94_a OBJ_id_GostR3410_94,1L | ||
3616 | |||
3617 | #define SN_id_GostR3410_94_aBis "id-GostR3410-94-aBis" | ||
3618 | #define NID_id_GostR3410_94_aBis 846 | ||
3619 | #define OBJ_id_GostR3410_94_aBis OBJ_id_GostR3410_94,2L | ||
3620 | |||
3621 | #define SN_id_GostR3410_94_b "id-GostR3410-94-b" | ||
3622 | #define NID_id_GostR3410_94_b 847 | ||
3623 | #define OBJ_id_GostR3410_94_b OBJ_id_GostR3410_94,3L | ||
3624 | |||
3625 | #define SN_id_GostR3410_94_bBis "id-GostR3410-94-bBis" | ||
3626 | #define NID_id_GostR3410_94_bBis 848 | ||
3627 | #define OBJ_id_GostR3410_94_bBis OBJ_id_GostR3410_94,4L | ||
3628 | |||
3629 | #define SN_id_Gost28147_89_cc "id-Gost28147-89-cc" | ||
3630 | #define LN_id_Gost28147_89_cc "GOST 28147-89 Cryptocom ParamSet" | ||
3631 | #define NID_id_Gost28147_89_cc 849 | ||
3632 | #define OBJ_id_Gost28147_89_cc OBJ_cryptocom,1L,6L,1L | ||
3633 | |||
3634 | #define SN_id_GostR3410_94_cc "gost94cc" | ||
3635 | #define LN_id_GostR3410_94_cc "GOST 34.10-94 Cryptocom" | ||
3636 | #define NID_id_GostR3410_94_cc 850 | ||
3637 | #define OBJ_id_GostR3410_94_cc OBJ_cryptocom,1L,5L,3L | ||
3638 | |||
3639 | #define SN_id_GostR3410_2001_cc "gost2001cc" | ||
3640 | #define LN_id_GostR3410_2001_cc "GOST 34.10-2001 Cryptocom" | ||
3641 | #define NID_id_GostR3410_2001_cc 851 | ||
3642 | #define OBJ_id_GostR3410_2001_cc OBJ_cryptocom,1L,5L,4L | ||
3643 | |||
3644 | #define SN_id_GostR3411_94_with_GostR3410_94_cc "id-GostR3411-94-with-GostR3410-94-cc" | ||
3645 | #define LN_id_GostR3411_94_with_GostR3410_94_cc "GOST R 34.11-94 with GOST R 34.10-94 Cryptocom" | ||
3646 | #define NID_id_GostR3411_94_with_GostR3410_94_cc 852 | ||
3647 | #define OBJ_id_GostR3411_94_with_GostR3410_94_cc OBJ_cryptocom,1L,3L,3L | ||
3648 | |||
3649 | #define SN_id_GostR3411_94_with_GostR3410_2001_cc "id-GostR3411-94-with-GostR3410-2001-cc" | ||
3650 | #define LN_id_GostR3411_94_with_GostR3410_2001_cc "GOST R 34.11-94 with GOST R 34.10-2001 Cryptocom" | ||
3651 | #define NID_id_GostR3411_94_with_GostR3410_2001_cc 853 | ||
3652 | #define OBJ_id_GostR3411_94_with_GostR3410_2001_cc OBJ_cryptocom,1L,3L,4L | ||
3653 | |||
3654 | #define SN_id_GostR3410_2001_ParamSet_cc "id-GostR3410-2001-ParamSet-cc" | ||
3655 | #define LN_id_GostR3410_2001_ParamSet_cc "GOST R 3410-2001 Parameter Set Cryptocom" | ||
3656 | #define NID_id_GostR3410_2001_ParamSet_cc 854 | ||
3657 | #define OBJ_id_GostR3410_2001_ParamSet_cc OBJ_cryptocom,1L,8L,1L | ||
3658 | |||
3370 | #define SN_camellia_128_cbc "CAMELLIA-128-CBC" | 3659 | #define SN_camellia_128_cbc "CAMELLIA-128-CBC" |
3371 | #define LN_camellia_128_cbc "camellia-128-cbc" | 3660 | #define LN_camellia_128_cbc "camellia-128-cbc" |
3372 | #define NID_camellia_128_cbc 751 | 3661 | #define NID_camellia_128_cbc 751 |
@@ -3480,3 +3769,7 @@ | |||
3480 | #define NID_seed_ofb128 778 | 3769 | #define NID_seed_ofb128 778 |
3481 | #define OBJ_seed_ofb128 OBJ_kisa,1L,6L | 3770 | #define OBJ_seed_ofb128 OBJ_kisa,1L,6L |
3482 | 3771 | ||
3772 | #define SN_hmac "HMAC" | ||
3773 | #define LN_hmac "hmac" | ||
3774 | #define NID_hmac 855 | ||
3775 | |||