libtls: Reduce default max version to 1.2
Using TLS 1.3 with various EAP methods is not yet fully standardized, so we don't enable it by default yet.
This commit is contained in:
@@ -476,7 +476,7 @@ charon.tls.suites
|
||||
charon.tls.version_min = 1.0
|
||||
Minimum TLS version to negotiate.
|
||||
|
||||
charon.tls.version_max = 1.3
|
||||
charon.tls.version_max = 1.2
|
||||
Maximum TLS version to negotiate.
|
||||
|
||||
charon.user
|
||||
|
||||
Reference in New Issue
Block a user