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.