From 5cfc7245c81f4f295a6ee3de68ca4de0fcabb8e2 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Wed, 9 Sep 2020 13:00:29 +0100 Subject: [PATCH] Remove outdated documentation of mbedtls_ssl_tls1_3_derive_secret() Signed-off-by: Hanno Becker --- library/ssl_tls13_keys.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/library/ssl_tls13_keys.h b/library/ssl_tls13_keys.h index 9838f48cd..7a9e5c94a 100644 --- a/library/ssl_tls13_keys.h +++ b/library/ssl_tls13_keys.h @@ -158,10 +158,6 @@ int mbedtls_ssl_tls1_3_make_traffic_keys( * Hash.Length ) ) * * - * 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.