1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-15 19:21:59 +03:00
Files
postgres/src
Heikki Linnakangas 1c9b6e818f Verify that the server constructed the SCRAM nonce correctly.
The nonce consists of client and server nonces concatenated together. The
client checks the nonce contained the client nonce, but it would get fooled
if the server sent a truncated or even empty nonce.

Reported by Steven Fackler to security@postgresql.org. Neither me or Steven
are sure what harm a malicious server could do with this, but let's fix it.
2017-05-23 05:55:19 -04:00
..
2017-05-22 09:10:02 +02:00
2017-05-17 19:01:23 -04:00
2017-05-17 16:31:56 -04:00
2017-05-17 19:01:23 -04:00
2017-05-17 16:31:56 -04:00
2017-05-17 19:01:23 -04:00
2017-02-17 08:56:57 -05:00