npgsql - Npgsql2: Try to set SSL negotiation to 0.

From: fxjr(at)pgfoundry(dot)org (User Fxjr)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: Try to set SSL negotiation to 0.
Date: 2010-03-29 13:46:26
Message-ID: 20100329134626.608BC107152E@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------

Try to set SSL negotiation to 0. As of 2010-03-29, recent problems in SSL library implementations made postgresql to add a parameter to set a value when to do this renegotiation or 0 to disable it.
Currently, Npgsql has a problem with renegotiation so, we are trying to disable it here. This only works on postgresql servers where the ssl renegotiation settings is supported of course. See http://lists.pgfoundry.org/pipermail/npgsql-devel/2010-February/001065.html for more information.
Thanks Albe Laurenz for heads up and patch.

Modified Files:
--------------
Npgsql2/src/Npgsql:
NpgsqlConnector.cs (r1.29 -> r1.30)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnector.cs?r1=1.29&r2=1.30)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-03-29 18:50:36 pgsql: Edit recovery.conf.sample so it matches docs.
Previous Message User Fxjr 2010-03-29 13:07:26 npgsql - Npgsql2: Fixed line endings to CRLF.