Documentation ¶
Index ¶
- func CipherSuiteNamesToIDs(cipherSuites []string) (tlsCipherSuites []uint16, err error)
- func GetRandomPort() (int, error)
- func GetRootCAs(pemDataIn []byte) (*x509.CertPool, error)
- func PortIsInUse(port int) bool
- func ReadLocalSSLFile() ([]byte, error)
- func Retry(fn func() error) error
- func TLSVersionToID(version string) (uint16, error)
- func WaitForConnection(addr string) chan error
- type Status
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CipherSuiteNamesToIDs ¶ added in v0.1.0
CipherSuiteNamesToIDs converts a list of cipher suite names to a list of cipher suite IDs
func GetRandomPort ¶ added in v0.0.11
func PortIsInUse ¶ added in v0.0.11
func ReadLocalSSLFile ¶ added in v0.1.0
func TLSVersionToID ¶ added in v0.1.0
TLSVersionToID converts a TLS version name to a TLS version ID
func WaitForConnection ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.