48 releases (25 breaking)

new 0.26.7 Nov 21, 2024
0.26.5 Aug 30, 2024
0.26.3 Jun 17, 2024
0.26.1 Feb 2, 2024
0.5.0 Oct 7, 2016

#5 in Database interfaces

Download history 1623458/week @ 2024-08-04 1702997/week @ 2024-08-11 1716442/week @ 2024-08-18 1749954/week @ 2024-08-25 1707018/week @ 2024-09-01 1806034/week @ 2024-09-08 1638909/week @ 2024-09-15 1896604/week @ 2024-09-22 1829680/week @ 2024-09-29 2038513/week @ 2024-10-06 2119662/week @ 2024-10-13 2239258/week @ 2024-10-20 2116722/week @ 2024-10-27 2065934/week @ 2024-11-03 2081407/week @ 2024-11-10 1944411/week @ 2024-11-17

8,308,574 downloads per month
Used in 2,867 crates (372 directly)

MPL-2.0 license

495KB
753 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