aboutsummaryrefslogtreecommitdiffstats
path: root/src/eap_common/eap_pwd_common.c
Commit message (Expand)AuthorAgeFilesLines
* EAP-pwd: Replace direct OpenSSL HMAC use with wrapperJouni Malinen2012-07-021-64/+83
* EAP-pwd: Avoid double-frees on some error pathsJouni Malinen2012-06-301-2/+4
* EAP-pwd: Increase maximum number of hunting-and-pecking iterationsJouni Malinen2012-06-301-1/+1
* Remove the GPL notification from EAP-pwd implementationJouni Malinen2012-02-111-8/+2
* EAP-pwd: Fix the argument name in compute_keys()Dan Harkins2012-02-111-4/+4
* EAP-pwd: Fix zero-padding of input to H()Dan Harkins2011-11-191-3/+9
* EAP-pwd: Fix KDF for group 21Dan Harkins2011-11-191-2/+14
* EAP-pwd: Fix some interoperability issuesDan Harkins2011-01-161-43/+10
* EAP-pwd: Use os_free to free memory allocated with os_mallocJouni Malinen2011-01-161-1/+1
* EAP-pwd: Fix couple of memory leaksJouni Malinen2010-09-141-1/+2
* EAP-pwd: Add support for EAP-pwd server and peer functionalityDan Harkins2010-09-141-0/+344