Andreas Jellinghaus wrote:
Douglas,
I applied all your latest patches, please verify that I took the right ones
and nothing is missing. Once everyone is fine with the current svn,
I will create another release candidate, ok?

Regards, Andreas
p.s. we need to increase the default max_send/recv_size somewhere, right?

I would think it is should be 256. It looks like it is set in ctx.c:

   265      driver->max_send_size = SC_APDU_CHOP_SIZE;
   266      driver->max_recv_size = SC_APDU_CHOP_SIZE;
   267      if (conf_block != NULL) {
   268          driver->max_send_size = scconf_get_int(conf_block,
   269                          "max_send_size",
   270                          SC_APDU_CHOP_SIZE);
   271          driver->max_recv_size = scconf_get_int(conf_block,
   272                          "max_recv_size",
   273                          SC_APDU_CHOP_SIZE);
   274      }
   275  }

where opensc.h

#define SC_APDU_CHOP_SIZE               248

I don't see SC_APDU_CHOP_SIZE used anywhere else.





--

 Douglas E. Engert  <[EMAIL PROTECTED]>
 Argonne National Laboratory
 9700 South Cass Avenue
 Argonne, Illinois  60439
 (630) 252-5444
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to