summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/openssl.1
diff options
context:
space:
mode:
authortb <>2020-10-26 11:48:39 +0000
committertb <>2020-10-26 11:48:39 +0000
commitd3ea9013dad42cd8c8569e9a061e851b2f3b757e (patch)
treef53b0c8f8b7f3bc6441adb37e2bd4974fd543d72 /src/usr.bin/openssl/openssl.1
parenta32c02b8b29460995ef1893cecee58117c22d2e7 (diff)
downloadopenbsd-d3ea9013dad42cd8c8569e9a061e851b2f3b757e.tar.gz
openbsd-d3ea9013dad42cd8c8569e9a061e851b2f3b757e.tar.bz2
openbsd-d3ea9013dad42cd8c8569e9a061e851b2f3b757e.zip
Add a -legacy_verify flag to force use of the old validator for debugging
and testing purposes. ok beck inoguchi jsing
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r--src/usr.bin/openssl/openssl.17
1 files changed, 5 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index e364586f5a..474f00f493 100644
--- a/src/usr.bin/openssl/openssl.1
+++ b/src/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.125 2020/07/14 09:52:46 inoguchi Exp $ 1.\" $OpenBSD: openssl.1,v 1.126 2020/10/26 11:48:39 tb Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -110,7 +110,7 @@
110.\" copied and put under another distribution licence 110.\" copied and put under another distribution licence
111.\" [including the GNU Public Licence.] 111.\" [including the GNU Public Licence.]
112.\" 112.\"
113.Dd $Mdocdate: July 14 2020 $ 113.Dd $Mdocdate: October 26 2020 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -5859,6 +5859,7 @@ The default is no.
5859.Op Fl inhibit_any 5859.Op Fl inhibit_any
5860.Op Fl inhibit_map 5860.Op Fl inhibit_map
5861.Op Fl issuer_checks 5861.Op Fl issuer_checks
5862.Op Fl legacy_verify
5862.Op Fl policy_check 5863.Op Fl policy_check
5863.Op Fl purpose Ar purpose 5864.Op Fl purpose Ar purpose
5864.Op Fl trusted Ar file 5865.Op Fl trusted Ar file
@@ -5931,6 +5932,8 @@ showing why each candidate issuer certificate was rejected.
5931The presence of rejection messages 5932The presence of rejection messages
5932does not itself imply that anything is wrong: 5933does not itself imply that anything is wrong:
5933during the normal verify process several rejections may take place. 5934during the normal verify process several rejections may take place.
5935.It Fl legacy_verify
5936Use the legacy X.509 certificate chain verification code.
5934.It Fl policy_check 5937.It Fl policy_check
5935Enable certificate policy processing. 5938Enable certificate policy processing.
5936.It Fl purpose Ar purpose 5939.It Fl purpose Ar purpose