diff options
author | 2017-05-25 17:00:24 +0000 | |
---|---|---|
committer | 2017-05-25 17:00:24 +0000 | |
commit | a730d5f5be4b0e8ec98e29259b25123497345a38 (patch) | |
tree | 425cd6ca146198cb88bbf1ec86443199d2343c59 | |
parent | Move the code that runs the installer script in non-interactive (diff) | |
download | wireguard-openbsd-a730d5f5be4b0e8ec98e29259b25123497345a38.tar.xz wireguard-openbsd-a730d5f5be4b0e8ec98e29259b25123497345a38.zip |
Add definitions for three OIDs used in EV certificates.
From Kyle J. McKay <mackyle at gmail dot com>
-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 |