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:
-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 812873e..d62462a 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',