[Dovecot] v2.0.beta2 released
Remi Gacogne
listes at valombre.net
Tue Feb 2 14:38:45 EET 2010
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.
More information about the dovecot
mailing list