import "github.com/etcd-io/etcd/pkg/tlsutil"
Package tlsutil provides utility functions for handling TLS.
cipher_suites.go doc.go tlsutil.go
GetCipherSuite returns the corresponding cipher suite, and boolean value if it is supported.
func NewCert(certfile, keyfile string, parseFunc func([]byte, []byte) (tls.Certificate, error)) (*tls.Certificate, error)
NewCert generates TLS cert by using the given cert,key and parse function.
NewCertPool creates x509 certPool with provided CA files.
Package tlsutil imports 4 packages (graph). Updated 2019-02-02. Refresh now. Tools for package owners.