Documentation ¶
Overview ¶
Package openssl implements a tls grabbing implementation using openssl
Index ¶
Constants ¶
View Source
const Enabled = false
Enabled reports if the tool was compiled with openssl support
Variables ¶
View Source
var ErrNotSupported = errors.New("openssl not supported")
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct{}
Client is a TLS grabbing client using crypto/tls
func (*Client) ConnectWithOptions ¶
func (c *Client) ConnectWithOptions(hostname, ip, port string, options clients.ConnectOptions) (*clients.Response, error)
Connect connects to a host and grabs the response data
func (*Client) SupportedTLSCiphers ¶
SupportedTLSVersions is meaningless here but necessary due to the interface system implemented
func (*Client) SupportedTLSVersions ¶
SupportedTLSVersions is meaningless here but necessary due to the interface system implemented
Click to show internal directories.
Click to hide internal directories.