Re: [PATCH] configure-time knob to set default ssl ciphers

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Pavel Raiskup <praiskup(at)redhat(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] configure-time knob to set default ssl ciphers
Date: 2017-02-08 05:44:35
Message-ID: 2e6584e3-5224-2373-84ca-ed61210bc9f1@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2/7/17 11:21 AM, Tom Lane wrote:
> A compromise that might be worth considering is to introduce
>
> #define PG_DEFAULT_SSL_CIPHERS "HIGH:MEDIUM:+3DES:!aNULL"
>
> into pg_config_manual.h, which would at least give you a reasonably
> stable target point for a long-lived patch.

You'd still need to patch postgresql.conf.sample somehow.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-02-08 06:05:08 Re: [PATCH] configure-time knob to set default ssl ciphers
Previous Message Tom Lane 2017-02-08 04:49:03 Re: drop support for Python 2.3