aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed race condition between disassociation event and group key handshakeJouni Malinen2008-06-093-17/+0
* EAP-PEAP: Moved the common peap_prfplus() function into a shared fileJouni Malinen2008-06-094-140/+111
* Added a preliminary nl80211/cfg80211 driver interface for wpa_supplicantJouni Malinen2008-06-062-0/+2104
* Fix compile warnings on 64-bit systemsPavel Roskin2008-06-061-2/+2
* Updated the LibTomMath reference to use 0.41 versionJouni Malinen2008-06-061-3/+3
* Combined internal LibTomMath configuration into one optionJouni Malinen2008-06-061-11/+11
* Added an option to build internal LibTomMath with faster div routineJouni Malinen2008-06-061-0/+287
* Read Michael MIC keys through TK2 union instead of offset from TK1Jouni Malinen2008-06-051-2/+2
* Fixed potential NULL pointer dereference if memory allocation failsJouni Malinen2008-06-051-0/+6
* Fixed RADIUS client local address forcing for IPv6 (eapol_test)Jouni Malinen2008-06-051-3/+4
* Add faster, optional sqr routine for internal LibTomMathJouni Malinen2008-06-051-0/+104
* Silence compiler warnings about out of array bounds indexesJouni Malinen2008-06-051-2/+1
* wext: handle mode switches correctly for mac80211Dan Williams2008-06-041-4/+41
* Updated the comments since Montgomery reduction is now includedJouni Malinen2008-06-041-8/+5
* Internal LibTomMath: add optional support for Montgomery reductionJouni Malinen2008-06-041-0/+608
* Reduce integrated LibTomMath size by dropping negative exponent supportJouni Malinen2008-06-041-2/+17
* Introduced new helper function is_zero_ether_addr()Jouni Malinen2008-06-035-9/+9
* Do not continually reschedule specific scans to help finding hidden SSIDsDan Williams2008-06-034-0/+71
* wext: don't overwrite BSS frequencyDan Williams2008-06-021-1/+8
* Internal TLS: Added support for parsing PKCS #8 formatted private keysJouni Malinen2008-06-021-0/+114
* Changed TLS server to use OpenSSL SSL_accept() instead of SSL_read()Jouni Malinen2008-05-292-5/+39
* Add eap_tls_state() to get closer to EAP-TTLS/PEAP/FAST codeJouni Malinen2008-05-281-5/+31
* Share EAP-TLS/PEAP/TTLS/FAST core process() functionalityJouni Malinen2008-05-286-140/+130
* Do not refer to Flags::Version field as 'PEAP version'Jouni Malinen2008-05-285-12/+10
* 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