summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2018-09-01 08:40:51 +0800
committerPaul Yang <yang.yang@baishancloud.com>2018-09-01 08:45:04 +0800
commit322755cc2a91d08b66826b38a7b8c20f68cd8890 (patch)
tree7f0fbbde39e4c7e7467ef940b62438ae05269419 /doc/man7
parent13da3ad00c80e1da816ca27f6c15b0ecee1bb0b8 (diff)
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 <tjh@openssl.org> Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Paul Yang <yang.yang@baishancloud.com> (Merged from https://github.com/openssl/openssl/pull/6939)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/ssl.pod2
1 files changed, 2 insertions, 0 deletions
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<SSL_CTX_new(3)> for details.
=item const SSL_METHOD *B<TLS_client_method>(void);
Constructor for the I<version-flexible> SSL_METHOD structure for clients.
+Must be used to support the TLSv1.3 protocol.
=item const SSL_METHOD *B<TLS_server_method>(void);
Constructor for the I<version-flexible> SSL_METHOD structure for servers.
+Must be used to support the TLSv1.3 protocol.
=item const SSL_METHOD *B<TLSv1_2_method>(void);