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