Struct openssl::x509::X509VerifyResult [−][src]
pub struct X509VerifyResult(_);
Expand description
The result of peer certificate verification.
Implementations
Creates an X509VerifyResult
from a raw error number.
Safety
Some methods on X509VerifyResult
are not thread safe if the error
number is invalid.
Return a human readable error string from the verification error.
This corresponds to X509_verify_cert_error_string
.
Successful peer certifiate verification.
Application verification failure.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for X509VerifyResult
impl Send for X509VerifyResult
impl Sync for X509VerifyResult
impl Unpin for X509VerifyResult
impl UnwindSafe for X509VerifyResult
Blanket Implementations
Mutably borrows from an owned value. Read more