wpa_supplicant: Cancel sched_scan on SELECT_NETWORK initiated scan
[mech_eap.git] / src / eap_peer / eap_pwd.c
2016-03-03 Ilan PeerEAP-PWD peer: Fix possible memory leak on error path
2016-01-13 Jouni MalinenEAP peer: Simplify EAP method registration call
2015-11-10 Jouni MalinenEAP-pwd peer: Fix error path for unexpected Confirm...
2015-11-10 Jouni MalinenEAP-pwd peer: Fix last fragment length validation
2015-08-02 Jouni MalinenEAP-pwd peer: Comment out MS password hash if CONFIG_FIPS=y
2015-05-03 Jouni MalinenEAP-pwd peer: Make sure in_frag_pos is cleared to zero...
2015-05-03 Jouni MalinenEAP-pwd peer: Fix asymmetric fragmentation behavior
2015-05-03 Jouni MalinenEAP-pwd peer: Fix Total-Length parsing for fragment...
2015-05-03 Jouni MalinenEAP-pwd peer: Fix payload length validation for Commit...
2015-03-28 Jouni MalinenEAP-pwd peer: Add support for hashed password
2014-11-16 Jouni MalinenEAP-pwd: Remove unnecessary OpenSSL EVP_sha256() regist...
2014-07-24 Jouni MalinenEAP-pwd: Clear identity string and temporary buffer...
2014-07-24 Florent DaigniereEAP-pwd: Verify BN_rand_range return code
2014-07-24 Florent DaigniereEAP-pwd: Use os_memcmp_const() for hash comparisons
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-07-02 Jouni MalinenEAP peer: Clear keying material on deinit
2014-07-02 Jouni MalinenEAP-pwd: Add explicit total length limit
2014-05-11 Jouni MalinenEAP-pwd: Fix processing of group setup failure
2014-05-11 Jouni MalinenEAP-pwd peer: Export Session-Id through getSessionId...
2014-04-05 Jouni MalinenEAP-pwd peer: Fix fragmentation of PWD-Confirm-Resp
2014-04-05 Jouni MalinenEAP-pwd: Fix memory leak on error path with fragmentation
2014-01-07 Jouni MalinenEAP-pwd peer: Allow fragmentation limit to be configured
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-02-11 Jouni MalinenRemove the GPL notification from EAP-pwd implementation
2012-02-11 Dan HarkinsEAP-pwd: Add support for fragmentation
2011-11-19 Jouni MalinenEAP-pwd: Remove struct eap_pwd_hdr
2011-11-19 Dan HarkinsEAP-pwd: Fix zero-padding of input to H()
2011-01-16 Dan HarkinsEAP-pwd: Fix some interoperability issues
2010-09-15 Jouni MalinenEAP-pwd: Fix couple of memory leaks
2010-09-15 Jouni MalinenEAP-pwd: Move bnctx into per-protocol instance structure
2010-09-15 Dan HarkinsEAP-pwd: Add support for EAP-pwd server and peer functi...