2 Feb
2010
2 Feb
'10
2:38 p.m.
On Tue, 2 Feb 2010, Timo Sirainen wrote:
Well, that sucks.. So if I use:
SSLv23_server_method() it'll accept SSLv2, SSLv3 and TLSv1 connections.
SSLv3_server_method() it won't accept TLSv1 connections.
TLSv1_server_method() it won't accept SSLv3 connections.
I guess I'll go back to SSLv23_server_method().
You could use SSL_CTX_set_options with SSL_OP_NO_SSLv2 if you want to disable SSLv2.