-
Notifications
You must be signed in to change notification settings - Fork 8
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
gpg --verify is insecure for verification of --clearsign
ed files
#95
Comments
- fixed check gpg before sha512 martinholovsky#94 - fixed gpg --verify is insecure for verification of `--clearsign`ed files, use gpg --decrypt instead martinholovsky#95 - fixed no need to download unsigned stage3-amd64-hardened-20150108.tar.bz2.DIGESTS when you download `--clearsign`ed stage3-amd64-hardened-20150108.tar.bz2.DIGESTS.asc martinholovsky#96
--clearsign
ed files, use gpg --decrypt instead--clearsign
ed files
Yet to be solved. Updated the title and description of this ticket. |
See this thread "Are there cases where gpg --verify will exit 0, even if verification failed?": They seem to disagree? But we should take Werner Koch seriously. Werner Koch:
http://lists.gnupg.org/pipermail/gnupg-users/2015-January/052228.html |
I still don't know specific cases, but Werner Koch is very clear about this. Werner Koch:
http://lists.gnupg.org/pipermail/gnupg-users/2015-January/052232.html |
Is there a shell script or bash library for parsing gpg's --status-fd output?:
No answers yet. |
thats ironic, isnt it? gpgv is not in default portage tree |
I'd find that very wrong. Killing the patient doesn't count for healing the sickness. ;) Created a gpg-bash-lib in meanwhile: Still lacks documentation, but I think it's a sound solution. No negative feedback yet, but also no other users. Usage examples:
Shall I send a pull request that adapts it? |
Hi, I saw it already, but its too much code. regarding pull request: if it could be compressed into 10 lines, then sure :] |
Late answer but better than never.
Yes. It's all unix time. Nothing depends on timezone. |
gpg --verify
is insecure for verification of--clearsign
ed files. Counter intuitive.Butgpg --decrypt
should be used instead.Hard to explain with words. But code and output talks. See:https://gist.github.com/adrelanos/defdf9d693c2726514fdLine in question:
https://github.com/martincmelik/Securix-Linux/blob/14e4fd445235e4bf384fd8ffb65e1c43d7bfe9ac/securix-install/install.sh#L823
The text was updated successfully, but these errors were encountered: