fragattacks/src/utils
Jouni Malinen f2fe5b3663 PCSC: Accept 0x67 (Wrong length) as a response to READ RECORD
It looks like some USIM cards respond with 0x67 (Wrong length) instead
of 0x6c to 00 b2 01 04 ff. This was getting rejected in
scard_get_record_len(). ETSI TS 102 221 is not very clear on this
detail, but it looks fine to accept the 0x67 error value, too, to learn
the record length.

Signed-hostap: Jouni Malinen <j@w1.fi>
2011-12-18 14:44:03 +02:00
..
.gitignore Add build rules for building a library from src/utils files 2009-12-05 21:39:41 +02:00
base64.c base64: Stop decoding at the first sequence of pad characters 2011-10-16 12:36:21 +03:00
base64.h utils: Corrected a typo in header's name definition 2011-02-21 22:44:46 +02:00
build_config.h Remove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256 defines 2009-12-06 16:19:13 +02:00
common.c util: Add compact MAC address formatting/parsing 2011-02-02 17:11:00 +02:00
common.h TDLS: Add initial support for TDLS (IEEE Std 802.11z-2010) 2011-03-06 14:53:49 +02:00
edit_readline.c edit: Move history save file specification to caller 2010-11-21 11:43:09 +02:00
edit_simple.c edit: Move history save file specification to caller 2010-11-21 11:43:09 +02:00
edit.c edit: Fix history prev/next selection 2011-10-15 14:03:35 +03:00
edit.h edit: Move history save file specification to caller 2010-11-21 11:43:09 +02:00
eloop_none.c eloop: Remove global user data pointer 2009-12-19 19:22:16 +02:00
eloop_win.c eloop: Fix integer overflow in long timeouts 2011-03-06 14:31:20 +02:00
eloop.c eloop: Fix integer overflow in long timeouts 2011-03-06 14:31:20 +02:00
eloop.h Fix typos found by codespell 2011-09-22 00:43:59 +03:00
includes.h Remove time.h include from utils/includes.h 2011-09-12 22:19:26 +03:00
ip_addr.c Fixed sparse warnings about integer vs. pointer use 2009-01-03 20:46:32 +02:00
ip_addr.h Redesign struct hostapd_ip_addr to be of fixed size 2009-12-24 12:26:47 +02:00
list.h dl_list: Add DEFINE_DL_LIST 2011-10-28 23:03:13 +03:00
Makefile wlantest: Add interactive mode to wlantest_cli 2010-11-20 10:48:32 +02:00
os_internal.c Avoid possible compiler warning in os_gmtime() 2011-11-20 12:19:28 +02:00
os_none.c Add os_gmtime() as wrapper for gmtime() 2011-10-18 00:23:42 +03:00
os_unix.c Avoid possible compiler warning in os_gmtime() 2011-11-20 12:19:28 +02:00
os_win32.c Avoid possible compiler warning in os_gmtime() 2011-11-20 12:19:28 +02:00
os.h Add os_gmtime() as wrapper for gmtime() 2011-10-18 00:23:42 +03:00
pcsc_funcs.c PCSC: Accept 0x67 (Wrong length) as a response to READ RECORD 2011-12-18 14:44:03 +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_iter.h Add a copyright and license statement for a radiotap header file 2011-06-23 16:39:26 +03:00
radiotap.c Share the same radiotap helper implementation 2009-01-09 15:22:19 +02:00
radiotap.h nl80211: Implement noack policy for send_mlme 2011-11-19 19:22:13 +02:00
state_machine.h Silenced number of Doxygen warnings 2009-01-04 15:07:54 +02:00
trace.c bsd: Add support for WPA_TRACE and WPA_TRACE_BFD 2010-01-09 11:01:12 +02:00
trace.h trace: Show eloop unregistered handler function name/file/line 2009-12-22 01:52:48 +02:00
uuid.c Move uuid_gen_mac_addr() from uuid.c into src/wps 2009-11-29 13:15:32 +02:00
uuid.h Move uuid_gen_mac_addr() from uuid.c into src/wps 2009-11-29 13:15:32 +02:00
wpa_debug.c Set ANDROID_LOG_NAME depending on application 2011-10-21 18:59:42 +03:00
wpa_debug.h Use NULL instead of 0 for pointers 2011-11-18 22:07:30 +02:00
wpabuf.c Mark wpabuf_get_trace() static 2009-12-28 16:02:11 +02:00
wpabuf.h P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00