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:
authorjgoutin <jgoutin@pm.me>2021-09-07 22:46:22 +0300
committerjgoutin <jgoutin@pm.me>2021-09-07 22:46:22 +0300
commit40d1c023cab11af7c7b8e0f2ad6a84585e879d7c (patch)
treefe8444fa4fcfc08f643c220800f81168ee67de4c
parentb74db77e4ffd8f4d52ecbf3d952e0495ea720a63 (diff)
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 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',