-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crl: rm
Budget
from verify_signature
fn
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.
- Loading branch information
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters