aboutsummaryrefslogtreecommitdiffstats
path: root/src/eap_peer/eap_pwd.c
Commit message (Expand)AuthorAgeFilesLines
* EAP-pwd: Replace direct OpenSSL HMAC use with wrapperJouni Malinen2012-07-021-25/+30
* EAP-pwd: Avoid double-frees on some error pathsJouni Malinen2012-06-301-1/+5
* Remove the GPL notification from EAP-pwd implementationJouni Malinen2012-02-111-8/+2
* EAP-pwd: Add support for fragmentationDan Harkins2012-02-111-72/+229
* EAP-pwd: Remove struct eap_pwd_hdrJouni Malinen2011-11-191-3/+2
* EAP-pwd: Fix zero-padding of input to H()Dan Harkins2011-11-191-14/+33
* EAP-pwd: Fix some interoperability issuesDan Harkins2011-01-161-4/+6
* EAP-pwd: Fix couple of memory leaksJouni Malinen2010-09-141-1/+8
* EAP-pwd: Move bnctx into per-protocol instance structureJouni Malinen2010-09-141-21/+26
* EAP-pwd: Add support for EAP-pwd server and peer functionalityDan Harkins2010-09-141-0/+730