Re: pgsql: Add tests for libpq gssencmode and sslmode options

2024-04-10 Thread Heikki Linnakangas
On 10/04/2024 17:48, Peter Eisentraut wrote: On 08.04.24 01:50, Heikki Linnakangas wrote: Add tests for libpq gssencmode and sslmode options Why aren't these tests at src/interfaces/libpq/t/nnn_negotiate_encryption.pl ? To be honest, it never occurred to me. It started out as extra tests un

Re: pgsql: Add tests for libpq gssencmode and sslmode options

2024-04-10 Thread Peter Eisentraut
On 08.04.24 01:50, Heikki Linnakangas wrote: Add tests for libpq gssencmode and sslmode options Why aren't these tests at src/interfaces/libpq/t/nnn_negotiate_encryption.pl ? Test all combinations of gssencmode, sslmode, whether the server supports SSL and/or GSSAPI encryption, and whether

pgsql: Add tests for libpq gssencmode and sslmode options

2024-04-07 Thread Heikki Linnakangas
Add tests for libpq gssencmode and sslmode options Test all combinations of gssencmode, sslmode, whether the server supports SSL and/or GSSAPI encryption, and whether they are accepted by pg_hba.conf. This is in preparation for refactoring that code in libpq, and for adding a new option for "direc