]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Disable TLS 1.2 by default, at least until RFC is out and we've done
authorSimon Josefsson <simon@josefsson.org>
Wed, 8 Aug 2007 21:08:50 +0000 (23:08 +0200)
committerSimon Josefsson <simon@josefsson.org>
Wed, 8 Aug 2007 21:08:50 +0000 (23:08 +0200)
simple interop of it.

lib/gnutls_priority.c

index 339007f6f7831e25b3aac5c35383aa38276b6021..8acb90382677b64d4621925d1b9b3be13d4ab1db 100644 (file)
@@ -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,