Re: Some more hackery around cryptohashes (some fixes + SHA1) - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Some more hackery around cryptohashes (some fixes + SHA1)
Date
Msg-id X/aC9jgDQKACPsJv@paquier.xyz
Whole thread Raw
In response to Re: Some more hackery around cryptohashes (some fixes + SHA1)  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Some more hackery around cryptohashes (some fixes + SHA1)  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: plpgsql variable assignment with union is broken
Next
From: Masahiko Sawada
Date:
Subject: Re: [PATCH] Feature improvement for CLOSE, FETCH, MOVE tab completion