rustls / ct-logs

Google's list of Certificate Transparency logs as a rust crate for use with sct.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archived

This was part of an experimental effort to bring certificate transparency to the rustls ecosystem. At the moment, that effort is paused.

ct-logs

This is a crate containing Google's list of known Certificate Transparency logs for use with the sct.rs crate.

Build Status Crate

License

Apache-2.0/ISC/MIT

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.

build.py also verifies the signature published alongside the list.

About

Google's list of Certificate Transparency logs as a rust crate for use with sct.rs

License:Other


Languages

Language:Rust 89.2%Language:Python 10.8%