Re: PostgreSQL 7.3.3 with pgcrypto on FreeBSD 5.1
| От | Tom Lane |
|---|---|
| Тема | Re: PostgreSQL 7.3.3 with pgcrypto on FreeBSD 5.1 |
| Дата | |
| Msg-id | 4254.1059706676@sss.pgh.pa.us обсуждение |
| Ответ на | Re: PostgreSQL 7.3.3 with pgcrypto on FreeBSD 5.1 (Sean Chittenden <sean@chittenden.org>) |
| Ответы |
Re: PostgreSQL 7.3.3 with pgcrypto on FreeBSD 5.1
|
| Список | pgsql-bugs |
Sean Chittenden <sean@chittenden.org> writes:
>> 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?
regards, tom lane
В списке pgsql-bugs по дате отправления: