Просмотр исходного кода

2008-08-05 Sebastien Pouliot <[email protected]>

	* System.Core.dll.sources: Add new files for crypto.
	* System.Core_test.dll.sources: Add crypto unit tests.


svn path=/trunk/mcs/; revision=109711
Sebastien Pouliot 17 лет назад
Родитель
Сommit
571aee55d7

+ 5 - 0
mcs/class/System.Core/ChangeLog

@@ -1,3 +1,8 @@
+2008-08-05  Sebastien Pouliot  <[email protected]>
+
+	* System.Core.dll.sources: Add new files for crypto.
+	* System.Core_test.dll.sources: Add crypto unit tests.
+
 2008-05-01  Jb Evain  <[email protected]>
 
 	* System.Core-2008.csproj, System.Core.dll.sources: add new files.

+ 17 - 0
mcs/class/System.Core/System.Core.dll.sources

@@ -1,5 +1,8 @@
 ../../build/common/Consts.cs
+../../build/common/Locale.cs
 ../../build/common/MonoTODOAttribute.cs
+../corlib/Mono.Security.Cryptography/CryptoTools.cs
+../corlib/Mono.Security.Cryptography/SymmetricTransform.cs
 Assembly/AssemblyInfo.cs
 System/Actions.cs
 System/Funcs.cs
@@ -62,3 +65,17 @@ System.Linq.Expressions/ParameterExpression.cs
 System.Linq.Expressions/TypeBinaryExpression.cs
 System.Linq.Expressions/UnaryExpression.cs
 System.Collections.Generic/HashSet.cs
+System.Security.Cryptography/Aes.cs
+System.Security.Cryptography/AesManaged.cs
+System.Security.Cryptography/AesCryptoServiceProvider.cs
+System.Security.Cryptography/AesTransform.cs
+System.Security.Cryptography/CngAlgorithm.cs
+System.Security.Cryptography/CngAlgorithmGroup.cs
+System.Security.Cryptography/MD5Cng.cs
+System.Security.Cryptography/SHA1Cng.cs
+System.Security.Cryptography/SHA256Cng.cs
+System.Security.Cryptography/SHA256CryptoServiceProvider.cs
+System.Security.Cryptography/SHA384Cng.cs
+System.Security.Cryptography/SHA384CryptoServiceProvider.cs
+System.Security.Cryptography/SHA512Cng.cs
+System.Security.Cryptography/SHA512CryptoServiceProvider.cs

+ 15 - 0
mcs/class/System.Core/System.Core_test.dll.sources

@@ -58,3 +58,18 @@ System.Linq.Expressions/ExpressionTest_TypeAs.cs
 System.Linq.Expressions/ExpressionTest_TypeIs.cs
 System.Linq.Expressions/ExpressionTest_UnaryPlus.cs
 System.Linq.Expressions/ExpressionTest_Utils.cs
+../../corlib/Test/System.Security.Cryptography/HashAlgorithmTest.cs
+../../corlib/Test/System.Security.Cryptography/SHA1Test.cs
+../../corlib/Test/System.Security.Cryptography/SHA256Test.cs
+../../corlib/Test/System.Security.Cryptography/SHA384Test.cs
+../../corlib/Test/System.Security.Cryptography/SHA512Test.cs
+System.Security.Cryptography/CngAlgorithmTest.cs
+System.Security.Cryptography/CngAlgorithmGroupTest.cs
+System.Security.Cryptography/MD5CngTest.cs
+System.Security.Cryptography/SHA1CngTest.cs
+System.Security.Cryptography/SHA256CngTest.cs
+System.Security.Cryptography/SHA256CryptoServiceProviderTest.cs
+System.Security.Cryptography/SHA384CngTest.cs
+System.Security.Cryptography/SHA384CryptoServiceProviderTest.cs
+System.Security.Cryptography/SHA512CngTest.cs
+System.Security.Cryptography/SHA512CryptoServiceProviderTest.cs