Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-13CoreFX import for AlgorithmIdentifier type (#9500)Maxim Lipnin
* bump CoreFX * CoreFX import for AlgorithmIdentifier type * Update CoreFX submodule * [csproj] Update project files
2015-01-17[bcl] Remove more NET_2_0 checks from class libsAlexander Köplinger
2005-06-27remove svn:executable from .cs filesBen Maurer
svn path=/trunk/mcs/; revision=46562
2005-04-262005-04-26 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* AlgorithmIdentifierTest.cs: Complete some test cases. Updated to NUnit 2.2 API. * SignedCmsTest.cs: Added [Ignore] to 3 tests that now also fails on beta2. svn path=/trunk/mcs/; revision=43616
2004-07-092004-07-09 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* AlgorithmIdentifierTest.cs: Fixed for Fx 2.0 beta1. * CmsRecipientTest.cs: Replace Pkcs7RecipientTest.cs in Fx 2.0 beta1. * CmsSignerTest.cs: Replace Pkcs7SignerTest.cs in Fx 2.0 beta1. * ContentInfoTest.cs: Fixed for Fx 2.0 beta1. * EnvelopedCmsTest.cs: Replace EnvelopedPkcs7Test.cs in Fx 2.0 beta1. * KeyTransRecipientInfoTest.cs: Fixed for Fx 2.0 beta1. * Pkcs9AttributeTest.cs: Fixed for Fx 2.0 beta1. * Pkcs9DocumentDescriptionTest.cs: Fixed for Fx 2.0 beta1. * Pkcs9DocumentNameTest.cs: Fixed for Fx 2.0 beta1. * Pkcs9SigningTimeTest.cs: Fixed for Fx 2.0 beta1. * SignedCmsTest.cs: Replace SignedPkcs7Test.cs in Fx 2.0 beta1. * SignerInfoTest.cs: Fixed for Fx 2.0 beta1. * SubjectIdentifierTest.cs: Fixed for Fx 2.0 beta1. svn path=/trunk/mcs/; revision=30945
2004-04-232004-04-22 Martin Baulig <martin@ximian.com>Martin Baulig
Renamed the `NET_1_2' conditional to `NET_2_0' in all files. svn path=/trunk/mcs/; revision=25877
2003-11-072003-11-07 Sebastien Pouliot <spouliot@videotron.ca>Sebastien Pouliot
* AlgorithmIdentifierTest.cs: New. Unit tests for AlgorithmIdentifier. * CryptographicAttributeTest.cs: New. Unit tests for CryptographicAttribute. * Pkcs9AttributeTest.cs: New. Unit tests for Pkcs9Attribute (same as for CryptographicAttribute). * Pkcs9DocumentDescriptionTest.cs: New. Unit tests for Pkcs9DocumentDescription. * Pkcs9DocumentNameTest.cs: New. Unit tests for Pkcs9DocumentName. * Pkcs9SigningTimeTest.cs: New. Unit tests for Pkcs9SigningTime. svn path=/trunk/mcs/; revision=19710