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 4713.1059955482@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  (Sean Chittenden <sean@chittenden.org>)
Список pgsql-bugs
Sean Chittenden <sean@chittenden.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

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: pg_dump failure in tar format.
Следующее
От: Sean Chittenden
Дата:
Сообщение: Re: PostgreSQL 7.3.3 with pgcrypto on FreeBSD 5.1