tlsinspect

package
v0.28.0 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2026 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Inspect

func Inspect(ctx context.Context, p *core.Printer, cfg *Config) int

Inspect performs a TLS handshake and renders the certificate chain to the printer. It returns a non-zero exit code on failure.

Types

type Config

type Config struct {
	CACerts          []*x509.Certificate
	ClientCert       *tls.Certificate
	ResolverEndpoint *resolver.Endpoint
	DNSServer        *url.URL
	HTTP             core.HTTPVersion
	ECH              core.ECHMode
	Insecure         bool
	TLSMax           uint16
	TLSMin           uint16
	Timeout          time.Duration
	ConnectTimeout   time.Duration
	URL              *url.URL
}

Config holds the parameters needed to perform a TLS inspection.

Jump to

Keyboard shortcuts

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