Re: [PATCH] add ssl_protocols configuration option - Mailing list pgsql-hackers

From Dag-Erling Smørgrav
Subject Re: [PATCH] add ssl_protocols configuration option
Date
Msg-id 86zjcmzqlp.fsf@nine.des.no
Whole thread Raw
In response to Re: [PATCH] add ssl_protocols configuration option  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: [PATCH] add ssl_protocols configuration option
Re: [PATCH] add ssl_protocols configuration option
List pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> OpenSSL just announced a week or two ago that they're abandoning support
> for 0.9.8 by the end of next year[1], which means its replacements have
> been around for a really long time.

RHEL5 still has 0.9.8e with backported patches and will be supported
until 2017-03-31.

FreeBSD 8.4, 9.1, 9.2 and 9.3 all have 0.9.8y with backported patches.
8.4, 9.1 and 9.2 all expire before OpenSSL 0.9.8, but 9.3 will be
supported until 2016-12-31.

0.9.8 and 1.0.1 are not binary compatible, so upgrading is *not* an
option.  We (as in FreeBSD) will have to make do - either develop our
own patches or adapt RedHat's.

> OpenSSL 0.9.7 has already not gotten fixes for all the latest flurry of
> security issues, so anyone *is* using SSL but not at least the 0.9.8
> branch, they are in trouble.

The latest 0.9.8 still only has TLS 1.0, unless they're planning to
backport 1.1 and 1.2 (which I seriously doubt).

DES
--
Dag-Erling Smørgrav - des@des.no



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Deferring some AtStart* allocations?
Next
From: Borodin Vladimir
Date:
Subject: ExclusiveLock on extension of relation with huge shared_buffers