We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc138e commit f18d56fCopy full SHA for f18d56f
lib/ngx/ssl/clienthello.lua
@@ -193,12 +193,12 @@ end
193
194
195
local prot_map = {
196
- ["SSLv2"] = 0x0002,
197
- ["SSLv3"] = 0x0004,
198
- ["TLSv1"] = 0x0008,
199
- ["TLSv1.1"] = 0x0010,
200
- ["TLSv1.2"] = 0x0020,
201
- ["TLSv1.3"] = 0x0040
+ ["SSLv2"] = 0x0002,
+ ["SSLv3"] = 0x0004,
+ ["TLSv1"] = 0x0008,
+ ["TLSv1.1"] = 0x0010,
+ ["TLSv1.2"] = 0x0020,
+ ["TLSv1.3"] = 0x0040
202
}
203
204
0 commit comments