mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
4 lines
203 B
Text
4 lines
203 B
Text
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.
|