Download Latest Version v1.3.3 source code.zip (1.6 MB)
Email in envelope

Get an email when there's a new version of Certificate Transparency Go

Home / v1.2.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2024-10-30 16.1 kB
v1.2.2 source code.tar.gz 2024-10-30 1.4 MB
v1.2.2 source code.zip 2024-10-30 1.7 MB
Totals: 3 Items   3.0 MB 0

What's Changed

  • Recommended Go version for development: 1.22
  • Using a different version can lead to presubmits failing due to unexpected diffs.

Add TLS Support

Add TLS support for Trillian: By using --trillian_tls_ca_cert_file flag, users can provide a CA certificate, that is used to establish a secure communication with Trillian log server.

Add TLS support for ct_server: By using --tls_certificate and --tls_key flags, users can provide a service certificate and key, that enables the server to handle HTTPS requests.

HTTP Idle Connection Timeout Flag

A new flag http_idle_timeout is added to set the HTTP server's idle timeout value in the ct_server binary. This controls the maximum amount of time to wait for the next request when keep-alives are enabled.

Misc

Fixes

Dependency update

New Contributors

Full Changelog: https://github.com/google/certificate-transparency-go/compare/v1.2.1...v1.2.2

Source: README.md, updated 2024-10-30