[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
Wed Oct 19 14:55:56 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-19 14:34:29.000000000 -0400
+++ shadow/76483.tmp.2086	2005-10-19 14:55:56.000000000 -0400
@@ -1,23 +1,23 @@
 Bug#: 76483
 Product: Mono: Class Libraries
 Version: 1.1
 OS: Red Hat 8.0
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
-Severity: 
-Priority: Major
-Component: System.Security
+Severity: Unknown
+Priority: Normal
+Component: CORLIB
 AssignedTo: sebastien at ximian.com                            
 ReportedBy: yogendrathakur at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Triple DES Encryption Throws Exception
+Summary: TripleDES IV length isn't checked on MS implementation
 
 Please fill in this template when reporting a bug, unless you know what 
 you are doing.
 
 Description of Problem:
 ------------------------
@@ -149,6 +149,10 @@
 
 How often does this happen? 
 Always.
 
 Additional Information:
 None.
+
+------- Additional Comments From sebastien at ximian.com  2005-10-19 14:55 -------
+The IV in the sample code is much too long (256 bits versus 64 bits).
+Strangely this isn't checked by MS implementation.


More information about the mono-bugs mailing list