[Rpm-maint] [rpm-software-management/rpm] Make rpmkeys --list show Key fingerprint and sub key IDs (Issue #3332)
Florian Festi
notifications at github.com
Wed Oct 9 13:42:21 UTC 2024
So here's the output of sg:
```
> sq inspect ../tests/data/keys/alice.asc
../tests/data/keys/alice.asc: OpenPGP Certificate.
Fingerprint: B6542F92F30650C36B6F41BCB3A771BFEB04E625
Public-key algo: RSA
Public-key size: 3072 bits
Creation time: 2022-04-10 00:00:00 UTC
Key flags: certification
Subkey: 43253A62850DFADCACD423F11F71177215217EE0
Public-key algo: RSA
Public-key size: 3072 bits
Creation time: 2022-04-10 00:00:00 UTC
Key flags: signing
UserID: Alice <alice at example.org>
```
I mean we do have the key parameters already parsed. So this should not be difficult to do. The only things currently missing is the bit length, the flags of the keys and the loop over the sub keys. The question is more, what actually makes sense.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3332#issuecomment-2402387164
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/3332/2402387164 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20241009/dcb51faa/attachment-0001.html>
More information about the Rpm-maint
mailing list