mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
- Enlarged debug buffer to facilitate long certificate values and filenames
This commit is contained in:
@ -171,7 +171,7 @@ void debug_print_mpi( ssl_context *ssl, int level,
|
||||
void debug_print_crt( ssl_context *ssl, int level,
|
||||
char *file, int line, char *text, x509_cert *crt )
|
||||
{
|
||||
char str[512], prefix[64], *p;
|
||||
char str[1024], prefix[64], *p;
|
||||
int i = 0, maxlen = sizeof( prefix ) - 1;
|
||||
|
||||
if( ssl->f_dbg == NULL || crt == NULL )
|
||||
|
Reference in New Issue
Block a user