Module certificate

Source

Structs§

rustls_certificate
An X.509 certificate, as used in rustls. Corresponds to CertificateDer in the Rust pki-types API. https://docs.rs/rustls-pki-types/latest/rustls_pki_types/struct.CertificateDer.html
rustls_certified_key
The complete chain of certificates to send during a TLS handshake, plus a private key that matches the end-entity (leaf) certificate.
rustls_root_cert_store
A root certificate store. https://docs.rs/rustls/latest/rustls/struct.RootCertStore.html
rustls_root_cert_store_builder
A rustls_root_cert_store being constructed.

Functions§

rustls_certificate_get_der
Get the DER data of the certificate itself. The data is owned by the certificate and has the same lifetime.