2008-08-05 Sebastien Pouliot <sebastien@ximian.com>
commita3dd2df67f0095d13ce218ed965c8eb1a7ff4e31
authorspouliot <spouliot@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Tue, 5 Aug 2008 20:45:02 +0000 (5 20:45 +0000)
committerspouliot <spouliot@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Tue, 5 Aug 2008 20:45:02 +0000 (5 20:45 +0000)
tree0f13604d60d3e90ae3b60cf8ecc7fc7526655120
parent247e6d7c9bb88edcab02373f1aac5b59cbc56728
2008-08-05  Sebastien Pouliot  <sebastien@ximian.com>

* CngAlgorithmGroupTest.cs: New. Unit tests.
* CngAlgorithmTest.cs: New. Unit tests.
* MD5CngTest.cs: New. MD5 unit tests.
* SHA1CngTest.cs: New. SHA1 unit tests.
* SHA256CngTest.cs: New. SHA256 unit tests.
* SHA256CryptoServiceProviderTest.cs: New. SHA256 unit tests.
* SHA384CngTest.cs: New. SHA384 unit tests.
* SHA384CryptoServiceProviderTest.cs: New. SHA384 unit tests.
* SHA512CngTest.cs: New. SHA512 unit tests.
* SHA512CryptoServiceProviderTest.cs: New. SHA512 unit tests.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@109710 e3ebcda4-bce8-0310-ba0a-eca2169e7518
class/System.Core/Test/System.Security.Cryptography/ChangeLog [new file with mode: 0644]
class/System.Core/Test/System.Security.Cryptography/CngAlgorithmGroupTest.cs [new file with mode: 0644]
class/System.Core/Test/System.Security.Cryptography/CngAlgorithmTest.cs [new file with mode: 0644]
class/System.Core/Test/System.Security.Cryptography/MD5CngTest.cs [new file with mode: 0644]
class/System.Core/Test/System.Security.Cryptography/SHA1CngTest.cs [new file with mode: 0644]
class/System.Core/Test/System.Security.Cryptography/SHA256CngTest.cs [new file with mode: 0644]
class/System.Core/Test/System.Security.Cryptography/SHA256CryptoServiceProviderTest.cs [new file with mode: 0644]
class/System.Core/Test/System.Security.Cryptography/SHA384CngTest.cs [new file with mode: 0644]
class/System.Core/Test/System.Security.Cryptography/SHA384CryptoServiceProviderTest.cs [new file with mode: 0644]
class/System.Core/Test/System.Security.Cryptography/SHA512CngTest.cs [new file with mode: 0644]
class/System.Core/Test/System.Security.Cryptography/SHA512CryptoServiceProviderTest.cs [new file with mode: 0644]