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

crl: rm Budget from verify_signature fn #190

Merged
merged 1 commit into from
Sep 28, 2023
Merged

Commits on Sep 28, 2023

  1. crl: rm Budget from verify_signature fn

    The `Budget` type is a crate-internal detail that shouldn't be exposed
    outside of the crate. It only makes sense in the context of path path
    building.
    
    This commit removes the `Budget` argument from the public
    `CertRevocationList` trait's `verify_signature` fn.
    cpu committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    ec89763 View commit details
    Browse the repository at this point in the history