2003-02-08 Sebastien Pouliot <spouliot@videotron.ca>
[mono.git] / mcs / class / corlib / System.Security.Cryptography / ChangeLog
index 7c32f663e600e735efc09d8b0be60c7c090e80b9..db8fea7da3b7153247934401dc731ac7c3431725 100644 (file)
@@ -1,3 +1,21 @@
+2003-02-08  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * Changes to refer Mono.Math and Mono.Security.Cryptography
+
+2003-02-04  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * CryptoConfig.cs: Added initital support for "machine.config" 
+       (limited to algorithms, not OIDs). Modified CreateFromName to use
+       the fully qualified class names (and removed xmldsig hack). Added
+       algorithm names documented in book ".NET Framework Security".
+
+2003-02-03  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * PasswordDeriveBytes.cs: Finally got the derivation right. The
+       class can now derive keys up to 1000 * HashSize (same limit as MS).
+       * RSAPKCS1SignatureDeformatter.cs: No need to create the hash object
+       in this class - the OID is enough.
+
 2003-02-01  Sebastien Pouliot  <spouliot@videotron.ca>
 
        * AsymmetricSignatureFormatter.cs: Call abstract SetHashAlgorithm