From d5cf74c7da74686060a4b155e5f4941ddd4100e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Mon, 13 Apr 2026 11:38:07 +0200 Subject: [PATCH] ECDH: update comment to reference new test fucntion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- tests/suites/test_suite_ecdh.function | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/suites/test_suite_ecdh.function b/tests/suites/test_suite_ecdh.function index 0bae4c46d0..d65513c6e9 100644 --- a/tests/suites/test_suite_ecdh.function +++ b/tests/suites/test_suite_ecdh.function @@ -495,10 +495,8 @@ void ecdh_exchange_calc_secret(int grp_id, shared_secret_length = 0; /* Try again with an output buffer that's larger. */ - /* Note: this doubles as a weak test for re-using a context. A proper test - * for static ECDH with context re-use should also import multiple peer keys - * in a row and compute the corresponding shared secrets, but the below is - * already better then nothing. */ + /* Note: this doubles as a weak test for re-using a context. + * For a proper test, see ecdh_context_reuse(). */ TEST_CALLOC(buf, min_buf_size + 1); TEST_EQUAL(0, mbedtls_ecdh_calc_secret(