#logs #google #certificate #transparency #list #sct #ct

ct-logs

Google's list of Certificate Transparency logs for use with sct crate

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

#2157 in Cryptography

Download history 27581/week @ 2023-11-21 31087/week @ 2023-11-28 29995/week @ 2023-12-05 28084/week @ 2023-12-12 21349/week @ 2023-12-19 14205/week @ 2023-12-26 25918/week @ 2024-01-02 29788/week @ 2024-01-09 29527/week @ 2024-01-16 32080/week @ 2024-01-23 32130/week @ 2024-01-30 29599/week @ 2024-02-06 29331/week @ 2024-02-13 26445/week @ 2024-02-20 27135/week @ 2024-02-27 25599/week @ 2024-03-05

114,040 downloads per month
Used in 81 crates (10 directly)

MIT/Apache/ISC

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.

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.


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–15MB
~244K SLoC