EAP-SIM/AKA server: IMSI privacy

Add support for IMSI privacy in the EAP-SIM/AKA server implementation.
If the new hostapd configuration parameter imsi_privacy_key is used to
specify an RSA private key, that key will be used to decrypt encrypted
permanent identity.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
Jouni Malinen 2022-04-30 16:56:10 +03:00 committed by Jouni Malinen
parent 36b11bbcff
commit 21098e39fe
9 changed files with 181 additions and 7 deletions

View file

@ -443,6 +443,7 @@ struct hostapd_bss_config {
int eap_teap_id;
int eap_sim_aka_result_ind;
int eap_sim_id;
char *imsi_privacy_key;
int tnc;
int fragment_size;
u16 pwd_group;