Struct rustls::ResolvesServerCertUsingSni[][src]

pub struct ResolvesServerCertUsingSni { /* fields omitted */ }
Expand description

Something that resolves do different cert chains/keys based on client-supplied server name (via SNI).

Implementations

Create a new and empty (i.e., knows no certificates) resolver.

Add a new sign::CertifiedKey to be used for the given SNI name.

This function fails if name is not a valid DNS name, or if it’s not valid for the supplied certificate, or if the certificate chain is syntactically faulty.

Trait Implementations

Choose a certificate chain and matching key given simplified ClientHello information. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.