[Rpm-maint] [rpm-software-management/rpm] Add Key Fingerprints to rpmsinfoMsg() (PR #3321)
Florian Festi
notifications at github.com
Wed Oct 2 11:59:01 UTC 2024
@ffesti commented on this pull request.
> @@ -288,7 +346,15 @@ rpmRC rpmKeyringVerifySig(rpmKeyring keyring, pgpDigParams sig, DIGEST_CTX ctx)
rpmlog(rc ? RPMLOG_ERR : RPMLOG_WARNING, "%s\n", lints);
free(lints);
}
+ if (keyptr) {
+ *keyptr = rpmPubkeyLink(key);
OK, just made `pubkeyPrimarykey` private and only return primary keys as suggested.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3321#discussion_r1784367070
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/3321/review/2342710138 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20241002/2fd62c74/attachment-0001.html>
More information about the Rpm-maint
mailing list