Re: Allowing SSL connection of v11 client to v10 server with SCRAM channel binding

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Allowing SSL connection of v11 client to v10 server with SCRAM channel binding
Date: 2017-11-28 16:04:38
Message-ID: 3fadce9e-8e4c-8637-86f5-38057f7dc436@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 11/22/17 21:08, Michael Paquier wrote:
> Yes, agreed. This patch looks good to me. In fe-auth-scram.c, it would
> be also nice to add a comment to keep in sync the logics in
> build_client_first_message() and build_client_final_message() which
> assign the cbind flag value.

Could you clarify what comment you would like to have added or changed?

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2017-11-28 16:07:45 Re: explain analyze output with parallel workers - question about meaning of information for explain.depesz.com
Previous Message Robert Haas 2017-11-28 15:52:10 Re: default range partition and constraint exclusion