2005-05-09 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / Mono.Security / Mono.Security.Cryptography / ChangeLog
index 72d42be1a71dc03f762662170db39e4848c2b914..e1012f6227107eb6792aea84cb289fd1bd10086e 100644 (file)
@@ -1,3 +1,21 @@
+2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * KeyPairPersistence.cs: Use PlatformID.Unix under NET_2_0. 
+       * PKCS8.cs: In sync with corlib;
+
+2005-04-18  Sebastien Pouliot  <sebastien@ximian.com> 
+       * Null.cs: New "null" symmetric encryption for debugging. This class 
+       isn't (and shouldn't be) built by default.
+       * SymmetricTransform.cs: Fixed a division by zero if someone changes 
+       the feedback value to 0.
+       * SHA224Managed.cs: Fixed warning about unused private constant.
+
+2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * SymmetricTransform.cs: Fixed a padding bug affecting that can occurs
+       when no padding is used.
+
 2005-03-07  Sebastien Pouliot  <sebastien@ximian.com>
 
        * MD2Managed.cs: Removed memory allocation from the transform method.