trillian-examples
trillian-examples copied to clipboard
A place to store some examples which use Trillian APIs to build things.
See https://github.com/google/trillian/pull/2791
Looking at `witness/golang/omniwitness/monolith/monolith.go`, we realized that it takes the private key material via flags. This is a security risk as anyone on the same machine could get this via `ps`....
kernel.org maintains a transparency log in the form of a git repository and I was wondering how one should go about supporting this for the omnifeeder? Currently creating proofs is...
I just got myself into a pickle - I accidentally misconfigured a witness for a compact-range based log, forgetting to set `UseCompact: true` in the witness config. The feeder happily...
Current [https://github.com/google/trillian-examples/tree/master/binary_transparency/firmware](README.md) has a nice story till Terminal 666 - The Hacker: This needs to be extended to include the FT-Map story!
Two examples of the map were removed in #257 due to a Trillian upgrade which removed the incremental DB-backed map. It would be well worth considering rewriting and adding back...
Adapt ctclone to handle the 'coerced get-entries' feature by: trying to retrieve just one request, checking the number of returned results, either continuing with the rest workers, or stopping fetching,...
### Issue Description The ctclone tool encounters failures when Certificate Transparency (CT) logs return fewer entries than requested. This issue becomes problematic during periodic ctclone operations or at the ends...
This uses `internal/witness` like `cmd/witness`, but with a few major differences: * in general, addrwitness is designed to be directly addressable from the Internet, without a fetcher, enabling low-latency logs...
Add Fortanix to the AUTHORS file and myself to the CONTRIBUTORS file.