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
2008-11-022008-11-01 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* System.Security_test.dll.sources: Add new tests to build System.Security.Cryptography.Pkcs/CmsRecipientCollectionTest.cs System.Security.Cryptography.Xml/TransformTest.cs System.Security.Cryptography.Xml/XmlDecryptionTransformTest.cs svn path=/trunk/mcs/; revision=117623
2008-10-14* XmlDsigXsltTranformTest.cs: Added test for .ctor (bool).Gert Driesen
* XmlDsigEnvelopedTransformTest.cs: Added test for .ctor (bool). Use Assert class. Improved properties tests. * XmlDsigC14TransformTest.cs: Added test for .ctor (bool). * XmlDsigExcC14NTransformTest.cs: Added .ctor tests and added asserts IncludsiveNamespacesPrefixList * XmlDsigExcC14NWithCommentsTransformTest.cs: Added basic .ctor and properties tests. * XmlDsigC14NWithCommentsTransformTest.cs: Fixed line endings. * XmlLicenseTransformTest.cs: Added basic .ctor and properties tests. * XmlDsigBase64Transform.cs: Use constant for Algorithm namespace. * XmlDsigExcC14NTransform.cs: Fixed ctors to use WithComments algorithm if includeComments is true. Assign includeNamespacesPrefixList to instance field. * XmlDsigExcC14NWithCommentsTransform.cs: Remove unnecessary assignment to Algorithm now that base ctor is fixed. * XmlDsigC14NWithCommentsTransform.cs: Remove unnecessary assignment to Algorithm now that base ctor is fixed. * XmlDsigC14NTransform.cs: In default ctor, just invoke .ctor (bool). In .ctor (bool), assign WithComments algorithm if includeComments is true. Use constants for Algorithm namespace. * XmlDsigEnvelopedSignatureTransform.cs: Use constant for Algorithm namespace. * XmlDsigXPathTransform.cs: Use constant for Algorithm namespace. * XmlDsigXsltTransform.cs: Use constant for Algorithm namespace. * XmlLicenseTransform.cs: Assign Algorithm in ctor. * XmlSignature.cs: Added constant for XmlLicenseTransform algorithm. * System.Security_test.dll.sources: Added XmlLicenseTransformTest.cs and XmlDsigExcC14NWithCommentsTransformTest.cs. svn path=/trunk/mcs/; revision=115803
2007-01-172007-01-17 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* XmlCanonicalizer.cs : don't output default namespace when the node's namespace is not empty. Check "visibly utilized" namespace nodes in exc-c14n. Also, in exc-c14n, rendered namespaces are not written. Added InclusiveNamespaces PrefixList field (not in use yet). * XmlDsigExcC14NTransform.cs : re-imported from XmlDsigC14NTransform.cs. * System.Security_test.dll.sources : added XmlDsigExcC14NTransformTest.cs. * XmlDsigExcC14NTransformTest.cs : new tests, mostly copied from non-exc test. * xmldsig.cs : exc-c14n tests could be run under 2.0 profile (and they are not working correctly yet). * Makefile : Added net_2_0 profile support. svn path=/trunk/mcs/; revision=71220
2006-12-152006-12-15 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* Makefile: Execute PKITS tests only if the data is installed locally. See System.dll unit tests for details. * System.Security_test.dll.sources: Add some PKITS unit tests to the build. svn path=/trunk/mcs/; revision=69543
2006-11-082006-11-08 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* System.Security_test.dll.sources: Added unit and CAS tests for System.Security.Cryptography.X509Certificates.X509Certificate2UI svn path=/trunk/mcs/; revision=67535
2006-09-212006-09-21 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* EncryptedXml.cs : True fix for DecryptData(). It indeed uses block size (or possibly IV size) in Transform(), but only for stripping the heading n bytes garbage. * EncryptedXmlTest.cs : new file. Added practical example. * EncryptedXmlSample1.xml, sample.pfx : support files for the above test. * System.Security_test.dll.sources: added EncryptedXmlTest.cs. * Makefile: added some extra test support files as EXTRA_DISTFILES. svn path=/trunk/mcs/; revision=65750
2006-09-062006-09-06 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* CipherReference.cs, EncryptedReference.cs : unify duplicate code. Remove incorrect name check in the latter class so that it works for DataReference and KeyReference as well. * DataReferenceTest.cs : new test. * System.Security_test.dll.sources: added DataReferenceTest.cs. svn path=/trunk/mcs/; revision=64990
2005-10-20Added new unit/CAS tests for System.Security.Cryptography namespace. Ignore ↵Sebastien Pouliot
some warnings during tests compilation. Added internal ManagedProtection class to the build. svn path=/trunk/mcs/; revision=52001
2005-09-26In Test/System.Security.Cryptography:Sebastien Pouliot
2005-09-26 Sebastien Pouliot <sebastien@ximian.com> * Asn*.cs, Oid*.cs: Moved to System.dll In Test/System.Security.Permissions: 2005-09-26 Sebastien Pouliot <sebastien@ximian.com> * StorePermissionAttributeTest.cs: Moved in System.dll In Test/System.Security.Cryptography.X509Certificates: 2005-09-26 Sebastien Pouliot <sebastien@ximian.com> * All tests moved to System.dll assembly. In System.Security.Cryptography: 2005-09-26 Sebastien Pouliot <sebastien@ximian.com> * Asn*.cs, Oid*.cs: Moved to System.dll In System.Security.Permissions: 2005-09-26 Sebastien Pouliot <sebastien@ximian.com> * Store*.cs: Moved in System.dll In .: 2005-09-26 Sebastien Pouliot <sebastien@ximian.com> * System.Security.dll.sources: Remove all X509 related classes. * System.Security_test.dll.sources: Remove all X509 related tests. * System.Security.Cryptography.X509Certificates/*.cs: moved to System.dll assembly. * Test/System.Security.Cryptography.X509Certificates/*.cs: moved to System.dll assembly. In System.Security.Cryptography.X509Certificates: 2005-09-26 Sebastien Pouliot <sebastien@ximian.com> * All classes moved in System.dll svn path=/trunk/mcs/; revision=50770
2005-05-182005-05-18 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* System.Security_test.dll.sources: Added unit tests for System. Security.Permissions.StorePermissionAttribute class. svn path=/trunk/mcs/; revision=44673
2005-05-032005-05-03 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* System.Security_test.dll.sources: Added unit tests for System. Security.Cryptography.Pkcs.SignerInfoCollection class. svn path=/trunk/mcs/; revision=43972
2005-01-182005-01-17 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* System.Security.dll.sources: Added System.Security.Cryptography. X509Certificates/X509EnhancedKeyUsageExtension.cs and X509SubjectKeyIdentifierHashAlgorithm.cs to the build. * System.Security_test.dll.sources: Added System.Security.Cryptography .Pkcs/Pkcs9ContentTypeTest.cs, Pkcs9MessageDigestTest.cs and System. Security.Cryptography.X509Certificates/X509BasicConstraintsExtensionTest.cs, X509EnhancedKeyUsageExtensionTest.cs, X509ExtensionTest.cs, X509KeyUsageExtensionTest.cs and X509SubjectKeyIdentifierExtensionTest.cs to the unit test assembly. svn path=/trunk/mcs/; revision=39055
2005-01-052005-01-05 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* Makefile: Don't ignore the CS0119 warnings (private field not used) when building the assembly (the code is already clean for this). * System.Security.dll.sources: Add DataProtectionPermission, Attribute and Flags to the assembly (moved from corlib). * System.Security_test.dll.sources: Add DataProtectionPermission Attribute unit tests (moved from corlib unit tests). svn path=/trunk/mcs/; revision=38362
2004-12-232004-12-23 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* System.Security.dll.sources: Added System.Security.Cryptography/ ProtectedData.cs, ProtectedMemory.cs, DataProtectionScope.cs and MemoryProtectionScope.cs as they been moved from mscorlib to here. * System.Security_test.dll.sources : Added Test/System.Security. Cryptography/ProtectedDataTest.cs and ProtectedMemoryTest.cs for the same reason. svn path=/trunk/mcs/; revision=38060
2004-07-092004-07-09 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* System.Security_test.dll.sources: Fixed unit tests to work with Fx 2.0 beta 1. svn path=/trunk/mcs/; revision=30949
2004-07-082004-07-07 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* System.Security_test.dll.sources: Added a lot of existing tests (from 1.2 documentation) that were never compiled. svn path=/trunk/mcs/; revision=30859
2004-03-262004-03-26 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* System.Security_test.dll.sources : Added XmlDsigEnvelopedSignatureTest.cs. svn path=/trunk/mcs/; revision=24640
2004-02-112004-02-11 Sebastien Pouliot <spouliot@videotron.ca>Sebastien Pouliot
* System.Security_test.dll.sources: Added unit tests for XmlDsigXPathTransform. svn path=/trunk/mcs/; revision=22987
2003-07-14New build systemGonzalo Paniagua Javier
svn path=/trunk/mcs/; revision=16200