]> git.ipfire.org Git - thirdparty/hostap.git/history - src/eap_server/eap_server_pwd.c
Use os_memdup()
[thirdparty/hostap.git] / src / eap_server / eap_server_pwd.c
2017-03-07  Johannes BergUse os_memdup()
2016-10-08  Jouni MalinenEAP-pwd: Validate Prep field in EAP-pwd-ID/Response
2016-02-19  Nick LoweEAP-pwd server: Use os_get_random() for unpredictable...
2016-01-13  Jouni MalinenEAP server: Simplify EAP method registration call
2015-11-10  Jouni MalinenEAP-pwd server: Fix last fragment length validation
2015-05-03  Jouni MalinenEAP-pwd server: Make sure in_frag_pos is cleared to...
2015-05-03  Jouni MalinenEAP-pwd server: Fix Total-Length parsing for fragment...
2015-05-03  Jouni MalinenEAP-pwd server: Fix payload length validation for Commi...
2015-03-28  Jouni MalinenEAP-pwd server: Add support for hashed password
2014-11-30  Jouni MalinenEAP server: Add getSessionId
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 server: Clear keying material on deinit
2014-07-02  Jouni MalinenEAP-pwd: Add explicit total length limit
2014-05-11  Jouni MalinenEAP-pwd server: Allow fragment_size to be configured
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: Fix memory leak on error path with fragmentation
2012-07-02  Jouni MalinenEAP-pwd: Replace direct OpenSSL HMAC use with wrapper
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...