tests: fix bitflip comment
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
diff --git a/tests/suites/test_suite_ssl.function b/tests/suites/test_suite_ssl.function
index 4d329a2..d63ed56 100644
--- a/tests/suites/test_suite_ssl.function
+++ b/tests/suites/test_suite_ssl.function
@@ -5607,9 +5607,8 @@
USE_PSA_INIT( );
/* Client side, force SECP256R1 to make one key bitflip fail
- * the raw key agreement. Flipping one bit with a Weierstrass
- * curve (as opposed to a Montgomery curve) has a high chance of
- * making it invalid. */
+ * the raw key agreement. Flipping the first byte makes the
+ * required 0x04 identifier invalid. */
TEST_EQUAL( mbedtls_endpoint_init( &client, MBEDTLS_SSL_IS_CLIENT,
MBEDTLS_PK_ECDSA, NULL, NULL,
NULL, iana_tls_group_list ), 0 );