From e8df06c61c76f7c09e423787950890f65f3bc431 Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 7 Aug 2017 18:16:19 +0000 Subject: [PATCH] Document the tls.servername script-arg. See #949 --- nselib/tls.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nselib/tls.lua b/nselib/tls.lua index aa6abc56d..3858520f0 100644 --- a/nselib/tls.lua +++ b/nselib/tls.lua @@ -4,6 +4,9 @@ -- These functions will build strings and process buffers. Socket communication -- is left to the script to implement. -- +-- @args tls.servername Hostname to use in the Server Name Indication (SNI) +-- extension. Overrides the target name given on the +-- command line and affects all targets. -- @author Daniel Miller local stdnse = require "stdnse"