C_Initialize frozen into the called CardAcquireContext function
- From: Mongri <Mongri@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 14 Apr 2008 15:58:01 -0700
I'm implementing a smart card minidriver. I develop Windows 2k with Visual
Studio. In the part of CardAcquireContext, I load the module opensc-pkcs11
and I initializes with CK_RV CK_FUNC (C_Initialize). C_Initialize initializes
the Cryptoki library
I have also developed a test program that loads correctly the minidriver and
properly execute the function CardAcquireContext.
However, during the Certificate enrolment phase on the smartcard from the
Web Certsrv service (activex), the 'Base CSP' executes the CardAcquireContext
from my cardmodule. With the Softice tools, I notice that the function
'C_Initialze' remains frozen. The smartcard removed of reader allows to
unlock the function.
I tried to use other modules pkcs11/ smart cards. I have the same problem.
Do you know of this problem ?
.
- Follow-Ups:
- Prev by Date: Re: Smartcard authentication in a multi-tier application
- Next by Date: Re: CLR: ServiceProvider Keys and ASN.1 Serialization
- Previous by thread: WMI missing security settings
- Next by thread: RE: C_Initialize frozen into the called CardAcquireContext function
- Index(es):