Documentation ¶
Overview ¶
DEPRECATED: this has been moved to go-secure-stdlib and will be removed
Index ¶
- Variables
- 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)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidCertParams = exttlsutil.ErrInvalidCertParams
View Source
var TLSLookup = exttlsutil.TLSLookup
Functions ¶
func ClientTLSConfig ¶ added in v0.1.12
func GetCipherName ¶
func LoadClientTLSConfig ¶ added in v0.2.0
func ParseCiphers ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.