pgsql: Check channel binding flag at end of SCRAM exchange

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Check channel binding flag at end of SCRAM exchange
Дата
Msg-id E1eKmhy-0005bd-4e@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pg_basebackup: Fix progress messages when writing to a file
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix uninitialized memory reference.