pgsql: Check channel binding flag at end of SCRAM exchange - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Check channel binding flag at end of SCRAM exchange
Date
Msg-id E1eKmhy-0005bd-4e@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Check channel binding flag at end of SCRAM exchange

We need to check whether the channel-binding flag encoded in the
client-final-message is the same one sent in the client-first-message.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/86ab28fbd19a6a0742a7f66e69a595b61eb13d00

Modified Files
--------------
src/backend/libpq/auth-scram.c       | 11 ++++++++---
src/interfaces/libpq/fe-auth-scram.c |  4 ++++
2 files changed, 12 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pg_basebackup: Fix progress messages when writing to a file
Next
From: Robert Haas
Date:
Subject: pgsql: Fix uninitialized memory reference.