Skip to content

Comments

v0.101.6 release prep#187

Merged
cpu merged 2 commits intorustls:rel-0.101from
cpu:cpu-0.101.6-prep
Sep 21, 2023
Merged

v0.101.6 release prep#187
cpu merged 2 commits intorustls:rel-0.101from
cpu:cpu-0.101.6-prep

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.

cpu added 2 commits September 21, 2023 12:10
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.
@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
@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.

2 participants