mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
tests: TLS v1.2 check in ap_wpa2_eap_tls_versions for internal TLS
The internal TLS implementation in wpa_supplicant supports TLS v1.2, so verify that this version can be disabled. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
896a97d712
commit
2286578fe0
@ -3599,6 +3599,9 @@ def test_ap_wpa2_eap_tls_versions(dev, apdev):
|
||||
check_tls_ver(dev[0], apdev[0],
|
||||
"tls_disable_tlsv1_0=1 tls_disable_tlsv1_1=1",
|
||||
"TLSv1.2")
|
||||
elif tls.startswith("internal"):
|
||||
check_tls_ver(dev[0], apdev[0],
|
||||
"tls_disable_tlsv1_0=1 tls_disable_tlsv1_1=1", "TLSv1.2")
|
||||
check_tls_ver(dev[1], apdev[0],
|
||||
"tls_disable_tlsv1_0=1 tls_disable_tlsv1_2=1", "TLSv1.1")
|
||||
check_tls_ver(dev[2], apdev[0],
|
||||
|
Loading…
Reference in New Issue
Block a user