* Rewrite support for specific SSL encryption protocols, including
commit08fcd1b86979b422eb586e56459d6fe15333e500
authorEduardo Chappa <chappa@washington.edu>
Mon, 18 Feb 2019 02:17:46 +0000 (17 19:17 -0700)
committerEduardo Chappa <chappa@washington.edu>
Mon, 18 Feb 2019 02:17:46 +0000 (17 19:17 -0700)
tree27247d07d9c1063e2a2fc376155d675f54a4d4e4
parent35f3426203172af028df5a6e39bc6dea2514020d
   * Rewrite support for specific SSL encryption protocols, including
a. Add a new variable: encryption-protocol-range, which can be
   used to specify the minimum and maximum versions of the TLS
   protocol that Alpine will attempt to use to encrypt its
   communication with the server.
b. Add support for the Server Name Identification (SNI) extension
   needed for TLSv1.3.
c. Remove the DTLS code. It was not being used.
16 files changed:
alpine/alpine.c
alpine/confscroll.c
configure
configure.ac
imap/src/c-client/imap4r1.c
imap/src/c-client/mail.c
imap/src/c-client/mail.h
imap/src/c-client/nntp.c
imap/src/c-client/pop3.c
imap/src/osdep/unix/ssl_unix.c
include/config.h.in
include/config.wnt.h
pith/conf.c
pith/conf.h
pith/conftype.h
pith/pine.hlp