Files
mbedtls/ChangeLog.d/x509write_csr_heap_alloc.txt
2020-07-18 01:14:00 +00:00

5 lines
203 B
Plaintext

Bugfix
* Reduce the stack consumption of mbedtls_x509write_csr_der() which
previously could lead to stack overflow on constrained devices.
Contributed by Doru Gucea and Simon Leet in #3464.