[Rpm-maint] [rpm-software-management/rpm] Implement an abstact keystore API (Issue #3342)

Panu Matilainen notifications at github.com
Mon Oct 28 08:06:37 UTC 2024


AC proposal (or what I have in mind here anyhow):
- the keystore is a new abstract class
- the keystore implements three methods: load, import and delete:
  - rpmRC keystore:Load(rpmtxn txn, rpmKeyring keyring)
  - rpmRC keystore:Import(rpmtxn txn, rpmPubkey key)
  - rpmRC keystore:Delete(rpmtxn txn, rpmPubkey key)
- existing rpmdb and fs keystores are ported to the this class

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3342#issuecomment-2440812624
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/3342/2440812624 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20241028/61d21f65/attachment.html>


More information about the Rpm-maint mailing list