[pgsqlclient-checkins] pgsqlclient_10/Mono.Security changelog.txt,1.4,1.5
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2004-02-17 22:15:07
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv943 Modified Files: changelog.txt Log Message: 2004-02-17 Carlos Guzmán Álvarez <car...@te...> * Mono.Security.Protocol.Tls/SslClientStream.cs: - Added changes for check that the handshake is finished to the security properties. Index: changelog.txt =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/Mono.Security/changelog.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** changelog.txt 17 Feb 2004 17:52:29 -0000 1.4 --- changelog.txt 17 Feb 2004 22:05:58 -0000 1.5 *************** *** 5,8 **** --- 5,13 ---- 2004-02-17 Carlos Guzmán Álvarez <car...@te...> + * Mono.Security.Protocol.Tls/SslClientStream.cs: + + - Added changes for check that the handshake is finished + to the security properties. + * Mono.Security.Protocol.Tls.Handshake.Client/TlsClientCertificate.cs: |