[Mono-bugs] [Bug 30256][Wis] Changed - Sample requires generating a key (which requires RNG)

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
13 Oct 2002 20:16:59 -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=30256

--- shadow/30256	Fri Oct 11 21:33:20 2002
+++ shadow/30256.tmp.17148	Sun Oct 13 16:16:59 2002
@@ -42,6 +42,13 @@
 ------- Additional Comments From spouliot@videotron.ca  2002-10-11 21:33 -------
 The class RNGCryptoServiceProvider doesn't work on Windows.
 This means that we can't generate secret keys (and IV) for all 
 symmetric algorithms.
 However the sample should work normally under Linux (and other OS for 
 which the current RNG is supported).
+
+------- Additional Comments From spouliot@videotron.ca  2002-10-13 16:16 -------
+No the sample won't work on Linux either :-(
+It also requires the CryptoStream which is not fully implemented (I 
+did a small part for HMACSHA1 but that nowhere enough for this 
+sample).
+