Struct openssl::x509::X509VerifyError [] [src]

pub struct X509VerifyError(_);

Methods

impl X509VerifyError
[src]

Creates an X509VerifyError from a raw error number.

None will be returned if err is X509_V_OK.

Safety

Some methods on X509VerifyError are not thread safe if the error number is invalid.

Trait Implementations

impl Debug for X509VerifyError
[src]

Formats the value using the given formatter.

impl Display for X509VerifyError
[src]

Formats the value using the given formatter. Read more

impl Error for X509VerifyError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more