From 322755cc2a91d08b66826b38a7b8c20f68cd8890 Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Sat, 1 Sep 2018 08:40:51 +0800 Subject: TLSv1.3 related changes to man pages Add or update the documentation of the different man pages in relation to TLSv1.3 behaviour. Reviewed-by: Tim Hudson Reviewed-by: Ben Kaduk Reviewed-by: Paul Yang (Merged from https://github.com/openssl/openssl/pull/6939) --- doc/man7/ssl.pod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/man7') diff --git a/doc/man7/ssl.pod b/doc/man7/ssl.pod index c1e4924964..d439860b5b 100644 --- a/doc/man7/ssl.pod +++ b/doc/man7/ssl.pod @@ -128,10 +128,12 @@ See L for details. =item const SSL_METHOD *B(void); Constructor for the I SSL_METHOD structure for clients. +Must be used to support the TLSv1.3 protocol. =item const SSL_METHOD *B(void); Constructor for the I SSL_METHOD structure for servers. +Must be used to support the TLSv1.3 protocol. =item const SSL_METHOD *B(void); -- cgit v1.2.3