Module rustls::error

source ·

Enums

  • The ways in which a certificate revocation list (CRL) can be invalid.
  • The ways in which certificate validators can express errors.
  • rustls reports protocol errors using this type.
  • A corrupt TLS message payload that resulted in an error.
  • The set of cases where we failed to make a connection because a peer doesn’t support a TLS version/feature we require.
  • The set of cases where we failed to make a connection because we thought the peer was misbehaving.

Functions