trillian/ directory
Directories ΒΆ
Path | Synopsis |
---|---|
trillian/ctfe | Package ctfe contains a usage example by providing an implementation of an RFC6962 compatible CT log server using a Trillian log server as backend storage via its GRPC API. |
trillian/ctfe/cache | Package cache defines the IssuanceChainCache type, which allows different cache implementation with Get and Set operations. |
trillian/ctfe/cache/lru | Package lru defines the IssuanceChainCache type, which implements IssuanceChainCache interface with Get and Set operations. |
trillian/ctfe/cache/noop | Package noop defines the IssuanceChainCache type, which implements IssuanceChainCache interface with Get and Set operations. |
trillian/ctfe/configpb | |
trillian/ctfe/ct_server | The ct_server binary runs the CT personality. |
trillian/ctfe/storage | Package storage defines the IssuanceChainStorage type, which allows different storage implementation for the key-value pairs of issuance chains. |
trillian/ctfe/storage/mysql | Package mysql defines the IssuanceChainStorage type, which implements IssuanceChainStorage interface with FindByKey and Add methods. |
trillian/ctfe/storage/postgresql | Package postgresql defines the IssuanceChainStorage type, which implements IssuanceChainStorage interface with FindByKey and Add methods. |
trillian/ctfe/testonly | Package testonly contains code and data that should only be used by tests. |
trillian/integration | Package integration holds test-only code for running tests on an integrated system of the CT personality and a Trillian log. |
trillian/integration/ct_hammer | ct_hammer is a stress/load test for a CT log. |
trillian/migrillian | Migrillian tool transfers certs from CT logs to Trillian pre-ordered logs in the same order. |
trillian/migrillian/configpb | |
trillian/migrillian/core | Package core provides transport-agnostic implementation of Migrillian tool. |
trillian/mockclient | Package mockclient provides a mockable version of the Trillian log client API. |
trillian/util | Package util provides general utility functions for the CT personality. |
- Version
- v1.3.1 (latest)
- Published
- Jan 15, 2025
- Platform
- linux/amd64
- Last checked
- 4 days ago –
Tools for package owners.