wmbiff: added support for TLS SNI.
commit0ad05f5d78a662c0d1f029c077ae23166095d673
authorJeremy Sowden <jeremy@azazel.net>
Tue, 23 Jul 2019 14:33:20 +0000 (23 15:33 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Tue, 23 Jul 2019 14:38:49 +0000 (23 15:38 +0100)
tree20c198886bbdd5c9f8bf706fd3a6a0400496126c
parent241ad5eae93beede217bda38d1f528c87ef22921
wmbiff: added support for TLS SNI.

From Debian bug #917993:

  From: Nye Liu <nyet@nyet.org>
  Subject: wmbiff: gmail (and many other IMAP servers) now require SNI
  Date: Tue, 01 Jan 2019 18:33:51 -0800

  wmbiff/gmail imap4: Need new connection to ***@gmail.com@imap.gmail.com
  wmbiff/gmail comm: certificate passed time check.
  wmbiff/gmail comm: server's certificate (OU=No SNI provided\; please fix your client.,CN=invalid2.invalid) does not match its hostname (imap.gmail.com).
  wmbiff/gmail comm: server's certificate does not match its hostname.
  wmbiff/gmail comm: to ignore this error, run wmbiff with the -skip-certificate-check option

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
wmbiff/wmbiff/tlsComm.c