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

Поиск
Список
Период
Сортировка
От fxjr@pgfoundry.org (User Fxjr)
Тема npgsql - Npgsql2: Try to set SSL negotiation to 0.
Дата
Msg-id 20100329134626.608BC107152E@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql2: Fixed line endings to CRLF.
Следующее
От: sriggs@postgresql.org (Simon Riggs)
Дата:
Сообщение: pgsql: Edit recovery.conf.sample so it matches docs.