Crates.io | webpki-roots |
lib.rs | webpki-roots |
version | 0.26.6 |
source | src |
created_at | 2016-08-28 13:40:20.874613 |
updated_at | 2024-09-18 23:59:14.733395 |
description | Mozilla's CA root certificates for use with webpki |
homepage | https://github.com/rustls/webpki-roots |
repository | https://github.com/rustls/webpki-roots |
max_upload_size | |
id | 6152 |
size | 524,663 |
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).
The underlying data is MPL-licensed, and src/lib.rs
is therefore a derived work.
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.