TLS: Add tls_disable_tlsv1_1 and tls_disable_tlsv1_2 phase1 params
These can be used to disable TLSv1.1 and TLSv1.2 as a workaround for AAA servers that have issues interoperating with newer TLS versions. Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
41ff0fa64c
commit
e9a6f18385
4 changed files with 27 additions and 0 deletions
|
@ -800,6 +800,10 @@ fast_reauth=1
|
|||
# EAP workarounds are disabled with eap_workarounds=0.
|
||||
# For EAP-FAST, this must be set to 0 (or left unconfigured for the
|
||||
# default value to be used automatically).
|
||||
# tls_disable_tlsv1_1=1 - disable use of TLSv1.1 (a workaround for AAA servers
|
||||
# that have issues interoperating with updated TLS version)
|
||||
# tls_disable_tlsv1_2=1 - disable use of TLSv1.2 (a workaround for AAA servers
|
||||
# that have issues interoperating with updated TLS version)
|
||||
#
|
||||
# Following certificate/private key fields are used in inner Phase2
|
||||
# authentication when using EAP-TTLS or EAP-PEAP.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue