[Mono-bugs] [Bug 82428][Maj] Changed - Cannot deserialize data from encrypted stream
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 16 23:37:02 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 twiest at novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82428
--- shadow/82428 2007-08-13 18:01:57.000000000 -0400
+++ shadow/82428.tmp.7309 2007-08-16 23:37:02.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 82428
Product: Mono: Class Libraries
Version: 1.2
OS: other
OS Details:
-Status: RESOLVED
-Resolution: INVALID
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Major
Component: CORLIB
AssignedTo: sebastien at ximian.com
ReportedBy: rhowell at novell.com
QAContact: twiest at novell.com
@@ -86,6 +86,26 @@
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).
+
+------- Additional Comments From twiest at novell.com 2007-08-16 23:37 -------
+Sebastien, I'm not sure if this is a separate bug or not, but notice
+how the unencrypted test in your comment writes:
+
+"this is sensitive data"
+
+and the encrypted one only writes:
+
+"this is sensitive"
+
+
+We tested this again on MS and it outputs the whole string for the
+encrypted one as well so there is clearly still something wrong.
+
+I also tested this on the mono 1.2.5p4 and the output looks exactly
+like the output in your comment (broken).
+
+If this is a new bug, I'll be happy to file it, but it seems related
+to this one.
More information about the mono-bugs
mailing list