Be consistent with capitalisation of object names.
authorRichard Levitte <levitte@openssl.org>
Fri, 20 Dec 2002 09:24:17 +0000 (09:24 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 20 Dec 2002 09:24:17 +0000 (09:24 +0000)
crypto/objects/obj_dat.h
crypto/objects/obj_mac.h
crypto/objects/obj_mac.num

index c9ce8dc56e325979b5a9ddd247d484a6e88d4070..4eacd13c21f7863d5183bc6da839f97156a222f8 100644 (file)
@@ -150,7 +150,7 @@ static unsigned char lvalues[4869]={
 0x55,0x08,0x03,0x65,                         /* [527] OBJ_mdc2 */
 0x55,0x08,0x03,0x64,                         /* [531] OBJ_mdc2WithRSA */
 0x55,0x04,0x2A,                              /* [535] OBJ_givenName */
 0x55,0x08,0x03,0x65,                         /* [527] OBJ_mdc2 */
 0x55,0x08,0x03,0x64,                         /* [531] OBJ_mdc2WithRSA */
 0x55,0x04,0x2A,                              /* [535] OBJ_givenName */
-0x55,0x04,0x04,                              /* [538] OBJ_surname */
+0x55,0x04,0x04,                              /* [538] OBJ_surName */
 0x55,0x04,0x2B,                              /* [541] OBJ_initials */
 0x55,0x1D,0x1F,                              /* [544] OBJ_crl_distribution_points */
 0x2B,0x0E,0x03,0x02,0x03,                    /* [547] OBJ_md5WithRSA */
 0x55,0x04,0x2B,                              /* [541] OBJ_initials */
 0x55,0x1D,0x1F,                              /* [544] OBJ_crl_distribution_points */
 0x2B,0x0E,0x03,0x02,0x03,                    /* [547] OBJ_md5WithRSA */
@@ -896,8 +896,8 @@ static ASN1_OBJECT nid_objs[NUM_NID]={
 {"RSA-MDC2","mdc2WithRSA",NID_mdc2WithRSA,4,&(lvalues[531]),0},
 {"RC4-40","rc4-40",NID_rc4_40,0,NULL},
 {"RC2-40-CBC","rc2-40-cbc",NID_rc2_40_cbc,0,NULL},
 {"RSA-MDC2","mdc2WithRSA",NID_mdc2WithRSA,4,&(lvalues[531]),0},
 {"RC4-40","rc4-40",NID_rc4_40,0,NULL},
 {"RC2-40-CBC","rc2-40-cbc",NID_rc2_40_cbc,0,NULL},
-{"gn","givenName",NID_givenName,3,&(lvalues[535]),0},
-{"SN","surname",NID_surname,3,&(lvalues[538]),0},
+{"GN","givenName",NID_givenName,3,&(lvalues[535]),0},
+{"SN","surName",NID_surName,3,&(lvalues[538]),0},
 {"initials","initials",NID_initials,3,&(lvalues[541]),0},
 {NULL,NULL,NID_undef,0,NULL},
 {"crlDistributionPoints","X509v3 CRL Distribution Points",
 {"initials","initials",NID_initials,3,&(lvalues[541]),0},
 {NULL,NULL,NID_undef,0,NULL},
 {"crlDistributionPoints","X509v3 CRL Distribution Points",
@@ -1931,6 +1931,7 @@ static ASN1_OBJECT *sn_objs[NUM_SN]={
 &(nid_objs[70]),/* "DSA-SHA1-old" */
 &(nid_objs[67]),/* "DSA-old" */
 &(nid_objs[297]),/* "DVCS" */
 &(nid_objs[70]),/* "DSA-SHA1-old" */
 &(nid_objs[67]),/* "DSA-old" */
 &(nid_objs[297]),/* "DVCS" */
+&(nid_objs[99]),/* "GN" */
 &(nid_objs[381]),/* "IANA" */
 &(nid_objs[34]),/* "IDEA-CBC" */
 &(nid_objs[35]),/* "IDEA-CFB" */
 &(nid_objs[381]),/* "IANA" */
 &(nid_objs[34]),/* "IDEA-CBC" */
 &(nid_objs[35]),/* "IDEA-CFB" */
@@ -2098,7 +2099,6 @@ static ASN1_OBJECT *sn_objs[NUM_SN]={
 &(nid_objs[490]),/* "friendlyCountryName" */
 &(nid_objs[156]),/* "friendlyName" */
 &(nid_objs[574]),/* "generationQualifier" */
 &(nid_objs[490]),/* "friendlyCountryName" */
 &(nid_objs[156]),/* "friendlyName" */
 &(nid_objs[574]),/* "generationQualifier" */
-&(nid_objs[99]),/* "gn" */
 &(nid_objs[163]),/* "hmacWithSHA1" */
 &(nid_objs[432]),/* "holdInstructionCallIssuer" */
 &(nid_objs[430]),/* "holdInstructionCode" */
 &(nid_objs[163]),/* "hmacWithSHA1" */
 &(nid_objs[432]),/* "holdInstructionCallIssuer" */
 &(nid_objs[430]),/* "holdInstructionCode" */
@@ -3282,7 +3282,7 @@ static ASN1_OBJECT *ln_objs[NUM_LN]={
 &(nid_objs[16]),/* "stateOrProvinceName" */
 &(nid_objs[498]),/* "subtreeMaximumQuality" */
 &(nid_objs[497]),/* "subtreeMinimumQuality" */
 &(nid_objs[16]),/* "stateOrProvinceName" */
 &(nid_objs[498]),/* "subtreeMaximumQuality" */
 &(nid_objs[497]),/* "subtreeMinimumQuality" */
-&(nid_objs[100]),/* "surname" */
+&(nid_objs[100]),/* "surName" */
 &(nid_objs[459]),/* "textEncodedORAddress" */
 &(nid_objs[293]),/* "textNotice" */
 &(nid_objs[106]),/* "title" */
 &(nid_objs[459]),/* "textEncodedORAddress" */
 &(nid_objs[293]),/* "textNotice" */
 &(nid_objs[106]),/* "title" */
@@ -3335,7 +3335,7 @@ static ASN1_OBJECT *obj_objs[NUM_OBJ]={
 &(nid_objs[528]),/* OBJ_certicom_arc                 1 3 132 */
 &(nid_objs[394]),/* OBJ_selected_attribute_types     2 5 1 5 */
 &(nid_objs[13]),/* OBJ_commonName                   2 5 4 3 */
 &(nid_objs[528]),/* OBJ_certicom_arc                 1 3 132 */
 &(nid_objs[394]),/* OBJ_selected_attribute_types     2 5 1 5 */
 &(nid_objs[13]),/* OBJ_commonName                   2 5 4 3 */
-&(nid_objs[100]),/* OBJ_surname                      2 5 4 4 */
+&(nid_objs[100]),/* OBJ_surName                      2 5 4 4 */
 &(nid_objs[105]),/* OBJ_serialNumber                 2 5 4 5 */
 &(nid_objs[14]),/* OBJ_countryName                  2 5 4 6 */
 &(nid_objs[15]),/* OBJ_localityName                 2 5 4 7 */
 &(nid_objs[105]),/* OBJ_serialNumber                 2 5 4 5 */
 &(nid_objs[14]),/* OBJ_countryName                  2 5 4 6 */
 &(nid_objs[15]),/* OBJ_localityName                 2 5 4 7 */
index 705359675bdf572559a8469825499528429add45..85d837bb7800101e7272c0a787779786098587fa 100644 (file)
 #define NID_commonName         13
 #define OBJ_commonName         OBJ_X509,3L
 
 #define NID_commonName         13
 #define OBJ_commonName         OBJ_X509,3L
 
-#define SN_surname             "SN"
-#define LN_surname             "surname"
-#define NID_surname            100
-#define OBJ_surname            OBJ_X509,4L
+#define SN_surName             "SN"
+#define LN_surName             "surName"
+#define NID_surName            100
+#define OBJ_surName            OBJ_X509,4L
 
 #define LN_serialNumber                "serialNumber"
 #define NID_serialNumber               105
 
 #define LN_serialNumber                "serialNumber"
 #define NID_serialNumber               105
 #define NID_name               173
 #define OBJ_name               OBJ_X509,41L
 
 #define NID_name               173
 #define OBJ_name               OBJ_X509,41L
 
-#define SN_givenName           "gn"
+#define SN_givenName           "GN"
 #define LN_givenName           "givenName"
 #define NID_givenName          99
 #define OBJ_givenName          OBJ_X509,42L
 #define LN_givenName           "givenName"
 #define NID_givenName          99
 #define OBJ_givenName          OBJ_X509,42L
index 81936507e8bf7808c85c3fab990280f57137df3e..66bc507681d7b329165522cea7f9cf6cb4eeda8b 100644 (file)
@@ -98,7 +98,7 @@ mdc2WithRSA           96
 rc4_40         97
 rc2_40_cbc             98
 givenName              99
 rc4_40         97
 rc2_40_cbc             98
 givenName              99
-surname                100
+surName                100
 initials               101
 uniqueIdentifier               102
 crl_distribution_points                103
 initials               101
 uniqueIdentifier               102
 crl_distribution_points                103