Re: pgcrypto: openssl digest fix

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема Re: pgcrypto: openssl digest fix
Дата
Msg-id 20050312205939.GA12389@l-t.ee
обсуждение исходный текст
Ответ на Re: pgcrypto: openssl digest fix  (Neil Conway <neilc@samurai.com>)
Ответы Re: pgcrypto: openssl digest fix
Список pgsql-patches
On Sat, Mar 12, 2005 at 05:59:24PM +1100, Neil Conway wrote:
> Marko Kreen wrote:
> >Please apply this also to stable branches (8.0 / 7.4).
>
> Should it be backpatched to 7.3 and 7.2 as well?

It would be nice.  I didn't know there are releases of those
planned as well.

Now looking into it, 7.3 and 7.2 branch are missing the
OpenSSL EVP cipher functions removal patch - which is even more
nasty as it does not crash but silently corrupts data.
'make installcheck' detects it, but if somebody forgets
to run it...  (Thankfully encrypt()/decrypt() are not used
much.)

Would you apply this one aswell?  I see that the original
patch (openssl.c r1.11) applies to both branches without problems.
It is a bit larger than this one tho'.

--
marko


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ALTER FUNCTION / STRICT
Следующее
От: Neil Conway
Дата:
Сообщение: Re: pgcrypto: openssl digest fix