[pgsqlclient-checkins] pgsqlclient_10/Mono.Security changelog.txt,1.9,1.10
Status: Inactive
Brought to you by:
carlosga_fb
|
From: <car...@us...> - 2004-02-20 10:21:13
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10636 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/Mono.Security/changelog.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** changelog.txt 19 Feb 2004 16:44:55 -0000 1.9 --- changelog.txt 20 Feb 2004 10:10:06 -0000 1.10 *************** *** 3,6 **** --- 3,35 ---- + 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...> |