You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://dlang.org/gpg_keys.html lists a bunch of gpg key fingerprints, but none of them match the signatures offered on download.html.
Closer inspection reveals that the signatures were made by subkeys, and since gpg_keys.html omits the subkey fingerprints, it cannot be used to check that the signatures are good. In other words, gpg_keys.html is currently useless, and can even lead someone to think the downloads might have been tampered with.
Suggestion:
Regenerate gpg_keys.html using the output of gpg --list-keys --with-subkey-fingerprint
The text was updated successfully, but these errors were encountered:
Forest reported this on 2024-01-07T22:01:46Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=24322
Description
https://dlang.org/gpg_keys.html lists a bunch of gpg key fingerprints, but none of them match the signatures offered on download.html. Closer inspection reveals that the signatures were made by subkeys, and since gpg_keys.html omits the subkey fingerprints, it cannot be used to check that the signatures are good. In other words, gpg_keys.html is currently useless, and can even lead someone to think the downloads might have been tampered with. Suggestion: Regenerate gpg_keys.html using the output of gpg --list-keys --with-subkey-fingerprint
The text was updated successfully, but these errors were encountered: