Update of /cvsroot/pgsqlclient/pgsqlclient_10
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7737
Modified Files:
changelog.txt
Log Message:
2004-02-20 Carlos Guzmán Álvarez <car...@te...>
* Mono.Security.Protocol.Tls/SslClientStream.cs:
* Mono.Security.Protocol.Tls/RecordProtocol.cs:
* Mono.Security.Protocol.Tls/TlsContext.cs:
- Added changes for handle te SecurityProtocolType enum
as a Flags enum.
* Mono.Security.Protocol.Tls.Handshake.Client/TlsClientHello.cs:
- Let the Ssl3 message to be process in the same way as the Tls1.
* Mono.Security.Protocol.Tls.Handshake.Client/TlsClientHello.cs:
- Added changes for use the Protocol version send by the server
* Mono.Security.Protocol.Tls/CipherSuite.cs:
- Compute the premaster secret using the protocol version sent in
the ClientHello message instead of the actual protocol version.
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v
retrieving revision 1.94
retrieving revision 1.95
diff -C2 -d -r1.94 -r1.95
*** changelog.txt 20 Feb 2004 10:10:41 -0000 1.94
--- changelog.txt 20 Feb 2004 18:16:22 -0000 1.95
***************
*** 4,7 ****
--- 4,27 ----
2004-02-20 Carlos Guzmán Álvarez <car...@te...>
+ * Mono.Security.Protocol.Tls/SslClientStream.cs:
+ * Mono.Security.Protocol.Tls/RecordProtocol.cs:
+ * Mono.Security.Protocol.Tls/TlsContext.cs:
+
+ - Added changes for handle te SecurityProtocolType enum
+ as a Flags enum.
+
+ * Mono.Security.Protocol.Tls.Handshake.Client/TlsClientHello.cs:
+
+ - Let the Ssl3 message to be process in the same way as the Tls1.
+
+ * Mono.Security.Protocol.Tls.Handshake.Client/TlsClientHello.cs:
+
+ - Added changes for use the Protocol version send by the server
+
+ * Mono.Security.Protocol.Tls/CipherSuite.cs:
+
+ - Compute the premaster secret using the protocol version sent in
+ the ClientHello message instead of the actual protocol version.
+
* Mono.Security.Protocol.Tls.Alerts/TlsWarningEventAgrs.cs:
|