Add the SSL_METHOD for TLSv1.3 and all other base changes required
[openssl.git] / doc / man3 / SSL_CTX_set_min_proto_version.pod
index 3e9fe80b7073900c948e0cd9da020f2bae5bd3c1..5996d48fe33d5c9b3b7a8f3e9786fab6751f6737 100644 (file)
@@ -29,8 +29,8 @@ versions down to the lowest version, or up to the highest version
 supported by the library, respectively.
 
 Currently supported versions are B<SSL3_VERSION>, B<TLS1_VERSION>,
-B<TLS1_1_VERSION>, B<TLS1_2_VERSION> for TLS and B<DTLS1_VERSION>,
-B<DTLS1_2_VERSION> for DTLS.
+B<TLS1_1_VERSION>, B<TLS1_2_VERSION>, B<TLS1_3_VERSION> for TLS and
+B<DTLS1_VERSION>, B<DTLS1_2_VERSION> for DTLS.
 
 =head1 RETURN VALUES