dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Security/Cryptography


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/runtime/System/Security/Cryptography ASN1Builder.cs,1.2,1.3 ASN1Parser.cs,1.2,1.3 ASN1Type.cs,1.1,1.2 AsymmetricAlgorithm.cs,1.3,1.4AsymmetricKeyExchangeDeformatter.cs,1.2,1.3 AsymmetricKeyExchangeFormatter.cs,1.3,1.4 AsymmetricSignatureDeformatter.cs,1.2,1.3 AsymmetricSignatureFormatter.cs,1.2,1.3 CBCDecrypt.cs,1.2,1.3 CBCEncrypt.cs,1.1,1.2 CFBDecrypt.cs,1.1,1.2 CFBEncrypt.cs,1.1,1.2 CTSDecrypt.cs,1.1,1.2 CTSEncrypt.cs,1.1,1.2 CipherMode.cs,1.1,1.2 CryptoAPITransform.cs,1.8,1.9 CryptoConfig.cs,1.7,1.8 CryptoStream.cs,1.5,1.6 CryptoStreamMode.cs,1.1,1.2 CryptographicException.cs,1.5,1.6 CryptographicUnexpectedOperationException.cs,1.5,1.6 CspParameters.cs,1.1,1.2 CspProviderFlags.cs,1.1,1.2 DES.cs,1.2,1.3 DESCryptoServiceProvider.cs,1.2,1.3 DSA.cs,1.3,1.4 DSACryptoServiceProvider.cs,1.5,1.6 DSAParameters.cs,1.5,1.6 DSASignatureDeformatter.cs,1.1,1.2 DSASignatureFormatter.cs,1.1,1.2 DeriveBytes.cs,1.1,1.2 ECBDecrypt.cs,1.5,1.6 ECBEncrypt.cs,1.2,1.3 FromBase64Transform.cs,1.4,1.5 FromBase64TransformMode.cs,1.1,1.2 HMACSHA1.cs,1.3,1.4 HashAlgorithm.cs,1.5,1.6 ICryptoTransform.cs,1.2,1.3 KeySizes.cs,1.2,1.3 KeyedHashAlgorithm.cs,1.3,1.4 MACTripleDES.cs,1.3,1.4 MD5.cs,1.1,1.2 MD5CryptoServiceProvider.cs,1.3,1.4 MaskGenerationMethod.cs,1.1,1.2 OFBEncrypt.cs,1.1,1.2 PKCS1MaskGenerationMethod.cs,1.2,1.3 PaddingMode.cs,1.1,1.2 PasswordDeriveBytes.cs,1.2,1.3 RC2.cs,1.2,1.3 RC2CryptoServiceProvider.cs,1.3,1.4 RNGCryptoServiceProvider.cs,1.2,1.3 RSA.cs,1.2,1.3 RSACryptoServiceProvider.cs,1.6,1.7 RSAOAEPKeyExchangeDeformatter.cs,1.2,1.3 RSAOAEPKeyExchangeFormatter.cs,1.3,1.4 RSAPKCS1KeyExchangeDeformatter.cs,1.3,1.4 RSAPKCS1KeyExchangeFormatter.cs,1.2,1.3 RSAPKCS1SignatureDeformatter.cs,1.2,1.3 RSAPKCS1SignatureFormatter.cs,1.2,1.3 RSAParameters.cs,1.5,1.6 RandomNumberGenerator.cs,1.1,1.2 Rijndael.cs,1.1,1.2 RijndaelManaged.cs,1.3,1.4 SHA1.cs,1.1,1.2 SHA1CryptoServiceProvider.cs,1.2,1.3 SHA1Managed.cs,1.2,1.3 SHA256.cs,1.1,1.2 SHA256Managed.cs,1.2,1.3 SHA384.cs,1.1,1.2 SHA384Managed.cs,1.2,1.3 SHA512.cs,1.1,1.2 SHA512Managed.cs,1.2,1.3 SignatureDescription.cs,1.2,1.3 SymmetricAlgorithm.cs,1.6,1.7 ToBase64Transform.cs,1.3,1.4 TripleDES.cs,1.1,1.2 TripleDESCryptoServiceProvider.cs,1.3,1.4
Date: Wed, 28 May 2003 21:22:45 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography
In directory subversions:/tmp/cvs-serv18917/runtime/System/Security/Cryptography

Modified Files:
        ASN1Builder.cs ASN1Parser.cs ASN1Type.cs 
        AsymmetricAlgorithm.cs AsymmetricKeyExchangeDeformatter.cs 
        AsymmetricKeyExchangeFormatter.cs 
        AsymmetricSignatureDeformatter.cs 
        AsymmetricSignatureFormatter.cs CBCDecrypt.cs CBCEncrypt.cs 
        CFBDecrypt.cs CFBEncrypt.cs CTSDecrypt.cs CTSEncrypt.cs 
        CipherMode.cs CryptoAPITransform.cs CryptoConfig.cs 
        CryptoStream.cs CryptoStreamMode.cs CryptographicException.cs 
        CryptographicUnexpectedOperationException.cs CspParameters.cs 
        CspProviderFlags.cs DES.cs DESCryptoServiceProvider.cs DSA.cs 
        DSACryptoServiceProvider.cs DSAParameters.cs 
        DSASignatureDeformatter.cs DSASignatureFormatter.cs 
        DeriveBytes.cs ECBDecrypt.cs ECBEncrypt.cs 
        FromBase64Transform.cs FromBase64TransformMode.cs HMACSHA1.cs 
        HashAlgorithm.cs ICryptoTransform.cs KeySizes.cs 
        KeyedHashAlgorithm.cs MACTripleDES.cs MD5.cs 
        MD5CryptoServiceProvider.cs MaskGenerationMethod.cs 
        OFBEncrypt.cs PKCS1MaskGenerationMethod.cs PaddingMode.cs 
        PasswordDeriveBytes.cs RC2.cs RC2CryptoServiceProvider.cs 
        RNGCryptoServiceProvider.cs RSA.cs RSACryptoServiceProvider.cs 
        RSAOAEPKeyExchangeDeformatter.cs 
        RSAOAEPKeyExchangeFormatter.cs 
        RSAPKCS1KeyExchangeDeformatter.cs 
        RSAPKCS1KeyExchangeFormatter.cs 
        RSAPKCS1SignatureDeformatter.cs RSAPKCS1SignatureFormatter.cs 
        RSAParameters.cs RandomNumberGenerator.cs Rijndael.cs 
        RijndaelManaged.cs SHA1.cs SHA1CryptoServiceProvider.cs 
        SHA1Managed.cs SHA256.cs SHA256Managed.cs SHA384.cs 
        SHA384Managed.cs SHA512.cs SHA512Managed.cs 
        SignatureDescription.cs SymmetricAlgorithm.cs 
        ToBase64Transform.cs TripleDES.cs 
        TripleDESCryptoServiceProvider.cs 
Log Message:


Add new profile options - CONFIG_COM_INTEROP, CONFIG_CODEDOM,
CONFIG_CRYPTO, CONFIG_X509_CERTIFICATES.


Index: ASN1Builder.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/ASN1Builder.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ASN1Builder.cs      12 Jul 2002 06:28:32 -0000      1.2
--- ASN1Builder.cs      29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 660,664 ****
  }; // class ASN1Builder
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 660,664 ----
  }; // class ASN1Builder
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: ASN1Parser.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/ASN1Parser.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ASN1Parser.cs       18 Jul 2002 05:02:33 -0000      1.2
--- ASN1Parser.cs       29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 538,542 ****
  }; // class ASN1Parser
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 538,542 ----
  }; // class ASN1Parser
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: ASN1Type.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/ASN1Type.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ASN1Type.cs 10 Jul 2002 12:38:23 -0000      1.1
--- ASN1Type.cs 29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  internal enum ASN1Type
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  internal enum ASN1Type
***************
*** 40,44 ****
  }; // enum ASN1Type
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 40,44 ----
  }; // enum ASN1Type
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: AsymmetricAlgorithm.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/AsymmetricAlgorithm.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** AsymmetricAlgorithm.cs      26 Nov 2002 11:50:00 -0000      1.3
--- AsymmetricAlgorithm.cs      29 May 2003 01:22:41 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 115,119 ****
  }; // class AsymmetricAlgorithm
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 115,119 ----
  }; // class AsymmetricAlgorithm
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: AsymmetricKeyExchangeDeformatter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/AsymmetricKeyExchangeDeformatter.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** AsymmetricKeyExchangeDeformatter.cs 23 Apr 2003 05:39:50 -0000      1.2
--- AsymmetricKeyExchangeDeformatter.cs 29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 43,47 ****
  }; // class AsymmetricKeyExchangeDeformatter
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 43,47 ----
  }; // class AsymmetricKeyExchangeDeformatter
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: AsymmetricKeyExchangeFormatter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/AsymmetricKeyExchangeFormatter.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** AsymmetricKeyExchangeFormatter.cs   23 Apr 2003 05:39:50 -0000      1.3
--- AsymmetricKeyExchangeFormatter.cs   29 May 2003 01:22:41 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 44,48 ****
  }; // class AsymmetricKeyExchangeFormatter
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 44,48 ----
  }; // class AsymmetricKeyExchangeFormatter
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: AsymmetricSignatureDeformatter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/AsymmetricSignatureDeformatter.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** AsymmetricSignatureDeformatter.cs   23 Apr 2003 05:39:50 -0000      1.2
--- AsymmetricSignatureDeformatter.cs   29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 52,56 ****
  }; // class AsymmetricSignatureDeformatter
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 52,56 ----
  }; // class AsymmetricSignatureDeformatter
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: AsymmetricSignatureFormatter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/AsymmetricSignatureFormatter.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** AsymmetricSignatureFormatter.cs     23 Apr 2003 05:39:50 -0000      1.2
--- AsymmetricSignatureFormatter.cs     29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 51,55 ****
  }; // class AsymmetricSignatureFormatter
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 51,55 ----
  }; // class AsymmetricSignatureFormatter
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: CBCDecrypt.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/CBCDecrypt.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** CBCDecrypt.cs       14 Apr 2003 10:50:55 -0000      1.2
--- CBCDecrypt.cs       29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 207,211 ****
  }; // class CBCDecrypt
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 207,211 ----
  }; // class CBCDecrypt
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: CBCEncrypt.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/CBCEncrypt.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CBCEncrypt.cs       18 Jul 2002 00:30:33 -0000      1.1
--- CBCEncrypt.cs       29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 154,158 ****
  }; // class CBCEncrypt
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 154,158 ----
  }; // class CBCEncrypt
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: CFBDecrypt.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/CFBDecrypt.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CFBDecrypt.cs       18 Jul 2002 00:30:33 -0000      1.1
--- CFBDecrypt.cs       29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 98,102 ****
  }; // class CFBDecrypt
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 98,102 ----
  }; // class CFBDecrypt
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: CFBEncrypt.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/CFBEncrypt.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CFBEncrypt.cs       18 Jul 2002 00:30:33 -0000      1.1
--- CFBEncrypt.cs       29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 98,102 ****
  }; // class CFBEncrypt
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 98,102 ----
  }; // class CFBEncrypt
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: CTSDecrypt.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/CTSDecrypt.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CTSDecrypt.cs       18 Jul 2002 00:30:33 -0000      1.1
--- CTSDecrypt.cs       29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 211,215 ****
  }; // class CTSDecrypt
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 211,215 ----
  }; // class CTSDecrypt
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: CTSEncrypt.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/CTSEncrypt.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CTSEncrypt.cs       18 Jul 2002 00:30:33 -0000      1.1
--- CTSEncrypt.cs       29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 195,199 ****
  }; // class CTSEncrypt
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 195,199 ----
  }; // class CTSEncrypt
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: CipherMode.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/CipherMode.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CipherMode.cs       6 Jul 2002 03:14:26 -0000       1.1
--- CipherMode.cs       29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum CipherMode
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  public enum CipherMode
***************
*** 35,39 ****
  }; // enum CipherMode
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 35,39 ----
  }; // enum CipherMode
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: CryptoAPITransform.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/CryptoAPITransform.cs,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** CryptoAPITransform.cs       23 Apr 2003 05:39:50 -0000      1.8
--- CryptoAPITransform.cs       29 May 2003 01:22:41 -0000      1.9
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 378,382 ****
  }; // class CryptoAPITransform
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 378,382 ----
  }; // class CryptoAPITransform
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: CryptoConfig.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/CryptoConfig.cs,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** CryptoConfig.cs     12 Jul 2002 06:28:32 -0000      1.7
--- CryptoConfig.cs     29 May 2003 01:22:41 -0000      1.8
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 453,457 ****
  }; // class CryptoConfig
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 453,457 ----
  }; // class CryptoConfig
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: CryptoStream.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/CryptoStream.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** CryptoStream.cs     23 Apr 2003 06:28:50 -0000      1.5
--- CryptoStream.cs     29 May 2003 01:22:41 -0000      1.6
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 397,401 ****
  }; // class CryptoStream
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 397,401 ----
  }; // class CryptoStream
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: CryptoStreamMode.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/CryptoStreamMode.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CryptoStreamMode.cs 6 Jul 2002 03:14:26 -0000       1.1
--- CryptoStreamMode.cs 29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum CryptoStreamMode
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  public enum CryptoStreamMode
***************
*** 32,36 ****
  }; // enum CryptoStreamMode
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 32,36 ----
  }; // enum CryptoStreamMode
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: CryptographicException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/CryptographicException.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** CryptographicException.cs   26 May 2003 04:41:21 -0000      1.5
--- CryptographicException.cs   29 May 2003 01:22:41 -0000      1.6
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 68,72 ****
  }; // class CryptographicException
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 68,72 ----
  }; // class CryptographicException
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: CryptographicUnexpectedOperationException.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/CryptographicUnexpectedOperationException.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** CryptographicUnexpectedOperationException.cs        26 May 2003 04:41:21 
-0000      1.5
--- CryptographicUnexpectedOperationException.cs        29 May 2003 01:22:41 
-0000      1.6
***************
*** 24,28 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 24,28 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 69,73 ****
  }; // class CryptographicUnexpectedOperationException
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 69,73 ----
  }; // class CryptographicUnexpectedOperationException
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: CspParameters.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/CspParameters.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CspParameters.cs    6 Jul 2002 03:14:26 -0000       1.1
--- CspParameters.cs    29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 66,70 ****
  }; // class CspParameters
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 66,70 ----
  }; // class CspParameters
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: CspProviderFlags.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/CspProviderFlags.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CspProviderFlags.cs 6 Jul 2002 03:14:26 -0000       1.1
--- CspProviderFlags.cs 29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 35,39 ****
  }; // enum CspProviderFlags
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 35,39 ----
  }; // enum CspProviderFlags
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: DES.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/DES.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** DES.cs      22 Nov 2002 00:17:48 -0000      1.2
--- DES.cs      29 May 2003 01:22:41 -0000      1.3
***************
*** 22,26 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 22,26 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 114,118 ****
  }; // class DES
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 114,118 ----
  }; // class DES
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: DESCryptoServiceProvider.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/DESCryptoServiceProvider.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** DESCryptoServiceProvider.cs 14 Apr 2003 10:50:55 -0000      1.2
--- DESCryptoServiceProvider.cs 29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 91,95 ****
  }; // class DESCryptoServiceProvider
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 91,95 ----
  }; // class DESCryptoServiceProvider
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: DSA.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/DSA.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** DSA.cs      23 Apr 2003 05:39:50 -0000      1.3
--- DSA.cs      29 May 2003 01:22:41 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 192,196 ****
  }; // class DSA
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 192,196 ----
  }; // class DSA
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: DSACryptoServiceProvider.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/DSACryptoServiceProvider.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** DSACryptoServiceProvider.cs 23 Apr 2003 05:39:50 -0000      1.5
--- DSACryptoServiceProvider.cs 29 May 2003 01:22:41 -0000      1.6
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 425,429 ****
  }; // class DSACryptoServiceProvider
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 425,429 ----
  }; // class DSACryptoServiceProvider
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: DSAParameters.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/DSAParameters.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** DSAParameters.cs    14 Apr 2003 10:50:55 -0000      1.5
--- DSAParameters.cs    29 May 2003 01:22:41 -0000      1.6
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 223,227 ****
  }; // struct DSAParameters
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 223,227 ----
  }; // struct DSAParameters
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: DSASignatureDeformatter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/DSASignatureDeformatter.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DSASignatureDeformatter.cs  8 Jul 2002 05:53:14 -0000       1.1
--- DSASignatureDeformatter.cs  29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 80,84 ****
  }; // class DSASignatureDeformatter
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 80,84 ----
  }; // class DSASignatureDeformatter
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: DSASignatureFormatter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/DSASignatureFormatter.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DSASignatureFormatter.cs    8 Jul 2002 05:53:14 -0000       1.1
--- DSASignatureFormatter.cs    29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 80,84 ****
  }; // class DSASignatureFormatter
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 80,84 ----
  }; // class DSASignatureFormatter
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: DeriveBytes.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/DeriveBytes.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** DeriveBytes.cs      6 Jul 2002 03:14:26 -0000       1.1
--- DeriveBytes.cs      29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 37,41 ****
  }; // class DeriveBytes
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 37,41 ----
  }; // class DeriveBytes
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: ECBDecrypt.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/ECBDecrypt.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** ECBDecrypt.cs       14 Apr 2003 10:50:55 -0000      1.5
--- ECBDecrypt.cs       29 May 2003 01:22:41 -0000      1.6
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 176,180 ****
  }; // class ECBDecrypt
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 176,180 ----
  }; // class ECBDecrypt
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: ECBEncrypt.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/ECBEncrypt.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ECBEncrypt.cs       27 Nov 2002 22:27:06 -0000      1.2
--- ECBEncrypt.cs       29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 142,146 ****
  }; // class ECBEncrypt
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 142,146 ----
  }; // class ECBEncrypt
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: FromBase64Transform.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/FromBase64Transform.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** FromBase64Transform.cs      23 Apr 2003 05:39:50 -0000      1.4
--- FromBase64Transform.cs      29 May 2003 01:22:41 -0000      1.5
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 207,211 ****
  }; // class FromBase64Transform
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 207,211 ----
  }; // class FromBase64Transform
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: FromBase64TransformMode.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/FromBase64TransformMode.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** FromBase64TransformMode.cs  6 Jul 2002 03:14:26 -0000       1.1
--- FromBase64TransformMode.cs  29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum FromBase64TransformMode
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  public enum FromBase64TransformMode
***************
*** 32,36 ****
  }; // enum FromBase64TransformMode
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 32,36 ----
  }; // enum FromBase64TransformMode
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: HMACSHA1.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/HMACSHA1.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** HMACSHA1.cs 14 Apr 2003 10:50:55 -0000      1.3
--- HMACSHA1.cs 29 May 2003 01:22:41 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 169,173 ****
  }; // class HMACSHA1
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 169,173 ----
  }; // class HMACSHA1
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: HashAlgorithm.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/HashAlgorithm.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** HashAlgorithm.cs    23 Apr 2003 05:39:50 -0000      1.5
--- HashAlgorithm.cs    29 May 2003 01:22:41 -0000      1.6
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 212,216 ****
  }; // class HashAlgorithm
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 212,216 ----
  }; // class HashAlgorithm
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: ICryptoTransform.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/ICryptoTransform.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ICryptoTransform.cs 23 Apr 2003 05:39:50 -0000      1.2
--- ICryptoTransform.cs 29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 54,58 ****
  }; // interface ICryptoTransform
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 54,58 ----
  }; // interface ICryptoTransform
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: KeySizes.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/KeySizes.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** KeySizes.cs 23 Apr 2003 05:39:50 -0000      1.2
--- KeySizes.cs 29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 75,79 ****
  }; // class KeySizes
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 75,79 ----
  }; // class KeySizes
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: KeyedHashAlgorithm.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/KeyedHashAlgorithm.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** KeyedHashAlgorithm.cs       14 Apr 2003 10:50:55 -0000      1.3
--- KeyedHashAlgorithm.cs       29 May 2003 01:22:41 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 86,90 ****
  }; // class KeyedHashAlgorithm
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 86,90 ----
  }; // class KeyedHashAlgorithm
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: MACTripleDES.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/MACTripleDES.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** MACTripleDES.cs     14 Apr 2003 10:50:55 -0000      1.3
--- MACTripleDES.cs     29 May 2003 01:22:41 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 204,208 ****
  }; // class MACTripleDES
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 204,208 ----
  }; // class MACTripleDES
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: MD5.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/MD5.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** MD5.cs      6 Jul 2002 04:31:53 -0000       1.1
--- MD5.cs      29 May 2003 01:22:41 -0000      1.2
***************
*** 22,26 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 22,26 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 47,51 ****
  }; // class MD5
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 47,51 ----
  }; // class MD5
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: MD5CryptoServiceProvider.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/MD5CryptoServiceProvider.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** MD5CryptoServiceProvider.cs 23 Apr 2003 05:39:50 -0000      1.3
--- MD5CryptoServiceProvider.cs 29 May 2003 01:22:41 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 140,144 ****
  }; // class MD5CryptoServiceProvider
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 140,144 ----
  }; // class MD5CryptoServiceProvider
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: MaskGenerationMethod.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/MaskGenerationMethod.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** MaskGenerationMethod.cs     8 Jul 2002 05:53:14 -0000       1.1
--- MaskGenerationMethod.cs     29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 37,41 ****
  }; // class MaskGenerationMethod
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 37,41 ----
  }; // class MaskGenerationMethod
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: OFBEncrypt.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/OFBEncrypt.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** OFBEncrypt.cs       18 Jul 2002 00:30:33 -0000      1.1
--- OFBEncrypt.cs       29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 100,104 ****
  }; // class OFBEncrypt
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 100,104 ----
  }; // class OFBEncrypt
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: PKCS1MaskGenerationMethod.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/PKCS1MaskGenerationMethod.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** PKCS1MaskGenerationMethod.cs        14 Apr 2003 10:50:55 -0000      1.2
--- PKCS1MaskGenerationMethod.cs        29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 120,124 ****
  }; // class PKCS1MaskGenerationMethod
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 120,124 ----
  }; // class PKCS1MaskGenerationMethod
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: PaddingMode.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/PaddingMode.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** PaddingMode.cs      6 Jul 2002 03:14:26 -0000       1.1
--- PaddingMode.cs      29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  public enum PaddingMode
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  public enum PaddingMode
***************
*** 33,37 ****
  }; // enum PaddingMode
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 33,37 ----
  }; // enum PaddingMode
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: PasswordDeriveBytes.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/PasswordDeriveBytes.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** PasswordDeriveBytes.cs      14 Apr 2003 10:50:55 -0000      1.2
--- PasswordDeriveBytes.cs      29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 294,298 ****
  }; // class PasswordDeriveBytes
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 294,298 ----
  }; // class PasswordDeriveBytes
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: RC2.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/RC2.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** RC2.cs      23 Apr 2003 05:39:50 -0000      1.2
--- RC2.cs      29 May 2003 01:22:41 -0000      1.3
***************
*** 22,26 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 22,26 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 106,110 ****
  }; // class RC2
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 106,110 ----
  }; // class RC2
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: RC2CryptoServiceProvider.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/RC2CryptoServiceProvider.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** RC2CryptoServiceProvider.cs 23 Apr 2003 05:39:50 -0000      1.3
--- RC2CryptoServiceProvider.cs 29 May 2003 01:22:41 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 105,109 ****
  }; // class RC2CryptoServiceProvider
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 105,109 ----
  }; // class RC2CryptoServiceProvider
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: RNGCryptoServiceProvider.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/RNGCryptoServiceProvider.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** RNGCryptoServiceProvider.cs 23 Apr 2003 05:39:50 -0000      1.2
--- RNGCryptoServiceProvider.cs 29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 66,70 ****
  }; // class RNGCryptoServiceProvider
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 66,70 ----
  }; // class RNGCryptoServiceProvider
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: RSA.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/RSA.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** RSA.cs      11 Jul 2002 02:39:15 -0000      1.2
--- RSA.cs      29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 161,165 ****
  }; // class RSA
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 161,165 ----
  }; // class RSA
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: RSACryptoServiceProvider.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/RSACryptoServiceProvider.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** RSACryptoServiceProvider.cs 23 Apr 2003 05:39:50 -0000      1.6
--- RSACryptoServiceProvider.cs 29 May 2003 01:22:41 -0000      1.7
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 907,911 ****
  }; // class RSACryptoServiceProvider
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 907,911 ----
  }; // class RSACryptoServiceProvider
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: RSAOAEPKeyExchangeDeformatter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/RSAOAEPKeyExchangeDeformatter.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** RSAOAEPKeyExchangeDeformatter.cs    17 Jul 2002 04:08:45 -0000      1.2
--- RSAOAEPKeyExchangeDeformatter.cs    29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 81,85 ****
  }; // class RSAOAEPKeyExchangeDeformatter
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 81,85 ----
  }; // class RSAOAEPKeyExchangeDeformatter
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: RSAOAEPKeyExchangeFormatter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/RSAOAEPKeyExchangeFormatter.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** RSAOAEPKeyExchangeFormatter.cs      23 Apr 2003 05:39:50 -0000      1.3
--- RSAOAEPKeyExchangeFormatter.cs      29 May 2003 01:22:41 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 126,130 ****
  }; // class RSAOAEPKeyExchangeFormatter
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 126,130 ----
  }; // class RSAOAEPKeyExchangeFormatter
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: RSAPKCS1KeyExchangeDeformatter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/RSAPKCS1KeyExchangeDeformatter.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** RSAPKCS1KeyExchangeDeformatter.cs   23 Apr 2003 05:39:50 -0000      1.3
--- RSAPKCS1KeyExchangeDeformatter.cs   29 May 2003 01:22:41 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 95,99 ****
  }; // class RSAPKCS1KeyExchangeDeformatter
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 95,99 ----
  }; // class RSAPKCS1KeyExchangeDeformatter
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: RSAPKCS1KeyExchangeFormatter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/RSAPKCS1KeyExchangeFormatter.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** RSAPKCS1KeyExchangeFormatter.cs     17 Jul 2002 04:08:45 -0000      1.2
--- RSAPKCS1KeyExchangeFormatter.cs     29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 102,106 ****
  }; // class RSAPKCS1KeyExchangeFormatter
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 102,106 ----
  }; // class RSAPKCS1KeyExchangeFormatter
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: RSAPKCS1SignatureDeformatter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/RSAPKCS1SignatureDeformatter.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** RSAPKCS1SignatureDeformatter.cs     17 Jul 2002 04:08:45 -0000      1.2
--- RSAPKCS1SignatureDeformatter.cs     29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 79,83 ****
  }; // class RSAPKCS1SignatureDeformatter
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 79,83 ----
  }; // class RSAPKCS1SignatureDeformatter
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: RSAPKCS1SignatureFormatter.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/RSAPKCS1SignatureFormatter.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** RSAPKCS1SignatureFormatter.cs       17 Jul 2002 04:08:45 -0000      1.2
--- RSAPKCS1SignatureFormatter.cs       29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 78,82 ****
  }; // class RSAPKCS1SignatureFormatter
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 78,82 ----
  }; // class RSAPKCS1SignatureFormatter
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: RSAParameters.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/RSAParameters.cs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** RSAParameters.cs    14 Apr 2003 10:50:55 -0000      1.5
--- RSAParameters.cs    29 May 2003 01:22:41 -0000      1.6
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 224,228 ****
  }; // struct RSAParameters
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 224,228 ----
  }; // struct RSAParameters
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: RandomNumberGenerator.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/RandomNumberGenerator.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** RandomNumberGenerator.cs    7 Jul 2002 11:46:32 -0000       1.1
--- RandomNumberGenerator.cs    29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 55,59 ****
  }; // class RandomNumberGenerator
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 55,59 ----
  }; // class RandomNumberGenerator
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: Rijndael.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/Rijndael.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Rijndael.cs 6 Jul 2002 07:03:07 -0000       1.1
--- Rijndael.cs 29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 56,60 ****
  }; // class Rijndael
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 56,60 ----
  }; // class Rijndael
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: RijndaelManaged.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/RijndaelManaged.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** RijndaelManaged.cs  14 Apr 2003 10:50:55 -0000      1.3
--- RijndaelManaged.cs  29 May 2003 01:22:41 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 86,90 ****
  }; // class RijndaelManaged
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 86,90 ----
  }; // class RijndaelManaged
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: SHA1.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/SHA1.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** SHA1.cs     6 Jul 2002 04:31:53 -0000       1.1
--- SHA1.cs     29 May 2003 01:22:41 -0000      1.2
***************
*** 22,26 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 22,26 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 47,51 ****
  }; // class SHA1
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 47,51 ----
  }; // class SHA1
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: SHA1CryptoServiceProvider.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/SHA1CryptoServiceProvider.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** SHA1CryptoServiceProvider.cs        26 Nov 2002 11:50:00 -0000      1.2
--- SHA1CryptoServiceProvider.cs        29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 140,144 ****
  }; // class SHA1CryptoServiceProvider
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 140,144 ----
  }; // class SHA1CryptoServiceProvider
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: SHA1Managed.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/SHA1Managed.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** SHA1Managed.cs      26 Nov 2002 11:50:00 -0000      1.2
--- SHA1Managed.cs      29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 144,148 ****
  }; // class SHA1Managed
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 144,148 ----
  }; // class SHA1Managed
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: SHA256.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/SHA256.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** SHA256.cs   6 Jul 2002 04:31:53 -0000       1.1
--- SHA256.cs   29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 48,52 ****
  }; // class SHA256
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 48,52 ----
  }; // class SHA256
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: SHA256Managed.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/SHA256Managed.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** SHA256Managed.cs    26 Nov 2002 11:50:00 -0000      1.2
--- SHA256Managed.cs    29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 145,149 ****
  }; // class SHA256Managed
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 145,149 ----
  }; // class SHA256Managed
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: SHA384.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/SHA384.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** SHA384.cs   6 Jul 2002 04:31:53 -0000       1.1
--- SHA384.cs   29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 48,52 ****
  }; // class SHA384
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 48,52 ----
  }; // class SHA384
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: SHA384Managed.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/SHA384Managed.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** SHA384Managed.cs    26 Nov 2002 11:50:00 -0000      1.2
--- SHA384Managed.cs    29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 145,149 ****
  }; // class SHA384Managed
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 145,149 ----
  }; // class SHA384Managed
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: SHA512.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/SHA512.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** SHA512.cs   6 Jul 2002 04:31:53 -0000       1.1
--- SHA512.cs   29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 48,52 ****
  }; // class SHA512
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 48,52 ----
  }; // class SHA512
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: SHA512Managed.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/SHA512Managed.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** SHA512Managed.cs    26 Nov 2002 11:50:00 -0000      1.2
--- SHA512Managed.cs    29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 145,149 ****
  }; // class SHA512Managed
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 145,149 ----
  }; // class SHA512Managed
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: SignatureDescription.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/SignatureDescription.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** SignatureDescription.cs     23 Apr 2003 05:39:50 -0000      1.2
--- SignatureDescription.cs     29 May 2003 01:22:41 -0000      1.3
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 149,153 ****
  }; // class SignatureDescription
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 149,153 ----
  }; // class SignatureDescription
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: SymmetricAlgorithm.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/SymmetricAlgorithm.cs,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** SymmetricAlgorithm.cs       14 Apr 2003 10:50:55 -0000      1.6
--- SymmetricAlgorithm.cs       29 May 2003 01:22:41 -0000      1.7
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 317,321 ****
  }; // class SymmetricAlgorithm
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 317,321 ----
  }; // class SymmetricAlgorithm
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: ToBase64Transform.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/ToBase64Transform.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ToBase64Transform.cs        23 Apr 2003 05:39:50 -0000      1.3
--- ToBase64Transform.cs        29 May 2003 01:22:41 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 174,178 ****
  }; // class ToBase64Transform
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 174,178 ----
  }; // class ToBase64Transform
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: TripleDES.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/TripleDES.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** TripleDES.cs        6 Jul 2002 07:03:07 -0000       1.1
--- TripleDES.cs        29 May 2003 01:22:41 -0000      1.2
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 111,115 ****
  }; // class TripleDES
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 111,115 ----
  }; // class TripleDES
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography

Index: TripleDESCryptoServiceProvider.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/runtime/System/Security/Cryptography/TripleDESCryptoServiceProvider.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** TripleDESCryptoServiceProvider.cs   14 Apr 2003 10:50:55 -0000      1.3
--- TripleDESCryptoServiceProvider.cs   29 May 2003 01:22:41 -0000      1.4
***************
*** 23,27 ****
  {
  
! #if !ECMA_COMPAT
  
  using System;
--- 23,27 ----
  {
  
! #if CONFIG_CRYPTO
  
  using System;
***************
*** 90,94 ****
  }; // class TripleDESCryptoServiceProvider
  
! #endif // !ECMA_COMPAT
  
  }; // namespace System.Security.Cryptography
--- 90,94 ----
  }; // class TripleDESCryptoServiceProvider
  
! #endif // CONFIG_CRYPTO
  
  }; // namespace System.Security.Cryptography





reply via email to

[Prev in Thread] Current Thread [Next in Thread]