5 releases

0.3.2 Apr 2, 2024
0.3.1 Dec 15, 2023
0.1.2 Nov 6, 2023
0.1.0 Aug 16, 2022

#1518 in Cryptography

Download history 626/week @ 2024-01-04 312/week @ 2024-01-11 374/week @ 2024-01-18 416/week @ 2024-01-25 300/week @ 2024-02-01 573/week @ 2024-02-08 620/week @ 2024-02-15 743/week @ 2024-02-22 922/week @ 2024-02-29 365/week @ 2024-03-07 439/week @ 2024-03-14 620/week @ 2024-03-21 508/week @ 2024-03-28 737/week @ 2024-04-04 711/week @ 2024-04-11 507/week @ 2024-04-18

2,529 downloads per month
Used in 13 crates (4 directly)

MIT license

110KB
2K 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

~3–13MB
~150K SLoC