Re: SSL renegotiation - Mailing list pgsql-hackers

From Noah Misch
Subject Re: SSL renegotiation
Date
Msg-id 20130716231949.GB55849@tornado.leadboat.com
Whole thread Raw
In response to Re: SSL renegotiation  (David Fetter <david@fetter.org>)
List pgsql-hackers
On Tue, Jul 16, 2013 at 10:41:44AM -0700, David Fetter wrote:
> On Fri, Jul 12, 2013 at 08:51:52PM -0400, Noah Misch wrote:
> > Agreed.  The OpenSSL Project last applied a security fix to 0.9.6
> > over eight years ago.  Compatibility with 0.9.6 has zero or negative
> > value.
> 
> You've made a persuasive case that we should actively break backward
> compatibility here.  Would that be complicated to do?

Nope.  If Alvaro's code change builds under 0.9.6, malfunctioning only at
runtime, I suspect we would add a "configure"-time version check and possibly
a runtime one as well.

-- 
Noah Misch
EnterpriseDB                                 http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: XLogInsert scaling, revisited
Next
From: Noah Misch
Date:
Subject: Re: findDependentObjects() mutual exclusion vs. MVCC catalog scans