Fwd: provider type of Microsoft Base Cryptographic Provider v1.0

Michael Jung mjung at iss.tu-darmstadt.de
Mon Aug 16 03:37:14 CDT 2004


----------  Forwarded Message  ----------
Subject: provider type of Microsoft Base Cryptographic Provider v1.0
Date: Monday 16 August 2004 00:56
From: James Hawkins <truiken at gmail.com>
To: wine-devel at winehq.org

Hi,

    If you run regedit in wine and view the following key:

HKEY_LOCAL_MACHINE\Software\Microsoft\Cryptography\Defaults\Provider
Types\Type 001

Type 001 does not have a "TypeName" value.  Should Type 001 have a
"TypeName" value?  CryptEnumProviderTypes calls RegQueryValueEx on
this value to see what the provider type is, but fails (but not in an
obvious way).  Should RegQueryValueEx return an error code describing
that there is no such value?  If so, what is the error code/name?

--
James Hawkins
-------------------------------------------------------

James,

this value should be registered by rsabase.dll, which the appended patch does 
implement.

Rob: I hope that's ok for you.

Greetings,
Michael

Changelog:
	Register TypeName registry key value
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dlls_rsabase_main_c.diff
Type: text/x-diff
Size: 1115 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20040816/47c7f4e5/dlls_rsabase_main_c.bin


More information about the wine-patches mailing list