package zcrypto
import "github.com/zmap/zcrypto"
ZCrypto is a research and data collection cryptography library, designed to be used for measuring and analyzing cryptographic deployments on the Internet. It is largely centered around the WebPKI.
ZCrypto contains forks of the Golang X.509 and TLS libraries that speak old TLS versions, deprecated ciphers. ZCrypto provides more lenient and open access to X.509 certificates and TLS handshake state than its standard library counterparts.
ZCrypto also contains a custom X.509 chain builder, designed for bulk chain building across large sets of certificates.
Index ¶
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
cryptobyte | Package cryptobyte contains types that help with parsing and constructing length-prefixed, binary messages, including ASN.1 DER. |
cryptobyte/asn1 | Package asn1 contains supporting types for parsing and building ASN.1 messages with the cryptobyte package. |
ct | |
ct/asn1 | Package asn1 implements parsing of DER-encoded ASN.1 data structures, as defined in ITU-T Rec X.690. |
ct/client | Package client is a CT log client implementation and contains types and code for interacting with RFC6962-compliant CT Log instances. |
ct/client/main | |
ct/scanner | |
ct/x509 | Package x509 parses X.509-encoded keys and certificates. |
ct/x509/pkix | Package pkix contains shared, low level structures used for ASN.1 parsing and serialization of X.509 certificates, CRL and OCSP. |
data | |
data/test | |
data/test/certificates | |
dsa | Package dsa implements the Digital Signature Algorithm, as defined in FIPS 186-3. |
encoding | |
encoding/asn1 | Package asn1 implements parsing of DER-encoded ASN.1 data structures, as defined in ITU-T Rec X.690. |
internal | |
json | |
tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
util | |
verifier | |
x509 | |
x509/ct | |
x509/pkix | Package pkix contains shared, low level structures used for ASN.1 parsing and serialization of X.509 certificates, CRL and OCSP. |
x509/revocation | |
x509/revocation/crl | |
x509/revocation/google | |
x509/revocation/microsoft | |
x509/revocation/mozilla | |
x509/revocation/ocsp | Package ocsp parses OCSP responses as specified in RFC 2560. |
x509/zintermediate | ZIntermediate is a command line utility for verifying a set prospective intermediate certificates against a root store. |
- Version
- v0.0.0-20250324021606-4f0ea0eaccac (latest)
- Published
- Mar 24, 2025
- Platform
- linux/amd64
- Last checked
- 2 months ago –
Tools for package owners.