Ignore:
Timestamp:
01/09/12 22:29:03 (4 months ago)
Author:
alonbl
Message:

epass2003 transmits >255 APDUs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ifd/ifd-ccid.c

    r1189 r1190  
    7070 *  10 bytes ccid header + 4 bytes command header + 
    7171 *  1 byte Lc + 255 bytes data + 1 byte Le = 271 
     72 *  @ALON: Added +256 as APDUs grew at some point 
    7273 */ 
    73 #define CCID_MAX_MSG_LEN        271 
     74#define CCID_MAX_MSG_LEN        (271+256) 
    7475 
    7576static int msg_expected[] = { 
Note: See TracChangeset for help on using the changeset viewer.