Add debugging output to confirm that PSA was used for ECDHE
This commit is contained in:
parent
c14a3bb5a6
commit
0a94a64bbd
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user