提交 6f528cac 编写于 作者: D Dr. Stephen Henson

Typo: OID should be policyMappings

上级 10a66ad3
...@@ -756,7 +756,7 @@ static unsigned char lvalues[4876]={ ...@@ -756,7 +756,7 @@ static unsigned char lvalues[4876]={
0x2B,0x06,0x01,0x04,0x01,0x82,0x37,0x14,0x02,0x02,/* [4848] OBJ_ms_smartcard_login */ 0x2B,0x06,0x01,0x04,0x01,0x82,0x37,0x14,0x02,0x02,/* [4848] OBJ_ms_smartcard_login */
0x2B,0x06,0x01,0x04,0x01,0x82,0x37,0x14,0x02,0x03,/* [4858] OBJ_ms_upn */ 0x2B,0x06,0x01,0x04,0x01,0x82,0x37,0x14,0x02,0x03,/* [4858] OBJ_ms_upn */
0x55,0x1D,0x20,0x00, /* [4868] OBJ_any_policy */ 0x55,0x1D,0x20,0x00, /* [4868] OBJ_any_policy */
0x55,0x1D,0x21, /* [4872] OBJ_policy_mapping */ 0x55,0x1D,0x21, /* [4872] OBJ_policy_mappings */
}; };
static ASN1_OBJECT nid_objs[NUM_NID]={ static ASN1_OBJECT nid_objs[NUM_NID]={
...@@ -1882,7 +1882,7 @@ static ASN1_OBJECT nid_objs[NUM_NID]={ ...@@ -1882,7 +1882,7 @@ static ASN1_OBJECT nid_objs[NUM_NID]={
{"msUPN","Microsoft Universal Principal Name",NID_ms_upn,10, {"msUPN","Microsoft Universal Principal Name",NID_ms_upn,10,
&(lvalues[4858]),0}, &(lvalues[4858]),0},
{"anyPolicy","X509v3 Any Policy",NID_any_policy,4,&(lvalues[4868]),0}, {"anyPolicy","X509v3 Any Policy",NID_any_policy,4,&(lvalues[4868]),0},
{"policyMapping","X509v3 Policy Mapping",NID_policy_mapping,3, {"policyMappings","X509v3 Policy Mappings",NID_policy_mappings,3,
&(lvalues[4872]),0}, &(lvalues[4872]),0},
}; };
...@@ -2367,7 +2367,7 @@ static ASN1_OBJECT *sn_objs[NUM_SN]={ ...@@ -2367,7 +2367,7 @@ static ASN1_OBJECT *sn_objs[NUM_SN]={
&(nid_objs[151]),/* "pkcs8ShroudedKeyBag" */ &(nid_objs[151]),/* "pkcs8ShroudedKeyBag" */
&(nid_objs[47]),/* "pkcs9" */ &(nid_objs[47]),/* "pkcs9" */
&(nid_objs[401]),/* "policyConstraints" */ &(nid_objs[401]),/* "policyConstraints" */
&(nid_objs[719]),/* "policyMapping" */ &(nid_objs[719]),/* "policyMappings" */
&(nid_objs[506]),/* "ppBasis" */ &(nid_objs[506]),/* "ppBasis" */
&(nid_objs[406]),/* "prime-field" */ &(nid_objs[406]),/* "prime-field" */
&(nid_objs[409]),/* "prime192v1" */ &(nid_objs[409]),/* "prime192v1" */
...@@ -2699,7 +2699,7 @@ static ASN1_OBJECT *ln_objs[NUM_LN]={ ...@@ -2699,7 +2699,7 @@ static ASN1_OBJECT *ln_objs[NUM_LN]={
&(nid_objs[83]),/* "X509v3 Key Usage" */ &(nid_objs[83]),/* "X509v3 Key Usage" */
&(nid_objs[403]),/* "X509v3 No Revocation Available" */ &(nid_objs[403]),/* "X509v3 No Revocation Available" */
&(nid_objs[401]),/* "X509v3 Policy Constraints" */ &(nid_objs[401]),/* "X509v3 Policy Constraints" */
&(nid_objs[719]),/* "X509v3 Policy Mapping" */ &(nid_objs[719]),/* "X509v3 Policy Mappings" */
&(nid_objs[84]),/* "X509v3 Private Key Usage Period" */ &(nid_objs[84]),/* "X509v3 Private Key Usage Period" */
&(nid_objs[85]),/* "X509v3 Subject Alternative Name" */ &(nid_objs[85]),/* "X509v3 Subject Alternative Name" */
&(nid_objs[82]),/* "X509v3 Subject Key Identifier" */ &(nid_objs[82]),/* "X509v3 Subject Key Identifier" */
...@@ -3374,7 +3374,7 @@ static ASN1_OBJECT *obj_objs[NUM_OBJ]={ ...@@ -3374,7 +3374,7 @@ static ASN1_OBJECT *obj_objs[NUM_OBJ]={
&(nid_objs[140]),/* OBJ_delta_crl 2 5 29 27 */ &(nid_objs[140]),/* OBJ_delta_crl 2 5 29 27 */
&(nid_objs[103]),/* OBJ_crl_distribution_points 2 5 29 31 */ &(nid_objs[103]),/* OBJ_crl_distribution_points 2 5 29 31 */
&(nid_objs[89]),/* OBJ_certificate_policies 2 5 29 32 */ &(nid_objs[89]),/* OBJ_certificate_policies 2 5 29 32 */
&(nid_objs[719]),/* OBJ_policy_mapping 2 5 29 33 */ &(nid_objs[719]),/* OBJ_policy_mappings 2 5 29 33 */
&(nid_objs[90]),/* OBJ_authority_key_identifier 2 5 29 35 */ &(nid_objs[90]),/* OBJ_authority_key_identifier 2 5 29 35 */
&(nid_objs[401]),/* OBJ_policy_constraints 2 5 29 36 */ &(nid_objs[401]),/* OBJ_policy_constraints 2 5 29 36 */
&(nid_objs[126]),/* OBJ_ext_key_usage 2 5 29 37 */ &(nid_objs[126]),/* OBJ_ext_key_usage 2 5 29 37 */
......
...@@ -2046,10 +2046,10 @@ ...@@ -2046,10 +2046,10 @@
#define NID_any_policy 718 #define NID_any_policy 718
#define OBJ_any_policy OBJ_certificate_policies,0L #define OBJ_any_policy OBJ_certificate_policies,0L
#define SN_policy_mapping "policyMapping" #define SN_policy_mappings "policyMappings"
#define LN_policy_mapping "X509v3 Policy Mapping" #define LN_policy_mappings "X509v3 Policy Mappings"
#define NID_policy_mapping 719 #define NID_policy_mappings 719
#define OBJ_policy_mapping OBJ_id_ce,33L #define OBJ_policy_mappings OBJ_id_ce,33L
#define SN_authority_key_identifier "authorityKeyIdentifier" #define SN_authority_key_identifier "authorityKeyIdentifier"
#define LN_authority_key_identifier "X509v3 Authority Key Identifier" #define LN_authority_key_identifier "X509v3 Authority Key Identifier"
......
...@@ -716,4 +716,4 @@ wap_wsg_idm_ecid_wtls12 715 ...@@ -716,4 +716,4 @@ wap_wsg_idm_ecid_wtls12 715
ms_smartcard_login 716 ms_smartcard_login 716
ms_upn 717 ms_upn 717
any_policy 718 any_policy 718
policy_mapping 719 policy_mappings 719
...@@ -664,8 +664,8 @@ id-ce 31 : crlDistributionPoints : X509v3 CRL Distribution Points ...@@ -664,8 +664,8 @@ id-ce 31 : crlDistributionPoints : X509v3 CRL Distribution Points
id-ce 32 : certificatePolicies : X509v3 Certificate Policies id-ce 32 : certificatePolicies : X509v3 Certificate Policies
!Cname any-policy !Cname any-policy
certificate-policies 0 : anyPolicy : X509v3 Any Policy certificate-policies 0 : anyPolicy : X509v3 Any Policy
!Cname policy-mapping !Cname policy-mappings
id-ce 33 : policyMapping : X509v3 Policy Mapping id-ce 33 : policyMappings : X509v3 Policy Mappings
!Cname authority-key-identifier !Cname authority-key-identifier
id-ce 35 : authorityKeyIdentifier : X509v3 Authority Key Identifier id-ce 35 : authorityKeyIdentifier : X509v3 Authority Key Identifier
!Cname policy-constraints !Cname policy-constraints
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册