Update of /cvsroot/pgsqlclient/pgsqlclient_10/PostgreSql.Data.PgSqlClient.UnitTests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20679
Modified Files:
PostgreSql.Data.PgSqlClient.UnitTests.dll.config
Log Message:
2004-03-03 Carlos Guzman Alvarez <car...@te...>
* Mono.Security.Protocol.Tls/SslServerStream.cs:
- Implemented flow for the server handshake.
* Mono.Security.Protocol.Tls/Ciphersuite.cs:
* Mono.Security.Protocol.Tls/TlsCiphersuite.cs:
* Mono.Security.Protocol.Tls/ClientRecordProtocol.cs:
* Mono.Security.Protocol.Tls/ServerRecordProtocol.cs:
* Mono.Security.Protocol.Tls/SslClientStream.cs:
* Mono.Security.Protocol.Tls/TlsServerSettings.cs:
* Mono.Security.Protocol.Tls/TlsClientSettings.cs:
* Mono.Security.Protocol.Tls/ClientContext.cs:
* Mono.Security.Protocol.Tls.Handshake.Client/*.cs:
* Mono.Security.Protocol.Tls.Handshake.Server/*.cs:
- Changes for make use of the renamed classes and enums.
* Mono.Security.Protocol.Tls.Handshake/TlsHandshakeType.cs:
- Renamed to HandshakeType.cs (Enum and file)
* Mono.Security.Protocol.Tls.Handshake/TlsHandshakeMessage.cs:
- Renamed to HandshakeMessage.cs (Class and file)
* Mono.Security.Protocol.Tls.Handshake/TlsClientCertificateType.cs:
- Renamed to ClientCertificateType.cs (Enum and file)
* Mono.Security.Protocol.Tls.Alerts/TlsAlert.cs:
- Renamed to Alert (Class, enums and file)
* Mono.Security.Protocol.Tls/TlsContentType.cs:
- Renamed to ContentType.cs ( Enum and file )
* Mono.Security.Protocol.Tls/TlsCiphersuiteCollection.cs:
- Renamed to CiphersuiteCollection.cs ( Class and file )
* Mono.Security.Protocol.Tls/TlsCiphersuiteFactory.cs:
- Renamed to CiphersuiteCollection.cs ( Class and file )
* Mono.Security.Protocol.Tls/TlsSslHandshakeHash.cs:
- Renamed to SslHandshakeHash.cs ( Class and file )
* Mono.Security.Protocol.Tls/TlsSslCipherSuite.cs:
- Renamed to SslCipherSuite.cs ( Class and file )
Index: PostgreSql.Data.PgSqlClient.UnitTests.dll.config
===================================================================
RCS file: /cvsroot/pgsqlclient/pgsqlclient_10/PostgreSql.Data.PgSqlClient.UnitTests/PostgreSql.Data.PgSqlClient.UnitTests.dll.config,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** PostgreSql.Data.PgSqlClient.UnitTests.dll.config 2 Aug 2003 19:43:03 -0000 1.1.1.1
--- PostgreSql.Data.PgSqlClient.UnitTests.dll.config 3 Mar 2004 16:26:06 -0000 1.2
***************
*** 10,13 ****
--- 10,14 ----
<add key="Pooling" value="false" />
<add key="Packet Size" value="8192" />
+ <add key="SSL" value="false" />
</appSettings>
</configuration>
\ No newline at end of file
|