2003-11-27 Sebastien Pouliot <spouliot@videotron.ca>
authorSebastien Pouliot <sebastien@ximian.com>
Fri, 28 Nov 2003 02:54:04 +0000 (02:54 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Fri, 28 Nov 2003 02:54:04 +0000 (02:54 -0000)
commit6d2feadd8ba0876b8262f64e6e90d4b210fb2415
tree752ec2b1488e78707a07f582d7fce31fbfbb80bd
parent342218a66d8ff7d331251bd8bea805395417137a
2003-11-27  Sebastien Pouliot  <spouliot@videotron.ca>

* MD4Test.cs: New. Contains all the test vectors provided in RFC1320
- but none are executed because MD4 is an abstract class.
* MD4ManagedTest.cs: New. Run the unit tests from MD4Test.cs using
the MD4Managed implementation of MD4.
* PKCS8Test.cs: New. Unit tests for PKCS8.

svn path=/trunk/mcs/; revision=20569
mcs/class/Mono.Security/Test/Mono.Security.Cryptography/ChangeLog
mcs/class/Mono.Security/Test/Mono.Security.Cryptography/MD4ManagedTest.cs [new file with mode: 0755]
mcs/class/Mono.Security/Test/Mono.Security.Cryptography/MD4Test.cs [new file with mode: 0755]
mcs/class/Mono.Security/Test/Mono.Security.Cryptography/PKCS8Test.cs [new file with mode: 0755]