mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
4 lines
230 B
Text
4 lines
230 B
Text
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.
|