[Rpm-maint] [rpm-software-management/rpm] Issue a warning when signing created an OpenPGP v3 signature (PR #2287)
Neal H. Walfield
notifications at github.com
Wed Nov 23 11:54:46 UTC 2022
@nwalfield approved this pull request.
Looks good.
> @@ -168,6 +169,12 @@ static rpmtd makeSigTag(Header sigh, int ishdr, uint8_t *pkt, size_t pktlen)
break;
}
+ ver = pgpDigParamsVersion(sigp);
+ if (ver < 4) {
+ rpmlog(RPMLOG_WARNING, _("Deprecated PGP signature version %d\n"),
s/PGP/OpenPGP/
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2287#pullrequestreview-1191511921
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2287/review/1191511921 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20221123/4c918da1/attachment.html>
More information about the Rpm-maint
mailing list