1024: Always disable TLS1.1 with GnuTLS
commit7c40e0342140f8fc08425f4df7ef2dc42cbe9df6
authorKalle Olavi Niemitalo <kon@iki.fi>
Mon, 2 May 2011 13:09:06 +0000 (2 16:09 +0300)
committerKalle Olavi Niemitalo <Kalle@Pulska.kon.iki.fi>
Thu, 28 Jul 2011 14:23:51 +0000 (28 17:23 +0300)
treed803474455d15ccb4f072f2f61d0c40fdd2d6cec
parent6c84978cf52dc0e463b1936e428a34a4f06ff08f
1024: Always disable TLS1.1 with GnuTLS

Using the RFC 3546 server_name TLS extension with TLS 1.1 made
https://bugzilla.novell.com/ never respond to negotiation.
Disable TLS 1.1 with GnuTLS, like it has already been disabled with
OpenSSL.  And if an SSL error is detected, disable TLS 1.2 as well.
src/network/ssl/socket.c
src/network/ssl/ssl.c