summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/openssl.1
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2020-10-26 11:48:40 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2020-10-26 11:48:40 +0000
commit57b129942c293d298ad4d7bb7426d528d07dbc84 (patch)
treec71b2828dbc6f884096ab892a29305f30f537599 /usr.bin/openssl/openssl.1
parent8689e6581f2b4e85519ed65642f1f1d4e8a7a286 (diff)
Add a -legacy_verify flag to force use of the old validator for debugging
and testing purposes. ok beck inoguchi jsing
Diffstat (limited to 'usr.bin/openssl/openssl.1')
-rw-r--r--usr.bin/openssl/openssl.17
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1
index e364586f5ad..474f00f4935 100644
--- a/usr.bin/openssl/openssl.1
+++ b/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: openssl.1,v 1.125 2020/07/14 09:52:46 inoguchi Exp $
+.\" $OpenBSD: openssl.1,v 1.126 2020/10/26 11:48:39 tb Exp $
.\" ====================================================================
.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
.\"
@@ -110,7 +110,7 @@
.\" copied and put under another distribution licence
.\" [including the GNU Public Licence.]
.\"
-.Dd $Mdocdate: July 14 2020 $
+.Dd $Mdocdate: October 26 2020 $
.Dt OPENSSL 1
.Os
.Sh NAME
@@ -5859,6 +5859,7 @@ The default is no.
.Op Fl inhibit_any
.Op Fl inhibit_map
.Op Fl issuer_checks
+.Op Fl legacy_verify
.Op Fl policy_check
.Op Fl purpose Ar purpose
.Op Fl trusted Ar file
@@ -5931,6 +5932,8 @@ showing why each candidate issuer certificate was rejected.
The presence of rejection messages
does not itself imply that anything is wrong:
during the normal verify process several rejections may take place.
+.It Fl legacy_verify
+Use the legacy X.509 certificate chain verification code.
.It Fl policy_check
Enable certificate policy processing.
.It Fl purpose Ar purpose