Re: Avoid generating SSL certs for LDAP tests

2022-12-20 Thread Andrew Dunstan
On 2022-12-19 Mo 11:04, Andrew Dunstan wrote: > On 2022-12-19 Mo 10:25, Tom Lane wrote: >> Andrew Dunstan writes: >>> 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

Re: Avoid generating SSL certs for LDAP tests

2022-12-19 Thread Andrew Dunstan
On 2022-12-19 Mo 10:25, Tom Lane wrote: > Andrew Dunstan writes: >> 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

Re: Avoid generating SSL certs for LDAP tests

2022-12-19 Thread Tom Lane
Andrew Dunstan writes: > 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

Avoid generating SSL certs for LDAP tests

2022-12-19 Thread Andrew Dunstan
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