[Mono-bugs] [Bug 32179][Blo] Changed - RNGCryptoServiceProvider doesn't work on Windows
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 9 Dec 2003 07:12:05 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by patrik.torstensson@intel.com.
http://bugzilla.ximian.com/show_bug.cgi?id=32179
--- shadow/32179 2003-02-28 21:27:51.000000000 -0500
+++ shadow/32179.tmp.13845 2003-12-09 07:12:05.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 32179
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Blocker
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: spouliot@videotron.ca
QAContact: mono-bugs@ximian.com
@@ -74,6 +74,10 @@
class="CapiRNG"/>
</cryptoNameMapping>
</cryptographySettings>
</mscorlib>
</configuration>
+
+------- Additional Comments From Patrik.Torstensson@intel.com 2003-12-09 07:12 -------
+Fixed in CVS. Was a callconv issue on Windows, Mono has a different
+default than MS.NET (cdecl instead of stdcall)