From: Simon Josefsson Date: Wed, 8 Aug 2007 21:08:50 +0000 (+0200) Subject: Disable TLS 1.2 by default, at least until RFC is out and we've done X-Git-Tag: gnutls_1_7_17~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1876e59bbe226921af181e73d725e0bdbbc3dea;p=thirdparty%2Fgnutls.git Disable TLS 1.2 by default, at least until RFC is out and we've done simple interop of it. --- diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c index 339007f6f7..8acb903826 100644 --- a/lib/gnutls_priority.c +++ b/lib/gnutls_priority.c @@ -275,7 +275,7 @@ int gnutls_set_default_priority (gnutls_session_t session) { static const int protocol_priority[] = { - GNUTLS_TLS1_2, + /* GNUTLS_TLS1_2, -- not finalized yet! */ GNUTLS_TLS1_1, GNUTLS_TLS1_0, GNUTLS_SSL3,