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
  • Loading branch information
NadavTasher committed Nov 23, 2024
1 parent 3aefa5b commit b9a0cd1
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 b9a0cd1

Please sign in to comment.