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
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
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
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
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
--