[Mono-bugs] [Bug 82428][Maj] Changed - Cannot deserialize data from encrypted stream

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Aug 13 18:01:57 EDT 2007


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

--- shadow/82428	2007-08-13 17:58:08.000000000 -0400
+++ shadow/82428.tmp.18367	2007-08-13 18:01:57.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 82428
 Product: Mono: Class Libraries
 Version: 1.2
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: INVALID
 Severity: Unknown
 Priority: Major
 Component: CORLIB
 AssignedTo: sebastien at ximian.com                            
 ReportedBy: rhowell at novell.com               
 QAContact: twiest at novell.com
@@ -70,6 +70,22 @@
 OpenSUSE 10.2 and Mono 1.2.4
 
 ------- Additional Comments From rhowell at novell.com  2007-08-13 17:04 -------
 Created an attachment (id=19794)
 test program for this bug
 
+
+------- Additional Comments From sebastien at ximian.com  2007-08-13 18:01 -------
+Works for me (so in 1.2.5)
+
+poupou at pollux:~/src/bugzilla> mcs 82428.cs
+poupou at pollux:~/src/bugzilla> mono 82428.exe
+this is sensitive data
+poupou at pollux:~/src/bugzilla> mcs 82428.cs -d:USECRYPT
+poupou at pollux:~/src/bugzilla> mono 82428.exe
+this is sensitive
+poupou at pollux:~/src/bugzilla> gmcs 82428.cs -d:USECRYPT
+poupou at pollux:~/src/bugzilla> mono 82428.exe
+this is sensitive
+
+This looks like a dupe of #81597 (fixed in SVN but which is still
+unclosed because I never got a final confirmation about it's resolution).


More information about the mono-bugs mailing list