Merge pull request #3489 from CodeMonkeyLeet/mbedtls-2.16_backport_3464

Backport 2.16: PR #3464 Dynamically allocate requested CSR write buffer size
This commit is contained in:
Gilles Peskine
2020-08-12 18:22:22 +02:00
committed by GitHub
2 changed files with 103 additions and 41 deletions

View File

@@ -0,0 +1,4 @@
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.