util/sslconfig.lua
branch0.11
changeset 9587 2860f8dabf35
parent 8558 4f0f5b49bb03
child 10924 c171b4c59bd1
--- a/util/sslconfig.lua	Sun Oct 28 01:40:52 2018 +0200
+++ b/util/sslconfig.lua	Sun Oct 28 16:12:30 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