Re: settings to control SSL/TLS protocol version - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: settings to control SSL/TLS protocol version
Date
Msg-id d0d81afa-a417-78cd-6c6b-f7c18203e764@2ndquadrant.com
Whole thread Raw
In response to Re: settings to control SSL/TLS protocol version  (Steve Singer <steve@ssinger.info>)
List 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
butit 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


pgsql-hackers by date:

Previous
From: Melanie Plageman
Date:
Subject: Re: BUG #15160: planner overestimates number of rows in join whenthere are more than 200 rows coming from CTE
Next
From: Peter Eisentraut
Date:
Subject: Re: pg_stat_ssl additions