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.477,1.478


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.477,1.478
Date: Tue, 26 Nov 2002 06:50:02 -0500

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

Modified Files:
        ChangeLog 
Log Message:


Add the "IDisposable" interface to cryptography classes that need it.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.477
retrieving revision 1.478
diff -C2 -r1.477 -r1.478
*** ChangeLog   26 Nov 2002 04:26:08 -0000      1.477
--- ChangeLog   26 Nov 2002 11:49:59 -0000      1.478
***************
*** 26,29 ****
--- 26,46 ----
        MS'es "peverify" doesn't get confused.
  
+       * runtime/System/Security/Cryptography/AsymmetricAlgorithm.cs,
+       runtime/System/Security/Cryptography/CryptoAPITransform.cs,
+       runtime/System/Security/Cryptography/CryptoStream.cs,
+       runtime/System/Security/Cryptography/DSACryptoServiceProvider.cs,
+       runtime/System/Security/Cryptography/FromBase64Transform.cs,
+       runtime/System/Security/Cryptography/HashAlgorithm.cs,
+       runtime/System/Security/Cryptography/MD5CryptoServiceProvider.cs,
+       runtime/System/Security/Cryptography/RSACryptoServiceProvider.cs,
+       runtime/System/Security/Cryptography/SHA1CryptoServiceProvider.cs,
+       runtime/System/Security/Cryptography/SHA1Managed.cs,
+       runtime/System/Security/Cryptography/SHA256Managed.cs,
+       runtime/System/Security/Cryptography/SHA384Managed.cs,
+       runtime/System/Security/Cryptography/SHA512Managed.cs,
+       runtime/System/Security/Cryptography/SymmetricAlgorithm.cs,
+       runtime/System/Security/Cryptography/ToBase64Transform.cs:
+       add the "IDisposable" interface to cryptography classes that need it.
+ 
  2002-11-24  Gopal.V  <address@hidden>
  





reply via email to

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