Re: Refactor MD5 implementations and switch to EVP for OpenSSL
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-12-10T03:02:26Z
Lists: pgsql-hackers
On Wed, Dec 09, 2020 at 01:52:32PM +0100, Daniel Gustafsson wrote: > 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). Good catch. I have fixed this one, looked again at the code this morning, did more tests on Linux/Windows with/without OpenSSL, and finally committed the patch. -- Michael
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