mozilla-root-ca

Crates.iomozilla-root-ca
lib.rsmozilla-root-ca
version
sourcesrc
created_at2024-12-15 11:23:08.500761
updated_at2024-12-19 03:59:18.245015
descriptionMozilla Root CA list from https://curl.se/ca/cacert.pem
homepage
repositoryhttps://github.com/delta4chat/mozilla-root-ca
max_upload_size
id1484070
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Delta 4 (delta4chat)

documentation

README

mozilla-root-ca

Mozilla Root CA list from https://curl.se/ca/cacert.pem

The webpki-roots crate does not provide the complete certificate content, merely a subset. Furthermore, the webpki-root-certs only provides a rustls-compatible format, not a general-purpose format that supports a multitude of crates. Consequently, this crate has been created to address these deficiencies. Any project requiring the full certificate format from Mozilla's Root Certificate Authority Store may utilize this crate.

Commit count: 30

cargo fmt