Prepare for multiple TLS PRF functions by renaming the SHA1+MD5 based TLS PRF function to more specific name and add tls_prf() within the internal TLS implementation as a wrapper for this for now. Signed-hostap: Jouni Malinen <j@w1.fi>
Signed-hostap: Jouni Malinen <j@w1.fi>
This is allowed per FIPS1402IG.pdf since the TLS PRF depends fully on both MD5 and SHA-1.
Instead of using a define and conditional building of sha1.c parts, move the TLS PRF implementation into a separate file.