47 releases (25 breaking)
0.26.6 | Sep 18, 2024 |
---|---|
0.26.3 | Jun 17, 2024 |
0.26.1 | Feb 2, 2024 |
0.26.0 | Nov 30, 2023 |
0.5.0 | Oct 7, 2016 |
#6 in Database interfaces
8,949,880 downloads per month
Used in 2,849 crates
(364 directly)
505KB
768 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).
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.