blob: 1d54b4dd2c2781c1555c246310b9f8d9f68257b4 [file] [log] [blame]
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.