EAP-GPSK: Use os_memcmp_const() for hash/password comparisons
[mech_eap.git] / src / eap_server / eap_server_pwd.c
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...