mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-25 09:02:48 +00:00
Added debug print in tls13 ssl_tls13_write_key_share_ext
Signed-off-by: Nadav Tasher <tashernadav@gmail.com>
This commit is contained in:
parent
3aefa5b705
commit
8bfa04a182
@ -318,6 +318,7 @@ static int ssl_tls13_write_key_share_ext(mbedtls_ssl_context *ssl,
|
|||||||
ssl, group_id, p, end, &key_exchange_len);
|
ssl, group_id, p, end, &key_exchange_len);
|
||||||
p += key_exchange_len;
|
p += key_exchange_len;
|
||||||
if (ret != 0) {
|
if (ret != 0) {
|
||||||
|
MBEDTLS_SSL_DEBUG_MSG(1, ("client hello: failed generating xxdh key exchange"));
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user