[Mono-bugs] [Bug 76483][Nor] Changed - TripleDES IV length isn't checked on MS implementation

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Oct 20 12:38:17 EDT 2005


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=76483

--- shadow/76483	2005-10-19 14:55:56.000000000 -0400
+++ shadow/76483.tmp.17901	2005-10-20 12:38:16.000000000 -0400
@@ -153,6 +153,14 @@
 Additional Information:
 None.
 
 ------- Additional Comments From sebastien at ximian.com  2005-10-19 14:55 -------
 The IV in the sample code is much too long (256 bits versus 64 bits).
 Strangely this isn't checked by MS implementation.
+
+------- Additional Comments From sebastien at ximian.com  2005-10-20 12:38 -------
+* Setting the IV property always throws the exception.
+* Calling the Create[En|De]cryptor methods doesn't throw (for the
+unmanaged ciphers) except for Rijndael.
+
+I'll look to "relax" the IV length check for Create[En|De]cryptor,
+e.g. if it's longer than required.


More information about the mono-bugs mailing list