Re: Improve errors when setting incorrect bounds for SSL protocols - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Improve errors when setting incorrect bounds for SSL protocols
Date
Msg-id 5467709A-F3D3-4FD6-800D-7DC8C2FB27BB@yesql.se
Whole thread Raw
In response to Re: Improve errors when setting incorrect bounds for SSL protocols  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Improve errors when setting incorrect bounds for SSL protocols
List pgsql-hackers
> On 6 Feb 2020, at 20:04, Tom Lane <tgl@sss.pgh.pa.us> wrote:

> I think this should be reverted.  Perhaps there's a way to do it without
> these problems, but we failed to find one in the past.

Or change to the v1 patch in this thread, which avoids the problem by doing it
in the OpenSSL code.  It's a shame to have generic TLS functionality be OpenSSL
specific when everything else TLS has been abstracted, but not working is
clearly a worse option.

cheers ./daniel


pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Memory-Bounded Hash Aggregation
Next
From: Thomas Munro
Date:
Subject: Getting rid of some more lseek() calls