Documentation ¶
Overview ¶
Package auto implements an automatic fallback mechanism based tls client which uses both crypto/tls first and zcrypto/tls on tls errors.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a TLS grabbing client using auto fallback
func (*Client) ConnectWithOptions ¶ added in v0.0.4
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 ¶ added in v0.0.6
SupportedTLSCiphers returns the list of supported ciphers by all engines
func (*Client) SupportedTLSVersions ¶ added in v0.0.6
SupportedTLSVersions returns the list of supported tls versions by all engines
Click to show internal directories.
Click to hide internal directories.