Skip to content

Commit

Permalink
Merge pull request #8207 from mcagriaksoy/branch_old_try
Browse files Browse the repository at this point in the history
Fixes log level for got supported group message
  • Loading branch information
gilles-peskine-arm authored Sep 15, 2023
2 parents 865730e + 7f84471 commit 170be45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog.d/fix-log-level-msg.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Bugfix
* Fix log level for the got supported group message. Fixes #6765
2 changes: 1 addition & 1 deletion library/ssl_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ static int ssl_write_supported_groups_ext(mbedtls_ssl_context *ssl,
for (; *group_list != 0; group_list++) {
int propose_group = 0;

MBEDTLS_SSL_DEBUG_MSG(1, ("got supported group(%04x)", *group_list));
MBEDTLS_SSL_DEBUG_MSG(3, ("got supported group(%04x)", *group_list));

#if defined(MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_SOME_EPHEMERAL_ENABLED)
if (flags & SSL_WRITE_SUPPORTED_GROUPS_EXT_TLS1_3_FLAG) {
Expand Down

0 comments on commit 170be45

Please sign in to comment.