Обсуждение: pgsql: Remove support for OpenSSL versions older than 0.9.8.

Поиск
Список
Период
Сортировка

pgsql: Remove support for OpenSSL versions older than 0.9.8.

От
Heikki Linnakangas
Дата:
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(-)