]> granicus.if.org Git - ejabberd/commitdiff
Use newer fast_tls that fixes some issues with tls1.3
authorPaweł Chmielowski <pchmielowski@process-one.net>
Wed, 24 Oct 2018 08:13:05 +0000 (10:13 +0200)
committerPaweł Chmielowski <pchmielowski@process-one.net>
Wed, 24 Oct 2018 08:13:05 +0000 (10:13 +0200)
rebar.config

index 0a47c2f27fa9ad0052ed31ead7729ee0e474929b..2d8711e2e5464cedbf33b4a99e870cc444c5ca8f 100644 (file)
@@ -22,7 +22,7 @@
                        {tag, {if_version_above, "17", "3.6.5", "3.2.1"}}}},
         {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.13"}}},
         {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.16"}}},
-        {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.25"}}},
+        {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", "9b25543cf1200e3b216996598771962461ea51c8"}},
         {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.14"}}},
         {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.34"}}},
         {xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.2.5"}}},