summaryrefslogtreecommitdiffstats
path: root/base/common/share/etc/pki.conf
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/share/etc/pki.conf')
-rw-r--r--base/common/share/etc/pki.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/base/common/share/etc/pki.conf b/base/common/share/etc/pki.conf
index e6d53714d..9f4df6371 100644
--- a/base/common/share/etc/pki.conf
+++ b/base/common/share/etc/pki.conf
@@ -32,6 +32,11 @@ export SSL_DATAGRAM_VERSION_MIN
SSL_DATAGRAM_VERSION_MAX="TLS_1_2"
export SSL_DATAGRAM_VERSION_MAX
+# SSL default ciphers
+# This boolean parameter determines whether to enable default SSL ciphers.
+SSL_DEFAULT_CIPHERS="true"
+export SSL_DEFAULT_CIPHERS
+
# SSL ciphers
# This parameter lists SSL ciphers to enable in addition to the default ciphers.
# The list contains IANA-registered cipher names separated by white spaces.