[pgsqlclient-checkins] pgsqlclient_10/PgSqlClient.Security.Tls/source TlsSession.cs,1.14,1.15
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-09-13 11:10:00
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.Security.Tls/source In directory sc8-pr-cvs1:/tmp/cvs-serv1514 Modified Files: TlsSession.cs Log Message: Minor changes Index: TlsSession.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.Security.Tls/source/TlsSession.cs,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** TlsSession.cs 13 Sep 2003 10:23:10 -0000 1.14 --- TlsSession.cs 13 Sep 2003 11:09:56 -0000 1.15 *************** *** 164,168 **** // Send client hello writer.WriteRecord(TlsHandshakeType.ClientHello); - writer.Flush(); // Read server response --- 164,167 ---- *************** *** 181,185 **** // Send Client Key Exchange writer.WriteRecord(TlsHandshakeType.ClientKeyExchange); - writer.Flush(); // Now initialize session cipher with the generated keys --- 180,183 ---- |