From f21199f58f257680a56c8a92dbb96430649f1895 Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Wed, 4 Sep 2024 09:25:46 -0700 Subject: [PATCH] CTC_DATE_SIZE update #2 --- wolfcrypt/src/port/Espressif/esp_crt_bundle/esp_crt_bundle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wolfcrypt/src/port/Espressif/esp_crt_bundle/esp_crt_bundle.c b/wolfcrypt/src/port/Espressif/esp_crt_bundle/esp_crt_bundle.c index 28bfc2ec99..26cf4bb81c 100644 --- a/wolfcrypt/src/port/Espressif/esp_crt_bundle/esp_crt_bundle.c +++ b/wolfcrypt/src/port/Espressif/esp_crt_bundle/esp_crt_bundle.c @@ -956,8 +956,8 @@ static CB_INLINE int wolfssl_ssl_conf_verify_cb(int preverify, WOLFSSL_X509_STORE_CTX* store) { #ifdef WOLFSSL_DEBUG_CERT_BUNDLE - char before_str[32]; - char after_str[32]; + char before_str[CTC_DATE_SIZE]; + char after_str[CTC_DATE_SIZE]; WOLFSSL_ASN1_TIME *notBefore = NULL; WOLFSSL_ASN1_TIME *notAfter = NULL;