Software /
code /
prosody
Diff
util/sslconfig.lua @ 9586:44dbee2f173f
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 28 Oct 2018 17:17:07 +0100 |
parent | 9584:2860f8dabf35 |
child | 10920:c171b4c59bd1 |
line wrap: on
line diff
--- a/util/sslconfig.lua Thu Oct 25 15:12:59 2018 +0200 +++ b/util/sslconfig.lua Sun Oct 28 17:17:07 2018 +0100 @@ -70,7 +70,7 @@ -- protocol = "x" should enable only that protocol -- protocol = "x+" should enable x and later versions -local protocols = { "sslv2", "sslv3", "tlsv1", "tlsv1_1", "tlsv1_2" }; +local protocols = { "sslv2", "sslv3", "tlsv1", "tlsv1_1", "tlsv1_2", "tlsv1_3" }; for i = 1, #protocols do protocols[protocols[i] .. "+"] = i - 1; end -- this interacts with ssl.options as well to add no_x