Re: [opensc-devel] Fix for trivial bug in pkcs15-itacns.c

2010-12-19 Thread Emanuele Pucciarelli
On Sat, Dec 18, 2010 at 15:09, Matteo Nastasi wrote: > I attach the patch (but the mantainer of the file, Emanuele Pucciarelli, > is also informed so tomorrow he will commit a more consistent version > of the fix, with my fix also). This has been fixed in r4978. Thanks! By the way, the list of

Re: [opensc-devel] Fix for trivial bug in pkcs15-itacns.c

2010-12-19 Thread Matteo Nastasi
On Sun, Dec 19, 2010 at 12:29:04PM +0100, Emanuele Pucciarelli wrote: > On Sat, Dec 18, 2010 at 15:09, Matteo Nastasi > wrote: > > > I attach the patch (but the mantainer of the file, Emanuele Pucciarelli, > > is also informed so tomorrow he will commit a more consistent version > > of the fix, w

[opensc-devel] Windows 7 support for PKCS#11 => mini-driver

2010-12-19 Thread Jean-Michel Pouré - GOOZE
Dear Friends, Some users are contacting me with questions about Windows support for PKCS#11 smartcards. As far as I understand, Windows support for PKCS#11 is poor. Do some of you know solutions for: * Single sign-on Windows using PKCS#11 cards. * Smartcard based windows disk encryption (EFS). *

Re: [opensc-devel] Windows 7 support for PKCS#11 => mini-driver

2010-12-19 Thread Nikolay Elenkov
On 2010/12/20 5:30, Jean-Michel Pouré - GOOZE wrote: > Some users are contacting me with questions about Windows support for > PKCS#11 smartcards. As far as I understand, Windows support for PKCS#11 > is poor. > AFAIK, Windows uses CSPs, and does not support PKCS#11 at all. This may have changed

Re: [opensc-devel] Windows 7 support for PKCS#11 => mini-driver

2010-12-19 Thread Andreas Jellinghaus
Hi Jean-Michel, there is no "PKCS#11 smartcard", as the format of the data has nothing to do with the API of the software used to access the card. The traditional way for windows software is this: 1.) a baseCSP minidriver to access the card combined with 2.) a PKCS#11 plugin to access the card, e

Re: [opensc-devel] Windows 7 support for PKCS#11 => mini-driver

2010-12-19 Thread Nikolay Elenkov
On 2010/12/20 15:23, Andreas Jellinghaus wrote: > 2.) a PKCS-CSP such as the ID-Ally CSP, CSP#11 or PKCSCP - all these > packages implement a CSP, but they don't talk to the smart card > directly. Instead they load a pkcs#11 plugin to do that, such as > opensc-pkcs11.so Forgot all ab

Re: [opensc-devel] Windows 7 support for PKCS#11 => mini-driver

2010-12-19 Thread Martin Paljak
On Dec 20, 2010, at 8:39 AM, Nikolay Elenkov wrote: > On 2010/12/20 15:23, Andreas Jellinghaus wrote: > >> 2.) a PKCS-CSP such as the ID-Ally CSP, CSP#11 or PKCSCP - all these >>packages implement a CSP, but they don't talk to the smart card >>directly. Instead they load a pkcs#11 plugi