pgsql: Base the default SSL ciphers on DEFAULT instead of ALL

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Base the default SSL ciphers on DEFAULT instead of ALL
Дата
Msg-id E1Tvq87-0003KT-3l@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Base the default SSL ciphers on DEFAULT instead of ALL

It's better to start from what the OpenSSL people consider a good
default and then remove insecure things (low encryption, exportable
encryption and md5 at this point) from that, instead of starting
from everything that exists and remove from that. We trust the
OpenSSL people to make good choices about what the default is.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bba486f372ffa28d6a0b70a6b0ad7065429213d0

Modified Files
--------------
src/backend/utils/misc/guc.c                  |    2 +-
src/backend/utils/misc/postgresql.conf.sample |    2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Make size-output fixed length in pg_basebackup verbose mode
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Make GiST indexes on-disk compatible with 9.2 again.