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

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

From
Magnus Hagander
Date:
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(-)