diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2017-05-25 17:00:25 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2017-05-25 17:00:25 +0000 |
commit | ab69dce588018883bcb73ed04813b42eb2cf6c25 (patch) | |
tree | bb7abda46088d292a42a6c1cee3ab465c8226211 /lib | |
parent | ee99eb01f8f7d5a65b3520981c4db878baa9eea1 (diff) |
Add definitions for three OIDs used in EV certificates.
From Kyle J. McKay <mackyle at gmail dot com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/objects/obj_mac.num | 3 | ||||
-rw-r--r-- | lib/libcrypto/objects/objects.txt | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lib/libcrypto/objects/obj_mac.num b/lib/libcrypto/objects/obj_mac.num index d839b396f22..3214090a3a1 100644 --- a/lib/libcrypto/objects/obj_mac.num +++ b/lib/libcrypto/objects/obj_mac.num @@ -953,3 +953,6 @@ Ed25519 952 Ed448 953 Ed25519ph 954 Ed448ph 955 +jurisdictionLocalityName 956 +jurisdictionStateOrProvinceName 957 +jurisdictionCountryName 958 diff --git a/lib/libcrypto/objects/objects.txt b/lib/libcrypto/objects/objects.txt index 28d77218fc3..6efabf7deec 100644 --- a/lib/libcrypto/objects/objects.txt +++ b/lib/libcrypto/objects/objects.txt @@ -830,6 +830,12 @@ Private 1 : enterprises : Enterprises # RFC 2247 Enterprises 1466 344 : dcobject : dcObject +# Extended Validation +!Alias extendedValidation Enterprises 311 60 +extendedValidation 2 1 1 : : jurisdictionLocalityName +extendedValidation 2 1 2 : : jurisdictionStateOrProvinceName +extendedValidation 2 1 3 : : jurisdictionCountryName + # RFC 1495 Mail 1 : mime-mhs : MIME MHS mime-mhs 1 : mime-mhs-headings : mime-mhs-headings |