From: Nikos Mavrogiannopoulos Date: Sat, 12 Mar 2011 10:41:06 +0000 (+0100) Subject: default behavior is to send SSL3.0 client hellos. X-Git-Tag: gnutls_2_99_0~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1c39af3a757150cf38d3b95fe69a437ca685f91;p=thirdparty%2Fgnutls.git default behavior is to send SSL3.0 client hellos. --- diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c index a490cfcf9b..505cf9e440 100644 --- a/lib/gnutls_priority.c +++ b/lib/gnutls_priority.c @@ -547,6 +547,7 @@ gnutls_priority_init (gnutls_priority_t * priority_cache, * when we make it the default. */ (*priority_cache)->sr = SR_PARTIAL; + (*priority_cache)->ssl3_record_version = 1; if (priorities == NULL) priorities = "NORMAL";