Releases: google/certificate-transparency-go
Releases · google/certificate-transparency-go
X509 and asn1 fixes
This release is mostly fixes to the x509
and asn1
packages. Some command line utilties were also updated.
Multi log backend configs
Support was added to allow CTFE to use multiple backends, each serving a distinct set of logs. It allows for e.g. regional backend deployment with common frontend servers.
Hammer updates, use standard context
After the Go 1.9 migration references to anything other than the standard context
package have been removed. This is the only one that should be used from now on.
Go 1.9
Go 1.9 is now required to build the code.
Hammer and client improvements
v1.0.1 Hammer and client improvements
First Trillian CT Release
This is the point that corresponds to the 1.0 release in the trillian repo.
Monitoring / metrics / hammering
v0.9 Monitoring / metrics / hammering
Mockery / Licenses
v0.8 Mockery and licenses
Trillian CT Code moved in here and fixed up
The CT personality code was moved from examples/ct
in the trillian repo to trillian/ctfe
in this repo. This release builds but a lot of production work was still to come.
Go Client / Fixchain fixes
v0.6 Go Client / Fixchain fixes