Adapt ChangeLog

This commit is contained in:
Hanno Becker
2020-07-10 18:00:25 +00:00
committed by Simon Leet
parent c33e92189a
commit f90597f21e
+4
View File
@@ -0,0 +1,4 @@
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.