Versions in this module Expand all Collapse all v0 v0.1.1-rc1 May 31, 2022 v0.1.0 May 29, 2022 Changes in this version + const VER_MAJOR + const VER_MINOR + func Probe(network, ip, port string, timeout time.Duration, servername string) (bool, error) + type TLS10 struct + Certificates []x509.Certificate + Ciphers []ciphersuite.CipherSuite + DefaultCipher ciphersuite.CipherSuite + Supported bool + func Handshake(network, ip, port string, timeout time.Duration, servername string) (TLS10, error) + func Scan(network, ip, port string, timeout time.Duration, servername string) (TLS10, error)