mbedtls/ChangeLog.d/bugfix_PR_2632.txt

5 lines
230 B
Plaintext
Raw Normal View History

2019-05-04 09:18:09 +02:00
Bugfix
* Avoid use of statically sized stack buffers for certificate writing.
This previously limited the maximum size of DER encoded certificates
in mbedtls_x509write_crt_der() to 2Kb. Reported by soccerGB in #2631.