Remove outdated documentation of mbedtls_ssl_tls1_3_derive_secret()

Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
Hanno Becker 2020-09-09 13:00:29 +01:00
parent 0c42fd94bb
commit 5cfc7245c8

View File

@ -158,10 +158,6 @@ int mbedtls_ssl_tls1_3_make_traffic_keys(
* Hash.Length ) )
* </tt>
*
* Note: In this implementation of the function we assume that
* the parameter message contains the already hashed value and
* the Derive-Secret function does not need to hash it again.
*
* \param hash_alg The identifier for the hash function used for the
* applications of HKDF.
* \param secret The \c Secret argument to the \c Derive-Secret function.