Re: pgcrypto/openssl fix

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pgcrypto/openssl fix
Дата
Msg-id 200211122014.gACKEq029853@candle.pha.pa.us
обсуждение исходный текст
Ответ на pgcrypto/openssl fix  (Marko Kreen <marko@l-t.ee>)
Список pgsql-patches
Your patch has been added to the PostgreSQL unapplied patches list at:

    http://momjian.postgresql.org/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------


Marko Kreen wrote:
>
> OpenSSL 0.9.6g in Debian/unstable stopped working
> with pgcrypto.  This is pgcrypto bug as it assumed
> too much about inner workings of OpenSSL.
>
> Following patch stops pgcrypto using EVP* functions
> for ciphers and lets it manage ciphers itself.
>
> This patch supports Blowfish, DES and CAST5
> algorithms.
>
> --
> marko
>

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Colin M Strickland
Дата:
Сообщение: postgresql-7.2.3 contrib/tsearch
Следующее
От: Bruce Momjian
Дата:
Сообщение: CHECKPOINT_WARNING GUC variable addition