Add support for freshest CRL extension.
[openssl.git] / crypto / objects / obj_dat.h
index 9f0a75f05e0d0ccaad97bce625386c4932901b80..857b71a363f4802658450626400500186afaa699 100644 (file)
  * [including the GNU Public Licence.]
  */
 
-#define NUM_NID 856
-#define NUM_SN 849
-#define NUM_LN 849
-#define NUM_OBJ 803
+#define NUM_NID 858
+#define NUM_SN 851
+#define NUM_LN 851
+#define NUM_OBJ 805
 
-static const unsigned char lvalues[5702]={
+static const unsigned char lvalues[5714]={
 0x00,                                        /* [  0] OBJ_undef */
 0x2A,0x86,0x48,0x86,0xF7,0x0D,               /* [  1] OBJ_rsadsi */
 0x2A,0x86,0x48,0x86,0xF7,0x0D,0x01,          /* [  7] OBJ_pkcs */
@@ -871,6 +871,8 @@ static const unsigned char lvalues[5702]={
 0x2A,0x85,0x03,0x02,0x09,0x01,0x03,0x03,     /* [5677] OBJ_id_GostR3411_94_with_GostR3410_94_cc */
 0x2A,0x85,0x03,0x02,0x09,0x01,0x03,0x04,     /* [5685] OBJ_id_GostR3411_94_with_GostR3410_2001_cc */
 0x2A,0x85,0x03,0x02,0x09,0x01,0x08,0x01,     /* [5693] OBJ_id_GostR3410_2001_ParamSet_cc */
+0x2B,0x06,0x01,0x04,0x01,0x82,0x37,0x11,0x02,/* [5701] OBJ_LocalKeySet */
+0x55,0x1D,0x2E,                              /* [5710] OBJ_freshest_crl */
 };
 
 static const ASN1_OBJECT nid_objs[NUM_NID]={
@@ -2253,6 +2255,10 @@ static const ASN1_OBJECT nid_objs[NUM_NID]={
        "GOST R 3410-2001 Parameter Set Cryptocom",
        NID_id_GostR3410_2001_ParamSet_cc,8,&(lvalues[5693]),0},
 {"HMAC","hmac",NID_hmac,0,NULL,0},
+{"LocalKeySet","Microsoft Local Key set",NID_LocalKeySet,9,
+       &(lvalues[5701]),0},
+{"freshestCRL","X509v3 Freshest CRL",NID_freshest_crl,3,
+       &(lvalues[5710]),0},
 };
 
 static const unsigned int sn_objs[NUM_SN]={
@@ -2347,6 +2353,7 @@ static const unsigned int sn_objs[NUM_SN]={
 646,   /* "JOINT-ISO-ITU-T" */
 773,   /* "KISA" */
 15,    /* "L" */
+856,   /* "LocalKeySet" */
  3,    /* "MD2" */
 257,   /* "MD4" */
  4,    /* "MD5" */
@@ -2530,6 +2537,7 @@ static const unsigned int sn_objs[NUM_SN]={
 126,   /* "extendedKeyUsage" */
 372,   /* "extendedStatus" */
 462,   /* "favouriteDrink" */
+857,   /* "freshestCRL" */
 453,   /* "friendlyCountry" */
 490,   /* "friendlyCountryName" */
 156,   /* "friendlyName" */
@@ -3165,6 +3173,7 @@ static const unsigned int ln_objs[NUM_LN]={
 138,   /* "Microsoft Encrypted File System" */
 171,   /* "Microsoft Extension Request" */
 134,   /* "Microsoft Individual Code Signing" */
+856,   /* "Microsoft Local Key set" */
 137,   /* "Microsoft Server Gated Crypto" */
 648,   /* "Microsoft Smartcardlogin" */
 136,   /* "Microsoft Trust List Signing" */
@@ -3225,6 +3234,7 @@ static const unsigned int ln_objs[NUM_LN]={
 89,    /* "X509v3 Certificate Policies" */
 140,   /* "X509v3 Delta CRL Indicator" */
 126,   /* "X509v3 Extended Key Usage" */
+857,   /* "X509v3 Freshest CRL" */
 748,   /* "X509v3 Inhibit Any Policy" */
 86,    /* "X509v3 Issuer Alternative Name" */
 770,   /* "X509v3 Issuing Distrubution Point" */
@@ -4024,6 +4034,7 @@ static const unsigned int obj_objs[NUM_OBJ]={
 90,    /* OBJ_authority_key_identifier     2 5 29 35 */
 401,   /* OBJ_policy_constraints           2 5 29 36 */
 126,   /* OBJ_ext_key_usage                2 5 29 37 */
+857,   /* OBJ_freshest_crl                 2 5 29 46 */
 748,   /* OBJ_inhibit_any_policy           2 5 29 54 */
 402,   /* OBJ_target_information           2 5 29 55 */
 403,   /* OBJ_no_rev_avail                 2 5 29 56 */
@@ -4550,6 +4561,7 @@ static const unsigned int obj_objs[NUM_OBJ]={
 682,   /* OBJ_X9_62_tpBasis                1 2 840 10045 1 2 3 2 */
 683,   /* OBJ_X9_62_ppBasis                1 2 840 10045 1 2 3 3 */
 417,   /* OBJ_ms_csp_name                  1 3 6 1 4 1 311 17 1 */
+856,   /* OBJ_LocalKeySet                  1 3 6 1 4 1 311 17 2 */
 390,   /* OBJ_dcObject                     1 3 6 1 4 1 1466 344 */
 91,    /* OBJ_bf_cbc                       1 3 6 1 4 1 3029 1 2 */
 315,   /* OBJ_id_regCtrl_regToken          1 3 6 1 5 5 7 5 1 1 */