Re: Some more hackery around cryptohashes (some fixes + SHA1)
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Cc: Daniel Gustafsson <daniel@yesql.se>
Date: 2021-01-07T03:41:42Z
Lists: pgsql-hackers
Attachments
- v3-0001-Introduce-SHA1-in-cryptohash-infrastructure.patch (text/x-diff) patch v3-0001
On Mon, Dec 14, 2020 at 12:48:15PM +0900, Michael Paquier wrote: > This is a nice cleanup, so I have moved ahead and applied it. A > rebased version of the SHA1 business is attached. Rebased version attached to address the conflicts caused by 55fe26a. I have fixed three places in pgcrypto where this missed to issue an error if one of the init/update/final cryptohash calls failed for SHA1. -- Michael
Commits
-
Introduce SHA1 implementations in the cryptohash infrastructure
- a8ed6bb8f4cf 14.0 landed
-
Improve some code around cryptohash functions
- 9b584953e7bf 14.0 landed