# Functions

Delayed takes a HandshakeReaction and delays d before executing the action.
Wrap wraps the specified listener in our default TLS listener.

# Variables

AlertHandshakeFailure responds TLS alert 40 (Handshake failure).
AlertInternalError responds TLS alert 80 (Internal error).
AlertProtocolVersion responds TLS alert 70 (Protocol version).
CloseConnection closes the TLS connection arbitrarily.
None doesn't react.
ReflectToSite dials TLS connection to the designated site and copies everything including the ClientHello back and forth between the client and the site, pretending to be the site itself.

# Structs

HandshakeReaction represents various reactions after seeing certain type of TLS ClientHellos, usually indicating active probing.

# Interfaces

No description provided by the author