pgsql: Use existing SSL certs in LDAP tests instead of generating them

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use existing SSL certs in LDAP tests instead of generating them
Date: 2022-12-20 15:04:13
Message-ID: E1p7eA8-004ZU4-Ry@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Smith 2022-12-20 22:29:58 Re: pgsql: Doc: Explain about Column List feature.
Previous Message Andrew Dunstan 2022-12-20 12:59:21 pgsql: Add copyright notices to meson files