43 releases (25 breaking)

0.26.1 Feb 2, 2024
0.26.0 Nov 30, 2023
0.26.0-alpha.1 Sep 7, 2023
0.25.4 Feb 2, 2024
0.5.0 Oct 7, 2016

#5 in Database interfaces

Download history 1037489/week @ 2023-11-27 1101277/week @ 2023-12-04 1064448/week @ 2023-12-11 934125/week @ 2023-12-18 507019/week @ 2023-12-25 841795/week @ 2024-01-01 1086633/week @ 2024-01-08 1132599/week @ 2024-01-15 1188143/week @ 2024-01-22 1286757/week @ 2024-01-29 1354463/week @ 2024-02-05 1350138/week @ 2024-02-12 1292897/week @ 2024-02-19 1414353/week @ 2024-02-26 1390104/week @ 2024-03-04 538303/week @ 2024-03-11

4,717,711 downloads per month
Used in 2,378 crates (308 directly)

MPL-2.0 license

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