tree: e1b3886bae6f67b88131d62ff7843eb31920a8db [path history] [tgz]
  1. .github/
  2. src/
  3. tests/
  4. .cargo_vcs_info.json
  5. .gitignore
  6. Cargo.toml
  7. Cargo.toml.orig
  8. LICENSE
  9. README.md
webpki-roots-0.25.2/README.md

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 services provided by mkcert.org.

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.