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"