Nils Larsch wrote:
the code in apdu.c should do this automatically unless you explicitly
disable this (but perhaps it would be useful if the iso get_response
implementation would respect the reader limits).

that code doesn't look at max_send/recv_size. if the card tells us
it has 256 bytes, the code tries to get it in one big packet. so
we need to change the code there? or did I misread it?

(apdu.c around line 473, le is set to 256 bytes and never reduced
before get_response is called)

Cheers, Andreas
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to