Re: [opensc-devel] Cryptoflex 32K e-gate cards do not work with opensc trunk anymore

2007-03-19 Thread Douglas E. Engert
I think what OpenSC is trying to define as max_send_size is the max value Le that can be be used in a APDU. This may be limited by the card itself or by the reader/IFSD/CCID. It would be nice if the max_send_size could be set by testing the reader/IFSD/CCID at run time and converting these to t

Re: [opensc-devel] Cryptoflex 32K e-gate cards do not work with opensc trunk anymore

2007-03-19 Thread Ludovic Rousseau
On 16/03/07, Douglas E. Engert <[EMAIL PROTECTED]> wrote: Can you run the command that is listed in the new opensc.conf: # This sets the maximum send and receive sizes. # Some reader drivers have limitations, so you need # to set these values. For usb devices check the

Re: [opensc-devel] Cryptoflex 32K e-gate cards do not work with opensc trunk anymore

2007-03-16 Thread Simon Eisenmann
Am Freitag, den 16.03.2007, 09:36 -0500 schrieb Douglas E. Engert: > Are you using the reader that can only do 255 bytes? > > card.c:399:sc_read_binary: called; 256 bytes at index 0 > > reader-openct.c:339:openct_reader_transmit: unable to transmit > > > Can you run the command that is

Re: [opensc-devel] Cryptoflex 32K e-gate cards do not work with opensc trunk anymore

2007-03-16 Thread Douglas E. Engert
Are you using the reader that can only do 255 bytes? card.c:399:sc_read_binary: called; 256 bytes at index 0 reader-openct.c:339:openct_reader_transmit: unable to transmit Can you run the command that is listed in the new opensc.conf: # This sets the maximum send and receive si