From: Shane Lontis Date: Fri, 18 Sep 2020 02:45:14 +0000 (+1000) Subject: s_client.pod: Fix grammar in NOTES section. X-Git-Tag: OpenSSL_1_1_1l~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0f0e6f38009a4a93bd724f6f9c741c413be22d4;p=thirdparty%2Fopenssl.git s_client.pod: Fix grammar in NOTES section. Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/12907) --- diff --git a/doc/man1/s_client.pod b/doc/man1/s_client.pod index 743b2db2ba4..f1a2c4abdf5 100644 --- a/doc/man1/s_client.pod +++ b/doc/man1/s_client.pod @@ -797,7 +797,7 @@ server. The B 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 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.