From 1150d0756ac1c788a601efd6c7cc6b65c5e77dfa Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Tue, 1 May 2018 22:11:48 +0300 Subject: [PATCH] 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 --- tests/hwsim/auth_serv/as.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/hwsim/auth_serv/as.conf b/tests/hwsim/auth_serv/as.conf index e58a8d6ec..d62d96bb6 100644 --- a/tests/hwsim/auth_serv/as.conf +++ b/tests/hwsim/auth_serv/as.conf @@ -20,5 +20,6 @@ pac_opaque_encr_key=000102030405060708090a0b0c0d0e0f eap_fast_a_id=101112131415161718191a1b1c1d1e1f eap_fast_a_id_info=test server eap_sim_aka_result_ind=1 +tls_flags=[ENABLE-TLSv1.3] dump_msk_file=LOGDIR/as-msk.lst