[][src]Enum openssl::x509::X509ValidationError

pub enum X509ValidationError {
    X509UnableToGetIssuerCert,
    X509UnableToGetCrl,
    X509UnableToDecryptCertSignature,
    X509UnableToDecryptCrlSignature,
    X509UnableToDecodeIssuerPublicKey,
    X509CertSignatureFailure,
    X509CrlSignatureFailure,
    X509CertNotYetValid,
    X509CertHasExpired,
    X509CrlNotYetValid,
    X509CrlHasExpired,
    X509ErrorInCertNotBeforeField,
    X509ErrorInCertNotAfterField,
    X509ErrorInCrlLastUpdateField,
    X509ErrorInCrlNextUpdateField,
    X509OutOfMem,
    X509DepthZeroSelfSignedCert,
    X509SelfSignedCertInChain,
    X509UnableToGetIssuerCertLocally,
    X509UnableToVerifyLeafSignature,
    X509CertChainTooLong,
    X509CertRevoked,
    X509InvalidCA,
    X509PathLengthExceeded,
    X509InvalidPurpose,
    X509CertUntrusted,
    X509CertRejected,
    X509SubjectIssuerMismatch,
    X509AkidSkidMismatch,
    X509AkidIssuerSerialMismatch,
    X509KeyusageNoCertsign,
    X509UnableToGetCrlIssuer,
    X509UnhandledCriticalExtension,
    X509KeyusageNoCrlSign,
    X509UnhandledCriticalCrlExtension,
    X509InvalidNonCA,
    X509ProxyPathLengthExceeded,
    X509KeyusageNoDigitalSignature,
    X509ProxyCertificatesNotAllowed,
    X509InvalidExtension,
    X509InavlidPolicyExtension,
    X509NoExplicitPolicy,
    X509DifferentCrlScope,
    X509UnsupportedExtensionFeature,
    X509UnnestedResource,
    X509PermittedVolation,
    X509ExcludedViolation,
    X509SubtreeMinmax,
    X509UnsupportedConstraintType,
    X509UnsupportedConstraintSyntax,
    X509UnsupportedNameSyntax,
    X509CrlPathValidationError,
    X509ApplicationVerification,
    X509UnknownError(c_int),
}

Variants

Trait Implementations

impl Clone for X509ValidationError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for X509ValidationError
[src]

Auto Trait Implementations

impl Send for X509ValidationError

impl Sync for X509ValidationError

Blanket Implementations

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> ToOwned for T where
    T: Clone
[src]

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more