[libmicrohttpd] SSL handshake fails between libcurl and libgnutls/MHD
Nikos Mavrogiannopoulos
nmav at gnutls.org
Tue Jan 24 00:07:48 CET 2012
On 01/23/2012 11:51 PM, Nikos Mavrogiannopoulos wrote:
> You cannot. SSL 3.0 and TLS 1.0 are vulnerable to this attack. TLS 1.1
> and later versions aren't. There are hacks to mitigate the impact (only
> on the outgoing packets), but were removed from gnutls once TLS 1.1 was
> introduced (because they were causing issues with old servers).
Note however that the combination of the cipher ARCFOUR with SSL 3.0 and
TLS 1.0 is not vulnerable to these attacks. Thus a string to use when
SSL 3.0 is required could be
"NORMAL:-VERS-TLS-ALL:+VERS-SSL3.0:-CIPHER-ALL:+ARCFOUR-128".
regards,
Nikos
More information about the Gnutls-devel
mailing list