Skip to main content

Module cert

Module cert 

Source
Expand description

TLS Certificate handling.

Wraps raw DER-encoded X.509 certificates for basic inspection. This is intentionally minimal - just enough for TLS protocol operations.

Structs§

TlsCertificate
A TLS certificate wrapping raw DER-encoded X.509 data.

Functions§

parse_pem_chain
Parse a certificate chain from multiple PEM blocks.