Re: pgsql: Refactor libpq state machine for negotiating encryption - Mailing list pgsql-committers

From Thomas Munro
Subject Re: pgsql: Refactor libpq state machine for negotiating encryption
Date
Msg-id CA+hUKG+HRTtB+x+KKKj_cfX6sNhbeGuqmGxjGMwdVPG7YGFP8w@mail.gmail.com
Whole thread Raw
In response to [MASSMAIL]pgsql: Refactor libpq state machine for negotiating encryption  (Heikki Linnakangas <heikki.linnakangas@iki.fi>)
Responses Re: pgsql: Refactor libpq state machine for negotiating encryption
List pgsql-committers
On Mon, Apr 8, 2024 at 1:25 PM Heikki Linnakangas
<heikki.linnakangas@iki.fi> wrote:
> Refactor libpq state machine for negotiating encryption
>
> This fixes the few corner cases noted in commit 705843d294, as shown
> by the changes in the test.
>
> Author: Heikki Linnakangas, Matthias van de Meent
> Reviewed-by: Jacob Champion

If -Dssl=none and -Dgssapi=disabled, compilation of fe-connect.c
fails: call to undeclared function 'encryption_negotiation_failed'.  I
didn't look too hard, but maybe ENABLE_GSS and USE_GSS are confused?



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [MASSMAIL]pgsql: Fix plpgsql's handling of -- comments following expressions.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Refactor libpq state machine for negotiating encryption