On 2015-09-10, Amos Jeffries <[email protected]> wrote: > > Maybe - If I'm reading the OpenSSL docs right the SSLv3_method was > producing a fixed specific method to negotiate SSLv3-only protocol. The > TLS_method is negotiating any TLS version.
Exactly. > No - TLS_method() is *not* equivalent to TLSv1_2_method(). It is > equivalent to SSLv23_method() / SSLv23_server_method(). All of those may > or may not produce TLSv1_2_method() as their output depending on the > config settings. Yes, in libressl SSLv23_*method is the same as TLS_method, whereas the TLSv1_x_method() refer to only one specific version (same as SSLv2_method and SSLv3_method). _______________________________________________ squid-dev mailing list [email protected] http://lists.squid-cache.org/listinfo/squid-dev
