Skip to content

mesalock-linux/webpki-roots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Build Status Crate

License

The underlying data is MPL-licensed, and src/lib.rs is therefore a derived work.

Regenerating sources

You will need python3 and curl.

Run build.py which will output a new version of src/lib.rs. You can now compare and audit. The code is generated in deterministic order so changes to the source should only result from upstream changes.

About

CA certificates for use with webpki

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 98.3%
  • Python 1.7%