Re: [opensc-devel] Small starcos fix

2006-05-03 Thread Andreas Jellinghaus
Am Mittwoch, 3. Mai 2006 09:18 schrieb Nils Larsch: > committed to the head (will commit it to the stable branch later). 0.11.0 is already release, please no changes to that branch. so currently we only have trunk for new changes. but I'd like to create 0.11.1 real soon. maybe rc this weekend and

Re: [opensc-devel] Small starcos fix

2006-05-03 Thread Nils Larsch
Chaskiel M Grundman wrote: starcos_process_acl, called by starcos_create_file has a small bug. It uses the wrong field in the sc_file_t to decide what the EF structure is. ( found while debugging the one-shot tool I wrote to finish initializing my ITSEC-P token) committed to the head (will co

[opensc-devel] Small starcos fix

2006-05-01 Thread Chaskiel M Grundman
starcos_process_acl, called by starcos_create_file has a small bug. It uses the wrong field in the sc_file_t to decide what the EF structure is. ( found while debugging the one-shot tool I wrote to finish initializing my ITSEC-P token) Index: src/libopensc/card-starcos.c ==