[Mono-bugs] [Bug 76483][Nor] Changed - TripleDES IV length isn't
checked on MS implementation
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Oct 21 16:06:49 EDT 2005
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=76483
--- shadow/76483 2005-10-21 11:02:44.000000000 -0400
+++ shadow/76483.tmp.6540 2005-10-21 16:06:49.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 76483
Product: Mono: Class Libraries
Version: 1.1
OS: Red Hat 8.0
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: sebastien at ximian.com
ReportedBy: yogendrathakur at gmail.com
QAContact: mono-bugs at ximian.com
@@ -165,6 +165,13 @@
I'll look to "relax" the IV length check for Create[En|De]cryptor,
e.g. if it's longer than required.
------- Additional Comments From sebastien at ximian.com 2005-10-21 11:02 -------
Note: FX 2.0 is more rigid than 1.x in checking IV lengths - but it
still accept an IV that is too big (while sadly 1.x accept anything).
+
+------- Additional Comments From sebastien at ximian.com 2005-10-21 16:06 -------
+Fixed in SVN. A lot of tests were added to increase compatiblity with
+MS behaviours (not that I like all of them) in both 1.x and 2.0
+versions (as they are, IMHO, better in 2.0).
+
+Thanks for the sample code.
More information about the mono-bugs
mailing list