Re: Thread-unsafe MD5 on big-endian systems with no OpenSSL
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Heikki Linnakangas <hlinnaka@iki.fi>, pgsql-hackers@postgresql.org
Date: 2024-08-06T15:11:23Z
Lists: pgsql-hackers
> On Aug 6, 2024, at 23:05, Robert Haas <robertmhaas@gmail.com> wrote: > On Tue, Aug 6, 2024 at 8:23 AM Heikki Linnakangas <hlinnaka@iki.fi> wrote: >> >> This only affects big-endian systems that are compiled without OpenSSL. > > LGTM. Nice catch, looks fine to me as well. -- Michael
Commits
-
Make fallback MD5 implementation thread-safe on big-endian systems
- 7696b2ea5241 14.14 landed
- a38f5f880d1e 15.9 landed
- 0583863e9e6e 16.5 landed
- ffac8ac48e40 17.0 landed
- 2676040df0b2 18.0 landed
-
Refactor MD5 implementations according to new cryptohash infrastructure
- b67b57a966af 14.0 cited