Add debugging output to confirm that PSA was used for ECDHE

This commit is contained in:
Hanno Becker 2019-01-11 14:35:30 +00:00
parent c14a3bb5a6
commit 0a94a64bbd

View File

@ -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.
*/