mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-08 09:39:58 +00:00
In mbedtls_ssl_get_key_exchange_md_tls1_2, add an output parameter for the hash length. The code that calls this function can currently do without it, but it will need the hash length in the future, when adding support for a third-party callback to calculate the signature of the hash.