summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2015-07-23 17:27:52 +1200
committerStefan Metzmacher <metze@samba.org>2015-08-04 07:27:23 +0200
commiteb55fd0841a5fdc58364d628930113edc90ca5b6 (patch)
treec7d2e1c632767cef9b17942330dccb320b744a55
parentc1119700d21a4a8dec2fd6de60f2ece1667e5873 (diff)
downloadsamba-eb55fd0841a5fdc58364d628930113edc90ca5b6.tar.gz
WHATSNEW: a note about TLS protocol support
It's a small thing but apparently much requested. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
-rw-r--r--WHATSNEW.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 2a31d8131f2..94d98181ef7 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -169,6 +169,13 @@ smb.conf and let us know how it goes. You should consider doing this
if you are making a large new network. For small networks there is
little benefit and you can always switch over at a later date.
+Configurable TLS protocol support, with better defaults
+-------------------------------------------------------
+
+The "tls priority" option can be used to change the supported TLS
+protocols. The default is to disable SSLv3, which is no longer
+considered secure.
+
######################################################################
Changes