[Rpm-maint] [rpm-software-management/rpm] Fingerprint subpacket parsing support (#1728)

Michael Schroeder notifications at github.com
Fri Jul 23 08:23:48 UTC 2021


But you do know that we'll need to support V5 keys in the near future. So you can design your code so that adding them is not harder than it needs to be. With this pull request, I'd recommend to store the full fingerprint including the last 8 bytes and adding a fingerprint length as well. I.e.:
```
  uint8_t fpr[32];
  uint8_t fprlen;
```

-- 
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/1728#issuecomment-885481630
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210723/e7b43868/attachment.html>


More information about the Rpm-maint mailing list