From 0a94a64bbdeb16f77cc07abe48a06a26b1e889d7 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Fri, 11 Jan 2019 14:35:30 +0000 Subject: [PATCH] Add debugging output to confirm that PSA was used for ECDHE --- library/ssl_cli.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/ssl_cli.c b/library/ssl_cli.c index f2e227522..46ec50c15 100644 --- a/library/ssl_cli.c +++ b/library/ssl_cli.c @@ -3085,6 +3085,8 @@ static int ssl_write_client_key_exchange( mbedtls_ssl_context *ssl ) header_len = 4; + MBEDTLS_SSL_DEBUG_MSG( 1, ( "Perform PSA-based ECDH computation." ) ); + /* * Generate EC private key for ECDHE exchange. */