Re: pgcrypto/openssl fix

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Marko Kreen <marko(at)l-t(dot)ee>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: pgcrypto/openssl fix
Date: 2002-11-15 02:54:56
Message-ID: 200211150254.gAF2suV24352@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

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

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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-11-15 03:08:01 Re: psql tab completion
Previous Message Bruce Momjian 2002-11-15 02:52:18 Re: Domain Check Constraints