Struct sozu_lib::tls::MutexWrappedCertificateResolver
source · pub struct MutexWrappedCertificateResolver(pub Mutex<GenericCertificateResolver>);
Tuple Fields§
§0: Mutex<GenericCertificateResolver>
Implementations§
Trait Implementations§
source§impl ResolvesServerCert for MutexWrappedCertificateResolver
impl ResolvesServerCert for MutexWrappedCertificateResolver
source§fn resolve(&self, client_hello: ClientHello<'_>) -> Option<Arc<CertifiedKey>>
fn resolve(&self, client_hello: ClientHello<'_>) -> Option<Arc<CertifiedKey>>
Choose a certificate chain and matching key given simplified
ClientHello information. Read more