[Mono-bugs] [Bug 523687] New: Aes.Create() returns null
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Jul 20 19:33:58 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=523687
Summary: Aes.Create() returns null
Classification: Mono
Product: Mono: Class Libraries
Version: 2.4.x
Platform: x86
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: System.Security
AssignedTo: spouliot at novell.com
ReportedBy: john at symform.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=306294)
--> (http://bugzilla.novell.com/attachment.cgi?id=306294)
source code for repro
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.11)
Gecko/2009060215 Firefox/3.0.11 (.NET CLR 3.5.30729)
I can get an instance of SymmetricAlgorithm by calling
RijndaelManaged.Create(), but not by Aes.Create(), even though I would expect
them to return the same thing.
Reproducible: Always
Steps to Reproduce:
compile and run the attached program
Actual Results:
mono MonoAesBug.exe
Unhandled Exception: System.Exception: Aes.Create() returns instance only on
windows clr, not linux mono
at MonoAesBug.Program.Main (System.String[] args) [0x00000]
Expected Results:
MonoAesBug.exe
both aes and rijndael created successfully
--
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