[pgsqlclient-checkins] pgsqlclient_10/PgSqlClient.Security.Tls/source/Handshake TlsServerCertificate
Status: Inactive
Brought to you by:
carlosga_fb
From: <car...@us...> - 2003-08-29 23:55:58
|
Update of /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.Security.Tls/source/Handshake In directory sc8-pr-cvs1:/tmp/cvs-serv6253 Modified Files: TlsServerCertificate.cs Log Message: - Updated files. - Fixed problem processing alerts in TlsReader.cs Index: TlsServerCertificate.cs =================================================================== RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PgSqlClient.Security.Tls/source/Handshake/TlsServerCertificate.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TlsServerCertificate.cs 20 Aug 2003 11:51:31 -0000 1.1 --- TlsServerCertificate.cs 29 Aug 2003 23:55:54 -0000 1.2 *************** *** 29,33 **** #region FIELDS ! private X509CertificateCollection certificates; #endregion --- 29,33 ---- #region FIELDS ! private X509CertificateCollection certificates; #endregion |