tlsutil

package
v1.27.6 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: MPL-2.0 Imports: 14 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrIdentificationFailed = errors.New("failed to identify socket type")
)

Functions

func NewCertificate

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

NewCertificate generates and returns a new TLS certificate, saved to the given PEM files.

func NewCertificateInMemory added in v1.18.5

func NewCertificateInMemory(commonName string, lifetimeDays int) (tls.Certificate, error)

NewCertificateInMemory generates and returns a new TLS certificate, kept only in memory.

func SecureDefaultTLS13 added in v1.17.0

func SecureDefaultTLS13() *tls.Config

SecureDefault returns a tls.Config with reasonable, secure defaults set. This variant allows only TLS 1.3.

func SecureDefaultWithTLS12 added in v1.17.0

func SecureDefaultWithTLS12() *tls.Config

SecureDefaultWithTLS12 returns a tls.Config with reasonable, secure defaults set. This variant allows TLS 1.2.

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