[Mono-bugs] [Bug 523687] Aes.Create() returns null

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jul 20 21:01:54 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=523687

User spouliot at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=523687#c1


Sebastien Pouliot <spouliot at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
          Component|System.Security             |Sys.Core
         Resolution|                            |FIXED
         AssignedTo|spouliot at novell.com         |jbevain at novell.com




--- Comment #1 from Sebastien Pouliot <spouliot at novell.com>  2009-07-20 19:01:50 MDT ---
Oops, it's a typo. The fully qualified name is required because corlib's
CryptoConfig does not know about this type.

Fixed in r138249 (HEAD) and r138250 (2-4 branch).

BTW this Rijndael and AES don't return the *exact* same thing. Rijndael let you
use 128, 192 or 256 for the block size but AES only support 128 (which is the
default for Rijndael).

Thanks for spotting (and reporting) the issue!
Sebastien

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list