1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

debug_set_log_mode() added to determine raw or full logging

This commit is contained in:
Paul Bakker
2014-04-25 15:04:14 +02:00
parent 57ffa5570d
commit eaebbd5eaa
6 changed files with 139 additions and 45 deletions

View File

@ -2097,6 +2097,9 @@
//#define SSL_MAX_CONTENT_LEN 16384 /**< Size of the input / output buffer */
//#define SSL_DEFAULT_TICKET_LIFETIME 86400 /**< Lifetime of session tickets (if enabled) */
/* Debug options */
//#define POLARSSL_DEBUG_DFL_MODE POLARSSL_DEBUG_LOG_FULL /**< Default log: Full or Raw */
/* \} name */
/*