Skip to content

Version 1.12.0 (yanked)

Compare
Choose a tag to compare
@mbyczkowski mbyczkowski released this 29 Feb 00:10
· 88 commits to master since this release
v1.12.0
9491780

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)