]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Remove md5_vector() from CONFIG_FIPS=y builds
authorJouni Malinen <j@w1.fi>
Sat, 1 Aug 2015 13:53:55 +0000 (16:53 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 1 Aug 2015 18:08:06 +0000 (21:08 +0300)
commit4a26972dfc8dea98c28cee93ffbb59d757e9b557
treeae752b42ee43a8db34e95d1900709f6b3fb8c71e
parent835c89a16bc320b3aeea57d626a4fbc26724316e
OpenSSL: Remove md5_vector() from CONFIG_FIPS=y builds

MD5 is not allowed in such builds, so comment out md5_vector() from the
build to force compile time failures for cases that cannot be supported
instead of failing the MD5 operations at runtime. This makes it easier
to detect and fix accidental cases where MD5 could still be used in some
older protocols.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/crypto_openssl.c