Re: pgcrypto/openssl fix - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: pgcrypto/openssl fix
Date
Msg-id 200211150254.gAF2suV24352@candle.pha.pa.us
Whole thread Raw
In response to pgcrypto/openssl fix  (Marko Kreen <marko@l-t.ee>)
List 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@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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Domain Check Constraints
Next
From: Bruce Momjian
Date:
Subject: Re: psql tab completion