# Functions
Ciphers returns the list of supported ciphers.
InsecureCiphers returns the list of insecure ciphers among the list of given ciphers.
ParseCiphers returns a `[]uint16` by received `[]string` key that represents ciphers from crypto/tls.
ParseTLSVersion returns a `uint16` by received version string key that represents tls version from crypto/tls.
# Structs
ClientConfig represents the standard client TLS config.
ServerConfig represents the standard server TLS config.