]> git.ipfire.org Git - thirdparty/hostap.git/commit
EAP-pwd: Fix some interoperability issues
authorDan Harkins <dharkins@lounge.org>
Sun, 16 Jan 2011 11:12:07 +0000 (13:12 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 16 Jan 2011 11:12:07 +0000 (13:12 +0200)
commite4d7b22a53bbeaf95e2e9560e4388835c172a46f
treedf3659763f49c5a4503d1b797c4373148f8c7aa1
parentb13d3d63d5756cda200972bf64f735e8e4c9b28b
EAP-pwd: Fix some interoperability issues

The changes are:

  1. the word "and" in the hunting-and-pecking string passed to the KDF
     should be capitalized.
  2. the primebitlen used in the KDF should be a short not an int.
  3. the computation of MK in hostap is based on an older version of the
     draft and is not the way it's specified in the RFC.
  4. the group being passed into computation of the Commit was not in
     network order.
src/eap_common/eap_pwd_common.c
src/eap_common/eap_pwd_common.h
src/eap_peer/eap_pwd.c
src/eap_server/eap_server_pwd.c