mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-10 08:59:05 +08:00
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;
|
header_len = 4;
|
||||||
|
|
||||||
|
MBEDTLS_SSL_DEBUG_MSG( 1, ( "Perform PSA-based ECDH computation." ) );
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Generate EC private key for ECDHE exchange.
|
* Generate EC private key for ECDHE exchange.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user