pgsql: Update and clarify ssl_ciphers default

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Update and clarify ssl_ciphers default
Дата
Msg-id E1WI6xH-0002nU-91@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Update and clarify ssl_ciphers default

- Write HIGH:MEDIUM instead of DEFAULT:!LOW:!EXP for clarity.
- Order 3DES last to work around inappropriate OpenSSL default.
- Remove !MD5 and @STRENGTH, because they are irrelevant.
- Add clarifying documentation.

Effectively, the new default is almost the same as the old one, but it
is arguably easier to understand and modify.

Author: Marko Kreen <markokr@gmail.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/32001ab0b7b4ee143e195f100543f531757a555b

Modified Files
--------------
doc/src/sgml/config.sgml                      |   65 +++++++++++++++++++++++--
src/backend/utils/misc/guc.c                  |    2 +-
src/backend/utils/misc/postgresql.conf.sample |    2 +-
3 files changed, 64 insertions(+), 5 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Increase work_mem and maintenance_work_mem defaults by 4x
Следующее
От: Thom Brown
Дата:
Сообщение: Re: pgsql: Introduce replication slots.