pgsql: Use existing SSL certs in LDAP tests instead of generating them - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Use existing SSL certs in LDAP tests instead of generating them
Date
Msg-id E1p7eA8-004ZU4-Ry@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use existing SSL certs in LDAP tests instead of generating them

The SSL test suite has a bunch of pre-existing certificates, so it's
better simply to use what we already have than generate new certificates
each time the LDAP tests are run.

Discussion: https://postgr.es/m/bc305c7a-f390-44f2-2e82-9bcaec6108da@dunslane.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f03bd5717eaf31569ca797a2f7d65608f88ac2a2

Modified Files
--------------
src/test/ldap/Makefile      |  1 -
src/test/ldap/meson.build   |  1 -
src/test/ldap/t/001_auth.pl | 19 ++++++++-----------
src/test/ssl/README         |  5 +++++
4 files changed, 13 insertions(+), 13 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Add copyright notices to meson files
Next
From: Michael Paquier
Date:
Subject: pgsql: Switch some system functions to use get_call_result_type()