summaryrefslogtreecommitdiffstats
path: root/doc/man7/ssl.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man7/ssl.pod')
-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);