summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlexander Borkowski <alex-b@opus-b.com>2019-07-20 07:47:11 +0200
committerShane Lontis <shane.lontis@oracle.com>2020-09-18 10:31:48 +1000
commitecf15b16ee8223a9a383b97ee41126fbedf89bb5 (patch)
tree7312d7af3d10ea7b76ed11a914c0a37ba2f795f2 /doc
parent7f9e74403677a995ded00f070d84297401f6e3fd (diff)
s_client.pod: Fix grammar in NOTES section.
CLA: trivial Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9421)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/openssl-s_client.pod.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/openssl-s_client.pod.in b/doc/man1/openssl-s_client.pod.in
index 594d26f9bd..bd4ceee5df 100644
--- a/doc/man1/openssl-s_client.pod.in
+++ b/doc/man1/openssl-s_client.pod.in
@@ -872,7 +872,7 @@ server.
This command is a test tool and is designed to continue the
handshake after any certificate verification errors. As a result it will
-accept any certificate chain (trusted or not) sent by the peer. None test
+accept any certificate chain (trusted or not) sent by the peer. Non-test
applications should B<not> do this as it makes them vulnerable to a MITM
attack. This behaviour can be changed by with the B<-verify_return_error>
option: any verify errors are then returned aborting the handshake.