mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 08:16:33 +01: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.
|