ggboss

Results 1 issues of ggboss

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.