tests: Enable TLS v1.3 explicitly in the authentication server
For testing purposes, enable TLS v1.3 in the authentication server so that the protocol version can be controlled from wpa_supplicant side more easily. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
d501c27cfe
commit
1150d0756a
1 changed files with 1 additions and 0 deletions
|
@ -20,5 +20,6 @@ pac_opaque_encr_key=000102030405060708090a0b0c0d0e0f
|
||||||
eap_fast_a_id=101112131415161718191a1b1c1d1e1f
|
eap_fast_a_id=101112131415161718191a1b1c1d1e1f
|
||||||
eap_fast_a_id_info=test server
|
eap_fast_a_id_info=test server
|
||||||
eap_sim_aka_result_ind=1
|
eap_sim_aka_result_ind=1
|
||||||
|
tls_flags=[ENABLE-TLSv1.3]
|
||||||
|
|
||||||
dump_msk_file=LOGDIR/as-msk.lst
|
dump_msk_file=LOGDIR/as-msk.lst
|
||||||
|
|
Loading…
Reference in a new issue