summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2018-02-16 18:48:55 +0000
committerschwarze <>2018-02-16 18:48:55 +0000
commitde9079b7a0bd41008efe6e05cef407c977b4e1ae (patch)
treef5e2032ae1ff4784425eb9517b677e7eef8f5988
parente8b58bc90aac88c2debcd1ced0304e073c571188 (diff)
downloadopenbsd-de9079b7a0bd41008efe6e05cef407c977b4e1ae.tar.gz
openbsd-de9079b7a0bd41008efe6e05cef407c977b4e1ae.tar.bz2
openbsd-de9079b7a0bd41008efe6e05cef407c977b4e1ae.zip
typo fix s/issuserAltName/issuerAltName/
from Andrew Siplas <andrew at asiplas dot net> via OpenSSL commit 36cf10cf Oct 4 02:11:08 2017 -0400
-rw-r--r--src/lib/libcrypto/man/x509v3.cnf.510
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/x509v3.cnf.5 b/src/lib/libcrypto/man/x509v3.cnf.5
index 19608697e3..fcdf06301a 100644
--- a/src/lib/libcrypto/man/x509v3.cnf.5
+++ b/src/lib/libcrypto/man/x509v3.cnf.5
@@ -1,5 +1,7 @@
1.\" $OpenBSD: x509v3.cnf.5,v 1.3 2016/12/25 22:15:10 schwarze Exp $ 1.\" $OpenBSD: x509v3.cnf.5,v 1.4 2018/02/16 18:48:55 schwarze Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" full merge up to:
3.\" OpenSSL man5/x509v3_config a41815f0 Mar 17 18:43:53 2017 -0700
4.\" selective merge up to: OpenSSL 36cf10cf Oct 4 02:11:08 2017 -0400
3.\" 5.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 6.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
5.\" Copyright (c) 2004, 2006, 2013, 2014, 2015, 2016 The OpenSSL Project. 7.\" Copyright (c) 2004, 2006, 2013, 2014, 2015, 2016 The OpenSSL Project.
@@ -49,7 +51,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 51.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 52.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 53.\"
52.Dd $Mdocdate: December 25 2016 $ 54.Dd $Mdocdate: February 16 2018 $
53.Dt X509V3.CNF 5 55.Dt X509V3.CNF 5
54.Os 56.Os
55.Sh NAME 57.Sh NAME
@@ -318,7 +320,7 @@ option that will copy all the subject alternative name values from
318the issuer certificate (if possible). 320the issuer certificate (if possible).
319Example: 321Example:
320.Pp 322.Pp
321.Dl issuserAltName = issuer:copy 323.Dl issuerAltName = issuer:copy
322.Ss Authority info access 324.Ss Authority info access
323The authority information access extension gives details about how to 325The authority information access extension gives details about how to
324access certain information relating to the CA. 326access certain information relating to the CA.