Skip to main content

X509VerifyResult

Type Alias X509VerifyResult 

Source
pub type X509VerifyResult = Result<(), X509VerifyError>;
Expand description

The result of peer certificate verification.

Aliased Type§

pub enum X509VerifyResult {
    Ok(()),
    Err(X509VerifyError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(X509VerifyError)

Contains the error value