Releases: square/certigo
Releases · square/certigo
v1.17.1
Release Build (from refs/tags/v1.17.1/ce09cb96b01e652bdc4b71f42b3d35528c2da3f2)
What's Changed
- Update version to 1.17.1 by @NikSquared in #353
Full Changelog: v1.17.0...v1.17.1
v1.17.0
Release Build (from refs/tags/v1.17.0/bed6218f5cbeb0f1b728f09378f0e71ec3ee26c7)
What's Changed
- Update Go version to 1.18 by @jdtw in #276
- Add support for printing SCTs by @jdtw in #277
- Use Go generate instead of a makefile by @jdtw in #279
- Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot[bot] in #278
- Unconditionally add forward slash in OCSP GET requests by @jdtw in #282
- Update README.md by @vaporup in #284
- Add zlint support by @john-shieh in #286
- Remove ioutil by @jdtw in #289
- Switch to using SSLMate's PKCS#12 library by @csstaub in #293
- Bump github.com/google/certificate-transparency-go from 1.1.3 to 1.1.4 by @dependabot[bot] in #296
- Fetch latest CT log info by @jdtw in #297
- update cism to cryptographic-identity by @violetd12 in #301
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 by @dependabot[bot] in #303
- Bumping github action versions by @mweissbacher in #341
- Bump github.com/stretchr/testify from 1.8.2 to 1.10.0 by @dependabot[bot] in #333
- Bump github.com/mattn/go-colorable from 0.1.12 to 0.1.14 by @dependabot[bot] in #336
- Bump software.sslmate.com/src/go-pkcs12 from 0.2.0 to 0.5.0 by @dependabot[bot] in #338
- Bump github.com/fatih/color from 1.13.0 to 1.18.0 by @dependabot[bot] in #337
- [LSC] Update cryptid reference to idinfra-staff by @suzy-huang in #339
- CT Log update by @mweissbacher in #342
- chore: slice replace loop by @testwill in #316
- Update to latest stable Go toolchain by @NikSquared in #344
- Fix current linter findings by @NikSquared in #345
- Upgrade dependencies by @NikSquared in #346
- Pin GitHub Actions by @NikSquared in #347
- Add and enforce copyright headers via linter by @NikSquared in #348
- Add encoding support to JCEKS package by @NikSquared in #349
- Add JCEKS integration tests by @NikSquared in #350
- Disable cgo for releases by @NikSquared in #351
- Fix Windows build by @NikSquared in #352
New Contributors
- @vaporup made their first contribution in #284
- @john-shieh made their first contribution in #286
- @violetd12 made their first contribution in #301
- @mweissbacher made their first contribution in #341
- @suzy-huang made their first contribution in #339
- @testwill made their first contribution in #316
- @NikSquared made their first contribution in #344
Full Changelog: v1.16.0...v1.17.0
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 -hby @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
--verifyflag toconnect(which now needs to be set to return non-zero exit code) (#189) - Add HTTP basic auth support for
connectwhen using HTTP proxy (#199) - Print the certificate input format that is guessed by certigo (#210)
Other