Re: [opensc-devel] [PATCH] [libp11] pkcs11_init_slot: Do not fail if a slot can't be initialized

2010-11-29 Thread Camille Moncelier
On Thu, 18 Nov 2010 11:34:30 +0100 Ludovic Rousseau wrote: > New patch proposed attached. > > Since I am not the maintainer of libp11 I do not want to commit a > patch with possible bad side effects. The news patch looks fine for me, I didn't had the time to test it yet (I'm quite busy right now

Re: [opensc-devel] [PATCH] [libp11] pkcs11_init_slot: Do not fail if a slot can't be initialized

2010-11-04 Thread Camille Moncelier
On Thu, 4 Nov 2010 09:37:30 +0100 Ludovic Rousseau wrote: > 2010/11/3 Camille Moncelier : > > In some case readers can be wired to always return > > CKF_TOKEN_PRESENT even when there's no card (Because there's no > > mechanical contacts for card insertion, like som

[opensc-devel] [PATCH] [libp11] pkcs11_init_slot: Do not fail if a slot can't be initialized

2010-11-03 Thread Camille Moncelier
In some case readers can be wired to always return CKF_TOKEN_PRESENT even when there's no card (Because there's no mechanical contacts for card insertion, like some SIMcard readers). This patch fix the issue of PKCS11_enumerate_slots() failing because one of the readers reported a token present bu

[opensc-devel] [PATCH] Enable key autodetection when specifying the slot

2010-01-06 Thread Camille Moncelier
This *should* fix the problem reported here: http://www.opensc-project.org/engine_pkcs11/ticket/4 causing slot_n parsing returning no certs or keys -- Camille Moncelier http://devlife.org/ If Java had true garbage collection, most programs would delete themselves upon execution. 0001-Enable

Re: [opensc-devel] [PATCH] Enable key autodetection when specifying the slot

2010-01-06 Thread Camille Moncelier
Ooops, I forgot to mention that this patch concern engine_pkcs11 On Wed, Jan 6, 2010 at 10:45 AM, Camille Moncelier wrote: > This *should* fix the problem reported here: > http://www.opensc-project.org/engine_pkcs11/ticket/4 > causing slot_n parsing returning no certs or keys --