pgsql: Remove support for OpenSSL versions older than 0.9.8.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove support for OpenSSL versions older than 0.9.8.
Date: 2016-08-29 17:16:58
Message-ID: E1beQB8-0008SK-Ok@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove support for OpenSSL versions older than 0.9.8.

OpenSSL officially only supports 1.0.1 and newer. Some OS distributions
still provide patches for 0.9.8, but anything older than that is not
interesting anymore. Let's simplify things by removing compatibility code.

Andreas Karlsson, with small changes by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9b7cd59af1afcfbd786921d5cf73befb5fefa2f7

Modified Files
--------------
contrib/pgcrypto/openssl.c | 152 +------------------------------
doc/src/sgml/installation.sgml | 39 +++-----
doc/src/sgml/libpq.sgml | 3 +-
doc/src/sgml/pgcrypto.sgml | 18 +---
src/backend/libpq/be-secure-openssl.c | 8 +-
src/interfaces/libpq/fe-secure-openssl.c | 4 -
src/interfaces/libpq/libpq-int.h | 2 +-
7 files changed, 20 insertions(+), 206 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-08-29 20:23:23 pgsql: Stamp 9.6rc1.
Previous Message Robert Haas 2016-08-29 16:39:30 Re: [COMMITTERS] pgsql: Change the way that LWLocks for extensions are allocated.