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§
- client_
cert_ verifier - module for implementation of
ClientCertVerifier
- server_
cert_ verifier - module for implementation of
ServerCertVerifier
Structs§
- Cert
Active Check - A config about whether to check certificate validity period
- Verify
Error Wrapper - A wrapper on
mbedtls::x509::VerifyError
to implstd::error::Error
for it.
Constants§
- SUPPORTED_
SIGNATURE_ SCHEMES - All supported signature schemes
Functions§
- rustls_
cert_ to_ mbedtls_ cert - Helper function to convert a
CertificateDer
tombedtls::x509::Certificate