Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: sync with upstream Rustls error changes #471

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

cpu
Copy link
Member

@cpu cpu commented Oct 2, 2024

I meant to do this as part of #470 but it slipped my mind.

  • Error::InvalidCertificate(CertificateError) gained a new CertificateError::ExpiredRevocationList.
  • Error::InvalidMessage(InvalidMessage) gained a new InvalidMessage::CertificatePayloadTooLarge.
  • New Error::InconsistentKeys(InconsistentKeys).
  • New Error::InvalidEncryptedClientHello(EncryptedClientHelloError).

* `Error::InvalidCertificate(CertificateError)` gained a new
  `CertificateError::ExpiredRevocationList`.
* `InvalidMessage(InvalidMessage)` gained a new
  `InvalidMessage::CertificatePayloadTooLarge`.
* New `Error::InconsistentKeys(InconsistentKeys)`.
* New `Error::InvalidEncryptedClientHello(EncryptedClientHelloError)`.
@cpu cpu self-assigned this Oct 2, 2024
@cpu cpu merged commit 4b48d53 into rustls:main Oct 4, 2024
38 checks passed
@cpu cpu deleted the cpu-sync-errors branch October 4, 2024 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants