aboutsummaryrefslogtreecommitdiffstats
path: root/src/eap_server
Commit message (Expand)AuthorAgeFilesLines
...
* EAP-TNC server: Fix processing when last message is fragmentedJouni Malinen2010-02-131-2/+13
* EAP-TNC: Accept fragment ack frame with Flags fieldJouni Malinen2010-02-131-1/+1
* Fix TLS in/out buffer freeingJouni Malinen2010-02-121-2/+6
* Rename EAP TLS variables to make server and peer code consistentJouni Malinen2009-12-246-81/+108
* WPS: Add option for forcing Registrar to use PSK format in CredentialJouni Malinen2009-12-211-0/+2
* Use wpabuf with tls_connection_ia_send_phase_finished()Jouni Malinen2009-12-201-19/+2
* Check TLS status on EAP server during handshakeJouni Malinen2009-12-201-0/+6
* Convert TLS wrapper to use struct wpabufJouni Malinen2009-12-205-185/+74
* Fix lastReqData freeing to use wpabuf_free()Jouni Malinen2009-12-201-1/+1
* EAP-FAST server: Piggyback Phase 2 start with end of Phase 1Jouni Malinen2009-12-201-16/+61
* Move EAP-SIM DB conditional build into hostapdJouni Malinen2009-12-061-16/+0
* Increase EAP server extra room for encryption overhead (for GnuTLS)Jouni Malinen2009-12-061-1/+1
* Move EAP method registration away from src/eap_{peer,server}Jouni Malinen2009-12-062-154/+24
* Remove src/crypto from default include pathJouni Malinen2009-11-299-21/+20
* Replace eap_type_text() with EAP server methods functionJouni Malinen2009-11-292-4/+25
* Remove src/common from default header file pathJouni Malinen2009-11-291-1/+1
* Fix EAP-AKA server build without EAP-SIMJouni Malinen2009-10-111-3/+3
* WPS: Store device info and make it available through AP ctrl_ifaceJouni Malinen2009-09-074-0/+6
* Verify CHAP/MSCHAPv2 return codeJouni Malinen2009-08-161-10/+16
* Add root .gitignore file to cleanup ignore listsJouni Malinen2009-06-291-1/+0
* wpa_supplicant AP: Add preliminary support for WPS Internal RegistrarJouni Malinen2009-04-211-3/+3
* Rename EAP server defines from EAP_* to EAP_SERVER_*Jouni Malinen2009-03-258-83/+83
* Fix TNC with EAP-TTLSJouni Malinen2009-03-131-6/+5
* Fix segmentation fault on EAP-TTLS phase 2 EAP method init failureJouni Malinen2009-03-131-1/+1
* TNC: Send EAP-Failure on TNC failureMasashi Honma2009-03-131-1/+1
* Fix EAPOL/EAP reauthentication with external RADIUS serverJouni Malinen2009-03-022-2/+13
* Update EAP-GPSK references from internet draft to RFC 5433Jouni Malinen2009-02-261-1/+1
* Improved 'make install' (use BINDIR/LIBDIR, install shared objects)Daniel Mierswa2009-02-151-0/+3
* Add debug prints for couple of new EAP-AKA' attributesJouni Malinen2009-02-151-0/+4
* WPS UPnP: Added support for multiple external RegistrarsJouni Malinen2009-02-061-1/+0
* WPS: Add support for external Registrars using UPnP transportJouni Malinen2009-01-291-0/+32
* Renamed shadowed variableJouni Malinen2009-01-131-5/+5
* Removed registrar pointer from wps_config and wps_dataJouni Malinen2009-01-031-1/+1
* Removed duplicated authenticator yes/no from wps_config and wps_dataJouni Malinen2009-01-031-1/+0
* Removed unused WPS_PENDING processing resultJouni Malinen2009-01-031-4/+0
* Added Doxygen documentation for WPS codeJouni Malinen2009-01-031-1/+1
* Fixed number of doxygen warningsJouni Malinen2009-01-022-3/+6
* WPS: Set recommended retransmission times with EAP method specific hintJouni Malinen2008-12-291-0/+10
* Fixed retransmission of EAP requests if no response is receivedJouni Malinen2008-12-291-4/+45
* Add RADIUS server support for identity selection hint (RFC 4284)Jouni Malinen2008-12-262-0/+21
* Fixed EAP-AKA build in case EAP-AKA' is disabledJouni Malinen2008-12-161-0/+4
* Cleaned up EAP-MSCHAPv2 key derivationJouni Malinen2008-12-143-18/+15
* Merged EAP-AKA' into eap_aka.c and added it to defconfig/ChangeLogJouni Malinen2008-12-072-1301/+273
* Added protection against EAP-AKA' -> EAP-AKA bidding down attacksJouni Malinen2008-12-051-0/+29
* EAP-AKA': Added CK',IK' derivationJouni Malinen2008-12-041-3/+17
* EAP-AKA': Comment out EAP-AKA' server KDF negotiationJouni Malinen2008-12-041-0/+4
* EAP-AKA': Added processing of AT_KDF and AT_KDF_INPUT attributesJouni Malinen2008-12-041-1/+45
* EAP-AKA': Allow both AKA AKA' to be registed from eap_aka_prime.cJouni Malinen2008-12-031-4/+52
* EAP-AKA': Derive keys using the new KDF (PRF')Jouni Malinen2008-12-033-39/+161
* EAP-AKA': Use HMAC-SHA-256-128 for AT_MACJouni Malinen2008-12-021-3/+15