You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hostap/src/ap
Jouni Malinen 080585c01a Add support for OCSP stapling to validate server certificate
When using OpenSSL with TLS-based EAP methods, wpa_supplicant can now be
configured to use OCSP stapling (TLS certificate status request) with
ocsp=1 network block parameter. ocsp=2 can be used to require valid OCSP
response before connection is allowed to continue.

hostapd as EAP server can be configured to return cached OCSP response
using the new ocsp_stapling_response parameter and an external mechanism
for updating the response data (e.g., "openssl ocsp ..." command).

This allows wpa_supplicant to verify that the server certificate has not
been revoked as part of the EAP-TLS/PEAP/TTLS/FAST handshake before
actual data connection has been established (i.e., when a CRL could not
be fetched even if a distribution point were specified).

Signed-hostap: Jouni Malinen <j@w1.fi>
11 years ago
..
Makefile Remove unnecessary SUBDIRS loops from src/*/Makefile 14 years ago
accounting.c Add Acct-Session-Id into Access-Request messages 12 years ago
accounting.h Add Acct-Session-Id into Access-Request messages 12 years ago
ap_config.c Add support for OCSP stapling to validate server certificate 11 years ago
ap_config.h Add support for OCSP stapling to validate server certificate 11 years ago
ap_drv_ops.c Add vendor_elements into Beacon/Probe Response IE parameters 11 years ago
ap_drv_ops.h hostapd: Support MAC address based access control list 11 years ago
ap_list.c Fix OLBC non-HT AP detection to check channel 11 years ago
ap_list.h ap_list: Remove unused functions 11 years ago
ap_mlme.c Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
ap_mlme.h Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
authsrv.c Add support for OCSP stapling to validate server certificate 11 years ago
authsrv.h Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
beacon.c P2P: Do not reply to 802.11b-only Probe Request frames as GO 11 years ago
beacon.h Pass signal strength through, fix units 12 years ago
ctrl_iface_ap.c Allow AP mode deauth/disassoc reason code to be overridden 12 years ago
ctrl_iface_ap.h Add wpa_supplicant AP mode STA deauthenticate/disassociate commands 13 years ago
drv_callbacks.c Fix session timeout after ANQP dummy STA entry with SME-in-driver 11 years ago
eap_user_db.c Add preliminary support for using SQLite for eap_user database 12 years ago
gas_serv.c P2P: Fix Action frame processing if Interworking is enabled 12 years ago
gas_serv.h HS 2.0: Add NAI Home Realm query 12 years ago
hostapd.c Do not set driver MAC ACL unless driver supports this 11 years ago
hostapd.h bridge: Track inter-BSS usage 11 years ago
hs20.c HS 2.0: Add mechanism for disabling DGAF 12 years ago
hs20.h HS 2.0: Add Hotspot 2.0 Indication for AP 12 years ago
hw_features.c hostapd: Do not change HT40 capability due to OBSS scan 12 years ago
hw_features.h Fix no-NEED_AP_MLME build 13 years ago
iapp.c Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
iapp.h Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
ieee802_1x.c VLAN: Avoid access to non-existing interfaces 11 years ago
ieee802_1x.h Share a single definition of EAPOL-Key structure for WEP keys 12 years ago
ieee802_11.c VLAN: Avoid access to non-existing interfaces 11 years ago
ieee802_11.h hostapd: Pass VHT capabilities to driver wrapper 12 years ago
ieee802_11_auth.c Use a shared function for freeing PSK list 12 years ago
ieee802_11_auth.h Use a shared function for freeing PSK list 12 years ago
ieee802_11_ht.c hostapd: Do not change HT40 capability due to OBSS scan 12 years ago
ieee802_11_shared.c Optimize Extended Capabilities element to be of minimal length 11 years ago
ieee802_11_vht.c hostapd: Make VHT IE struct more expressive 11 years ago
p2p_hostapd.c Remove the GPL notification from files contributed by Atheros 13 years ago
p2p_hostapd.h Remove the GPL notification from files contributed by Atheros 13 years ago
peerkey_auth.c Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
pmksa_cache_auth.c WNM: Remove PMKSA cache entry on ESS disassoc imminent notification 11 years ago
pmksa_cache_auth.h WNM: Remove PMKSA cache entry on ESS disassoc imminent notification 11 years ago
preauth_auth.c Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
preauth_auth.h Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
sta_info.c WNM: Add disassociation timeout processing for ESS_DISASSOC 11 years ago
sta_info.h WNM: Add disassociation timeout processing for ESS_DISASSOC 11 years ago
tkip_countermeasures.c hostapd: Fix a regression in TKIP countermeasures processing 12 years ago
tkip_countermeasures.h hostapd: Fix a regression in TKIP countermeasures processing 12 years ago
utils.c Move hostapd global callback functions into hapd_interfaces 12 years ago
vlan_init.c bridge: Track inter-BSS usage 11 years ago
vlan_init.h Move generic AP functionality implementation into src/ap 15 years ago
vlan_util.c Add option to use netlink to create and remove VLAN interfaces 12 years ago
vlan_util.h Add option to use netlink to create and remove VLAN interfaces 12 years ago
wmm.c Make hostapd_eid_wmm_valid() return more logical return values 13 years ago
wmm.h Rename some src/ap files to avoid duplicate file names 15 years ago
wnm_ap.c WNM: Additional BSS Transition Management capability 12 years ago
wnm_ap.h WNM: Enable WNM-Sleep Mode configuration with hostapd SME/MLME 12 years ago
wpa_auth.c WNM: Remove PMKSA cache entry on ESS disassoc imminent notification 11 years ago
wpa_auth.h WNM: Remove PMKSA cache entry on ESS disassoc imminent notification 11 years ago
wpa_auth_ft.c FT RRB: Fix a memory leak on error path 11 years ago
wpa_auth_glue.c hostapd: Add Key MIC in group EAPOL-Key frames corruption test option 11 years ago
wpa_auth_glue.h Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
wpa_auth_i.h WNM: Use CONFIG_WNM more consistently 12 years ago
wpa_auth_ie.c Move cipher suite selection into common helper functions 12 years ago
wpa_auth_ie.h Remove the GPL notification from files contributed by Jouni Malinen 13 years ago
wps_hostapd.c WPS: Allow hostapd process to control independent WPS interfaces 11 years ago
wps_hostapd.h WPS: Add command for fetching carrier record for NFC handover 12 years ago