Re: [opensc-devel] pkcs11-tool-lite - stripped down version of pkcs11-tool

2010-10-24 Thread Mr Dash Four
I already tested pcsc-lite-libs+OpenCT+OpenSC Why do you need pcsc-lite-libs? Spotters badge! Executing "rpm -qRp" on the newly-built package gives me "pcsc-lite-libs(x86-64)" so, naturally, I assumed that was needed (the package contains two .so files, so not much of a difference

[opensc-devel] pam pkcs11: Broken logic of --with-pcsclite

2010-10-24 Thread Arfrever Frehtes Taifersar Arahesis
`./configure --with-pcsclite` disables support for PCSC-Lite. This problem can be fixed by making [ with_pcsclite=no ] fourth argument of AC_ARG_WITH (with empty third argument), or by removing it. -- Arfrever Frehtes Taifersar Arahesis --- configure.in +++ configure.in @@ -166,8 +166,7 @@ #

[opensc-devel] pcsc-lite: Card auto power on and off

2010-10-24 Thread Ludovic Rousseau
Hello, I just implemented a new feature in pcsc-lite: card auto power on and off I describe the mechanism in an article [1] on my blog. Play with the new code, break it and report bugs :-) Bye [1] http://ludovicrousseau.blogspot.com/2010/10/card-auto-power-on-and-off.html --  Dr. Ludovic Rous