hostap/src
Jouni Malinen 2944656925 Allow TLS flags to be configured (allow MD5, disable time checks)
Undocumented (at least for the time being) TLS parameters can now
be provided in wpa_supplicant configuration to enable some workarounds
for being able to connect insecurely to some networks. phase1 and
phase2 network parameters can use following options:
tls_allow_md5=1
- allow MD5 signature to be used (disabled by default with GnuTLS)
tls_disable_time_checks=1
- ignore certificate expiration time

For now, only the GnuTLS TLS wrapper implements support for these.
2009-12-20 19:28:47 +02:00
..
common Mark ieee802_11_parse_elems() input and parsed elems const 2009-12-13 23:11:11 +02:00
crypto Allow TLS flags to be configured (allow MD5, disable time checks) 2009-12-20 19:28:47 +02:00
drivers driver_test: Use OS wrappers consistently for memory allocation 2009-12-19 21:49:51 +02:00
eap_common Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
eap_peer Allow TLS flags to be configured (allow MD5, disable time checks) 2009-12-20 19:28:47 +02:00
eap_server Check TLS status on EAP server during handshake 2009-12-20 19:11:43 +02:00
eapol_auth Move internal EAPOL authenticator defines into their own file 2009-11-29 23:16:04 +02:00
eapol_supp Remove unnecessary defines 2009-12-05 22:51:08 +02:00
l2_packet Remove src/common from default header file path 2009-11-29 17:51:55 +02:00
radius Fix RADIUS client to cancel IPv6 socket read notifications 2009-12-19 18:52:42 +02:00
rsn_supp Fix rsn_preauth_scan_result() inline wrapper for no-EAP builds 2009-12-06 14:29:12 +02:00
tls Move asn1_test.c into tests subdirectory and split it in two 2009-12-06 16:45:36 +02:00
utils eloop_win: Fix build after eloop user_data removal 2009-12-20 17:48:55 +02:00
wps WPS ER: Delay wpa_supplicant termination to allow unsubscription 2009-12-19 23:47:54 +02:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile Move hlr_auc_gw into hostapd directory 2009-12-06 16:33:19 +02:00