[Mono-bugs] [Bug 32179][Blo] New - RNGCryptoServiceProvider doesn't work on Windows

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
12 Oct 2002 01:29:17 -0000


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 spouliot@videotron.ca.

http://bugzilla.ximian.com/show_bug.cgi?id=32179

--- shadow/32179	Fri Oct 11 21:29:17 2002
+++ shadow/32179.tmp.20875	Fri Oct 11 21:29:17 2002
@@ -0,0 +1,43 @@
+Bug#: 32179
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: spouliot@videotron.ca               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: RNGCryptoServiceProvider doesn't work on Windows
+
+Description of Problem:
+The class RNGCryptoServiceProvider doesn't work on Windows.
+
+Steps to reproduce the problem:
+1. create object RNGCryptoServiceProvider 
+2. use GetBytes method
+
+Actual Results:
+
+(process:2456): ** WARNING **: Entropy problem! Can't open
+
+Unhandled Exception: System.NotImplementedException: The requested feature 
+is not yet implemented
+in (unmanaged) 06 
+System.Security.Cryptography.RNGCryptoServiceProvider:GetBytes (byte[])
+in <0x00004> 06 
+System.Security.Cryptography.RNGCryptoServiceProvider:GetBytes (byte[])
+
+Expected Results:
+
+random data
+
+How often does this happen? 
+
+Always