From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Remove SHA256_HMAC_B from scram-common.h |
Date: | 2022-12-14 00:52:08 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Remove SHA256_HMAC_B from scram-common.h
This referred to the size of the buffers for k_ipad and k_opad in HMAC
computations. This is unused since e6bdfd9, where SCRAM has switched to
the cryptohash routines for its HMAC calculations rather than its own
maths.
Reviewed-by: Jacob Champion
Discussion: https://postgr.es/m/[email protected]
Branch
------
master
Modified Files
--------------
src/include/common/scram-common.h | 3 ---
1 file changed, 3 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Davis | 2022-12-14 01:35:59 | pgsql: Add grantable MAINTAIN privilege and pg_maintain role. |
Previous Message | Tom Lane | 2022-12-13 19:24:14 | pgsql: Rethink handling of [Prevent|Is]InTransactionBlock in pipeline m |