Re: Refactoring HMAC in the core code
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Bruce Momjian <bruce@momjian.us>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>, Daniel Gustafsson <daniel@yesql.se>
Date: 2021-04-03T10:02:54Z
Lists: pgsql-hackers
Attachments
- hmac_funcs.tar.gz (application/gzip)
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
Commits
-
Refactor HMAC implementations
- e6bdfd9700eb 14.0 landed