Crate rustls_mbedpki_provider
source ·Expand description
rustls-mbedpki-provider
rustls-mbedpki-provider is a pki provider for rustls based on mbedtls.
Re-exports§
pub use client_cert_verifier::MbedTlsClientCertVerifier;
pub use server_cert_verifier::MbedTlsServerCertVerifier;
Modules§
- module for implementation of
ClientCertVerifier
- module for implementation of
ServerCertVerifier
Structs§
- A config about whether to check certificate validity period
- A wrapper on
mbedtls::x509::VerifyError
to implstd::error::Error
for it.
Constants§
- All supported signature schemes
Functions§
- Helper function to convert a
CertificateDer
tombedtls::x509::Certificate