Update of /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20150
Modified Files:
changelog.txt
Log Message:
2004-03-03 Carlos Guzman Alvarez <car...@te...>
* Mono.Security.Protocol.Tls/SslServerStream.cs:
- Implemented flow for the server handshake.
* Mono.Security.Protocol.Tls/Ciphersuite.cs:
* Mono.Security.Protocol.Tls/TlsCiphersuite.cs:
* Mono.Security.Protocol.Tls/ClientRecordProtocol.cs:
* Mono.Security.Protocol.Tls/ServerRecordProtocol.cs:
* Mono.Security.Protocol.Tls/SslClientStream.cs:
* Mono.Security.Protocol.Tls/TlsServerSettings.cs:
* Mono.Security.Protocol.Tls/TlsClientSettings.cs:
* Mono.Security.Protocol.Tls/ClientContext.cs:
* Mono.Security.Protocol.Tls.Handshake.Client/*.cs:
* Mono.Security.Protocol.Tls.Handshake.Server/*.cs:
- Changes for make use of the renamed classes and enums.
* Mono.Security.Protocol.Tls.Handshake/TlsHandshakeType.cs:
- Renamed to HandshakeType.cs (Enum and file)
* Mono.Security.Protocol.Tls.Handshake/TlsHandshakeMessage.cs:
- Renamed to HandshakeMessage.cs (Class and file)
* Mono.Security.Protocol.Tls.Handshake/TlsClientCertificateType.cs:
- Renamed to ClientCertificateType.cs (Enum and file)
* Mono.Security.Protocol.Tls.Alerts/TlsAlert.cs:
- Renamed to Alert (Class, enums and file)
* Mono.Security.Protocol.Tls/TlsContentType.cs:
- Renamed to ContentType.cs ( Enum and file )
* Mono.Security.Protocol.Tls/TlsCiphersuiteCollection.cs:
- Renamed to CiphersuiteCollection.cs ( Class and file )
* Mono.Security.Protocol.Tls/TlsCiphersuiteFactory.cs:
- Renamed to CiphersuiteCollection.cs ( Class and file )
* Mono.Security.Protocol.Tls/TlsSslHandshakeHash.cs:
- Renamed to SslHandshakeHash.cs ( Class and file )
* Mono.Security.Protocol.Tls/TlsSslCipherSuite.cs:
- Renamed to SslCipherSuite.cs ( Class and file )
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security/changelog.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** changelog.txt 25 Feb 2004 15:43:09 -0000 1.14
--- changelog.txt 3 Mar 2004 16:24:10 -0000 1.15
***************
*** 2,5 ****
--- 2,60 ----
--------------- ----------- -----------------------------------------
+ 2004-03-03 Carlos Guzman Alvarez <car...@te...>
+
+ * Mono.Security.Protocol.Tls/SslServerStream.cs:
+
+ - Implemented flow for the server handshake.
+
+ * Mono.Security.Protocol.Tls/Ciphersuite.cs:
+ * Mono.Security.Protocol.Tls/TlsCiphersuite.cs:
+ * Mono.Security.Protocol.Tls/ClientRecordProtocol.cs:
+ * Mono.Security.Protocol.Tls/ServerRecordProtocol.cs:
+ * Mono.Security.Protocol.Tls/SslClientStream.cs:
+ * Mono.Security.Protocol.Tls/TlsServerSettings.cs:
+ * Mono.Security.Protocol.Tls/TlsClientSettings.cs:
+ * Mono.Security.Protocol.Tls/ClientContext.cs:
+ * Mono.Security.Protocol.Tls.Handshake.Client/*.cs:
+ * Mono.Security.Protocol.Tls.Handshake.Server/*.cs:
+
+ - Changes for make use of the renamed classes and enums.
+
+ * Mono.Security.Protocol.Tls.Handshake/TlsHandshakeType.cs:
+
+ - Renamed to HandshakeType.cs (Enum and file)
+
+ * Mono.Security.Protocol.Tls.Handshake/TlsHandshakeMessage.cs:
+
+ - Renamed to HandshakeMessage.cs (Class and file)
+
+ * Mono.Security.Protocol.Tls.Handshake/TlsClientCertificateType.cs:
+
+ - Renamed to ClientCertificateType.cs (Enum and file)
+
+ * Mono.Security.Protocol.Tls.Alerts/TlsAlert.cs:
+
+ - Renamed to Alert (Class, enums and file)
+
+ * Mono.Security.Protocol.Tls/TlsContentType.cs:
+
+ - Renamed to ContentType.cs ( Enum and file )
+
+ * Mono.Security.Protocol.Tls/TlsCiphersuiteCollection.cs:
+
+ - Renamed to CiphersuiteCollection.cs ( Class and file )
+
+ * Mono.Security.Protocol.Tls/TlsCiphersuiteFactory.cs:
+
+ - Renamed to CiphersuiteCollection.cs ( Class and file )
+
+ * Mono.Security.Protocol.Tls/TlsSslHandshakeHash.cs:
+
+ - Renamed to SslHandshakeHash.cs ( Class and file )
+
+ * Mono.Security.Protocol.Tls/TlsSslCipherSuite.cs:
+
+ - Renamed to SslCipherSuite.cs ( Class and file )
+
2004-02-25 Carlos Guzman Alvarez <car...@te...>
|