nl80211: Add driver parameter force_bss_selection
[mech_eap.git] / src / eap_common / eap_pwd_common.c
2015-11-01 Jouni MalinenEAP-pwd: Add support for Brainpool Elliptic Curves
2015-03-28 Jouni MalinenEAP-pwd: Mark helper function arguments const when...
2014-10-06 Adam LangleySupport building with BoringSSL
2014-07-24 Florent DaigniereOpenSSL: Use EC_POINT_clear_free instead of EC_POINT_free
2014-07-24 Florent DaigniereOpenSSL: Use BN_clear_free instead of BN_free
2014-05-11 Jouni MalinenEAP-pwd peer: Export Session-Id through getSessionId...
2012-07-02 Jouni MalinenEAP-pwd: Replace direct OpenSSL HMAC use with wrapper
2012-06-30 Jouni MalinenEAP-pwd: Avoid double-frees on some error paths
2012-06-30 Jouni MalinenEAP-pwd: Increase maximum number of hunting-and-pecking...
2012-02-11 Jouni MalinenRemove the GPL notification from EAP-pwd implementation
2012-02-11 Dan HarkinsEAP-pwd: Fix the argument name in compute_keys()
2011-11-19 Dan HarkinsEAP-pwd: Fix zero-padding of input to H()
2011-11-19 Dan HarkinsEAP-pwd: Fix KDF for group 21
2011-01-16 Dan HarkinsEAP-pwd: Fix some interoperability issues
2011-01-16 Jouni MalinenEAP-pwd: Use os_free to free memory allocated with...
2010-09-15 Jouni MalinenEAP-pwd: Fix couple of memory leaks
2010-09-15 Dan HarkinsEAP-pwd: Add support for EAP-pwd server and peer functi...