Re-exports§
pub use other_error::OtherError;
Modules§
Enums§
- Cert
Revocation List Error - The ways in which a certificate revocation list (CRL) can be invalid.
- Certificate
Error - The ways in which certificate validators can express errors.
- Encrypted
Client Hello Error - An error that occurred while handling Encrypted Client Hello (ECH).
- Error
- rustls reports protocol errors using this type.
- Extended
KeyPurpose - Extended Key Usage (EKU) purpose values.
- Inconsistent
Keys - Specific failure cases from
keys_match
or acrate::crypto::signer::SigningKey
that cannot produce a corresponding public key. - Invalid
Message - A corrupt TLS message payload that resulted in an error.
- Peer
Incompatible - The set of cases where we failed to make a connection because a peer doesn’t support a TLS version/feature we require.
- Peer
Misbehaved - The set of cases where we failed to make a connection because we thought the peer was misbehaving.
Functions§
- join 🔒