> On Mar 24, 2017, at 5:51 PM, Lei Kong <leikong@xxxxxxx> 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. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users