ct-logs

Crates.ioct-logs
lib.rsct-logs
version0.9.0
sourcesrc
created_at2017-07-14 21:30:48.686251
updated_at2021-04-10 17:22:10.470887
descriptionGoogle's list of Certificate Transparency logs for use with sct crate
homepagehttps://github.com/ctz/ct-logs
repositoryhttps://github.com/ctz/ct-logs
max_upload_size
id23392
size56,483
Dirkjan Ochtman (djc)

documentation

README

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.

Commit count: 31

cargo fmt