49 releases (25 breaking)

0.26.8 Jan 31, 2025
0.26.7 Nov 21, 2024
0.26.6 Sep 18, 2024
0.26.3 Jun 17, 2024
0.5.0 Oct 7, 2016

#4 in Database interfaces

Download history 2060661/week @ 2024-10-29 2032484/week @ 2024-11-05 2105296/week @ 2024-11-12 2052689/week @ 2024-11-19 1664798/week @ 2024-11-26 1997318/week @ 2024-12-03 2167298/week @ 2024-12-10 1754809/week @ 2024-12-17 860221/week @ 2024-12-24 1262565/week @ 2024-12-31 2161399/week @ 2025-01-07 2160235/week @ 2025-01-14 2130605/week @ 2025-01-21 2240527/week @ 2025-01-28 2518915/week @ 2025-02-04 2512178/week @ 2025-02-11

9,695,002 downloads per month
Used in 3,073 crates (403 directly)

MPL-2.0 license

500KB
758 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 MPL-licensed, and src/lib.rs is therefore a derived work.

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