summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-09-18 12:45:14 +1000
committerShane Lontis <shane.lontis@oracle.com>2021-05-27 19:05:06 +1000
commita0f0e6f38009a4a93bd724f6f9c741c413be22d4 (patch)
treeb0c444ad93c9b8edb2b9d1d07ea37d3c412019d7 /doc
parent7fc0b9376135e9e5db76c713122a6e319c0b9768 (diff)
s_client.pod: Fix grammar in NOTES section.
Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12907)
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/s_client.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/s_client.pod b/doc/man1/s_client.pod
index 743b2db2ba..f1a2c4abdf 100644
--- a/doc/man1/s_client.pod
+++ b/doc/man1/s_client.pod
@@ -797,7 +797,7 @@ server.
The B<s_client> utility 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.