pgsql: Remove support for OpenSSL versions older than 0.9.8.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Remove support for OpenSSL versions older than 0.9.8.
Дата
Msg-id E1beQB8-0008SK-Ok@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Translation updates
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Stamp 9.6rc1.