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

Add verify_prehashed to trait JwsVerifier #1419

Open
UMR1352 opened this issue Oct 15, 2024 · 0 comments
Open

Add verify_prehashed to trait JwsVerifier #1419

UMR1352 opened this issue Oct 15, 2024 · 0 comments
Labels
Breaking change A change to the API that requires a major release. Part of "Changed" section in changelog Enhancement New feature or improvement to an existing feature Rust Related to the core Rust code. Becomes part of the Rust changelog. Wasm Related to Wasm bindings. Becomes part of the Wasm changelog
Milestone

Comments

@UMR1352
Copy link
Contributor

UMR1352 commented Oct 15, 2024

Description

Extend the JwsVerifier trait to provide a verify_prehashed method as well. See #1418.

Motivation

Allow developers to verify JWS signatures created using custom hashing algorithms

@UMR1352 UMR1352 added Breaking change A change to the API that requires a major release. Part of "Changed" section in changelog Enhancement New feature or improvement to an existing feature Rust Related to the core Rust code. Becomes part of the Rust changelog. Wasm Related to Wasm bindings. Becomes part of the Wasm changelog labels Oct 15, 2024
@UMR1352 UMR1352 added this to the v2.0 milestone Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking change A change to the API that requires a major release. Part of "Changed" section in changelog Enhancement New feature or improvement to an existing feature Rust Related to the core Rust code. Becomes part of the Rust changelog. Wasm Related to Wasm bindings. Becomes part of the Wasm changelog
Projects
Status: Product Backlog
Development

No branches or pull requests

1 participant