-- Forwarded message --
From: James Hawkins <[EMAIL PROTECTED]>
Date: Fri, 27 Aug 2004 08:18:48 -0400
Subject: Re: Re: make CryptSetProviderEx update the provider Name and
TypeName to registry
To: Jakob Eriksson <[EMAIL PROTECTED]>
I sent in a patch earlier that add
I just ran a test programming in windows to see how the registry is
changed by called CryptSetProviderEx with the CRYPT_DELETE_DEFAULT
flag. When the CRYPT_DELETE_DEFAULT flag is used, the Name value of
the Type XXX key is removed, but not the TypeName, which solves the
problem of not being able t
I'm working on a test app that I hope wil shine some light on how
windows gets the Name and TypeName values back in the registry after
they've been deleted. The problem is that the only instance of the
Name and TypeName data is in the DllRegisterServer function of the
provider dll. I couldn't thi
James Hawkins <[EMAIL PROTECTED]> writes:
>> Changelog
>>* Call provider.dll's DllRegisterServer from CryptSetProviderEx to
>> update the Name and TypeName values in the registry properly when
>> setting the default provider
It doesn't seem right to call DllRegisterServer from there, IMO it
s
Changelog
* Call provider.dll's DllRegisterServer from CryptSetProviderEx to
update the Name and TypeName values in the registry properly when
setting the default provider
--
James Hawkins
Index: dlls/advapi32/crypt.c
===
RCS fil