Re: Why my csp can't work in Win98?
From: John Banes [MS] (jbanes_at_online.microsoft.com)
Date: 09/08/04
- Next message: Param: "Computing Hash"
- Previous message: Robert Gu [MSFT]: "Re: CryptProtectData key."
- In reply to: Zhou Xiang: "Re: Why my csp can't work in Win98?"
- Next in thread: lelteto: "Re: Why my csp can't work in Win98?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 7 Sep 2004 22:42:39 -0700
Sorry, I'm not too familiar with all the details of CSP signing. Maybe
someone else in this newsgroup knows how to do this.
Regards,
John Banes
[Microsoft Security Developer]
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
"Zhou Xiang" <ZhouXiang@discussions.microsoft.com> wrote in message
news:A51E8262-2E50-4D88-8049-4B2BF7667986@microsoft.com...
> How can I store signature to registry? I have tried to add the signature
> which from the csp.sig file to the Signature as binary value, but it also
> does not work well. I want to know whether there was some order for
> signature
> value, and how to add it?
>
> Thanks a lot.
>
> "John Banes [MS]" wrote:
>
>> As I recall, NT4 and Win9x does not support CSP signatures in the DLL's
>> resource. This feature was added in Win2K or so. Instead, you'll need to
>> store the CSP signature in the registry. Note that the registry signature
>> is
>> computed differently from the one that's stored in the resource, and so
>> you
>> need to make sure you store the correct one in the registry.
>>
>> Regards,
>> John Banes
>> [Microsoft Security Developer]
>>
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>> Please do not send email directly to this alias. This alias is for
>> newsgroup
>> purposes only.
>>
>> "Zhou Xiang" <Zhou Xiang@discussions.microsoft.com> wrote in message
>> news:572D653B-8BFE-4214-9229-F61AC0D3961D@microsoft.com...
>> > Hi,
>> > I have got the csp sign from Microsoft, then I have made a setup file
>> for
>> > my csp, and this setup file work well in Windows 2000 and Windows XP,
>> > but
>> it
>> > appears "Invalid Signature" in Windows 98( Windows 98SE + IE6.0sp1).
>> > My Setup file does the following things:
>> > 1. copy the csp.dll and csp.sig to %sysdir%( x:/winnt/system32 for
>> windows
>> > 2000, x:/windows/system for Windows 98).
>> > 2. modify the reg
>> > Image Path: csp.dll
>> > Signature:0(REG_DWORD)
>> > Type:1(REG_DWORD)
>> >
>> > Who know why my csp.dll can't work in Windows 98, and how can I
>> > modify?
>> > Thanks a lot.
>>
>>
>>
- Next message: Param: "Computing Hash"
- Previous message: Robert Gu [MSFT]: "Re: CryptProtectData key."
- In reply to: Zhou Xiang: "Re: Why my csp can't work in Win98?"
- Next in thread: lelteto: "Re: Why my csp can't work in Win98?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|