Releases: square/certigo
Releases · square/certigo
v1.16.0
Release Build (from refs/tags/v1.16.0/9a1ff6da3ddf5eeaf891a62f2b6d58709e40672d)
What's Changed
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #262
- Fix TestConnect on macOS by @jdtw in #265
- Allow any ciphersuite in TestConnect by @jdtw in #268
- Upgrade yaml.v3 version by @jdtw in #266
- Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #269
- Update go command to install certigo by @albertoeks in #270
- Bump github.com/stretchr/testify from 1.7.2 to 1.7.5 by @dependabot in #273
- Fix OCSP checking by @jdtw in #274
- Update to 1.16 by @jdtw in #275
New Contributors
- @albertoeks made their first contribution in #270
Full Changelog: v1.15.1...v1.16.0
v1.15.1
Release Build (from refs/tags/v1.15.1/3a9d34142790045211cde926e1c4090c4719c1d5)
What's Changed
- Bump version string to 1.15.1 by @seththeriault in #263
Full Changelog: v1.15.0...v1.15.1
v1.15.0
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
- @isemaya-square made their first contribution in #256
Full Changelog: v1.14.1...v1.15.0
v1.14.1
v1.14.0
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
- @jdtw made their first contribution in #250
- @bbkane made their first contribution in #251
- @klyubin made their first contribution in #252
Full Changelog: v1.13.0...v1.14.0
Version 1.13.0
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
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)
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 toconnect
(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