From f9f6c92c52df8e184a5c87b2156d259372715436 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Mon, 13 Jan 2003 15:51:33 +0000 Subject: [PATCH] undo part of a recent change: it's "surname", not "surName" (see X.520 aka ISO/IEC 9594-6) --- crypto/objects/obj_dat.h | 4 ++-- crypto/objects/obj_mac.h | 2 +- crypto/objects/objects.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crypto/objects/obj_dat.h b/crypto/objects/obj_dat.h index 511c7b4c0f..969b18a341 100644 --- a/crypto/objects/obj_dat.h +++ b/crypto/objects/obj_dat.h @@ -827,7 +827,7 @@ static ASN1_OBJECT nid_objs[NUM_NID]={ {"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}, +{"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", @@ -3005,7 +3005,7 @@ static ASN1_OBJECT *ln_objs[NUM_LN]={ &(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" */ diff --git a/crypto/objects/obj_mac.h b/crypto/objects/obj_mac.h index a66b5b9255..7645012298 100644 --- a/crypto/objects/obj_mac.h +++ b/crypto/objects/obj_mac.h @@ -1596,7 +1596,7 @@ #define OBJ_commonName OBJ_X509,3L #define SN_surname "SN" -#define LN_surname "surName" +#define LN_surname "surname" #define NID_surname 100 #define OBJ_surname OBJ_X509,4L diff --git a/crypto/objects/objects.txt b/crypto/objects/objects.txt index f1c206f851..3a3aa6b9d1 100644 --- a/crypto/objects/objects.txt +++ b/crypto/objects/objects.txt @@ -532,7 +532,7 @@ algorithm 29 : RSA-SHA1-2 : sha1WithRSA X500 4 : X509 X509 3 : CN : commonName !Cname surname -X509 4 : SN : surName +X509 4 : SN : surname X509 5 : : serialNumber X509 6 : C : countryName X509 7 : L : localityName -- 2.25.1