diff --git a/lib/TLS/src/Method.cpp b/lib/TLS/src/Method.cpp index 4b6066b..46f41bf 100644 --- a/lib/TLS/src/Method.cpp +++ b/lib/TLS/src/Method.cpp @@ -1105,6 +1105,9 @@ void eap::method_tls::process_handshake(_In_bytecount_(msg_size) const void *_ms msg = rec_end; } + + CryptHashData(m_hash_handshake_msgs_md5 , (const BYTE*)_msg, (DWORD)msg_size, 0); + CryptHashData(m_hash_handshake_msgs_sha1, (const BYTE*)_msg, (DWORD)msg_size, 0); }