hostapd/src/utils
Jouni Malinen b3ddab2122 WPS: Pad DH Public Key and Shared Key to 192 octets
WPS spec is not very specific on the presentation used for the DH
values. The Public Key attribute is described to be 192 octets long, so
that could be interpreted to imply that other places use fixed length
presentation for the DH keys. Change the DH derivation to use fixed
length bufferd by zero padding them from beginning if needed. This can
resolve infrequent (about 1/256 chance for both Public Key and Shared
Key being shorter) interop issues.
2009-01-22 19:32:58 +02:00
..
.gitignore Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
base64.c Fixed base64_decode() reject empty input buffers 2008-02-27 17:49:59 -08:00
base64.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
build_config.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
common.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
common.h Introduced new helper function is_zero_ether_addr() 2008-06-03 18:08:48 +03:00
eloop.c Do not continually reschedule specific scans to help finding hidden SSIDs 2008-06-03 11:37:48 +03:00
eloop.h Do not continually reschedule specific scans to help finding hidden SSIDs 2008-06-03 11:37:48 +03:00
eloop_none.c Do not continually reschedule specific scans to help finding hidden SSIDs 2008-06-03 11:37:48 +03:00
eloop_win.c Workaround number of compiler warnings with newer MinGW version 2008-12-11 00:56:37 +02:00
includes.h Silenced number of Doxygen warnings 2009-01-04 15:07:54 +02:00
ip_addr.c Fixed sparse warnings about integer vs. pointer use 2009-01-03 20:46:32 +02:00
ip_addr.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
Makefile Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
os.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
os_internal.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
os_none.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
os_unix.c Fix wpa_supplicant build for uClinux 2009-01-05 20:32:04 +02:00
os_win32.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
pcsc_funcs.c Fixed number of doxygen warnings 2009-01-02 22:28:04 +02:00
pcsc_funcs.h Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
radiotap.c Share the same radiotap helper implementation 2009-01-09 15:22:19 +02:00
radiotap.h Share the same radiotap helper implementation 2009-01-09 15:22:19 +02:00
radiotap_iter.h Share the same radiotap helper implementation 2009-01-09 15:22:19 +02:00
state_machine.h Silenced number of Doxygen warnings 2009-01-04 15:07:54 +02:00
uuid.c WPS: Generate UUID based on MAC address, if not set 2009-01-01 22:56:52 +02:00
uuid.h WPS: Generate UUID based on MAC address, if not set 2009-01-01 22:56:52 +02:00
wpa_debug.c Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 release 2008-02-27 17:34:43 -08:00
wpa_debug.h Silenced number of Doxygen warnings 2009-01-04 15:07:54 +02:00
wpabuf.c WPS: Pad DH Public Key and Shared Key to 192 octets 2009-01-22 19:32:58 +02:00
wpabuf.h WPS: Pad DH Public Key and Shared Key to 192 octets 2009-01-22 19:32:58 +02:00