mbedtls icon indicating copy to clipboard operation
mbedtls copied to clipboard

Increased MBEDTLS_BEFORE_COLON (size of temporary buffer) to 32

Open Mario-Klebsch opened this issue 3 months ago • 1 comments

Description

Fix for Ticket #4894:

  • The buffer size is increased to 32
  • An asseretion is added to check for buffer to small in development builds

PR checklist

  • [ ] changelog not required because: I have no idea, what to write
  • tests provided (as comment in #4894)

Mario-Klebsch avatar Oct 01 '25 11:10 Mario-Klebsch

Thanks for your contribution!

However it needs to include an automated non-regression test, as part of test_suite_x509parse. See https://mbed-tls.readthedocs.io/en/latest/kb/development/test_suites/ and please feel free to ask questions if anything's not clear enough.

mpg avatar Oct 02 '25 07:10 mpg