Re: Backend SSL configuration enhancement

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Backend SSL configuration enhancement
Дата
Msg-id 26942.1156947242@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Backend SSL configuration enhancement  ("Victor B. Wagner" <vitus@cryptocom.ru>)
Ответы Re: Backend SSL configuration enhancement  ("Victor B. Wagner" <vitus@cryptocom.ru>)
Список pgsql-patches
"Victor B. Wagner" <vitus@cryptocom.ru> writes:
> This patch adds two new configuration diretives to postgresql.conf file
> 1. ssl_ciphers  - allows server administrator to  specify set of SSL
> ciphersuites which can be used by clients to connect  the server.
> 2. ssl_engine - allows  to specify loadable crypto engin (i.e. hardware
> crypto accelerator support) to use.

Why are either of these useful?  What are the compatibility implications
of changing them?  Does the addition of the engine-load code break
compatibility with older OpenSSL releases?

            regards, tom lane

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

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: [HACKERS] Interval aggregate regression failure (expected seems
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Updatable views