Skip to content

Releases: google/certificate-transparency-go

SQLite Removed, LeafHashForLeaf

01 Jun 14:15
698cd6a
Compare
Choose a tag to compare

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

01 Jun 14:15
480c365
Compare
Choose a tag to compare

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

01 Jun 14:13
74c06c9
Compare
Choose a tag to compare

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

01 Jun 14:12
Compare
Choose a tag to compare

Updates to Kubernetes configs, mostly related to running a CI instance.

More scanner, x509, utility and client fixes. CTFE updates

01 Jun 14:09
1bec452
Compare
Choose a tag to compare

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

01 Jun 14:11
Compare
Choose a tag to compare

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

01 Jun 14:06
e8b02c6
Compare
Choose a tag to compare
v1.0.8

Client fixes, align with trillian repo

CTFE fixes

01 Jun 14:06
52c0590
Compare
Choose a tag to compare

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

01 Jun 14:04
Compare
Choose a tag to compare

The crlcheck utility has had several fixes and enhancements. Additionally the hammer now supports temporal logs.

X509 and asn1 fixes

01 Jun 14:02
Compare
Choose a tag to compare

This release is mostly fixes to the x509 and asn1 packages. Some command line utilties were also updated.