libeap.git
2009-09-08 Jouni MalinenMove STA list ctrl_iface handlers to a separate file
2009-09-07 Jouni MalinenWPS: Store device info and make it available through...
2009-09-06 Jouni MalinenWPS: Add support for AP reconfiguration with wps_reg
2009-09-06 Jouni MalinenFix WPA reconfiguration to update GTK
2009-09-04 Jouni MalinenDelay processing of EAPOL frames when not associated
2009-09-04 Jouni Malinennl80211: Ignore connect/roam/disconnect events when...
2009-09-03 Zhu Yinl80211: Connect API support
2009-09-03 Zhu Yinl80211: Add connect/disconnect event processing
2009-09-03 Zhu Yinl80211: Check whether the driver support separate...
2009-09-03 Zhu Yinl80211: Use defines for cipher suite selectors
2009-08-26 Chuck TuffliFix comment in wpa_supplicant_event_associnfo
2009-08-26 Masashi HonmaOpenBSD: wired IEEE 802.1X for OpenBSD
2009-08-26 Masashi HonmaWPS: Aggregate deinit calls in WPS OOB
2009-08-26 Witold SowaFix a bug with ap_rx_from_unknown_sta() recursion
2009-08-26 Jouni Malinennl80211: Use two sockets to avoid mixing command replie...
2009-08-23 Jouni MalinenDisable PMTU discovery for RADIUS packets (sent them...
2009-08-23 Stefan WinterDisable PMTU discovery for RADIUS packets (sent them...
2009-08-23 Jouni MalinenReject X.509 certificate strings with embedded NUL...
2009-08-18 Jouni MalinenSync with linux/nl80211.h from wireless-testing.git
2009-08-17 Jouni MalinenRemove unneeded aes_i.h inclusion from number of places
2009-08-16 Jouni MalinenVerify that EAPOL-Key MIC generation succeeds
2009-08-16 Jouni MalinenVerify that RC4 operation succeeds
2009-08-16 Jouni MalinenFix crypto_cipher_init() EVP initialization
2009-08-16 Jouni MalinenUse OpenSSL for RC4 instead of internal implementation
2009-08-16 Jouni MalinenMove RC4 into crypto.h as a replaceable crypto function
2009-08-16 Jouni MalinenRemove rc4() wrapper
2009-08-16 Jouni MalinenFix build with non-FIPS capable OpenSSL
2009-08-16 Jouni MalinenVerify CHAP/MSCHAPv2 return code
2009-08-16 Jouni MalinenFix OpenSSL build (internal SHA256 not used anymore)
2009-08-16 Jouni MalinenFix FIPS mode build of eapol_test
2009-08-16 Jouni MalinenAllow non-FIPS MD5 to be used with TLS PRF even in...
2009-08-16 Jouni MalinenPass digest return value to CHAP/MSCHAPv2 caller
2009-08-16 Jouni MalinenPreliminary support for FIPS mode operation with OpenSSL
2009-08-16 Jouni MalinenPass error values from digest calls to ms_funcs callers
2009-08-16 Jouni MalinenOpenSSL: Use library version of SHA256
2009-08-16 Jouni MalinenOpenSSL: Use EVP_Digest*() functions
2009-08-16 Jouni MalinenMake hash functions return error value
2009-08-16 Jouni MalinenEnable SHA256 digest support in OpenSSL
2009-08-16 Bjarke Istrup... Use LDFLAGS in all linker commands
2009-08-16 Jouni MalinenUse PEM format RSA private key with eap_example
2009-08-16 Jouni MalinenAdd GnuTLS build option for eap_example
2009-08-16 Jouni MalinenSupport PEM format RSA private key with internal TLS...
2009-08-15 Witold SowaSet current ssid when entering AP mode
2009-08-15 Masashi HonmaNetBSD: Fix wired IEEE 802.1X problem
2009-08-15 Jouni MalinenAdded new SHA1 files into VS project files to fix the...
2009-08-15 Jouni MalinenWPS: Workaround mixed-mode WPA+WPA2 auth type in creden...
2009-08-15 Jouni MalinenFigure out absolute path for the pid file before daemon...
2009-08-14 Jouni MalinenForce rebuilding of src/drivers between hostapd and...
2009-08-14 Johannes BergReplace NEED_MLME with NEED_AP_MLME
2009-08-14 Johannes BergCreate a common drivers makefile snippet
2009-08-13 Jouni Malinenwpa_passphrase does not need FIPS PRF, MD4, or AES...
2009-08-13 Jouni MalinenAvoid a theoretical integer overflow in base64_encode()
2009-08-13 Jouni MalinenFix hlr_auc_gw build after crypto build cleanup
2009-08-13 Jouni MalinenIgnore the generated libeap.a file
2009-08-13 Jouni MalinenFix eap_example build after the crypto build cleanup
2009-08-13 Johannes BergCrypto build cleanup: remove CONFIG_NO_AES_*
2009-08-13 Johannes BergRemove some more crypto ifdef, fix a few small bugs
2009-08-13 Johannes BergCrypto build cleanup: remove CONFIG_NO_AES_ENCRYPT
2009-08-13 Johannes BergCrypto build cleanup: remove CONFIG_NO_AES_DECRYPT
2009-08-11 Johannes BergCrypto build cleanup: remove CONFIG_NO_PBKDF2
2009-08-11 Johannes BergCrypto build cleanup: remove CONFIG_NO_TLS_PRF
2009-08-11 Johannes BergCrypto build cleanup: remove CONFIG_NO_T_PRF
2009-08-11 Johannes BergCrypto build cleanup: remove NEED_FIPS186_2_PRF
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_MD5
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_MD4
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_SHA256
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_AES
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_DES
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_SHA1
2009-07-28 Johannes BergCONFIG_WIRELESS_EXTENSION need not be in CFLAGS
2009-07-28 Johannes BergCONFIG_WIRELESS_EXTENSION is purely internal to the...
2009-07-28 Johannes Bergmake the build process quieter to see warnings
2009-07-28 Johannes BergRemove mac80211_hwsim code
2009-07-28 Johannes BergClean up some more binaries in wpa_supplicant 'make...
2009-07-26 Johannes Bergnl80211: Fix WEP key configuration
2009-07-26 Johannes Berghostapd: fix auth encryption
2009-07-25 Jon LoeligerAllow wpa_supplicant to use libnl-2.0
2009-07-25 Witold SowaSet state to COMPLETE when AP mode has been initialized...
2009-06-30 Jouni MalinenFix eap_example build with renamed EAP_* server defines
2009-06-30 RyujiFix EAP-TNC peer memory leak on an error path
2009-06-29 Jouni MalinenAdd root .gitignore file to cleanup ignore lists
2009-06-29 Jouni MalinenEAP-SIM peer: Remove AT_NOTIFICATION from Notification...
2009-06-29 Jouni MalinenRename variable to avoid gcc warning about shadowed...
2009-06-12 Jouni MalinenAdd generic infrastructure for Probe Request callbacks
2009-06-12 Jouni MalinenReplace hostapd_wps_probe_req_rx() with more generic...
2009-06-11 Jouni MalinenX.509: Add parsing of alternative name to internal...
2009-06-10 Jouni MalinenWPS: Change wpa_supplicant wps_reg to not send out M8
2009-05-29 Roy Marplesdriver_bsd.c: Use new MLME method of association.
2009-05-29 Roy Marplesdriver_bsd.c: Reduce code duplication between hostapd...
2009-05-29 Jouni MalinenComment out unused functions if IEEE8021X_EAPOL is...
2009-05-29 Jouni Malinenhostapd: EAP-AKA' needs SHA256
2009-05-29 Jouni Malinenbsd: Get rid of printf size_t warnings with 64-bit...
2009-05-29 Karl Hiramotohostapd: nl80211 retry creating a interface if it fails...
2009-05-28 Jouni MalinenFix STA flag setting for auto-authorization if 802...
2009-05-27 Dan Williamsdbus: add 'scanning' property
2009-05-27 Dan Williamswext: disconnect at init and deinit
2009-05-27 Dan Williamswext: Fix deauthentication to do IW_MLME_DEAUTH prior...
2009-05-27 Dan Williamswext: don't force-disconnect in ad-hoc mode
2009-05-27 Jouni Malinenhostapd: Require EAPOL-Key type to match with selected...
2009-05-26 Jouni MalinenWPS: Add support for setting timeout for PIN
next