[Mono-bugs] [Bug 51322][Maj] Changed - Problems using CryptoStream with NetworkStream

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 15 Dec 2003 10:20:54 -0500 (EST)


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=51322

--- shadow/51322	2003-12-15 10:20:05.000000000 -0500
+++ shadow/51322.tmp.25231	2003-12-15 10:20:53.000000000 -0500
@@ -1,22 +1,21 @@
 Bug#: 51322
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Mandrake 9.1
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: brendan@brendanp.no-ip.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Problems using CryptoStream with NetworkStream
 
 Description of Problem:
 When using a CryptoStream with a network stream a OperationNotSupported
 exception occurs when trying to read from the CryptoStream
 
@@ -42,6 +41,13 @@
 but it seems the ReadBlock method needs to know when the end of the stream is
 
 ------- Additional Comments From spouliot@videotron.ca  2003-12-15 10:20 -------
 Created an attachment (id=6243)
 CryptoStream patch with Position
 
+
+------- Additional Comments From spouliot@videotron.ca  2003-12-15 10:20 -------
+There is a patch that eliminates the Position uses in CryptoStream. 
+However I'm not sure how it could affect actual working code as I'm 
+not a big user of CryptoStream and current test coverage is weak.
+
+Carlos, can you try the patch with your TLS implementation.