Обсуждение: npgsql - Npgsql2: Try to set SSL negotiation to 0.

Поиск
Список
Период
Сортировка

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

От
fxjr@pgfoundry.org (User Fxjr)
Дата:
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)