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

Updated verify_jws.sh now able to verify #75

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mholschbach
Copy link

This set of changes to the verify_jws.sh allow successful validation of jws created by sign_jws.sh


# Create a temporary file for the binary signature
signature_file=$(mktemp)
echo -n "$signature_base64" | base64 -d > $signature_file
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we sure the binary signature is not der encoded here?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I still remember it correctly then it is DER after the decoding from Base64.

@OR13
Copy link
Collaborator

OR13 commented Mar 3, 2024

@mprorock needs review

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