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

v0.101.6 release prep #187

Merged
merged 2 commits into from Sep 21, 2023
Merged

v0.101.6 release prep #187

merged 2 commits into from Sep 21, 2023

Conversation

cpu
Copy link
Member

@cpu cpu commented Sep 21, 2023

Description

This branch targets the rel-0.101 release branch to make a point release fixing #185.

Proposed Release Notes

  • The CertificateRevocationList trait's verify_signature Budget argument was removed. This was a semver incompatible change mistakenly introduced in v0.101.5.

The `CertificateRevocationList` trait is part of our public API and so
the `verify_signature` fn within it can't have new arguments introduced
in a semver compatible way in this 0.101.x release stream. We broke
this contract when we added the `Budget` argument.

This commit removes the `Budget` argument and updates `verify_cert` to
consume signature budget before calling `verify_signature`. This
maintains semver and we can implement better long term solutions in the
next release.
src/crl.rs Show resolved Hide resolved
@cpu cpu added this pull request to the merge queue Sep 21, 2023
Merged via the queue into rustls:rel-0.101 with commit 7956538 Sep 21, 2023
19 of 20 checks passed
@cpu cpu deleted the cpu-0.101.6-prep branch September 21, 2023 17:21
@cpu
Copy link
Member Author

cpu commented Sep 21, 2023

  • Pushed the v0.101.6 tag
  • Published a GitHub release
  • Published rustls-webpki v0.101.6 at registry crates-io

@cpu
Copy link
Member Author

cpu commented Sep 21, 2023

I've also yanked 0.101.5.

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.

None yet

2 participants