Re: Recent vendor SSL renegotiation patches break PostgreSQL

Поиск
Список
Период
Сортировка
От Chris Campbell
Тема Re: Recent vendor SSL renegotiation patches break PostgreSQL
Дата
Msg-id 41EE6009-A3E0-4C3A-8A83-BB39D934B461@mac.com
обсуждение исходный текст
Ответ на Re: Recent vendor SSL renegotiation patches break PostgreSQL  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
Список pgsql-hackers
On Feb 3, 2010, at 10:16 AM, Stefan Kaltenbrunner wrote:

> Robert Haas wrote:
>> On Wed, Feb 3, 2010 at 6:24 AM, Chris Campbell <chris_campbell@mac.com> wrote:
>>> The flurry of patches that vendors have recently been making to OpenSSL to address
>>> the potential man-in-the-middle attack during SSL renegotiation have disabled SSL
>>> renegotiation altogether in the OpenSSL libraries. Applications that make use of SSL
>>> renegotiation, such as PostgreSQL, start failing.
>> Should we think about adding a GUC to disable renegotiation until this
>> blows over?
>
> hmm I wonder if we should not go as far as removing the whole renegotiation code, from the field it seems that there
arevery very few daemons actually doing that kind forced renegotiation. 

There was a discussion about the relevance and consequences of SSL renegotiation on this list back in 2003:
   http://archives.postgresql.org/pgsql-interfaces/2003-04/msg00075.php

Personally, my production servers have been patched to remove renegotiation completely, and I’m comfortable with the
consequencesof that for my usage. 

- Chris



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Shared catalogs vs pg_global tablespace
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: [CFReview] Red-Black Tree