# Functions
LoadTLSCertificate loads a TLS certificate into the provided tls.Config.
LoadTLSCertPool loads a certificate pool with the certificates from the specified files.
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, or 0 if version is invalid.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ClientConfig represents the configuration for a tls client configuration.
ServerConfig represents the standard server TLS config.