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=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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
