From: Markus Triska Date: Fri, 9 Dec 2016 17:07:09 +0000 (+0100) Subject: Fix reference to SSL_set_max_proto_version. X-Git-Tag: OpenSSL_1_1_1-pre1~2860 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb43101ff8c5c75d1ddf8b90de41d03cea1b0909;p=openssl Fix reference to SSL_set_max_proto_version. CLA: trivial Reviewed-by: Kurt Roeckx Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/2059) --- diff --git a/doc/man3/SSL_CTX_new.pod b/doc/man3/SSL_CTX_new.pod index dbb29d8128..4bcbccaf9d 100644 --- a/doc/man3/SSL_CTX_new.pod +++ b/doc/man3/SSL_CTX_new.pod @@ -150,7 +150,7 @@ Use the I methods instead of the version specific methods. If you want to limit the supported protocols for the version flexible methods you can use L, L, L and -LSSL_set_max_proto_version(3)> functions. +L functions. Using these functions it is possible to choose e.g. TLS_server_method() and be able to negotiate with all possible clients, but to only allow newer protocols like TLS 1.0, TLS 1.1 or TLS 1.2.