Re: contrib/pgcrypto patch for OpenSSL 0.9.8

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Marko Kreen <marko(at)l-t(dot)ee>
Cc: Michael Fuhr <mike(at)fuhr(dot)org>, pgsql-patches(at)postgresql(dot)org
Subject: Re: contrib/pgcrypto patch for OpenSSL 0.9.8
Date: 2005-07-04 02:02:07
Message-ID: 200507040202.j64227L22396@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

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

Marko Kreen wrote:
> On Sat, Jul 02, 2005 at 10:33:05PM -0400, Bruce Momjian wrote:
> > Patch applied. Thanks.
> > ---------------------------------------------------------------------------
> > Michael Fuhr wrote:
> > > This patch allows contrib/pgcrypto to build with OpenSSL 0.9.8
> > > (currently in beta) when cryptolib = openssl. According to the
> > > following checkin message from several years ago, OpenSSL application
> > > developers should no longer rely on <openssl/evp.h> to include
> > > everything they need:
> > >
> > > http://cvs.openssl.org/chngview?cn=9888
> > >
> > > This patch adds the necessary header files. It doesn't appear to
> > > break anything when building against OpenSSL 0.9.7.
> > >
> > > BTW, core appears to build and work fine with OpenSSL 0.9.8. I've
> > > built 7.3 through HEAD against 0.9.8-beta6 without noticing any
> > > problems.
>
> Thanks for the patch.
>
> Bruce, please apply this additional patch, that fixes the
> auto-detection of AES.
>
> Now openssl.c just checks OpenSSL version. Whoever compiles
> newer OpenSSL without AES is on his own.
>
> --
> marko
>

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

--
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

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2005-07-04 02:07:32 Re: per user/database connections limit again
Previous Message Bruce Momjian 2005-07-04 01:57:01 Re: Disable WAL backup pages when fsync is off