From 9632bc9c14661317d8f033dac108b6ae08ad76f1 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Tue, 16 May 2017 06:12:23 -0700 Subject: [PATCH] CACreateCert: remove "OfIncorporation" from EV subject OIDs The EV certificate guidelines version 1.4.6 adopted and effective 2014-03-24 removed the "OfIncorporation" part from the OID name. Include the new shorter names while keeping the old ones as aliases. Signed-off-by: Kyle J. McKay --- CACreateCert | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CACreateCert b/CACreateCert index 7b9e715..7ce55e0 100755 --- a/CACreateCert +++ b/CACreateCert @@ -806,10 +806,16 @@ BEGIN { 'emailAddress' => '1.2.840.113549.1.9.1', 'jurisdictionOfIncorporationLocalityName'=> '1.3.6.1.4.1.311.60.2.1.1', 'jurisdictionOfIncorporationLocality'=> '1.3.6.1.4.1.311.60.2.1.1', + 'jurisdictionLocalityName' => '1.3.6.1.4.1.311.60.2.1.1', + 'jurisdictionLocality' => '1.3.6.1.4.1.311.60.2.1.1', 'jurisdictionOfIncorporationStateOrProvinceName'=> '1.3.6.1.4.1.311.60.2.1.2', 'jurisdictionOfIncorporationStateOrProvince'=> '1.3.6.1.4.1.311.60.2.1.2', + 'jurisdictionStateOrProvinceName' => '1.3.6.1.4.1.311.60.2.1.2', + 'jurisdictionStateOrProvince' => '1.3.6.1.4.1.311.60.2.1.2', 'jurisdictionOfIncorporationCountryName'=> '1.3.6.1.4.1.311.60.2.1.3', 'jurisdictionOfIncorporationCountry'=> '1.3.6.1.4.1.311.60.2.1.3', + 'jurisdictionCountryName' => '1.3.6.1.4.1.311.60.2.1.3', + 'jurisdictionCountry' => '1.3.6.1.4.1.311.60.2.1.3', # Some extra help here for those last long ones and some obvious abbreviations 'joiL' => '1.3.6.1.4.1.311.60.2.1.1', -- 2.11.4.GIT