[Mono-bugs] [Bug 74645][Wis] Changed - Windows does not decrypt the first block correctly when decrypting some data that was encrypted using mono
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 18 Apr 2005 09:27:00 -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 sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74645
--- shadow/74645 2005-04-18 09:24:53.000000000 -0400
+++ shadow/74645.tmp.11731 2005-04-18 09:27:00.000000000 -0400
@@ -1,21 +1,22 @@
Bug#: 74645
Product: Mono: Class Libraries
Version: 1.0
-OS:
+OS: unknown
OS Details: Linux and Windows XP
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
-Component: System.Security
-AssignedTo: mono-bugs@ximian.com
+Component: CORLIB
+AssignedTo: sebastien@ximian.com
ReportedBy: eric@extremeboredom.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
+Cc:
Summary: Windows does not decrypt the first block correctly when decrypting some data that was encrypted using mono
Description of Problem:
Windows does not decrypt the first block correctly when decrypting some
data that was encrypted using mono.
@@ -157,6 +158,20 @@
<FireRabbit> thanks a lot !
------- Additional Comments From sebastien@ximian.com 2005-04-18 09:24 -------
Created an attachment (id=14964)
sample.cs
+
+------- Additional Comments From sebastien@ximian.com 2005-04-18 09:26 -------
+Added sample code.
+
+From Eric:
+| This test works fine.
+| I copy the exact bytes from Meshwork that fail,
+| run it with this, works fine.
+|
+| I even tried using the same key/iv that failed
+| in Meshwork and it worked fine in here.
+|
+| I have no idea what's going on. It does work
+| mono<->mono so i guess there's still a bug here ...