diff options
author | tb <> | 2020-10-26 11:48:39 +0000 |
---|---|---|
committer | tb <> | 2020-10-26 11:48:39 +0000 |
commit | d3ea9013dad42cd8c8569e9a061e851b2f3b757e (patch) | |
tree | f53b0c8f8b7f3bc6441adb37e2bd4974fd543d72 /src/usr.bin/openssl/openssl.1 | |
parent | a32c02b8b29460995ef1893cecee58117c22d2e7 (diff) | |
download | openbsd-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.1 | 7 |
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. | |||
5931 | The presence of rejection messages | 5932 | The presence of rejection messages |
5932 | does not itself imply that anything is wrong: | 5933 | does not itself imply that anything is wrong: |
5933 | during the normal verify process several rejections may take place. | 5934 | during the normal verify process several rejections may take place. |
5935 | .It Fl legacy_verify | ||
5936 | Use the legacy X.509 certificate chain verification code. | ||
5934 | .It Fl policy_check | 5937 | .It Fl policy_check |
5935 | Enable certificate policy processing. | 5938 | Enable certificate policy processing. |
5936 | .It Fl purpose Ar purpose | 5939 | .It Fl purpose Ar purpose |