Registry / crypto / zmap-zcertificate

zmap-zcertificate

JSON →
library0.0.1gogounverified

A Go library for parsing and working with X.509 certificates, part of the ZMap project.

go get github.com/zmap/zcertificate
INSTALL
IMPORT
SIG · ZMAP-ZCERTIFICATE
Z
zmap-zcertificate
cryptogov0.0.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.

zcertificate
github.com/zmap/zcertificate

Parse an X.509 certificate and print its common name.

package main import ( "fmt" "github.com/zmap/zcertificate" ) func main() { cert, _ := zcertificate.Parse([]byte{}) fmt.Println(cert.Subject.CommonName) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
32
Resources
zmap-zcertificate — go get zmap-zcertificate · libregistry