Re: Porting issue with openssl and no /dev/random

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Porting issue with openssl and no /dev/random
Дата
Msg-id 14369.1004390060@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Porting issue with openssl and no /dev/random  (Bruno Wolff III <bruno@cerberus.csd.uwm.edu>)
Ответы Re: Porting issue with openssl and no /dev/random
Список pgsql-bugs
Bruno Wolff III <bruno@cerberus.csd.uwm.edu> writes:
> I installed the client part of postgres on a Compaq Alpha running tru64
> Unix 4 (or what they are calling it these days) using the openssl library.
> This machine does not have random device and openssl's library insists
> on some random data in order to start up. This prevented me from running
> the software as downloaded. I made some changes to fe-connect.c to
> read ~/.rnd for initial state so I could use the feature.

> This isn't exactly a postgres problem, but it may be that you can check
> for this case (no /dev/random and openssl) and call the ssl functions
> to get random state from a file.

I believe we discussed this awhile back and decided that it wasn't a
good idea for Postgres to hack around what is really an OpenSSL bug.
IIRC, the problem was supposed to be fixed in an upcoming OpenSSL
release; do you have the latest openssl?

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: ecpg - GRANT bug
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: postgresql-7.1.3 bugs