• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/workflows/H03-May-2022-3426

src/H03-May-2022-5,327688

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D01-Jan-197074 65

.gitignoreH A D29-Nov-197350 65

Cargo.lockH A D01-Jan-19705.7 KiB223196

Cargo.tomlH A D01-Jan-1970843 2422

Cargo.toml.orig-cargoH A D29-Nov-1973369 1412

LICENSEH A D29-Nov-19731 KiB2217

README.mdH A D29-Nov-1973890 2216

build.pyH A D29-Nov-19735.4 KiB194141

extra_constraints.pyH A D29-Nov-19732.6 KiB7964

README.md

1# webpki-roots
2This is a crate containing Mozilla's root certificates for use with
3the [webpki](https://github.com/briansmith/webpki) or
4[rustls](https://github.com/ctz/rustls) crates.
5
6This crate is inspired by [certifi.io](https://certifi.io/en/latest/) and
7uses the services provided by [mkcert.org](https://mkcert.org/).
8
9[![Build Status](https://img.shields.io/travis/ctz/webpki-roots.svg)](https://travis-ci.org/ctz/rustls)
10[![Crate](https://img.shields.io/crates/v/webpki-roots.svg)](https://crates.io/crates/webpki-roots)
11
12# License
13The underlying data is MPL-licensed, and `src/lib.rs`
14is therefore a derived work.
15
16# Regenerating sources
17You will need python3 and curl.
18
19Run `build.py` which will output a new version of `src/lib.rs`.  You can now
20compare and audit.  The code is generated in deterministic order so changes
21to the source should only result from upstream changes.
22