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

From: Dave Page <dpage(at)postgresql(dot)org>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, 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:11:00
Message-ID: CA+OCxoyoq6s5Cxpp51qjH0i=f8sqEaNteC0fzomOtuYsELDO_g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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:
>>On Tue, Oct 18, 2016 at 9:10 AM, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
>>wrote:
>>> On 10/18/2016 12:28 AM, Tom Lane wrote:
>>>>
>>>> Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> writes:
>>>>>
>>>>> Use OpenSSL EVP API for symmetric encryption in pgcrypto.
>>>>
>>>>
>>>> BTW, "narwhal" seems to have a problem with this.
>>>> Not very clear what, maybe an incompatibility with old openssl
>>versions?
>>>
>>>
>>> Dave, what version of OpenSSL are 'narwhal' and 'baiji' using? I've
>>tried to
>>> reproduce this on my laptop, by compiling different versions of
>>OpenSSL,
>>> between 0.9.8beta1 and 0.9.8 head, but without success..
>>
>>Insanely old ones, as reflects the age of those machines which haven't
>>been touched in 10 years or so...
>>
>>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.

--
Dave Page
PostgreSQL Core Team
http://www.postgresql.org/

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-10-18 12:41:40 Re: pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.
Previous Message Heikki Linnakangas 2016-10-18 11:18:21 Re: pgsql: Use OpenSSL EVP API for symmetric encryption in pgcrypto.