Re: PostgreSQL 7.3.3 with pgcrypto on FreeBSD 5.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sean Chittenden <sean(at)chittenden(dot)org>
Cc: Alex Rodin <alx(at)sm(dot)ukrtel(dot)net>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: PostgreSQL 7.3.3 with pgcrypto on FreeBSD 5.1
Date: 2003-08-04 00:04:42
Message-ID: 4713.1059955482@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Sean Chittenden <sean(at)chittenden(dot)org> writes:
>> Perhaps the problem is that Marko didn't fix the crypt() code in the
>> same way?

> Ah, I think that's _very_ likely the case here... -sc

I updated to openssl 0.9.7b on my HPUX machine, and still do not see any
failure in

regression=# SELECT crypt('lalalal',gen_salt('md5'));
crypt
------------------------------------
$1$.yzzlyzz$W8vpUQ3Nonx20vchlBQye/
(1 row)

So it seems that OpenSSL version is not the issue --- or at least not
the whole story. Maybe there is some platform-dependency here too.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sean Chittenden 2003-08-04 00:10:52 Re: PostgreSQL 7.3.3 with pgcrypto on FreeBSD 5.1
Previous Message Nick Fankhauser 2003-08-02 17:16:43 Re: pg_dump failure in tar format.