]> git.ipfire.org Git - thirdparty/hostap.git/commit
Allow non-FIPS MD5 to be used with TLS PRF even in FIPS mode
authorJouni Malinen <j@w1.fi>
Sun, 16 Aug 2009 15:56:48 +0000 (18:56 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 16 Aug 2009 15:56:48 +0000 (18:56 +0300)
commitff916b9df7ec5f691c7adca5cae059158a09d06f
treec6a70161e98f0cfe92eae008abe56a9f518079ff
parentbe299ca4ce9423cfc4fd30182bd1f9f6742bb200
Allow non-FIPS MD5 to be used with TLS PRF even in FIPS mode

This is allowed per FIPS1402IG.pdf since the TLS PRF depends fully on
both MD5 and SHA-1.
src/crypto/crypto.h
src/crypto/crypto_openssl.c
src/crypto/md5-non-fips.c [new file with mode: 0644]
src/crypto/md5.h
src/crypto/sha1-tlsprf.c
wpa_supplicant/Makefile