2004-03-26 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / Test / System.Security.Cryptography / ChangeLog
index 4eef4920be55287152e648a9091bd457ff3e32f9..eb4f314a7597acfe493d1f33415bc02efd1717e3 100644 (file)
@@ -1,3 +1,55 @@
+2004-03-26  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DESTest.cs: New. Unit tests for DES including checks for weak and
+       semi-weak keys (with and without parity applied on keys). Completes
+       coverage for DES class.
+
+2004-04-02  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * PasswordDeriveBytesTest.cs: Add ToInt32LE so
+       it works on big endian machines.
+
+2004-03-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * FromBase64Transform.cs: Two new unit tests showing that the 
+       transform doesn't care if it's data is invalid base64. Convert class
+       is on it's own.
+
+2004-03-10  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * FromBase64Transform.cs: Converted to NUnit2 format. New unit tests
+       for properties, Dispose, Reuse and ignored characters.
+
+2004-03-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DSATest.cs : Added ToXmlString test that checks if input without
+         Seed and PgenCounter elements pass or not.
+
+2004-02-12  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * CryptoStreamTest.cs: Added new tests for [From|To]Base64Transform 
+       (InputBlockSize != OutputBlockSize) and for cascading CryptoStreams.
+
+2004-02-09  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DSACryptoServiceProvider.cs: Added new unit tests for key pair 
+       persistence.
+       * RSACryptoServiceProvider.cs: Added new unit tests for key pair 
+       persistence.
+
+2004-02-04  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * CryptoStreamTest.cs: Added many more tests for every problem found
+       with CryptoStream using code samples from the internet.
+
+2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * CryptoConfigTest.cs: Converted unit tests to NUnit2.
+       * PaddingModeTest.cs: New. Unit tests to check every padding modes for
+       symmetric algorithms.
+       * MACTripleDESTest.cs: Updated unit tests for NUnit2 and to work for 
+       both 1.0 and 1.1 framework.
+
 2003-11-13  Sebastien Pouliot  <spouliot@videotron.ca>
 
        * ProtectedDataTest.cs: New. Unit tests for ProtectedData (1.2).