tlsutil

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 26, 2018 License: MPL-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrIdentificationFailed = fmt.Errorf("failed to identify socket type")
)

Functions

func NewCertificate

func NewCertificate(certFile, keyFile, commonName string) (tls.Certificate, error)

NewCertificate generates and returns a new TLS certificate.

func SecureDefault added in v0.14.53

func SecureDefault() *tls.Config

SecureDefault returns a tls.Config with reasonable, secure defaults set.

Types

type DowngradingListener

type DowngradingListener struct {
	net.Listener
	TLSConfig *tls.Config
}

func (*DowngradingListener) Accept

func (l *DowngradingListener) Accept() (net.Conn, error)

func (*DowngradingListener) AcceptNoWrapTLS

func (l *DowngradingListener) AcceptNoWrapTLS() (net.Conn, bool, error)

type UnionedConnection

type UnionedConnection struct {
	net.Conn
	// contains filtered or unexported fields
}

func (*UnionedConnection) Read

func (c *UnionedConnection) Read(b []byte) (n int, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL