Re: smart card and signing email => pin dialog => csp??



lelteto wrote on 24/05/2006 18:25:
I disagree that it's impossible. IF the original CSP accepts the PIN via CPSetProvParam or CPSetKeyParam than the pass-through CSP can call down each time before signing and pass down the PIN, so the CSP would be satisfied.
Of course, if the original CSP doesn't support these functions to get the PIN from the application but insist on prompting the user itself than you can do nothing.

the point is how a CSP-aware application (says Outlook) behaves ?
does it relies on a CSP initialised once or does it aware of some "strong protection" policy that enforce PIN verification.

Sylvain.
.



Relevant Pages

  • Re: [SmartCard CSP] How can I obtain a PIN to sign HASH ?
    ... CRYPT_IMPL_HARDWARE implies that all crypto functions are implemented with ... CRYPT_IMPL_MIXED implies that some functions are implemented in hardware ... > "CRYPT_IMPL_MIXED" means not call other CSP. ... > the user's PIN by myself. ...
    (microsoft.public.platformsdk.security)
  • Re: Re[2]: Whats the mean of PIN cache in smart card csp
    ... The PIN cache described by the Smart Card Cryptographic Service Provider ... smart card CSP. ...
    (microsoft.public.platformsdk.security)
  • Re: Service caching Smart Card credentials
    ... You must check your CSP documentation. ... >Does the PIN prompt happen from the service? ... >PIN caching behavior is not absolutely standard. ... I open the private key for a cert. ...
    (microsoft.public.platformsdk.security)
  • Re: Caching PIN
    ... I know how a CSP name associated with a card be identified.But after getting ... The usual approach taken by smart card CSP's implementors is to cache the ... PIN in the context of the CSP dll, thus you don't need to care about the ... I had a list of available readers on the system and the PIN is ...
    (microsoft.public.platformsdk.security)
  • Whats the mean of PIN cache in smart card csp
    ... How can I add the PIN ... I notice it is very important, because the "Microsoft Base Smart Card Crypto Provider" ... but my csp can not work perfectly. ...
    (microsoft.public.platformsdk.security)