Certigo Versions Save

A utility to examine and validate certificates in a variety of formats

v1.16.0

1 year ago

Release Build (from refs/tags/v1.16.0/9a1ff6da3ddf5eeaf891a62f2b6d58709e40672d)

What's Changed

New Contributors

Full Changelog: https://github.com/square/certigo/compare/v1.15.1...v1.16.0

v1.15.1

2 years ago

Release Build (from refs/tags/v1.15.1/3a9d34142790045211cde926e1c4090c4719c1d5)

What's Changed

Full Changelog: https://github.com/square/certigo/compare/v1.15.0...v1.15.1

v1.15.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/square/certigo/compare/v1.14.1...v1.15.0

v1.14.1

2 years ago

What's Changed

Full Changelog: https://github.com/square/certigo/compare/v1.14.0...v1.14.1

v1.14.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/square/certigo/compare/v1.13.0...v1.14.0

v1.13.0

2 years ago

Fixes

  • Fix panic when attempting to connect to PostgreSQL (#235)

Other

  • Now requires Go 1.17 or later to compile
  • Updates to a number of dependencies

v1.12.1

4 years ago

Note: This is the first release since 1.11.0 -- 1.12.0 got yanked

Fixes

  • Fix a bug that broke connect (introduced in 1.12.0) (#216)

v1.12.0

4 years ago

Note: this release has been yanked

Fixes

  • Gracefully handle cases with no valid certificates or when CSRs are passed in (#211)

New Features

  • Add DomainComponent to the list of OIDs (#180)
  • Add support for IMAP START-TLS
  • Add support for TLS 1.3 (#185, #208)
  • Add --verify flag to connect (which now needs to be set to return non-zero exit code) (#189)
  • Add HTTP basic auth support for connect when using HTTP proxy (#199)
  • Print the certificate input format that is guessed by certigo (#210)

Other

  • Now requires Go 1.13 or later to compile (#200)
  • Updates to a number of dependencies
  • General refactoring that allows for importing of the entire certigo project (#201)

v1.11.0

5 years ago

New Features

  • Add protocol-specific default ports (#157)
  • Better START-TLS protocol handling (#158)
  • Check OCSP revocation status on connect (#162, #164, #165)

Other

  • Now requires Go 1.11 or later to compile
  • Switched to Go modules for vendoring

v1.10.0

6 years ago

New Features

  • Better short names for printing in non-verbose output (#155)
  • Bump to Go 1.10, support new name constraints (email, IP range, URI domain) (#154)