hostap/src/eap_common
Jouni Malinen 0ed57c5ea8 EAP-TEAP server and peer implementation (RFC 7170)
This adds support for a new EAP method: EAP-TEAP (Tunnel Extensible
Authentication Protocol). This should be considered experimental since
RFC 7170 has number of conflicting statements and missing details to
allow unambiguous interpretation. As such, there may be interoperability
issues with other implementations and this version should not be
deployed for production purposes until those unclear areas are resolved.

This does not yet support use of NewSessionTicket message to deliver a
new PAC (either in the server or peer implementation). In other words,
only the in-tunnel distribution of PAC-Opaque is supported for now. Use
of the NewSessionTicket mechanism would require TLS library support to
allow arbitrary data to be specified as the contents of the message.

Signed-off-by: Jouni Malinen <j@w1.fi>
2019-07-09 16:56:02 +03:00
..
chap.c
chap.h
eap_common.c
eap_common.h
eap_defs.h EAP-TEAP server and peer implementation (RFC 7170) 2019-07-09 16:56:02 +03:00
eap_eke_common.c Add explicit checks for peer's DH public key 2019-03-05 17:05:03 +02:00
eap_eke_common.h
eap_fast_common.c Remove trailing whitespace 2016-12-28 14:31:42 +02:00
eap_fast_common.h TLS: Split tls_connection_prf() into two functions 2016-05-23 20:40:12 +03:00
eap_gpsk_common.c
eap_gpsk_common.h
eap_ikev2_common.c
eap_ikev2_common.h
eap_pax_common.c EAP-PAX: Check hmac_sha1_vector() return value 2016-01-06 21:12:08 +02:00
eap_pax_common.h
eap_peap_common.c
eap_peap_common.h
eap_psk_common.c
eap_psk_common.h
eap_pwd_common.c EAP-pwd: Run through prf result processing even if it >= prime 2019-07-02 22:19:38 +03:00
eap_pwd_common.h EAP-pwd: Enforce 1 < rand,mask < r and rand+mask mod r > 1 2019-04-09 17:11:15 +03:00
eap_sake_common.c EAP-SAKE: Report hash function failures to callers 2019-04-19 16:52:01 +03:00
eap_sake_common.h EAP-SAKE: Report hash function failures to callers 2019-04-19 16:52:01 +03:00
eap_sim_common.c tests: New style fuzzing tool for EAP-SIM peer processing 2019-06-02 16:42:41 +03:00
eap_sim_common.h EAP-SIM/AKA: Add support for anonymous@realm 2019-05-31 16:52:15 +03:00
eap_teap_common.c EAP-TEAP server and peer implementation (RFC 7170) 2019-07-09 16:56:02 +03:00
eap_teap_common.h EAP-TEAP server and peer implementation (RFC 7170) 2019-07-09 16:56:02 +03:00
eap_tlv_common.h
eap_ttls.h
eap_wsc_common.c
eap_wsc_common.h
ikev2_common.c EAP-IKEv2: Check HMAC SHA1/MD5 result 2015-12-05 21:49:04 +02:00
ikev2_common.h
Makefile