[Mono-bugs] [Bug 79641][Nor] Changed - CryptoConfig.CreateFromName shouldn't be case sensitive
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Oct 11 09:49:13 EDT 2006
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 sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79641
--- shadow/79641 2006-10-11 09:02:31.000000000 -0400
+++ shadow/79641.tmp.3350 2006-10-11 09:49:13.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 79641
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: sebastien at ximian.com
ReportedBy: sanxiyn at gmail.com
QAContact: mono-bugs at ximian.com
@@ -22,6 +22,10 @@
>>> HashAlgorithm.Create('MD5')
<MD5CryptoServiceProvider object at 0x000000000000002B>
>>> HashAlgorithm.Create('md5')
None
This is different from .NET.
+
+------- Additional Comments From sebastien at ximian.com 2006-10-11 09:49 -------
+Fixed in SVN r66547.
+Unit tests added in r66548.
More information about the mono-bugs
mailing list