Re: Refactoring HMAC in the core code

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>
Subject: Re: Refactoring HMAC in the core code
Date: 2021-04-03 10:02:54
Message-ID: YGg8X+AhUhNxWpg2@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Apr 02, 2021 at 10:10:36AM -0400, Bruce Momjian wrote:
> Works for me.

Thanks. I got to spend some time on this stuff again today and did a
complete review, without noticing any issues except some indentation
that was strange so I have applied it. Attached is a small extension
I have used for some of my tests to validate the implementations.
This uses some result samples one can find on Wikipedia at [1], for
instance.

[1]: https://en.wikipedia.org/wiki/HMAC
--
Michael

Attachment Content-Type Size
hmac_funcs.tar.gz application/gzip 2.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Erik Rijkers 2021-04-03 12:01:38 fix old confusing JSON example
Previous Message Joel Jacobson 2021-04-03 09:54:56 Re: [PATCH] Implement motd for PostgreSQL