diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2021-09-01 02:23:22 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2021-09-01 02:23:22 +0000 |
commit | c1d1798abd60f12527b70443cb7d0b9cd78ef7b1 (patch) | |
tree | 1ac1ccb6b23135a8b57efdff5c4a84ad03202f7a /doc/man1 | |
parent | 94fa08a4bcdfbb3434b025d67d014af3b18e5380 (diff) | |
download | src-c1d1798abd60f12527b70443cb7d0b9cd78ef7b1.tar.gz src-c1d1798abd60f12527b70443cb7d0b9cd78ef7b1.zip |
Import OpenSSL 1.1.1lvendor/openssl/1.1.1l
Diffstat (limited to 'doc/man1')
-rw-r--r-- | doc/man1/enc.pod | 4 | ||||
-rw-r--r-- | doc/man1/s_client.pod | 2 | ||||
-rw-r--r-- | doc/man1/s_server.pod | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/man1/enc.pod b/doc/man1/enc.pod index 3c7b6c42ea2c..9068282db543 100644 --- a/doc/man1/enc.pod +++ b/doc/man1/enc.pod @@ -180,8 +180,8 @@ Debug the BIOs used for I/O. =item B<-z> -Compress or decompress clear text using zlib before encryption or after -decryption. This option exists only if OpenSSL with compiled with zlib +Compress or decompress encrypted data using zlib after encryption or before +decryption. This option exists only if OpenSSL was compiled with the zlib or zlib-dynamic option. =item B<-none> diff --git a/doc/man1/s_client.pod b/doc/man1/s_client.pod index 743b2db2ba43..f1a2c4abdf53 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. diff --git a/doc/man1/s_server.pod b/doc/man1/s_server.pod index 9fdac4919038..aa6c19d31f9a 100644 --- a/doc/man1/s_server.pod +++ b/doc/man1/s_server.pod @@ -701,7 +701,7 @@ disabling the ephemeral DH cipher suites. =item B<-alpn val>, B<-nextprotoneg val> -These flags enable the Enable the Application-Layer Protocol Negotiation +These flags enable the Application-Layer Protocol Negotiation or Next Protocol Negotiation (NPN) extension, respectively. ALPN is the IETF standard and replaces NPN. The B<val> list is a comma-separated list of supported protocol |