Re: [opensc-devel] Windows minidriver and Secure PIN Entry

2012-09-10 Thread Douglas E. Engert
On 9/10/2012 4:09 PM, Taylor, Tim wrote: > I was the OP of this thread. I've tried the following applications: > - certutil (specifically "certutil -SCInfo" to examine card contents) > - Outlook 2010 (sending signed emails) I was requesting the author of the minidriver mods that added the PIN P

Re: [opensc-devel] Windows minidriver and Secure PIN Entry

2012-09-10 Thread Taylor, Tim
I was the OP of this thread. I've tried the following applications: - certutil (specifically "certutil -SCInfo" to examine card contents) - Outlook 2010 (sending signed emails) With both of these, I'm prompted to enter my card PIN in a Windows dialog box, rather than on the readers pin pad. I'm

Re: [opensc-devel] Windows minidriver and Secure PIN Entry

2012-09-10 Thread Douglas E. Engert
To the list: The minidriver has code to test for reader features to be able to use a PIN PAD reader. Someone added that code. Could they please respond to this thread? I would suspect that the calling applications also need to be updated, and this may be the problem. Is there a minidriver applic

Re: [opensc-devel] Windows minidriver and Secure PIN Entry

2012-09-07 Thread Taylor, Tim
On Thu, 2012-09-06 at 15:06 -0500, Douglas E. Engert wrote: > > With the PKCS#11 OpenSC calls pcsc_detect_readers and this calls > > the detect_reader_features. > > > > With the minidriver, the Microsoft code passes in the handles of > > open connections to PC/SC, and pcsc_detect_readers is not ca

Re: [opensc-devel] Windows minidriver and Secure PIN Entry

2012-09-06 Thread Douglas E. Engert
On 9/5/2012 5:17 PM, Douglas E. Engert wrote: > > > On 9/5/2012 4:32 PM, Taylor, Tim wrote: >> I have installed the drivers from HID Global for this reader. >> >> The same reader device driver will be used regardless of whether the >> PKCS#11 module, or the minidriver is used to interact with the S

Re: [opensc-devel] Windows minidriver and Secure PIN Entry

2012-09-05 Thread Martin Paljak
On Thu, Sep 6, 2012 at 12:32 AM, Taylor, Tim wrote: > Is the opensc minidriver not able to detect and use the pinpad? At the moment, no. ___ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/op

Re: [opensc-devel] Windows minidriver and Secure PIN Entry

2012-09-05 Thread Douglas E. Engert
On 9/5/2012 4:32 PM, Taylor, Tim wrote: > I have installed the drivers from HID Global for this reader. > > The same reader device driver will be used regardless of whether the > PKCS#11 module, or the minidriver is used to interact with the Smart > Card, right? > > And as I mentioned when I use

Re: [opensc-devel] Windows minidriver and Secure PIN Entry

2012-09-05 Thread Taylor, Tim
I have installed the drivers from HID Global for this reader. The same reader device driver will be used regardless of whether the PKCS#11 module, or the minidriver is used to interact with the Smart Card, right? And as I mentioned when I use the PCKS#11 driver, I'm prompted to enter my pin on th

Re: [opensc-devel] Windows minidriver and Secure PIN Entry

2012-08-24 Thread Frank Morgner
The default Windows USB CCID driver does not support secure PIN entry. You need to get a better driver for your reader. Presumably OmniKey provides such a driver. Cheers, Frank. On Friday, August 24 at 03:03PM, Taylor, Tim wrote: > > Hello, > > I've been a long time user of the opensc project