Releases: google/certificate-transparency-go
SQLite Removed, LeafHashForLeaf
Support for SQLlite was removed. This motivation was ongoing test flakiness caused by multi-user access. This database may work for an embedded scenario but is not suitable for use in a server environment.
A LeafHashForLeaf
client API was added and is now used by the CT client and integration tests.
Crypto changes, util updates, sync with trillian repo, loglist verification
Some of our custom crypto package that were wrapping calls to the standard package have been removed and the base features used directly.
Updates were made to GCE ingress and health checks.
The log list utility can verify signatures.
Client / util updates & CTFE fixes
The CT client can now use a JSON loglist to find logs.
CTFE had a fix applied for preissued precerts.
A DNS client was added and CT client was extended to support DNS retrieval.
Kubernetes CI / Integration fixes
Updates to Kubernetes configs, mostly related to running a CI instance.
More scanner, x509, utility and client fixes. CTFE updates
The CT client was using the wrong protobuffer library package. To guard against this in future a check has been added to our lint config.
The x509
and asn1
packages have had upstream fixes applied from Go 1.10rc1.
Scanner, x509, utility and client fixes
The scanner
utility now displays throughput stats.
Build instructions and README files were updated.
The certcheck
utility can be told to ignore unknown critical X.509 extensions.
Client fixes, align with trillian repo
v1.0.8 Client fixes, align with trillian repo
CTFE fixes
An issue was fixed with CTFE signature caching. In an unlikely set of circumstances this could lead to log mis-operation. While the chances of this are small, we recommend that versions prior to this one are not deployed.
crlcheck improvements / other fixes
The crlcheck
utility has had several fixes and enhancements. Additionally the hammer
now supports temporal logs.
X509 and asn1 fixes
This release is mostly fixes to the x509
and asn1
packages. Some command line utilties were also updated.