Update of /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30119
Modified Files:
changelog.txt
Log Message:
2004-02-19 Carlos Guzmán Álvarez <car...@te...>
* Mono.Security.Protocol.Tls/RecordProtocol.cs:
* Mono.Security.Protocol.Tls/ClientRecordProtocol.cs:
- New classes for handle the SSL/TLS record protocol.
* Mono.Security.Protocol.Tls/SslClientStream.cs:
- Record protocol stuff moved to the new classes.
- Removed Warning event.
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security/changelog.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** changelog.txt 18 Feb 2004 15:42:14 -0000 1.7
--- changelog.txt 19 Feb 2004 13:54:32 -0000 1.8
***************
*** 3,6 ****
--- 3,19 ----
+ 2004-02-19 Carlos Guzmán Álvarez <car...@te...>
+
+ * Mono.Security.Protocol.Tls/RecordProtocol.cs:
+ * Mono.Security.Protocol.Tls/ClientRecordProtocol.cs:
+
+ - New classes for handle the SSL/TLS record protocol.
+
+ * Mono.Security.Protocol.Tls/SslClientStream.cs:
+
+ - Record protocol stuff moved to the new classes.
+
+ - Removed Warning event.
+
2004-02-18 Carlos Guzmán Álvarez <car...@te...>
|