mbedtls
mbedtls copied to clipboard
Increased MBEDTLS_BEFORE_COLON (size of temporary buffer) to 32
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)
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.