Add Server Name Indication support to TLS connections, if applicable.
authorAndrej Kacian <ticho@claws-mail.org>
Fri, 21 Dec 2018 09:21:10 +0000 (10:21 +0100)
committerAndrej Kacian <ticho@claws-mail.org>
Fri, 21 Dec 2018 09:29:46 +0000 (10:29 +0100)
commit01179f2c11f78a72f59bb606a6ba5f73c22a7c09
tree6bced9b6f9b15d6145fb346efcd7a4d2d9eb6dfa
parent0d957a26a09098e6c2f642cd75f95eb9404201bd
Add Server Name Indication support to TLS connections, if applicable.

Adds a hidden pref "use_tls_sni".

Patch by Alex Smith.
Closes bug #4103: TLS SNI (Server Name Indication) support for IMAP, POP & SMTP
16 files changed:
AUTHORS
src/common/session.c
src/common/session.h
src/common/socket.h
src/common/ssl.c
src/common/utils.c
src/common/utils.h
src/etpan/etpan-ssl.c
src/gtk/authors.h
src/imap.c
src/news.c
src/plugins/managesieve/managesieve.c
src/pop.c
src/prefs_account.c
src/prefs_account.h
src/send_message.c