feat: detect bad certificate error

This commit is contained in:
James Houlahan
2020-07-28 16:15:28 +02:00
committed by Jakub
parent 7baa4dc117
commit 2c910378ce
5 changed files with 27 additions and 2 deletions

View File

@ -2,6 +2,20 @@
Changelog [format](http://keepachangelog.com/en/1.0.0/)
## Unreleased
### Added
* GODT-582 Detect "bad certificate" TLS error.
### Changed
* GODT-409 Set flags have to replace all flags.
* GODT-531 Better way to add trusted certificate in macOS.
* Bumped golangci-lint to v1.29.0
### Fixed
* GODT-454 Fix send on closed channel when receiving unencrypted send confirmation from GUI.
## [v1.3.x] Emma (beta 2020-07-XXX)
### Added