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

Implement signing of pre-hashed data #3448

Merged
merged 1 commit into from
Oct 11, 2017

Conversation

jvoorhis
Copy link
Contributor

This PR implements algorithm=none for the transit backend's /sign/<name> and /verify/<name> paths. This allows Vault clients to prehash data before requesting a signature, potentially reducing bandwidth while delegating key management to Vault. algorithm=none is supported for ECDSA-P256 keys.

Transit backend sign and verify endpoints now support algorithm=none
@jefferai jefferai added this to the 0.8.4 milestone Oct 11, 2017
@jefferai jefferai merged commit 333bd83 into hashicorp:master Oct 11, 2017
@jefferai
Copy link
Member

Thanks!

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