The keys used are:
!: modified feature, -: deleted feature, +: new feature
+1.12.1
+
+ ! $ssl_use_tlsv1 and ssl_use_tlsv1_1 now default to unset.
+
1.11.1 (2018-12-01):
! Bug fix release.
** SSL authentication process. Note that SSLv2 and SSLv3 are now
** considered fundamentally insecure and are no longer recommended.
*/
- { "ssl_use_tlsv1", DT_BOOL, R_NONE, OPTTLSV1, 1 },
+ { "ssl_use_tlsv1", DT_BOOL, R_NONE, OPTTLSV1, 0 },
/*
** .pp
** This variable specifies whether to attempt to use TLSv1.0 in the
** SSL authentication process.
*/
- { "ssl_use_tlsv1_1", DT_BOOL, R_NONE, OPTTLSV1_1, 1 },
+ { "ssl_use_tlsv1_1", DT_BOOL, R_NONE, OPTTLSV1_1, 0 },
/*
** .pp
** This variable specifies whether to attempt to use TLSv1.1 in the