hostap/src
Evan Broder c48183fca2 For MS-CHAP, convert the password from UTF-8 to UCS-2
The MS-CHAPv1 and MS-CHAPv2 RFCs specify that the password is a string
of "Unicode characters", which for Windows means UCS-2; thus the
password could be any even-length string of up to 512 bytes.

Instead of making the incompatible change of requiring the incoming
password to be UCS-2 encoded, assume the password is UTF-8 encoded and
convert it before using it in NtPasswordHash and
EncryptPwBlockWithPasswordHash.

Signed-off-by: Evan Broder <ebroder@mokafive.com>
2011-10-29 00:23:54 +03:00
..
ap Fix WPA authenticator configuration to not leave uninitialized fields 2011-10-28 12:13:56 +03:00
common P2P: Notify device expiry via P2P-DEVICE-LOST event 2011-10-28 22:13:18 +03:00
crypto For MS-CHAP, convert the password from UTF-8 to UCS-2 2011-10-29 00:23:54 +03:00
drivers nl80211: Ignore netlink interface down if interface is up 2011-10-28 21:08:15 +03:00
eap_common Fix typos found by codespell 2011-09-22 00:43:59 +03:00
eap_peer EAP: Clear ClientTimeout back to default value in INITIALIZE 2011-10-18 18:44:35 +03:00
eap_server Remove EAP-TTLSv1 and TLS/IA 2011-09-25 21:28:32 +03:00
eapol_auth Make sure that EAP callbacks are not done if state machine has been removed 2011-08-12 11:56:44 +03:00
eapol_supp Fix typos found by codespell 2011-09-22 00:43:59 +03:00
l2_packet l2_packet: Use wpa_printf() instead of perror() 2010-11-24 15:00:22 +02:00
p2p P2P: Append P2P Device Address to AP-STA-CONNECTED event 2011-10-25 00:13:03 +03:00
radius hostapd: Fix RADIUS client configuration update on reconfig 2011-02-10 22:12:29 +02:00
rsn_supp TDLS: Do not clear peer data too early for teardown 2011-10-27 23:15:46 +03:00
tls TLS: Validate RSA ClientKeyExchange length field 2011-10-23 13:04:32 +03:00
utils dl_list: Add DEFINE_DL_LIST 2011-10-28 23:03:13 +03:00
wps Remove unused variables 2011-10-23 12:42:55 +03:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00