Struct rustls::HandshakeSignatureValid [−][src]
pub struct HandshakeSignatureValid(_);
Expand description
Marker types. These are used to bind the fact some verification (certificate chain or handshake signature) has taken place into protocol states. We use this to have the compiler check that there are no ‘goto fail’-style elisions of important checks before we reach the traffic stage.
These types are public, but cannot be directly constructed. This
means their origins can be precisely determined by looking
for their assertion
constructors.