Re: PostgreSQL 7.3.3 with pgcrypto on FreeBSD 5.1 - Mailing list pgsql-bugs

From Sean Chittenden
Subject Re: PostgreSQL 7.3.3 with pgcrypto on FreeBSD 5.1
Date
Msg-id 20030802061259.GB24596@perrin.int.nxad.com
Whole thread Raw
In response to Re: PostgreSQL 7.3.3 with pgcrypto on FreeBSD 5.1  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
> >> testdb=# SELECT crypt('lalalal',gen_salt('md5'));
> >> server closed the connection unexpectedly
>
> > FWIW, I can confirm this, but I don't think it's a FreeBSD specific
> > problem given that the backend dies inside of an OpenSSL routine.
>
> Works fine here:
>
> regression=# SELECT crypt('lalalal',gen_salt('md5'));
>                crypt
> ------------------------------------
>  $1$2tnDkstz$e2vTadSh2zGH4yh51Ocbu0
> (1 row)
>
> "here" being Red Hat 8.0 with these OpenSSL packages:
>
> openssl095a-0.9.5a-16
> openssl-devel-0.9.6b-29
> openssl-perl-0.9.6b-29
> openssl-0.9.6b-29
> openssl096-0.9.6-11
>
> What OpenSSL release are you using?

0.9.7a, which lends weight to the theory of shifting internals...

-sc

--
Sean Chittenden

pgsql-bugs by date:

Previous
From: Sean Chittenden
Date:
Subject: Re: PostgreSQL 7.3.3 with pgcrypto on FreeBSD 5.1
Next
From: garrick
Date:
Subject: html tarball not found in doc/Makefile