소스 검색

2003-11-09 Sebastien Pouliot <[email protected]>

	* corlib.dll.sources: Added new 1.2 classes for System.Security.Cryptography.
	* corlib_test.dll.sources: Added unit tests for some HMAC (new in 1.2).

svn path=/trunk/mcs/; revision=19763
Sebastien Pouliot 22 년 전
부모
커밋
e8e44f5e36
3개의 변경된 파일22개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      mcs/class/corlib/ChangeLog
  2. 14 0
      mcs/class/corlib/corlib.dll.sources
  3. 3 0
      mcs/class/corlib/corlib_test.dll.sources

+ 5 - 0
mcs/class/corlib/ChangeLog

@@ -1,3 +1,8 @@
+2003-11-09  Sebastien Pouliot  <[email protected]>
+
+	* corlib.dll.sources: Added new 1.2 classes for System.Security.Cryptography.
+	* corlib_test.dll.sources: Added unit tests for some HMAC (new in 1.2).
+
 2003-10-18  Sebastien Pouliot  <[email protected]>
 
 	* corlib.dll.sources: Added classes StrongName to support StrongNames.

+ 14 - 0
mcs/class/corlib/corlib.dll.sources

@@ -786,8 +786,10 @@ System.Security.Cryptography/CryptographicException.cs
 System.Security.Cryptography/CryptographicUnexpectedOperationExcpetion.cs
 System.Security.Cryptography/CryptoStream.cs
 System.Security.Cryptography/CryptoStreamMode.cs
+System.Security.Cryptography/CspKeyContainerInfo.cs
 System.Security.Cryptography/CspParameters.cs
 System.Security.Cryptography/CspProviderFlags.cs
+System.Security.Cryptography/DataProtectionScope.cs
 System.Security.Cryptography/DeriveBytes.cs
 System.Security.Cryptography/DES.cs
 System.Security.Cryptography/DESCryptoServiceProvider.cs
@@ -798,20 +800,32 @@ System.Security.Cryptography/DSASignatureDeformatter.cs
 System.Security.Cryptography/DSASignatureFormatter.cs
 System.Security.Cryptography/FromBase64Transform.cs
 System.Security.Cryptography/HashAlgorithm.cs
+System.Security.Cryptography/HMAC.cs
+System.Security.Cryptography/HMACMD5.cs
+System.Security.Cryptography/HMACRIPEMD160.cs
 System.Security.Cryptography/HMACSHA1.cs
+System.Security.Cryptography/HMACSHA256.cs
+System.Security.Cryptography/HMACSHA384.cs
+System.Security.Cryptography/HMACSHA512.cs
 System.Security.Cryptography/ICryptoTransform.cs
+System.Security.Cryptography/ICspAsymmetricAlgorithm.cs
 System.Security.Cryptography/KeyedHashAlgorithm.cs
+System.Security.Cryptography/KeyNumber.cs
 System.Security.Cryptography/KeySizes.cs
 System.Security.Cryptography/MACTripleDES.cs
 System.Security.Cryptography/MaskGenerationMethod.cs
 System.Security.Cryptography/MD5.cs
 System.Security.Cryptography/MD5CryptoServiceProvider.cs
+System.Security.Cryptography/MemoryProtectionScope.cs
 System.Security.Cryptography/PaddingMode.cs
 System.Security.Cryptography/PasswordDeriveBytes.cs
 System.Security.Cryptography/PKCS1MaskGenerationMethod.cs
+System.Security.Cryptography/ProtectedData.cs
+System.Security.Cryptography/ProtectedMemory.cs
 System.Security.Cryptography/RandomNumberGenerator.cs
 System.Security.Cryptography/RC2.cs
 System.Security.Cryptography/RC2CryptoServiceProvider.cs
+System.Security.Cryptography/Rfc2898DeriveBytes.cs
 System.Security.Cryptography/Rijndael.cs
 System.Security.Cryptography/RijndaelManaged.cs
 System.Security.Cryptography/RNGCryptoServiceProvider.cs

+ 3 - 0
mcs/class/corlib/corlib_test.dll.sources

@@ -89,7 +89,10 @@ System.Security.Cryptography/DSASignatureFormatterTest.cs
 System.Security.Cryptography/DSATest.cs
 System.Security.Cryptography/FromBase64Transform.cs
 System.Security.Cryptography/HashAlgorithmTest.cs
+System.Security.Cryptography/HMACMD5Test.cs
+System.Security.Cryptography/HMACRIPEMD160Test.cs
 System.Security.Cryptography/HMACSHA1Test.cs
+System.Security.Cryptography/HMACSHA256Test.cs
 System.Security.Cryptography/KeyedHashAlgorithmTest.cs
 System.Security.Cryptography/MACTripleDESTest.cs
 System.Security.Cryptography/MD5Test.cs