Update of /cvsroot/pgsqlclient/pgsqlclient_10
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10729
Modified Files:
changelog.txt
Log Message:
2004-02-20 Carlos Guzmán Álvarez <car...@te...>
* Mono.Security.Protocol.Tls.Alerts/TlsWarningEventAgrs.cs:
- Removed no more needed file.
* Mono.Security.Protocol.Tls.Alerts/TlsAlert.cs:
- Added 4 new properties:
* Message
* IsWarning
* IsFatal
* IsCloseNotify
- Return always the same message when working in release mode
(The authentication or decryption has failed.)
* Mono.Security.Protocol.Tls/SslClientStream.cs:
- Added control over the CloseNotify Alert
to BeginRead method.
- Return true in the server certificate validation method
if there are no errors.
Index: changelog.txt
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/changelog.txt,v
retrieving revision 1.93
retrieving revision 1.94
diff -C2 -d -r1.93 -r1.94
*** changelog.txt 19 Feb 2004 13:54:49 -0000 1.93
--- changelog.txt 20 Feb 2004 10:10:41 -0000 1.94
***************
*** 2,5 ****
--- 2,34 ----
-------------------------------------------------------
+ 2004-02-20 Carlos Guzmán Álvarez <car...@te...>
+
+ * Mono.Security.Protocol.Tls.Alerts/TlsWarningEventAgrs.cs:
+
+ - Removed no more needed file.
+
+ * Mono.Security.Protocol.Tls.Alerts/TlsAlert.cs:
+
+ - Added 4 new properties:
+
+ * Message
+
+ * IsWarning
+
+ * IsFatal
+
+ * IsCloseNotify
+
+ - Return always the same message when working in release mode
+ (The authentication or decryption has failed.)
+
+ * Mono.Security.Protocol.Tls/SslClientStream.cs:
+
+ - Added control over the CloseNotify Alert
+ to BeginRead method.
+
+ - Return true in the server certificate validation method
+ if there are no errors.
+
2004-02-19 Carlos Guzmán Álvarez <car...@te...>
|