Versions in this module Expand all Collapse all v0 v0.1.1 Aug 7, 2026 v0.1.0 Aug 7, 2026 Changes in this version + const MaxTargets + type Endpoint struct + Address string + Input string + ServerName string + func ParseEndpoint(input string) (Endpoint, error) + type Options struct + Concurrency int + CriticalBefore time.Duration + DialContext func(context.Context, string, string) (net.Conn, error) + MinTLS uint16 + Now func() time.Time + RequireOCSP bool + Roots *x509.CertPool + Timeout time.Duration + WarnBefore time.Duration + type Result struct + Address string + CipherSuite string + DNSNames int + DaysRemaining float64 + DurationMillis int64 + Errors []string + Fingerprint string + Issuer string + NotAfter string + NotBefore string + OCSPStapled bool + Status string + Subject string + TLSVersion string + Target string + VerifiedChains int + Warnings []string + func Run(ctx context.Context, endpoints []Endpoint, opts Options) []Result