2003-02-05 Sebastien Pouliot <spouliot@videotron.ca>
authorSebastien Pouliot <sebastien@ximian.com>
Thu, 6 Feb 2003 03:42:35 +0000 (03:42 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Thu, 6 Feb 2003 03:42:35 +0000 (03:42 -0000)
commit8b4eb21ba2fcbf6064ba287fdf426cb5f589b529
tree2fcb339249721a4c226473b2224418d1ad283003
parent968326449ffe2c968c11c8015a64c843ca0eb5a9
2003-02-05  Sebastien Pouliot  <spouliot@videotron.ca>

* MD2CryptoServiceProviderTest.cs: New. Run the MD2Test
unit tests using MD2CryptoServiceProvider class.
* MD2Test.cs: New. Implement the test vectors included
in RFC1319.
* MD4CryptoServiceProviderTest.cs: New. Run the MD4Test
unit tests using MD4CryptoServiceProvider class.
* MD4Test.cs: New. Implement the test vectors included
in RFC1320.
* MD5CryptoServiceProviderTest.cs: New. Run the MD5Test
unit tests using MD5CryptoServiceProvider class.
* MD5Test.cs: New. Implement the test vectors included
in RFC1321.
* RandomNumberGeneratorTest.cs: New. FIPS140 randomness
tests.
* SHA1CryptoServiceProviderTest.cs: New. Run the SHA1Test
unit tests using SHA1CryptoServiceProvider class.
* SHA1Test.cs: New. Implement the test vectors included
in FIPS186.

svn path=/trunk/mcs/; revision=11263
mcs/class/Mono.Security.Win32/Test/Mono.Security.Cryptography/ChangeLog [new file with mode: 0644]
mcs/class/Mono.Security.Win32/Test/Mono.Security.Cryptography/MD2CryptoServiceProviderTest.cs [new file with mode: 0644]
mcs/class/Mono.Security.Win32/Test/Mono.Security.Cryptography/MD2Test.cs [new file with mode: 0644]
mcs/class/Mono.Security.Win32/Test/Mono.Security.Cryptography/MD4CryptoServiceProviderTest.cs [new file with mode: 0644]
mcs/class/Mono.Security.Win32/Test/Mono.Security.Cryptography/MD4Test.cs [new file with mode: 0644]
mcs/class/Mono.Security.Win32/Test/Mono.Security.Cryptography/MD5CryptoServiceProviderTest.cs [new file with mode: 0644]
mcs/class/Mono.Security.Win32/Test/Mono.Security.Cryptography/MD5Test.cs [new file with mode: 0644]
mcs/class/Mono.Security.Win32/Test/Mono.Security.Cryptography/RandomNumberGeneratorTest.cs [new file with mode: 0644]
mcs/class/Mono.Security.Win32/Test/Mono.Security.Cryptography/SHA1CryptoServiceProviderTest.cs [new file with mode: 0644]
mcs/class/Mono.Security.Win32/Test/Mono.Security.Cryptography/SHA1Test.cs [new file with mode: 0644]