Struct rustls::AllowAnyAuthenticatedClient [−][src]
pub struct AllowAnyAuthenticatedClient { /* fields omitted */ }A ClientCertVerifier that will ensure that every client provides a trusted
certificate, without any name checking.
Implementations
impl AllowAnyAuthenticatedClient[src]
impl AllowAnyAuthenticatedClient[src]pub fn new(roots: RootCertStore) -> Arc<dyn ClientCertVerifier>[src]
Construct a new AllowAnyAuthenticatedClient.
roots is the list of trust anchors to use for certificate validation.