https://github.com/FiloSottile/torchwood
A collection of open source tlog tooling.
https://github.com/FiloSottile/torchwood
sigsum transparency-log
Last synced: 4 months ago
JSON representation
A collection of open source tlog tooling.
- Host: GitHub
- URL: https://github.com/FiloSottile/torchwood
- Owner: FiloSottile
- License: bsd-3-clause
- Created: 2023-05-14T14:56:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-21T14:20:39.000Z (5 months ago)
- Last Synced: 2025-09-21T14:02:25.385Z (4 months ago)
- Topics: sigsum, transparency-log
- Language: Go
- Homepage:
- Size: 376 KB
- Stars: 15
- Watchers: 4
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# Torchwood
The Torchwood repository is a collection of open-source tooling for tlogs.
- [litewitness][] is a cosigning witness backed by SQLite and ssh-agent.
It implements [c2sp.org/tlog-witness][].
- [litebastion][] (and [filippo.io/torchwood/bastion][]) is a public-service
reverse proxy.
It implements [c2sp.org/https-bastion][].
- [filippo.io/torchwood][] implements a [tlog client][] and various
[c2sp.org/signed-note][], [c2sp.org/tlog-cosignature][],
[c2sp.org/tlog-checkpoint][], and [c2sp.org/tlog-tiles][] functions,
including extensions to the [golang.org/x/mod/sumdb/tlog][] and
[golang.org/x/mod/sumdb/note][] packages.
[filippo.io/torchwood/bastion]: https://pkg.go.dev/filippo.io/torchwood/bastion
[filippo.io/torchwood]: https://pkg.go.dev/filippo.io/torchwood
[tlog client]: https://pkg.go.dev/filippo.io/torchwood#Client
[litebastion]: /cmd/litebastion/README.md
[litewitness]: /cmd/litewitness/README.md
[c2sp.org/tlog-witness]: https://c2sp.org/tlog-witness
[c2sp.org/https-bastion]: https://c2sp.org/https-bastion
[c2sp.org/signed-note]: https://c2sp.org/signed-note
[c2sp.org/tlog-cosignature]: https://c2sp.org/tlog-cosignature
[c2sp.org/tlog-checkpoint]: https://c2sp.org/tlog-checkpoint
[c2sp.org/tlog-tiles]: https://c2sp.org/tlog-tiles
[golang.org/x/mod/sumdb/tlog]: https://pkg.go.dev/golang.org/x/mod/sumdb/tlog
[golang.org/x/mod/sumdb/note]: https://pkg.go.dev/golang.org/x/mod/sumdb/note