lib/tls: Ensure SSLv3 is disabled in the web server by default
commitac25a8ac4fc314795f9a8a15a10d731e648deea7
authorAndrew Bartlett <abartlet@samba.org>
Sun, 30 Aug 2015 22:48:08 +0000 (31 10:48 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 30 Aug 2015 23:10:22 +0000 (31 01:10 +0200)
tree614f78c85283da7017511276018a0a2c46876291
parentcdaa1224c4d518fd8e81a3e91ad4f80ba1503145
lib/tls: Ensure SSLv3 is disabled in the web server by default

By calling gnutls_priority_set_direct() the behaviour should now match the LDAP server

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11076
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Pair-programmed-with: Garming Sam <garming@catalyst.net.nz>
source4/lib/tls/tls.c