mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 06:05:39 +00:00
5 lines
230 B
Plaintext
5 lines
230 B
Plaintext
|
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.
|