[COMMITTERS] pgsql: Increase SCRAM salt length - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Increase SCRAM salt length
Date
Msg-id E1dkwky-0002Iz-Sn@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Increase SCRAM salt length

The original value 12 was set based on RFC 5802 for SCRAM-SHA-1, but RFC
7677 for SCRAM-SHA-256 uses 16, so use that.  (This does not affect the
validity of already stored verifiers.)

Discussion: https://www.postgresql.org/message-id/flat/12cc9297-7e05-932f-d863-765e5626ead4%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fe7774144d5c3f3a2941a2ca51e61352e4005991

Modified Files
--------------
src/include/common/scram-common.h | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Make new regression test case parallel-safe,and improve its out
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: pg_upgrade: Remove dead code