[openssl] OpenSSL_1_1_1-stable update

shane.lontis at oracle.com shane.lontis at oracle.com
Thu May 27 09:10:00 UTC 2021


The branch OpenSSL_1_1_1-stable has been updated
       via  a0f0e6f38009a4a93bd724f6f9c741c413be22d4 (commit)
      from  7fc0b9376135e9e5db76c713122a6e319c0b9768 (commit)


- Log -----------------------------------------------------------------
commit a0f0e6f38009a4a93bd724f6f9c741c413be22d4
Author: Shane Lontis <shane.lontis at oracle.com>
Date:   Fri Sep 18 12:45:14 2020 +1000

    s_client.pod: Fix grammar in NOTES section.
    
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/12907)

-----------------------------------------------------------------------

Summary of changes:
 doc/man1/s_client.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.


More information about the openssl-commits mailing list