Re: pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.
Date: 2016-10-18 12:41:40
Message-ID: 16936.1476794500@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Dave Page <dpage(at)postgresql(dot)org> writes:
> On Tue, Oct 18, 2016 at 12:18 PM, Heikki Linnakangas <hlinnaka(at)iki(dot)fi> wrote:
>> On 18 October 2016 12:52:14 EEST, Dave Page <dpage(at)postgresql(dot)org> wrote:
>>> Baiji: 0.9.8e
>>> Narwhal: 0.9.6b

>> Hang on, I removed support for OpenSSL < 0.9.8 a while ago. Narwhal shouldn't even compile with 0.9.6.

> Oops, sorry - I found another copy in the Mingw installation that it
> must be using (Mingw/Msys was a mess back then). I only have the
> header files to go by, but it looks like the very first 0.9.8 release.

Is it possible that there's a header-vs-executable version mismatch
contributing to the problem here? (Although you'd think we'd have
hit it before now, if so.)

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2016-10-18 12:53:26 Re: Re: [COMMITTERS] pgsql: Replace PostmasterRandom() with a stronger way of generating ran
Previous Message Dave Page 2016-10-18 12:11:00 Re: pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.