npgsql - Npgsql2: Try to set SSL negotiation to 0. - Mailing list pgsql-committers

From fxjr@pgfoundry.org (User Fxjr)
Subject npgsql - Npgsql2: Try to set SSL negotiation to 0.
Date
Msg-id 20100329134626.608BC107152E@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------


    Try to set SSL negotiation to 0. As of 2010-03-29, recent problems in SSL library implementations made postgresql
toadd 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
postgresqlservers where the ssl renegotiation settings is supported of course. See
http://lists.pgfoundry.org/pipermail/npgsql-devel/2010-February/001065.htmlfor 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)

pgsql-committers by date:

Previous
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql2: Fixed line endings to CRLF.
Next
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Edit recovery.conf.sample so it matches docs.