Обсуждение: SSL cert chains patch

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

SSL cert chains patch

От
Andrew Gierth
Дата:
Magnus asked me for this, when the subject came up on IRC. This is a
longstanding ignored issue, for example
http://archives.postgresql.org/message-id/slrnemslp5.2rcr.andrew+nonews@atlantis.supernews.net
http://archives.postgresql.org/message-id/15D55918-FA9C-4E6A-BA15-BDC9142A6C44@contegix.com

--
Andrew (irc:RhodiumToad)


Вложения

Re: SSL cert chains patch

От
Magnus Hagander
Дата:
Andrew Gierth wrote:
> Magnus asked me for this, when the subject came up on IRC. This is a
> longstanding ignored issue, for example
> http://archives.postgresql.org/message-id/slrnemslp5.2rcr.andrew+nonews@atlantis.supernews.net
> http://archives.postgresql.org/message-id/15D55918-FA9C-4E6A-BA15-BDC9142A6C44@contegix.com

Applied, thanks!

-- Magnus HaganderSelf: http://www.hagander.net/Work: http://www.redpill-linpro.com/


Re: SSL cert chains patch

От
Alvaro Herrera
Дата:
Magnus Hagander wrote:
> Andrew Gierth wrote:
> > Magnus asked me for this, when the subject came up on IRC. This is a
> > longstanding ignored issue, for example
> > http://archives.postgresql.org/message-id/slrnemslp5.2rcr.andrew+nonews@atlantis.supernews.net
> > http://archives.postgresql.org/message-id/15D55918-FA9C-4E6A-BA15-BDC9142A6C44@contegix.com
> 
> Applied, thanks!

Shouldn't this be backpatched?

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


Re: SSL cert chains patch

От
Tom Lane
Дата:
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Magnus Hagander wrote:
>> Applied, thanks!

> Shouldn't this be backpatched?

It looks like a feature change to me ...
        regards, tom lane


Re: SSL cert chains patch

От
Magnus Hagander
Дата:
Tom Lane wrote:
> Alvaro Herrera <alvherre@commandprompt.com> writes:
>> Magnus Hagander wrote:
>>> Applied, thanks!
> 
>> Shouldn't this be backpatched?
> 
> It looks like a feature change to me ...

Yup, I think so too. It changes the behavior if you have such a file.

//Magnus