mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
tests: Add TLS v1.3 into ap_wpa2_eap_tls_versions
When running with OpenSSL 1.1.1, verify that EAP-TLS can be used with TLS v1.3. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
1150d0756a
commit
832b736fb2
@ -5352,6 +5352,9 @@ def test_ap_wpa2_eap_tls_versions(dev, apdev):
|
||||
"tls_disable_tlsv1_0=1 tls_disable_tlsv1_2=1", "TLSv1.1")
|
||||
check_tls_ver(dev[2], hapd,
|
||||
"tls_disable_tlsv1_1=1 tls_disable_tlsv1_2=1", "TLSv1")
|
||||
if "run=OpenSSL 1.1.1" in tls:
|
||||
check_tls_ver(dev[0], hapd,
|
||||
"tls_disable_tlsv1_0=1 tls_disable_tlsv1_1=1 tls_disable_tlsv1_2=1 tls_disable_tlsv1_3=0", "TLSv1.3")
|
||||
|
||||
def test_rsn_ie_proto_eap_sta(dev, apdev):
|
||||
"""RSN element protocol testing for EAP cases on STA side"""
|
||||
|
Loading…
Reference in New Issue
Block a user