Re: Problems with GSS encryption and SSL in libpq in 12~

2020-05-02 Thread Stephen Frost
Greetings, * Michael Paquier (mich...@paquier.xyz) wrote: > On Mon, Apr 06, 2020 at 04:25:57PM +0900, Michael Paquier wrote: > > It is possible to enforce this flag to false by using > > gssencmode=disable, but that's not really user-friendly in my opinion > > because nobody is going to remember

Re: Problems with GSS encryption and SSL in libpq in 12~

2020-05-02 Thread Stephen Frost
Greetings, * Michael Paquier (mich...@paquier.xyz) wrote: > A quick make check with Postgres 11 and 12 for src/test/ssl/ shows a > lot of difference in run time, using the same set of options with SSL > and the same compilation flags (OpenSSL 1.1.1f, with debugging and > assertions enabled among

Re: Problems with GSS encryption and SSL in libpq in 12~

2020-04-06 Thread Michael Paquier
On Mon, Apr 06, 2020 at 04:25:57PM +0900, Michael Paquier wrote: > It is possible to enforce this flag to false by using > gssencmode=disable, but that's not really user-friendly in my opinion > because nobody is going to remember that for connection strings with > SSL settings so a lot of

Problems with GSS encryption and SSL in libpq in 12~

2020-04-06 Thread Michael Paquier
Hi all, A quick make check with Postgres 11 and 12 for src/test/ssl/ shows a lot of difference in run time, using the same set of options with SSL and the same compilation flags (OpenSSL 1.1.1f, with debugging and assertions enabled among other things FWIW), with 12 taking up to five minutes to