]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP server: Configurable maximum number of authentication message rounds
authorJouni Malinen <j@w1.fi>
Sun, 1 Sep 2019 12:58:10 +0000 (15:58 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 1 Sep 2019 14:19:35 +0000 (17:19 +0300)
commit8d76e0ad7bbffbc6b7a5fb898bbd1f42651101f6
tree86e10bd33d965b8dd0e925a29e781644bb1d7e7c
parentb99c4cadb7f8f63b3e83b7b67af0d01250f2ad77
EAP server: Configurable maximum number of authentication message rounds

Allow the previously hardcoded maximum numbers of EAP message rounds to
be configured in hostapd EAP server. This can be used, e.g., to increase
the default limits if very large X.509 certificates are used for EAP
authentication.

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/authsrv.c
src/eap_server/eap.h
src/eap_server/eap_i.h
src/eap_server/eap_server.c