Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/ssl-config-generator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGene Wood <gene_wood@cementhorizon.com>2022-07-28 22:52:52 +0300
committerGitHub <noreply@github.com>2022-07-28 22:52:52 +0300
commit446b670f90d1eb28e4d3da4ed18a01ad3b5caa60 (patch)
treef7cac19756df8eef6cb635d187f7cf5bd7c3d46a
parent192ec6bf7ae3d4a9d880e2a960bd48007b07a6ba (diff)
parent40d1c023cab11af7c7b8e0f2ad6a84585e879d7c (diff)
Merge pull request #158 from JGoutin/dovecot-tls13
Dovecot: Add TLS 1.3 support and update latest version.
-rwxr-xr-xsrc/js/configs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/configs.js b/src/js/configs.js
index 38397e4..fcddeb4 100755
--- a/src/js/configs.js
+++ b/src/js/configs.js
@@ -45,12 +45,12 @@ module.exports = {
},
dovecot: {
highlighter: 'nginx', // TODO: find better
- latestVersion: '2.3.9',
+ latestVersion: '2.3.16',
name: 'Dovecot',
showSupports: false,
supportsHsts: false,
supportsOcspStapling: false,
- tls13: noSupportedVersion,
+ tls13: '2.3.15',
},
exim: {
highlighter: 'nginx',