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 gpg signing and verification support #185

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

Conversation

junderw
Copy link
Contributor

@junderw junderw commented May 6, 2019

these bash scripts should make it easier to verify the hashes match for people who don't use git and just download the zip.

also switched to sha256

@junderw
Copy link
Contributor Author

junderw commented May 6, 2019

One problem this has is that all current signatures should be discarded when a change is made, otherwise, for example, my signature will be for an outdated sha256sum and verification will fail since your sig will be valid for current sha256sum and mine will become invalid...

Since it is merely batch validating, if any one is incorrect it will fail...

@junderw
Copy link
Contributor Author

junderw commented May 6, 2019

Perhaps instead of using the error code in a if then statement, the gpg --verify should just be run as-is and the user can read the valid/invalid list and decide which ones they care about...

It's all a matter of preference imo.

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.

1 participant