[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:44:30 -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 17:28:13.000000000 -0500
+++ shadow/69036.tmp.1739	2004-11-02 17:44:30.000000000 -0500
@@ -114,6 +114,14 @@
 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 :(
 
+
+------- Additional Comments From sebastien@ximian.com  2004-11-02 17:44 -------
+The default iteration count is different between Mono (1) and MS
+(100). I wonder if this changed between 1.0/1.1 or 1.1/1.1sp ?!? as I
+(seem to) recall testing this. Anyway I'll add it to the test suite.
+
+Note: This is a separate issue from the reported bug (but will be
+fixed at the same time).