Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
current gpg sigs of the releases uses MD5 #9976
Comments
|
SHA256 is used for signing:
and not even any mention of MD5.
|
|
True. The issue was with my keyring configuration. NO issue with the signatures of the releases. GNU PG can be very unclear on the messages. |
What is the purpose of your issue?
Description of your issue, suggested solution and other information
If trying to verify the signature from the key 18A9236D for the release as present on http://rg3.github.io/youtube-dl/download.html there are problems.
gpg --verify youtube-dl.sig youtube.dl produces:
According to https://www.gnupg.org/faq/weak-digest-algos.html this is because of weak signature is used.
There should not be a big problem in 2016 to produce secure signatures that don't use MD5.
Also newer versions of gpg disables MD5 completely.