Re: settings to control SSL/TLS protocol version

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Steve Singer <steve(at)ssinger(dot)info>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: settings to control SSL/TLS protocol version
Date: 2018-11-20 21:24:21
Message-ID: d0d81afa-a417-78cd-6c6b-f7c18203e764@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 04/11/2018 04:24, Steve Singer wrote:
> The feature seems useful a lot of application servers are implementing minimal TLS protocol versions.
> I don't see a way to restrict libpq to only connect with certain protocol versions. Maybe that is a separate patch but it would make this feature harder to test in the future.

Client-side support could be separate patch, yes. It seems less important.

> I am updating the patch status to ready for committer.
>
> The new status of this patch is: Ready for Committer

Committed with the change 'any' -> '' that was discussed elsewhere in
the thread. Thanks.

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2018-11-20 21:41:51 Re: pg_stat_ssl additions
Previous Message Melanie Plageman 2018-11-20 20:24:59 Re: BUG #15160: planner overestimates number of rows in join when there are more than 200 rows coming from CTE