[Rpm-maint] [rpm-software-management/rpm] Justus/openpgp fixes (PR #1813)
Justus Winter
notifications at github.com
Mon Nov 1 14:52:05 UTC 2021
@teythoon commented on this pull request.
> @@ -1295,6 +1325,10 @@ rpmRC pgpVerifySignature(pgpDigParams key, pgpDigParams sig, DIGEST_CTX hashctx)
if (sig == NULL || ctx == NULL)
goto exit;
+ /* Check whether the hash algorithm meets our policy */
+ if (!pgpHashAlgorithmPolicy(sig->hash_algo))
I think that is a grave mistake, but let's continue this disicussion on the mailing list and merge the other patches.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1813#discussion_r740273796
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20211101/605f0bd2/attachment.html>
More information about the Rpm-maint
mailing list