Registry / crypto / zmap-zlint-v2

zmap-zlint-v2

JSON →
library2.2.1gogounverified

A Go library for linting X.509 certificates and certificate revocation lists (CRLs) against RFC and CA/Browser Forum standards.

go get github.com/zmap/zlint/v2
INSTALL
IMPORT
SIG · ZMAP-ZLINT-V2
Z
zmap-zlint-v2
cryptogov2.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

zlint
github.com/zmap/zlint/v3

Lints an X.509 certificate and prints the results.

package main import ( "crypto/x509" "fmt" "github.com/zmap/zlint/v3" ) func main() { cert, _ := x509.ParseCertificate([]byte{...}) // your DER-encoded certificate linter := zlint.LintCertificate(cert) for _, result := range linter.Results { fmt.Printf("%s: %s\n", result.LintName, result.Status) } }
Debug
Known issues
breakingThe v2 module path is deprecated; use v3 instead.
fix
Update your import path to github.com/zmap/zlint/v3.
affects: >=2.0.0 <3.0.0
Upgrade
Version history
2.2.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
58 hits · last 30 days
node
52
Resources
zmap-zlint-v2 — go get zmap-zlint-v2 · libregistry