postgresql/src/interfaces/libpq
Michael Paquier 7b283d0e1d Remove support for OpenSSL 0.9.8 and 1.0.0
Support is out of scope from all the major vendors for these versions
(for example RHEL5 uses a version based on 0.9.8, and RHEL6 uses 1.0.1),
and it created some extra maintenance work.  Upstream has stopped
support of 0.9.8 in December 2015 and of 1.0.0 in February 2016.

Since b1abfec, note that the default SSL protocol version set with
ssl_min_protocol_version is TLSv1.2, whose support was added in OpenSSL
1.0.1, so there is no point to enforce ssl_min_protocol_version to TLSv1
in the SSL tests.

Author: Michael Paquier
Reviewed-by: Daniel Gustafsson, Tom Lane
Discussion: https://postgr.es/m/20191205083252.GE5064@paquier.xyz
2020-01-06 12:51:44 +09:00
..
po Translation updates 2019-06-17 15:30:20 +02:00
test Update copyrights for 2020 2020-01-01 12:21:45 -05:00
.gitignore Remove libpq-dist.rc 2019-10-23 07:10:09 +02:00
Makefile Update copyrights for 2020 2020-01-01 12:21:45 -05:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
exports.txt Remove PQsslpassword function 2019-12-07 09:20:53 -05:00
fe-auth-scram.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-auth.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-auth.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-connect.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-exec.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-gssapi-common.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-gssapi-common.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-lobj.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-misc.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-print.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-protocol2.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-protocol3.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-secure-common.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-secure-common.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-secure-gssapi.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-secure-openssl.c Remove support for OpenSSL 0.9.8 and 1.0.0 2020-01-06 12:51:44 +09:00
fe-secure.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
legacy-pqsignal.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
libpq-events.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
libpq-events.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
libpq-fe.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
libpq-int.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
libpq.rc.in Update copyrights for 2020 2020-01-01 12:21:45 -05:00
nls.mk Add missing source files to nls.mk 2019-07-06 15:03:21 +02:00
pg_service.conf.sample Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
pqexpbuffer.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
pqexpbuffer.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
pthread-win32.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
win32.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
win32.h Remove support for bcc and msvc standalone libpq builds 2017-04-11 15:22:21 +02:00

README

src/interfaces/libpq/README

This directory contains the C version of Libpq, the POSTGRES frontend library.