#web-pki #root

webpki-roots

Mozilla's CA root certificates for use with webpki

53 releases (1 stable)

1.0.0 May 6, 2025
0.26.11 May 6, 2025
0.26.10 Apr 30, 2025
0.26.8 Jan 31, 2025
0.5.0 Oct 7, 2016

#5 in Cryptography

Download history 2491523/week @ 2025-02-02 2627176/week @ 2025-02-09 2403702/week @ 2025-02-16 2637707/week @ 2025-02-23 2976975/week @ 2025-03-02 3022191/week @ 2025-03-09 3196778/week @ 2025-03-16 3421255/week @ 2025-03-23 2761859/week @ 2025-03-30 2965289/week @ 2025-04-06 2579045/week @ 2025-04-13 2546144/week @ 2025-04-20 2417861/week @ 2025-04-27 2748210/week @ 2025-05-04 3034810/week @ 2025-05-11 2953308/week @ 2025-05-18

11,288,660 downloads per month
Used in 3,416 crates (434 directly)

CDLA-Permissive-2.0

475KB
723 lines

webpki-roots

This is a crate containing Mozilla's root certificates for use with the webpki or rustls crates.

This crate is inspired by certifi.io and uses the data provided by the Common CA Database (CCADB).

webpki-roots Crate

License

The underlying data is used via the CCADB Data Usage Terms (see LICENSE). The data in this crate is a derived work of the CCADB data.

Regenerating sources

Sources are generated in an integration test, in tests/codegen.rs. The test will fail if the sources are out of date relative to upstream, and update src/lib.rs if so. The code is generated in deterministic order so changes to the source should only result from upstream changes.

Dependencies