Re: Some more hackery around cryptohashes (some fixes + SHA1)

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>
Subject: Re: Some more hackery around cryptohashes (some fixes + SHA1)
Date: 2021-01-07 03:41:42
Message-ID: X/aC9jgDQKACPsJv@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
v3-0001-Introduce-SHA1-in-cryptohash-infrastructure.patch text/x-diff 32.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2021-01-07 03:42:19 Re: [PATCH] Feature improvement for CLOSE, FETCH, MOVE tab completion
Previous Message Tom Lane 2021-01-07 03:39:47 Re: plpgsql variable assignment with union is broken