[Mono-bugs] [Bug 40689][Maj] Changed - CryptoStream throws a Exception and do no depadding

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 5 Aug 2003 22:12:50 -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=40689

--- shadow/40689	Thu Apr  3 22:42:36 2003
+++ shadow/40689.tmp.2337	Tue Aug  5 22:12:50 2003
@@ -1,13 +1,13 @@
 Bug#: 40689
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: Gentoo Linux 1.4, Kernel 2.4.20
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: henning@skalatan.de               
 QAContact: mono-bugs@ximian.com
@@ -102,6 +102,12 @@
 
 1. Read the encrypted data using the CryptoStream (in read mode).
 2. Write to a new file using a FileStream (or another stream).
 
 A re-design of the CryptoStream will be required to fix this issue.
 
+
+------- Additional Comments From spouliot@videotron.ca  2003-08-05 22:12 -------
+(Finally) CryptoStream.Write has been corrected so that the last 
+block is always processed with TransformFinalBlock.
+
+The supplied test case has been added to the unit tests.