Removed old file
[mono.git] / mcs / class / Mono.Security / Mono.Security.Protocol.Tls / TlsCipherSuite.cs
index 82135585648023f4a39b6c897c664469cc1e5677..c91b3caa29156ca06cf6e23695b14083b0e56ce0 100644 (file)
@@ -1,5 +1,5 @@
 /* Transport Security Layer (TLS)
- * Copyright (c) 2003 Carlos Guzmán Álvarez
+ * Copyright (c) 2003-2004 Carlos Guzman Alvarez
  * 
  * Permission is hereby granted, free of charge, to any person 
  * obtaining a copy of this software and associated documentation 
@@ -35,7 +35,7 @@ namespace Mono.Security.Protocol.Tls
 {
        internal class TlsCipherSuite : CipherSuite
        {
-               #region CONSTRUCTORS
+               #region Constructors
                
                public TlsCipherSuite(
                        short code, string name, CipherAlgorithmType cipherAlgorithmType, 
@@ -51,7 +51,7 @@ namespace Mono.Security.Protocol.Tls
 
                #endregion
 
-               #region MAC_GENERATION_METHOD
+               #region MAC Generation Methods
 
                public override byte[] ComputeServerRecordMAC(TlsContentType contentType, byte[] fragment)
                {
@@ -91,7 +91,7 @@ namespace Mono.Security.Protocol.Tls
 
                #endregion
 
-               #region KEY_GENERATION_METODS
+               #region Key Generation Methods
 
                public override void ComputeMasterSecret(byte[] preMasterSecret)
                {