Versions in this module Expand all Collapse all v1 v1.1.0 Apr 8, 2024 Changes in this version + var ErrInvalidCertParams = errors.New("invalid certificate parameters") + var TLSLookup = map[string]uint16 + func ClientTLSConfig(caCert []byte, clientCert []byte, clientKey []byte) (*tls.Config, error) + func GetCipherName(cipher uint16) (string, error) + func LoadClientTLSConfig(caCert, clientCert, clientKey string) (*tls.Config, error) + func ParseCiphers(cipherStr string) ([]uint16, error) + func SetupTLSConfig(conf map[string]string, address string) (*tls.Config, error) v1.1.0-development20240408 Apr 8, 2024