hostapd/src
Jouni Malinen 0cb445a472 Fix internal DH implementation not to pad shared key
The returned buffer length was hardcoded to be the prime length
which resulted in shorter results being padded in the end. However,
the results from DH code are supposed to be unpadded (and when used
with WPS, the padding is done in WPS code and it is added to the
beginning of the buffer). This fixes WPS key derivation errors
in about 1/256 of runs ("WPS: Incorrect Authenticator") when using
the internal crypto code.
2010-04-12 12:25:21 +03:00
..
ap Add wpa_supplicant AP mode events for Public Action frames 2010-04-11 20:33:33 +03:00
common Make wpa_compare_rsn_ie() handle missing IEs 2010-04-10 16:47:29 +03:00
crypto Fix internal DH implementation not to pad shared key 2010-04-12 12:25:21 +03:00
drivers Add BSSID and reason code (if available) to disconnect event 2010-04-11 21:25:15 +03:00
eap_common Remove src/crypto from default include path 2009-11-29 23:04:43 +02:00
eap_peer EAP-MD5: Use conditional success decision 2010-04-11 13:43:17 +03:00
eap_server Use unsigned bitfield for 1-bit values 2010-04-11 12:27:13 +03:00
eapol_auth AP: Add wpa_msg() events for EAP server state machine 2010-04-07 11:13:14 +03:00
eapol_supp Remove unnecessary defines 2009-12-05 22:51:08 +02:00
l2_packet wpa_supplicant: fix FTBFS on Debian GNU/kFreeBSD 2010-03-06 10:16:47 +02:00
radius AP: Add wpa_msg() events for EAP server state machine 2010-04-07 11:13:14 +03:00
rsn_supp FT: Fix wpa_sm_set_ft_params wrapper for non-FT build 2010-04-11 19:49:32 +03:00
tls Move asn1_test.c into tests subdirectory and split it in two 2009-12-06 16:45:36 +02:00
utils Add a more flexible version of hwaddr_aton: hwaddr_aton2() 2010-04-06 10:37:13 +03:00
wps WPS: Add a workaround for incorrect NewWLANEventMAC format 2010-04-06 10:38:37 +03:00
lib.rules Add rules for building src/crypto as a library 2009-12-05 22:03:46 +02:00
Makefile Move generic AP functionality implementation into src/ap 2009-12-25 01:12:50 +02:00