[Mono-bugs] [Bug 60573][Nor] Changed - CryptoStream output 1 block short after Flush

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 22 Jun 2004 13:34:56 -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 t7@pobox.com.

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

--- shadow/60573	2004-06-22 13:27:04.000000000 -0400
+++ shadow/60573.tmp.25066	2004-06-22 13:34:56.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 60573
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Other
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: System.Security
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: t7@pobox.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -210,6 +210,16 @@
     encStream.Write(data,0,64); // 64 bytes out
     encStream.Flush();
     
   }
 
 }
+
+------- Additional Comments From t7@pobox.com  2004-06-22 13:34 -------
+Head of 0.95 source has emails of authors, if that helps the assigner...
+
+// System.Security.Cryptography CryptoStream.cs
+//
+// Authors:
+//      Thomas Neidhart (tome@sbox.tugraz.at)
+//      Sebastien Pouliot (sebastien@ximian.com)
+/