Skip to content

Commit

Permalink
Enable MbedTLS debug ouput in Debug builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko committed Jan 8, 2024
1 parent a3bfaad commit 461465e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mbedtls_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,14 @@
#define MBEDTLS_AES_FEWER_TABLES
/* TLS 1.2 */
#define MBEDTLS_SSL_PROTO_TLS1_2
//#define MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED
#define MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED
#define MBEDTLS_GCM_C
#define MBEDTLS_ECDH_C
#define MBEDTLS_ECP_C
#define MBEDTLS_ECDSA_C
#define MBEDTLS_ASN1_WRITE_C

#ifndef NDEBUG
#define MBEDTLS_DEBUG_C
#endif

0 comments on commit 461465e

Please sign in to comment.