Check channel binding flag at end of SCRAM exchange
Peter Eisentraut <peter_e@gmx.net>
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>
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/auth-scram.c | modified | +8 −3 |
| src/interfaces/libpq/fe-auth-scram.c | modified | +4 −0 |