[openssl-dev] [openssl.org #2611] [PATCH] Support of TLSv1 in s_time

Richard Levitte via RT rt at openssl.org
Mon May 16 13:56:26 UTC 2016


Removing outdated ticket.

On Fri Sep 23 09:03:13 2011, bernat at luffy.cx wrote:
> Hi!
>
> When OpenSSL is compiled with SSLv2 disabled, s_time is not able to use
> TLSv1 any more because it uses SSLv3_client_method(). This patch just
> adds a "-tls1" switch to s_time, like s_client, to enable TLSv1.
>
> I think a better way would be tu use SSLv23_client_method() even when
> SSLv2 is disabled at compile time because in this case,
> SSLv23_client_method() will use SSLv3 or TLSv1. However, since s_client
> also uses SSLv3_client_method() by default when SSLv2 is disabled at
> compile time, I have kept this semantic.
>


--
Richard Levitte
levitte at openssl.org

-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=2611
Please log in as guest with password guest if prompted



More information about the openssl-dev mailing list