]> granicus.if.org Git - postgresql/commit
Base the default SSL ciphers on DEFAULT instead of ALL
authorMagnus Hagander <magnus@hagander.net>
Thu, 17 Jan 2013 14:04:44 +0000 (15:04 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 17 Jan 2013 14:04:44 +0000 (15:04 +0100)
commitbba486f372ffa28d6a0b70a6b0ad7065429213d0
treef1c476a22d1d1bca8f37d25f8df668cca5334dd3
parent4eebf1309f07ada30b0338991cea848ed827ed64
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.
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample