[openssl-users] TLSv1_2_method
Viktor Dukhovni
openssl-users at dukhovni.org
Sat Mar 25 07:19:55 UTC 2017
> On Mar 24, 2017, at 5:51 PM, Lei Kong <leikong at msn.com> wrote:
>
> TLS_latest_method
https://www.openssl.org/docs/man1.1.0/ssl/SSL_CTX_new.html
...
TLS_method(), TLS_server_method(), TLS_client_method()
These are the general-purpose version-flexible SSL/TLS methods.
The actual protocol version used will be negotiated to the
highest version mutually supported by the client and the server.
The supported protocols are SSLv3, TLSv1, TLSv1.1 and TLSv1.2.
Applications should use these methods, and avoid the version-specific
methods described below.
With OpenSSL 1.0.2 these are called SSLv23_method(), ...
https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_new.html
--
Viktor.
More information about the openssl-users
mailing list