Skip to content

Releases: square/certigo

v1.16.0

28 Jun 22:17
9a1ff6d
Compare
Choose a tag to compare

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

What's Changed

New Contributors

Full Changelog: v1.15.1...v1.16.0

v1.15.1

24 Mar 19:01
3a9d341
Compare
Choose a tag to compare

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

What's Changed

Full Changelog: v1.15.0...v1.15.1

v1.15.0

24 Feb 20:42
f8a8c1f
Compare
Choose a tag to compare

What's Changed

  • Don't check OCSP if there are no OCSP servers in the chain by @jdtw in #255
  • Upgrade /x/crypto dependency by @jdtw in #257
  • Set test certs explicitly by @jdtw in #259
  • Add flag to view the first cert only, including for json and pem by @isemaya-square in #256
  • Remove use of the format list in the connect command by @jdtw in #260

New Contributors

Full Changelog: v1.14.1...v1.15.0

v1.14.1

11 Jan 18:54
dc9943e
Compare
Choose a tag to compare

What's Changed

  • Bump version string to 1.14.1 by @jdtw in #254

Full Changelog: v1.14.0...v1.14.1

v1.14.0

11 Jan 18:41
1081a17
Compare
Choose a tag to compare

What's Changed

  • Add the Ed25519 algo to the list of known algo names by @jdtw in #250
  • Allow certigo -h by @bbkane in #251
  • Add support for verifying server certs against SPIFFE IDs by @klyubin in #252
  • Add missing flags in usage in README.md by @klyubin in #253

New Contributors

Full Changelog: v1.13.0...v1.14.0

Version 1.13.0

29 Nov 21:25
44a8bce
Compare
Choose a tag to compare

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

Version 1.12.1

29 Feb 00:19
v1.12.1
f8835d9
Compare
Choose a tag to compare

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)

Version 1.12.0 (yanked)

29 Feb 00:10
v1.12.0
9491780
Compare
Choose a tag to compare

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)

Version 1.11.0

21 Nov 22:30
v1.11.0
Compare
Choose a tag to compare

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

Version 1.10.0

28 Feb 01:40
v1.10.0
6a3bab9
Compare
Choose a tag to compare

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)