aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added a comment about hwsim#Jouni Malinen2008-06-101-0/+4
* Added global monitor interface (hwsim#)Jouni Malinen2008-06-101-0/+100
* Fixed tx() handler to use GFP_ATOMIC.Jouni Malinen2008-06-101-1/+1
* Added mac80211_hwsim - software simulator of 802.11 radio(s) for mac80211Jouni Malinen2008-06-105-0/+436
* Fixed race condition between disassociation event and group key handshakeJouni Malinen2008-06-096-46/+6
* EAP-PEAP: Moved the common peap_prfplus() function into a shared fileJouni Malinen2008-06-096-140/+113
* Added a preliminary nl80211/cfg80211 driver interface for wpa_supplicantJouni Malinen2008-06-063-0/+2110
* Fixed a buffer overflow in nla_parse callJouni Malinen2008-06-061-1/+1
* Fix compile warnings on 64-bit systemsPavel Roskin2008-06-062-4/+4
* Updated the LibTomMath reference to use 0.41 versionJouni Malinen2008-06-061-3/+3
* Removed the 20% estimate on faster bignum routinesJouni Malinen2008-06-061-2/+1
* Combined internal LibTomMath configuration into one optionJouni Malinen2008-06-064-30/+21
* Added an option to build internal LibTomMath with faster div routineJouni Malinen2008-06-063-0/+294
* 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-053-2/+113
* Silence compiler warnings about out of array bounds indexesJouni Malinen2008-06-051-2/+1
* Give adhoc associations a bit more timeDan Williams2008-06-041-7/+9
* 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-043-0/+614
* 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-0312-26/+18
* Fix USE_KERNEL_HEADERS build with compat-wirelessJouni Malinen2008-06-032-0/+10
* Do not continually reschedule specific scans to help finding hidden SSIDsDan Williams2008-06-035-0/+93
* Include wireless_copy.h instead of linux/wireless.h to avoid conflictsJouni Malinen2008-06-031-1/+1
* wext: don't overwrite BSS frequencyDan Williams2008-06-021-1/+8
* Internal TLS: Added support for parsing PKCS #8 formatted private keysJouni Malinen2008-06-022-0/+117
* Fixed dbus build without OpenSSL.Jouni Malinen2008-06-021-0/+2
* Fixed build without CONFIG_IEEE8021X_EAPOL, but with CONFIG_CTRL_IFACEJouni Malinen2008-05-301-0/+4
* Changed TLS server to use OpenSSL SSL_accept() instead of SSL_read()Jouni Malinen2008-05-292-5/+39
* Updated the EAP-FAST patch for the latest OpenSSL 0.9.9 snapshotJouni Malinen2008-05-291-33/+47
* Added the EAP-FAST patch for OpenSSL 0.9.8hJouni Malinen2008-05-291-0/+344
* 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-287-585/+447
* 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-264-36/+487
* Example configuration for EAP-TLS authentication using PKCS#11 TPM tokenJouni Malinen2008-05-232-1/+48
* Add support to wpa_supplicant configuring eap_peer for client cert and CADavid Smith2008-05-233-0/+20
* 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
* Added instructions on how to create the DH parameters files.Jouni Malinen2008-05-211-0/+2
* 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
* Updated the comment on 'bridge' variable to mention nl80211 which needsJouni Malinen2008-05-071-3/+3