Re: Recent vendor SSL renegotiation patches break PostgreSQL

Поиск
Список
Период
Сортировка
От Chris Campbell
Тема Re: Recent vendor SSL renegotiation patches break PostgreSQL
Дата
Msg-id 29CD7C5E-24DB-459C-875B-3E05108E4892@mac.com
обсуждение исходный текст
Ответ на Re: Recent vendor SSL renegotiation patches break PostgreSQL  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Recent vendor SSL renegotiation patches break PostgreSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Is there a way to detect when the SSL library has renegotiation disabled? (Either at compile-time or runtime, although
runtimewould definitely be better because we’ll change our behavior if/when the user updates their SSL library.) 

If so, we could skip renegotiation when it’s disabled in the library, but otherwise perform renegotiation like we
normallydo (every 512 MB, I think it is). 

Also, the official OpenSSL patch provides a way for the application to re-enable renegotiation. I don’t think all
implementationswill do so, though (e.g., some vendors might have patched it differently). 

- Chris



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

Предыдущее
От: Marko Tiikkaja
Дата:
Сообщение: Re: Review of Writeable CTE Patch
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Review of Writeable CTE Patch