Skip to content

Commit

Permalink
Add changelog entry for v1.2.0. (google#287)
Browse files Browse the repository at this point in the history
Enhancements have been made to various utilities including scanner,
sctcheck, loglist and x509util.

The allow_verification_with_non_compliant_keys flag has been removed
from signatures.go.

An implementation of Gossip has been added. See the gossip/minimal
package for more information.

An X.509 compatibility issue for Go 1.11 has been fixed. This should be
backwards compatible with 1.10.
  • Loading branch information
Martin2112 authored Jul 5, 2018
1 parent 37a384c commit 45ff1c0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CERTIFICATE-TRANSPARENCY-GO Changelog

## v1.0.20 - Minimal Gossip / Go 1.11 Fix / Utility Improvements

Published 2018-07-05 09:21:34 +0000 UTC

Enhancements have been made to various utilities including `scanner`, `sctcheck`, `loglist` and `x509util`.

The `allow_verification_with_non_compliant_keys` flag has been removed from `signatures.go`.

An implementation of Gossip has been added. See the `gossip/minimal` package for more information.

An X.509 compatibility issue for Go 1.11 has been fixed. This should be backwards compatible with 1.10.

Commit [37a384cd035e722ea46e55029093e26687138edf](https://api.github.com/repos/google/certificate-transparency-go/commits/37a384cd035e722ea46e55029093e26687138edf) Download [zip](https://api.github.com/repos/google/certificate-transparency-go/zipball/v1.0.20)

## v1.0.19 - CTFE User Quota

Published 2018-06-01 13:51:52 +0000 UTC
Expand Down

0 comments on commit 45ff1c0

Please sign in to comment.