51 unstable releases
new 0.26.10 | Apr 30, 2025 |
---|---|
0.26.8 | Jan 31, 2025 |
0.26.7 | Nov 21, 2024 |
0.26.3 | Jun 17, 2024 |
0.5.0 | Oct 7, 2016 |
#8 in Cryptography
10,531,619 downloads per month
Used in 3,333 crates
(428 directly)
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).
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.