webpki-roots

Crates.iowebpki-roots
lib.rswebpki-roots
version1.0.2
created_at2016-08-28 13:40:20.874613+00
updated_at2025-07-18 13:53:31.021663+00
descriptionMozilla's CA root certificates for use with webpki
homepagehttps://github.com/rustls/webpki-roots
repositoryhttps://github.com/rustls/webpki-roots
max_upload_size
id6152
size530,514
publishers (github:rustls:publishers)

documentation

README

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 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.

Commit count: 182

cargo fmt