Avoid generating SSL certs for LDAP tests
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-12-19T14:52:45Z
Lists: pgsql-hackers
Attachments
- 0001-Use-existing-SSL-certs-in-LDAP-tests-instead-of-gene.patch (text/x-patch) patch 0001
We don't generate SSL certificates for running the SSL tests, but instead use pregenerated certificates that are part of our source code. This patch applies the same policy to the LDAP tests, and in fact simply reuses certificates from the SSL test suite by copying them. It won't save much but it should save a handful of cycles at run time. cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com
Commits
-
Use existing SSL certs in LDAP tests instead of generating them
- f03bd5717eaf 16.0 landed