Re: [PATCH] add ssl_protocols configuration option

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Dag-Erling Smørgrav <des(at)des(dot)no>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] add ssl_protocols configuration option
Date: 2014-10-17 11:39:52
Message-ID: CAB7nPqS1OvkS_qeiZbi=FxxQZyGmiwRYCuyAy=j34tTdfu4bKQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Oct 17, 2014 at 7:58 PM, Dag-Erling Smørgrav <des(at)des(dot)no> wrote:

> The default is "ALL:-SSLv2" in 9.0-9.3 and "ALL:-SSL" in 9.4 and up.
> This corresponds to the current hardcoded values, so the default
> behavior is unchanged, but the admin now has the option to select a
> different settings, e.g. if a serious vulnerability is found in TLS 1.0.
>
Please note that new features can only be added to the version currently in
development, aka 9.5. You should as well register your patch to the current
commit fest, I think you are still in time:
https://commitfest.postgresql.org/action/commitfest_view?id=24
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2014-10-17 11:44:16 Re: Wait free LW_SHARED acquisition - v0.9
Previous Message Fujii Masao 2014-10-17 11:12:18 Re: CREATE POLICY and RETURNING