libtls: Increase default min version to 1.2

The older versions are generally considered deprecated (there is an
Internet-Draft that aims to do that formally).
This commit is contained in:
Tobias Brunner
2021-02-12 14:35:23 +01:00
parent 3abcbf82b5
commit a60e248b0d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -479,7 +479,7 @@ charon.tls.send_certreq_authorities = yes
Whether to include CAs in a server's CertificateRequest message. May be
disabled if clients can't handle a long list of CAs.
charon.tls.version_min = 1.0
charon.tls.version_min = 1.2
Minimum TLS version to negotiate.
charon.tls.version_max = 1.2