regenerate
4 lines of code changed in 1 file:
use ntohl/htonl from arpa/inet.h since the tag value for
IOCTL_FEATURE_VERIFY_PIN_DIRECT and IOCTL_FEATURE_MODIFY_PIN_DIRECT
_shall_ be encoded in big endian as documented in PCSC v2 part 10 ch 2.2
page 2.
The applications using this feature shall be updated (to respect the
PCSC specification)
Thanks to Ulrich Vogl for the bug report
7 lines of code changed in 3 files:
CCID_Receive(): check that we received at least enough bytes to test
cmd[STATUS_OFFSET].
usb_bulk_read() will return 0 bytes without error in case of timeout
7 lines of code changed in 1 file:
use LPSTR instead of LPTSTR (deprecated)
1 lines of code changed in 1 file:
SetParameters(): do not fail if the command fails to set a parameter
that is not changeable by the CCID
5 lines of code changed in 1 file:
correct a typo in a comment
1 lines of code changed in 1 file:
add Alcor Micro AU9520
114 lines of code changed in 3 files:
add id3 Semiconductors CL1356D
57 lines of code changed in 3 files:
update comment for size_t
1 lines of code changed in 1 file:
make pcscd detect a buffer overflow when the receiving buffer is too
small instead of silently ignoring the detected problem. This problem
only occured with readers supporting Extended APDU.
17 lines of code changed in 1 file:
ReadUSB(): be sure we have read enough bytes before checking for frame
detectation
2 lines of code changed in 1 file:
CmdXfrBlock(): remove the unused clean_up_and_return goto label
0 lines of code changed in 1 file:
CmdXfrBlock(): call CmdXfrBlockAPDU_extended() if the reader supports
Extended APDU
8 lines of code changed in 1 file:
add CmdXfrBlockAPDU_extended() to support Extended APDU readers
124 lines of code changed in 1 file:
CCID_Receive(): return the value of bChainParameter in *chain_parameter
5 lines of code changed in 1 file:
CmdXfrBlockTPDU_T1(): also log the length of the reception buffer
1 lines of code changed in 1 file:
use CCID_Receive() with the new API (use NULL as chain_parameter)
10 lines of code changed in 3 files:
CCID_Receive() has a new parameter: chain_parameter
2 lines of code changed in 2 files:
add #define CHAIN_PARAMETER_OFFSET
1 lines of code changed in 1 file:
move the "command length too big" checks from CmdXfrBlock() to
CmdXfrBlockTPDU_T0()
17 lines of code changed in 1 file:
CCID_Transmit(): log if the transmit buffer is too big
3 lines of code changed in 1 file:
CCID_Receive(): use <= instead of < to detect a reception buffer overrun
and log an error if it occurs
4 lines of code changed in 1 file:
ccid_open_hack(): the CL1356D firmware needs some time to initialize.
Wait 1 second here
6 lines of code changed in 1 file:
add #define CL1356D
1 lines of code changed in 1 file:
ReadUSB(): detect and ignore duplicated CCID frames
10 lines of code changed in 1 file: