]> granicus.if.org Git - ejabberd/commitdiff
Use TLS defaults from fast_tls
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>
Sat, 6 Jan 2018 10:46:02 +0000 (13:46 +0300)
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>
Sat, 6 Jan 2018 10:46:02 +0000 (13:46 +0300)
ejabberd.yml.example
rebar.config

index 8b2eaa8475e59ed4f9eefb987b57162f4c67f105..df5da35e0d6bef15a28d8a7a0e9212067ed37f7a 100644 (file)
@@ -120,6 +120,10 @@ hosts:
 ###.  =================
 ###'  TLS configuration
 
+## Note that the following configuration is the default
+## configuration of the TLS driver, so you don't need to
+## uncomment it.
+##
 ## define_macro:
 ##   'TLS_CIPHERS': "HIGH:!aNULL:!eNULL:!3DES:@STRENGTH"
 ##   'TLS_OPTIONS':
index 352a81951f8e17d6af3fec4c88b99601582929de..50b264f4ed6c9a5d6de2d9ec031e088944e143e8 100644 (file)
@@ -22,7 +22,7 @@
                        {tag, {if_version_above, "17", "3.4.2", "3.2.1"}}}},
         {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.10"}}},
         {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.12"}}},
-        {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", "9e34c05"}},
+        {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", "71250ae"}},
         {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.10"}}},
         {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.26"}}},
         {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.1.17"}}},