rpgpie-certificate-store

Certificate store for rpgpie, based on openpgp-cert-d

8 releases

0.1.0 Jun 18, 2024
0.0.7 Jun 8, 2024
0.0.6 May 4, 2024
0.0.5 Apr 29, 2024
0.0.1 Mar 26, 2024
Download history 26/week @ 2024-06-20 12/week @ 2024-06-27 17/week @ 2024-07-04 27/week @ 2024-07-25 6/week @ 2024-08-01 13/week @ 2024-09-12 19/week @ 2024-09-19 16/week @ 2024-09-26 9/week @ 2024-10-03

57 downloads per month
Used in openpgp-card-tool-git

MIT/Apache

43KB
699 lines

rpgpie-certificate-store

An OpenPGP certificate (public key) storage and retrieval mechanism for use with rpgpie 🦀️🔐🥧 and rPGP.

Based on the openpgp-cert-d generic OpenPGP certificate store.

This crate uses an SQLite cache for efficient search in a cert-d, including by subkey fingerprint.


lib.rs:

Access layer for access to a Shared OpenPGP Certificate Directory with rpgpie 🦀️🔐🥧. This crate offers various modes of certificate lookup, including search by subkey fingerprint, as well as by user id.

The index for this crate is stored in a crate-specific sqlite database.

Dependencies

~64MB
~1M SLoC