Skip to content

Updated verify_jws.sh now able to verify#75

Open
mholschbach wants to merge 1 commit intomesur-io:mainfrom
mholschbach:mholschbach-patch-verify_jws
Open

Updated verify_jws.sh now able to verify#75
mholschbach wants to merge 1 commit intomesur-io:mainfrom
mholschbach:mholschbach-patch-verify_jws

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

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

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