[Mono-bugs] [Bug 49323][Nor] Changed - CryptoStream (was TripleDES) differences between Mono 0.28 & .NET

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 4 Oct 2003 09:40:36 -0400 (EDT)


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 spouliot@videotron.ca.

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

--- shadow/49323	2003-10-03 20:36:26.000000000 -0400
+++ shadow/49323.tmp.8100	2003-10-04 09:40:35.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 49323
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: Linux Red Hat 8 & Windows
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: spouliot@videotron.ca                            
 ReportedBy: carlosga@telefonica.net               
 QAContact: mono-bugs@ximian.com
@@ -206,6 +206,10 @@
 	byte[] ecrFragment = encryptionCipher.TransformFinalBlock (data, 0,
 data.Length);
 	// Show result
 	Print(ecrFragment);
 
 This should work correctly on both Mono and MS framework.
+
+------- Additional Comments From spouliot@videotron.ca  2003-10-04 09:40 -------
+Fixed in CVS (post Mono 0.28). It was a missing case in the
+CanTransformMultipleBlocks. New unit test added based on sample code.