aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Redesigned EAP-TLS/PEAP/TTLS/FAST fragmentation/reassemblyJouni Malinen2008-05-286-585/+445
* Fixed EAP-IKEv2 server fragment processingJouni Malinen2008-05-261-0/+3
* Added a workaround for handling TLS compressionJouni Malinen2008-05-264-0/+32
* Do not define tls_engine_get_cert() if OpenSSL engine is disabledJouni Malinen2008-05-261-4/+2
* Added fragmentation support for EAP-TNCJouni Malinen2008-05-262-36/+485
* Add support to eap_peer for client cert and CA cert on smartcard and inDavid Smith2008-05-232-0/+45
* Add support to crypto/tls for client cert and CA cert from smartcardDavid Smith2008-05-232-15/+156
* Only use SSL_OP_NO_COMPRESSION if it is definedJouni Malinen2008-05-211-3/+7
* Disable TLS compression since the EAP-TTLS/PEAP/FAST payload processingJouni Malinen2008-05-151-1/+1
* Fixed xsi:schemaLocation to use whitespace to separate members of the pair.Jouni Malinen2008-05-062-2/+2
* Fixed tls_prf() to handle keys with odd lengthJouni Malinen2008-04-141-0/+4
* TNC: Added preliminary code for IF-TNCCS-SOH client side supportJouni Malinen2008-04-083-0/+159
* PEAPv0: Added crypto_binding configuration option (part of phase1)Jouni Malinen2008-04-082-0/+17
* driver_wext: Fix missing bracket in [DORMANT]Pavel Roskin2008-04-071-1/+1
* eapol_test: Allow client IP address to be specifiedTomasz Wolniewicz2008-03-302-3/+60
* Chargeable-User-Identity (RFC 4372) in eapol_testTomasz Wolniewicz2008-03-302-0/+3
* TNC: Added preliminary code for IF-TNCCS-SOH server side supportJouni Malinen2008-03-304-3/+265
* EAP-TTLS: Fixed implicit challenge derivation to use correct output lengthJouni Malinen2008-03-231-3/+5
* EAP-PEAP: Fixed interop issues in key derivation with cryptobindingJouni Malinen2008-03-192-4/+14
* EAP-PEAP: Swap MS-CHAP-v2 MPPE keys for EAP-PEAP ISK derivationJouni Malinen2008-03-182-0/+30
* EAP-PEAP: Added preliminary code for PEAPv0 and PEAPv2 cryptobindingJouni Malinen2008-03-182-22/+612
* EAP-PEAP: Moved EAP-TLV processing into eap_peap.cJouni Malinen2008-03-184-217/+172
* EAP-PEAP: Moved EAP-TLV processing into eap_peap.cJouni Malinen2008-03-183-253/+152
* Some cleanup for the new driver wrapper for PS3Jouni Malinen2008-03-131-12/+13
* Add support for PS3 Linux wireless driverMasakazu Mokuno2008-03-134-35/+234
* FT: Use correct BSSID when deriving PTK and verifying MICJouni Malinen2008-03-122-5/+6
* Delete PTK SA on (re)association if this is not part of a Fast BSSJouni Malinen2008-03-121-3/+15
* Silence gcc 4.3.0 warnings about invalid array indexesJouni Malinen2008-03-122-4/+5
* TNC: Integrated TNC support into EAP-TTLS serverJouni Malinen2008-03-091-0/+31
* TNC: Fixed TNC when using EAP-TTLS with non-EAP Phase 2Jouni Malinen2008-03-091-4/+11
* TNC: Integrated TNC support into EAP-FAST serverJouni Malinen2008-03-091-2/+19
* TNC: Added support for using TNC with EAP-FASTJouni Malinen2008-03-091-0/+26
* TNC: Provide 'tnc' configuration option for EAP server and methodsJouni Malinen2008-03-095-0/+7
* TNC: Added preliminary TNC implementation for hostapdJouni Malinen2008-03-094-0/+1585
* EAP-FAST: Verify that identity from PAC-Opaque matches with Phase 2 (GTC)Jouni Malinen2008-02-273-5/+20
* EAP-FAST: Cleaned up TLV processing and added support for EAP SequencesJouni Malinen2008-02-274-105/+185
* EAP-FAST: Define and use EAP_FAST_CMK_LENJouni Malinen2008-02-273-12/+19
* Removed extra '_' from struct eap_tlv_crypto_binding__tlv nameJouni Malinen2008-02-275-12/+12
* EAP-FAST: Divided eap_fast_process() into number of helper functionsJouni Malinen2008-02-271-84/+121
* EAP-FAST: Moved common peer/server functionality into a shared fileJouni Malinen2008-02-274-451/+298
* EAP-FAST: Added shared helper functions for building TLVsJouni Malinen2008-02-274-45/+73
* EAP-FAST: Add peer identity into EAP-FAST PAC-OpaqueJouni Malinen2008-02-271-22/+107
* Added max_listen_interval configuration optionJouni Malinen2008-02-271-3/+8
* driver_ralink: Make sure assoc_{req,resp}_ies do not get double-freedJouni Malinen2008-02-271-5/+13
* driver_ralink: Use os_strlcpy instead of os_strncpy to ensure nullJouni Malinen2008-02-271-10/+10
* driver_ralink: Fixed couple of memory leaks on error pathJouni Malinen2008-02-271-1/+4
* Verify that os_get_time() does not fail before using the time value whenJouni Malinen2008-02-271-1/+4
* Fixed base64_decode() reject empty input buffersJouni Malinen2008-02-271-1/+1
* Enforce non-zero MPPE key lengthJouni Malinen2008-02-271-1/+2
* Silence SIOCSIWAUTH ioctl failure message.Jouni Malinen2008-02-271-3/+5