Skip to content

Commit

Permalink
bump google/certificate-transparency-go v1.0.21
Browse files Browse the repository at this point in the history
full diff: google/certificate-transparency-go@v1.0.20...v1.0.21

- CTFE no longer prints certificate chains as long byte strings in messages when
  handler errors occur. This was obscuring the reason for the failure and wasn't
  particularly useful.
- CTFE now has a global log URL path prefix flag and a configuration proto for a
  log specific path. The latter should help for various migration strategies if
  existing C++ server logs are going to be converted to run on the new code.
- More progress has been made on log mirroring. We believe that it's now at the
  point where testing can begin.
- The certcheck and ct_hammer utilities have received more enhancements.
- x509 and x509util now support Subject Information Access and additional exten-
  sions for RPKI / RFC
- scanner / fixchain and some other command line utilities now have better
  handling of non-fatal errors.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Apr 3, 2020
1 parent ebe39a3 commit eb690ab
Show file tree
Hide file tree
Showing 10 changed files with 561 additions and 69 deletions.
2 changes: 1 addition & 1 deletion vendor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ github.com/beorn7/perks 37c8de3658fcb183f997c4e13e8337516ab753e6 # v1.0.1
github.com/cloudflare/cfssl 1.3.2
github.com/dustin/go-humanize 9f541cc9db5d55bce703bd99987c9d5cb8eea45e # v1.0.0
github.com/fernet/fernet-go 9eac43b88a5efb8651d24de9b68e87567e029736
github.com/google/certificate-transparency-go v1.0.20
github.com/google/certificate-transparency-go 3629d6846518309d22c16fee15d1007262a459d2 # v1.0.21
github.com/hashicorp/go-immutable-radix 826af9ccf0feeee615d546d69b11f8e98da8c8f1 git://github.com/tonistiigi/go-immutable-radix.git
github.com/hashicorp/go-memdb cb9a474f84cc5e41b273b20c6927680b2a8776ad
github.com/hashicorp/golang-lru 7087cb70de9f7a8bc0a10c375cb0d2280a8edf9c # v0.5.1
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

100 changes: 68 additions & 32 deletions vendor/github.com/google/certificate-transparency-go/serialization.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions vendor/github.com/google/certificate-transparency-go/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eb690ab

Please sign in to comment.