diff options
author | jsing <> | 2017-05-25 17:00:24 +0000 |
---|---|---|
committer | jsing <> | 2017-05-25 17:00:24 +0000 |
commit | 5b90b9261cd8d71e173656ad0f79e1a0c228c845 (patch) | |
tree | 1ee37a839d348bb3a7ac6b1cb2c68cf305ef793e /src | |
parent | 228cae985cb23cf92bfe09e2e620b9fb68f8129d (diff) | |
download | openbsd-5b90b9261cd8d71e173656ad0f79e1a0c228c845.tar.gz openbsd-5b90b9261cd8d71e173656ad0f79e1a0c228c845.tar.bz2 openbsd-5b90b9261cd8d71e173656ad0f79e1a0c228c845.zip |
Add definitions for three OIDs used in EV certificates.
From Kyle J. McKay <mackyle at gmail dot com>
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/objects/obj_mac.num | 3 | ||||
-rw-r--r-- | src/lib/libcrypto/objects/objects.txt | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/libcrypto/objects/obj_mac.num b/src/lib/libcrypto/objects/obj_mac.num index d839b396f2..3214090a3a 100644 --- a/src/lib/libcrypto/objects/obj_mac.num +++ b/src/lib/libcrypto/objects/obj_mac.num | |||
@@ -953,3 +953,6 @@ Ed25519 952 | |||
953 | Ed448 953 | 953 | Ed448 953 |
954 | Ed25519ph 954 | 954 | Ed25519ph 954 |
955 | Ed448ph 955 | 955 | Ed448ph 955 |
956 | jurisdictionLocalityName 956 | ||
957 | jurisdictionStateOrProvinceName 957 | ||
958 | jurisdictionCountryName 958 | ||
diff --git a/src/lib/libcrypto/objects/objects.txt b/src/lib/libcrypto/objects/objects.txt index 28d77218fc..6efabf7dee 100644 --- a/src/lib/libcrypto/objects/objects.txt +++ b/src/lib/libcrypto/objects/objects.txt | |||
@@ -830,6 +830,12 @@ Private 1 : enterprises : Enterprises | |||
830 | # RFC 2247 | 830 | # RFC 2247 |
831 | Enterprises 1466 344 : dcobject : dcObject | 831 | Enterprises 1466 344 : dcobject : dcObject |
832 | 832 | ||
833 | # Extended Validation | ||
834 | !Alias extendedValidation Enterprises 311 60 | ||
835 | extendedValidation 2 1 1 : : jurisdictionLocalityName | ||
836 | extendedValidation 2 1 2 : : jurisdictionStateOrProvinceName | ||
837 | extendedValidation 2 1 3 : : jurisdictionCountryName | ||
838 | |||
833 | # RFC 1495 | 839 | # RFC 1495 |
834 | Mail 1 : mime-mhs : MIME MHS | 840 | Mail 1 : mime-mhs : MIME MHS |
835 | mime-mhs 1 : mime-mhs-headings : mime-mhs-headings | 841 | mime-mhs 1 : mime-mhs-headings : mime-mhs-headings |