ggboss
Results
1
issues of
ggboss
I want to get all the extension information of client hello, not just server name , what can I do?
6
local ssl_clt = require "ngx.ssl.clienthello" local ext = ssl_clt.get_client_hello_ext(0) The ext_type represented by 0 is server name, is there any other ext_type? I want to get supported_groups and ec_point_formats.