From 08fcd1b86979b422eb586e56459d6fe15333e500 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 17 Feb 2019 19:17:46 -0700 Subject: * 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. --- pith/conftype.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pith/conftype.h') diff --git a/pith/conftype.h b/pith/conftype.h index e70c5276..bfb337c9 100644 --- a/pith/conftype.h +++ b/pith/conftype.h @@ -171,6 +171,7 @@ typedef enum { V_PERSONAL_NAME = 0 , V_NEW_VER_QUELL , V_DISABLE_DRIVERS , V_DISABLE_AUTHS + , V_ENCRYPTION_RANGE , V_REMOTE_ABOOK_METADATA , V_REMOTE_ABOOK_HISTORY , V_REMOTE_ABOOK_VALIDITY -- cgit v1.2.3-54-g00ecf