Re: Custom CSP in Office 2003?
The original problem solved... it is due to the DLL failed to load
because of dependency problems.
Now that I get my CSP DLL to load, a new problem appears.
I found Microsoft Word 2003 calling my CSP to hash a message using
CALG_MD5... however, my CSP doesn't support MD5.
The only hashing algorithm supported is CALG_SHA1, and that is reported
via CPGetProvParam. My log file indicates Microsoft Word 2003 never
calls CryptGetProvParam to find out what algorithms I support.
Is there anyway to change the hashing algorithm Word uses?
.
Relevant Pages
- Re: EFS and Smart Card
... the number one is that a CSP cannot prompt for a PIN since the lsass ... Other issues are for remote server encryption - ... the server has no way to access the key on the card which is on the client. ... There are many others, as I mentioned, we would like to support this in the ... (microsoft.public.security) - Re: EFS and Smart Card
... the number one is that a CSP cannot prompt for a PIN since the lsass ... Other issues are for remote server encryption - ... the server has no way to access the key on the card which is on the client. ... There are many others, as I mentioned, we would like to support this in the ... (microsoft.public.windowsxp.security_admin) - Re: EFS and Smart Card
... the number one is that a CSP cannot prompt for a PIN since the lsass ... Other issues are for remote server encryption - ... the server has no way to access the key on the card which is on the client. ... There are many others, as I mentioned, we would like to support this in the ... (microsoft.public.win2000.security) - Re: EFS and Smart Card
... We would like to support ... So when the smartcard CSP attempts to ... > smartcards, some extra code would need to be written to obtain the PIN ... >> I am still very curious why EFS does not support smart card. ... (microsoft.public.windowsxp.security_admin) - Re: EFS and Smart Card
... We would like to support ... So when the smartcard CSP attempts to ... > smartcards, some extra code would need to be written to obtain the PIN ... >> I am still very curious why EFS does not support smart card. ... (microsoft.public.win2000.security) |
|