[Mono-bugs] [Bug 69036][Nor] Changed - An System.ArgumentException appears when execute any assembly that use PasswordDeriveBytes class

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 2 Nov 2004 17:28:13 -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 sebastien@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=69036

--- shadow/69036	2004-11-02 16:40:29.000000000 -0500
+++ shadow/69036.tmp.32290	2004-11-02 17:28:13.000000000 -0500
@@ -1,16 +1,16 @@
 Bug#: 69036
 Product: Mono: Class Libraries
 Version: unspecified
-OS: unknown
+OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
-Component: System.Security
+Component: CORLIB
 AssignedTo: sebastien@ximian.com                            
 ReportedBy: gonzaloantonio@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -106,6 +106,14 @@
 		byte[] key = pdb.GetBytes (32);
 		Console.WriteLine ("key\t{0}", BitConverter.ToString (key));
 		byte[] iv = pdb.GetBytes (16);
 		Console.WriteLine ("iv\t{0}", BitConverter.ToString (iv));
 	}
 }
+
+------- Additional Comments From sebastien@ximian.com  2004-11-02 17:28 -------
+That's strange as even the key, which is generated before the
+exception, is different from MS results. All unit tests are ok so it
+means that
+1) it's not a recent regression;
+2) it's lacking unit tests :(
+