Re: CPSignHash error 80090008
From: iandoll (iandoll_at_yahoo.com)
Date: 12/23/04
- Next message: mmicko_at_gmail.com: "Custom Certificate Store Provider"
- Previous message: David Cross [MS]: "Re: Is it possible to create a "sha1 dsa" certificate with makecert"
- Maybe in reply to: iandoll: "CPSignHash error 80090008"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 23 Dec 2004 06:35:47 -0800
Hi,
first to thank you both, after yours suggestions now MyCSP working
fine.
The problem was in function which setup cert to use MyCSP, this
function
overwrites ContainerName with NULL, instead of just setting
ProviderName and leave
ContainerName as it was.
Following functions are called:
- CPAcquireContext
- CPCreateHash
- CPSetHashParam
- CPSignHash (get size)
- CPSignHash
- CPDestroyHash
After that I can see content on Https page, but no other functions were
called.
I thought that beside these functions above, IE will call
Encrypt/Decrypt functions from
MyCSP. But obviously this isn't case.
Is this normal behavior, or I didn't setup my cert/csp correctly?
Thanks a lot,
Ian
- Next message: mmicko_at_gmail.com: "Custom Certificate Store Provider"
- Previous message: David Cross [MS]: "Re: Is it possible to create a "sha1 dsa" certificate with makecert"
- Maybe in reply to: iandoll: "CPSignHash error 80090008"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]