[Mono-bugs] [Bug 80439][Nor] Changed - symmetric decryption fails

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jan 4 14:23:23 EST 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=80439

--- shadow/80439	2007-01-04 10:38:02.000000000 -0500
+++ shadow/80439.tmp.29692	2007-01-04 14:23:23.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 80439
 Product: Mono: Class Libraries
 Version: 1.2
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: lauren.bedoule at gmail.com               
 QAContact: mono-bugs at ximian.com
@@ -88,6 +88,19 @@
 
 I appreciate your feedback :) but please use the mailing-lists for
 discussions about untested/potential issues or (better) open new (or
 re-open existing) bugzilla entries for bugs (with sample code showing
 the problem). Adding comments to closed issues has a high probability
 to get "lost" (as it won't show up in pre-defined queries).
+
+------- Additional Comments From sebastien at ximian.com  2007-01-04 14:23 -------
+I changed (r70491/2) the previous fix to be more compatible with MS
+(see new unit tests in r70493) at least for the CryptoAPI-based
+transforms.
+
+Note that, as I said earlier, depending on such ICryptoTransform
+"details" is risky. In the past I've seen that the CryptoAPI based
+transforms (common code for MS that resides in CryptoAPITransform) has
+a few (subtle) implementation differences with MS
+RijndaelManagedTransform. Expect not so subtle differences with non-MS
+code (which can be used, without your knowledge, by modifying the
+machine.config file).


More information about the mono-bugs mailing list