]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/crypto/tls.h
EAP server: Add tls_session_lifetime configuration
authorJouni Malinen <j@w1.fi>
Sun, 23 Aug 2015 18:26:39 +0000 (21:26 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 23 Aug 2015 23:29:30 +0000 (02:29 +0300)
commit681e199dfba84e959ae898dba0d294604441a2ad
tree515c419fa5963e69c5fab02e82d52c1cab4db7c4
parent3f1b792fbe80777a7ffc921e214f26f960255e97
EAP server: Add tls_session_lifetime configuration

This new hostapd configuration parameter can be used to enable TLS
session resumption. This commit adds the configuration parameter through
the configuration system and RADIUS/EAPOL/EAP server components. The
actual changes to enable session caching will be addressed in followup
commits.

Signed-off-by: Jouni Malinen <j@w1.fi>
13 files changed:
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.h
src/ap/authsrv.c
src/ap/ieee802_1x.c
src/crypto/tls.h
src/eap_server/eap.h
src/eap_server/eap_i.h
src/eap_server/eap_server.c
src/eapol_auth/eapol_auth_sm.c
src/eapol_auth/eapol_auth_sm.h
src/radius/radius_server.c
src/radius/radius_server.h