[Mono-bugs] [Bug 81008][Maj] Changed - Exception thrown, Bad PKCS7 padding.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Mar 2 15:45:35 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=81008

--- shadow/81008	2007-03-02 15:17:11.000000000 -0500
+++ shadow/81008.tmp.17080	2007-03-02 15:45:35.000000000 -0500
@@ -3,13 +3,13 @@
 Version: 1.2
 OS: GNU/Linux [Other]
 OS Details: 
 Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
-Priority: Normal
+Priority: Major
 Component: CORLIB
 AssignedTo: sebastien at ximian.com                            
 ReportedBy: dtemes at infoco.es               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
@@ -131,6 +131,15 @@
 
 How often does this happen? 
 always
 
 Additional Information:
 compiles and runs under windows and also in linux compiling with "mcs"
+
+------- Additional Comments From sebastien at ximian.com  2007-03-02 15:45 -------
+Upgrading priority as the sample doesn't work under Mono with both mcs
+and gmcs.
+
+In mcs case (fx 1.x) no exception is thrown for bad padding so you get
+a padded string (i.e. in this case plain != plainAgain). gmcs use the
+fx 2.0 behaviour and throws if bad padding is found (which is the case
+here).


More information about the mono-bugs mailing list