dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.837,1.838


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.837,1.838
Date: Mon, 14 Apr 2003 06:50:59 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib
In directory subversions:/tmp/cvs-serv4573

Modified Files:
        ChangeLog 
Log Message:


Use "Array.Clear" instead of "Array.Initialize" to clear sensitive
values in the cryptographic routines.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.837
retrieving revision 1.838
diff -C2 -r1.837 -r1.838
*** ChangeLog   14 Apr 2003 07:02:28 -0000      1.837
--- ChangeLog   14 Apr 2003 10:50:54 -0000      1.838
***************
*** 37,40 ****
--- 37,63 ----
        failures with InvalidOperationException, not ArgumentException.
  
+       * runtime/System/Security/Cryptography/CBCDecrypt.cs,
+       runtime/System/Security/Cryptography/CryptoAPITransform.cs,
+       runtime/System/Security/Cryptography/CryptoStream.cs,
+       runtime/System/Security/Cryptography/DESCryptoServiceProvider.cs,
+       runtime/System/Security/Cryptography/DSACryptoServiceProvider.cs,
+       runtime/System/Security/Cryptography/DSAParameters.cs,
+       runtime/System/Security/Cryptography/ECBDecrypt.cs,
+       runtime/System/Security/Cryptography/FromBase64Transform.cs,
+       runtime/System/Security/Cryptography/HMACSHA1.cs,
+       runtime/System/Security/Cryptography/HashAlgorithm.cs,
+       runtime/System/Security/Cryptography/KeyedHashAlgorithm.cs,
+       runtime/System/Security/Cryptography/MACTripleDES.cs,
+       runtime/System/Security/Cryptography/PKCS1MaskGenerationMethod.cs,
+       runtime/System/Security/Cryptography/PasswordDeriveBytes.cs,
+       runtime/System/Security/Cryptography/RC2CryptoServiceProvider.cs,
+       runtime/System/Security/Cryptography/RSACryptoServiceProvider.cs,
+       runtime/System/Security/Cryptography/RSAParameters.cs,
+       runtime/System/Security/Cryptography/RijndaelManaged.cs,
+       runtime/System/Security/Cryptography/SymmetricAlgorithm.cs,
+       runtime/System/Security/Cryptography/TripleDESCryptoServiceProvider.cs:
+       use "Array.Clear" instead of "Array.Initialize" to clear sensitive
+       values in the cryptographic routines.
+ 
  2003-04-12  Rhys Weatherley  <address@hidden>
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]