Re: Refactor MD5 implementations and switch to EVP for OpenSSL
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Michael Paquier <michael@paquier.xyz>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-12-09T12:52:32Z
Lists: pgsql-hackers
> On 9 Dec 2020, at 06:47, Michael Paquier <michael@paquier.xyz> wrote: > In short, this seems rather committable to me. Agreed, this version of the patch looks good to me. I've looked over the attributions for the code movement and it seems to match now, and all tests pass etc. +1 on going ahead with this version. The tiniest level of nitpicking would be that md5.h doesn't have the /* PG_MD5_H */ comment on the #endif line (and it's even tinier since it's not even the fault of this patch - I just happened to notice when looking at that file). cheers ./daniel
Commits
-
Refactor MD5 implementations according to new cryptohash infrastructure
- b67b57a966af 14.0 landed
-
Remove md5.c check, add CVS log stamp. Update comments.
- 2ca65f716aee 7.2.1 cited
-
Add new files.
- 957613be18e6 7.2.1 cited