Re: [opensc-devel] Re: [opensc-commits] svn opensc changed [3053] update; patch supploed by Douglas E.

2006-11-12 Thread Andrey Jivsov
Andreas Jellinghaus wrote: +/* need to limit to 248 */ +if (card->max_send_size > 248) +card->max_send_size = 248; +if (card->max_recv_size > 248) +card->max_recv_size = 248; + + can we put something like this in the generic code for all cards and drivers? or in the

Re: [opensc-devel] Re: [opensc-commits] svn opensc changed [3053] update; patch supploed by Douglas E.

2006-11-12 Thread Nils Larsch
Andreas Jellinghaus wrote: ... If it's property of the gemsafe card it should be put in the card driver if it's a limitation of the reader we should place it in the reader driver. If I understand this correctly, setting such a limit will not cause any problem except some extra transactions and

Re: [opensc-devel] Re: [opensc-commits] svn opensc changed [3055] remove useless code

2006-11-12 Thread Nils Larsch
Andreas Jellinghaus wrote: [EMAIL PROTECTED] wrote: Revision: 3055 Author: nils Date: 2006-11-11 11:46:36 + (Sat, 11 Nov 2006) Log Message: --- remove useless code Modified Paths: -- trunk/src/libopensc/iso7816.c Modified: trunk/src/libopensc/iso7816.c ===