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

Adding support for specifying hashing algorithm #512

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ChevronTango
Copy link

This PR adds the ability to specify the hashing algorithm that the certificate should use in its signatures.

Rather than specifying the full signature algorithm, we instead specify only the hashing algorithm as we can infer the remainder from the type of certificate supplied. This allows us the flexibility to customize the output without introducing too much complexity for the end user to manage.

This addresses #57

Signed-off-by: Edward Brough <edward.brough@gmail.com>
Signed-off-by: Edward Brough <edward.brough@gmail.com>
@ChevronTango ChevronTango requested a review from a team as a code owner May 10, 2024 20:01
Copy link

hashicorp-cla-app bot commented May 10, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant