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

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

#1686 in Cryptography

Download history 27892/week @ 2024-01-11 30830/week @ 2024-01-18 32324/week @ 2024-01-25 31180/week @ 2024-02-01 29500/week @ 2024-02-08 28441/week @ 2024-02-15 25798/week @ 2024-02-22 29449/week @ 2024-02-29 30422/week @ 2024-03-07 30258/week @ 2024-03-14 30636/week @ 2024-03-21 28072/week @ 2024-03-28 26635/week @ 2024-04-04 27997/week @ 2024-04-11 27138/week @ 2024-04-18 22509/week @ 2024-04-25

109,363 downloads per month
Used in 78 crates (9 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–14MB
~239K SLoC