Skip to content

Commit

Permalink
Added debug print in tls13 ssl_tls13_write_key_share_ext
Browse files Browse the repository at this point in the history
Signed-off-by: Nadav Tasher <[email protected]>
  • Loading branch information
NadavTasher committed Nov 25, 2024
1 parent 3aefa5b commit 8bfa04a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/ssl_tls13_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ static int ssl_tls13_write_key_share_ext(mbedtls_ssl_context *ssl,
ssl, group_id, p, end, &key_exchange_len);
p += key_exchange_len;
if (ret != 0) {
MBEDTLS_SSL_DEBUG_MSG(1, ("client hello: failed generating xxdh key exchange"));
return ret;
}

Expand Down

0 comments on commit 8bfa04a

Please sign in to comment.