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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76398 --- shadow/76398 2005-10-10 11:09:26.000000000 -0400 +++ shadow/76398.tmp.10279 2005-10-10 11:09:26.000000000 -0400 @@ -0,0 +1,40 @@ +Bug#: 76398 +Product: Mono: Class Libraries +Version: 1.1 +OS: SUSE 9.2 +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: CORLIB +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: SymmetricTransform.TransformFinalBlock only works once. + +Description of Problem: +SymmetricTransform.TransformFinalBlock works only once when used for +decryption. It doesn't seem to reset its internal data. + +Steps to reproduce the problem: +1. Compile attached sample +2. Run + +Actual Results: +First decryption: Hello world! +Second decryption: æá¶é©¦ìâ¯å뷢ꦼrld! + + +Expected Results: +First decryption: Hello world! +Second decryption: Hello world! + +How often does this happen? +Always. + +Additional Information: +Runs with MS.NET. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
