2003-12-07 Sebastien Pouliot <spouliot@videotron.ca>
authorSebastien Pouliot <sebastien@ximian.com>
Mon, 8 Dec 2003 01:29:16 +0000 (01:29 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Mon, 8 Dec 2003 01:29:16 +0000 (01:29 -0000)
commitdcb008febc50543b73de5a4c9e93ad3e1bca64b3
tree96ed965126b0b5ec17c93f08b5e9e1f43f20ecb3
parenta7dc35c1f9ff28759d6da01c1414bd1a3ee06276
2003-12-07  Sebastien Pouliot  <spouliot@videotron.ca>

* ContentInfoTest.cs: Changed test for GetContentType.
* EnvelopedPkcs7Test.cs: New. Unit tests for EnvelopedPkcs7
(encryption).
* KeyTransRecipientInfoTest.cs: New. Unit tests for
KeyTransRecipientInfo.
* Pkcs7RecipientTest.cs: New. Unit tests for Pkcs7Recipient.
* SignedPkcs7Test.cs: New. Unit tests for SignedPkcs7 (signatures).
* SignedInfoTest.cs: New. Unit tests for SignedInfo.
* SubjectIdentifierTest.cs: New. Unit tests for SubjectIdentifier.

svn path=/trunk/mcs/; revision=20844
mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/ChangeLog
mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/ContentInfoTest.cs
mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/EnvelopedPkcs7Test.cs [new file with mode: 0755]
mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/KeyTransRecipientInfoTest.cs [new file with mode: 0755]
mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/Pkcs7RecipientTest.cs [new file with mode: 0755]
mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SignedPkcs7Test.cs [new file with mode: 0755]
mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SignerInfoTest.cs [new file with mode: 0755]
mcs/class/System.Security/Test/System.Security.Cryptography.Pkcs/SubjectIdentifierTest.cs [new file with mode: 0755]