]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Place all md4/md5 functions in a struct and swap the pointer where we're building... developer/arr2036 master
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 13 Aug 2025 02:17:44 +0000 (20:17 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 13 Aug 2025 02:17:44 +0000 (20:17 -0600)
commit8a57adb3b04134c495e28846a4f214f0f6f7da0e
tree4df03a2a89f34597d197443e10639bbeb22bf25e
parent09875132669b0d3fb6975579dd518c1149ea9b79
Place all md4/md5 functions in a struct and swap the pointer where we're building with OpenSSL !fips

This prevents potential skew during startup
src/lib/util/md4.c
src/lib/util/md4.h
src/lib/util/md5.c
src/lib/util/md5.h