pgsql: Base the default SSL ciphers on DEFAULT instead of ALL - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Base the default SSL ciphers on DEFAULT instead of ALL
Date
Msg-id E1Tvq87-0003KT-3l@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Make size-output fixed length in pg_basebackup verbose mode
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Make GiST indexes on-disk compatible with 9.2 again.