8 breaking releases
0.9.0 | Apr 10, 2021 |
---|---|
0.8.0 | Nov 22, 2020 |
0.7.0 | Jun 21, 2020 |
0.6.0 | Jul 21, 2019 |
0.1.0 | Jul 14, 2017 |
#1914 in Cryptography
115,652 downloads per month
Used in 72 crates
(9 directly)
43KB
387 lines
ct-logs
This is a crate containing Google's list of known Certificate Transparency logs for use with the sct.rs 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.
lib.rs
:
This library is automatically generated from Google's list of known CT logs. Don't edit it.
The generation is done deterministically so you can verify it yourself by inspecting and re-running the generation process.
Dependencies
~5–13MB
~232K SLoC