3 unstable releases

new 0.3.0 Dec 6, 2023
0.1.2 Nov 6, 2023
0.1.1 Nov 2, 2023
0.1.0 Aug 16, 2022

#864 in Authentication

Download history 171/week @ 2023-08-15 174/week @ 2023-08-22 311/week @ 2023-08-29 380/week @ 2023-09-05 145/week @ 2023-09-12 168/week @ 2023-09-19 233/week @ 2023-09-26 340/week @ 2023-10-03 287/week @ 2023-10-10 321/week @ 2023-10-17 240/week @ 2023-10-24 249/week @ 2023-10-31 238/week @ 2023-11-07 579/week @ 2023-11-14 768/week @ 2023-11-21 689/week @ 2023-11-28

2,394 downloads per month
Used in 6 crates (3 directly)

MIT license

100KB
1.5K SLoC

Shared OpenPGP Certificate Directory

This crate implements a generic OpenPGP certificate store that can be shared between implementations. It also defines a way to root trust, and a way to associate pet names with certificates. Sharing certificates and trust decisions increases security by enabling more applications to take advantage of OpenPGP. It also improves privacy by reducing the required certificate discoveries that go out to the network.


lib.rs:

Shared OpenPGP Certificate Directory

This crate implements a generic OpenPGP certificate store that can be shared between implementations. It also defines a way to root trust, and a way to associate pet names with certificates. Sharing certificates and trust decisions increases security by enabling more applications to take advantage of OpenPGP. It also improves privacy by reducing the required certificate discoveries that go out to the network.

Note that this crate is only concerned with the low-level mechanics of the certificate directory and does not depend on an OpenPGP implementation. This is the reason that it works with bytes and not high-level OpenPGP data structures. Generally, it has to be combined with an OpenPGP implementation to be useful.

Dependencies

~2–14MB
~126K SLoC