disable GnuTLS insecure ciphers
authorFabian Frank <frankfa@yahoo-inc.com>
Sun, 19 Jan 2014 08:47:31 +0000 (00:47 -0800)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 20 Jan 2014 10:32:55 +0000 (11:32 +0100)
commit39f7e80a52c3b23b36015dcf0d3655af43a70f49
tree4a32816b539ae9daa3bf0c856252e4884370ec14
parentb0fa530c98d8f83437b2897d52eba93cf3898422
disable GnuTLS insecure ciphers

Make GnuTLS old and new consistent, specify the desired protocol, cipher
and certificate type in always in both modes. Disable insecure ciphers
as reported by howsmyssl.com. Honor not only --sslv3, but also the
--tlsv1[.N] switches.

Related Bug: http://curl.haxx.se/bug/view.cgi?id=1323
lib/vtls/gtls.c