Versions in this module Expand all Collapse all v0 v0.9.10 Nov 3, 2017 v0.9.9 Oct 18, 2017 Changes in this version + func NewHTTPSTransport(cc *tls.Config) *http.Transport + func NewTLSClientConfig(caPath string) (*tls.Config, error) + func NewTLSConfig(certPath, keyPath, caPath string) (*tls.Config, error) + func NewTLSConfigFromArgs(args ...string) (*tls.Config, error)