CCID_Transmit(): cmd[8-9] is the expected length in character mode only.
It shall be 0x0000 for TPDU and short APDU modes.
1 lines of code changed in 1 file:
use the new HandlerTest applet commands
65 lines of code changed in 1 file:
SecurePINVerify(): set the readTimeout to at least 30 seconds since we
are not waiting after an APDU but after a human.
11 lines of code changed in 1 file:
_ccid_descriptor.readTimeout is in seconds even for USB. The comment was
wrong
1 lines of code changed in 1 file:
SecurePINVerify(): update the size of ulDataLength field as defined in
PCSCv2 part 10, revision 2.01.04, september 2005
9 lines of code changed in 1 file:
use HOST_TO_CCID_16/HOST_TO_CCID_32
6 lines of code changed in 1 file:
get_data_rates(): check the response size only if bNumDataRatesSupported
is non zero
1 lines of code changed in 1 file:
if bNumDataRatesSupported is 0 we get the list size from what
GET DATA RATES command returns
idem for bNumClockSupported
6 lines of code changed in 1 file:
do not request data rates if the reader reports it support a 0 length
list. Idem for clocks.
2 lines of code changed in 1 file:
print bNumClockSupported: as %d and not 0x%02X
1 lines of code changed in 1 file:
also work with T=1 cards
18 lines of code changed in 1 file:
debug modify PIN test code
21 lines of code changed in 1 file:
add Cherry ST1044U
1 lines of code changed in 1 file:
add Cherry SmartTerminal ST-2XXX
57 lines of code changed in 2 files:
add sample code to perform FEATURE_VERIFY_PIN_DIRECT and
FEATURE_MODIFY_PIN_DIRECT if the reader supports it
156 lines of code changed in 1 file:
add support of PC/SC v2 part 10 CM_IOCTL_GET_FEATURE_REQUEST
add support of FEATURE_VERIFY_PIN_DIRECT and FEATURE_MODIFY_PIN_DIRECT
remove support of IOCTL_SMARTCARD_VENDOR_VERIFY_PIN (now obsoleted)
216 lines of code changed in 4 files: