commit | f90597f21e442ffc730f66cf5cdee3a435d4e1ec | [log] [tgz] |
---|---|---|
author | Hanno Becker <hanno.becker@arm.com> | Sat May 04 08:18:09 2019 +0100 |
committer | Simon Leet <simon.leet@microsoft.com> | Fri Jul 10 18:00:25 2020 +0000 |
tree | 77686d877f01d9c7c6812e6057f9333c53c43341 | |
parent | c33e92189a7a0d5a9a73b83895127f6465825391 [diff] |
Adapt ChangeLog
diff --git a/ChangeLog.d/bugfix_PR_2632.txt b/ChangeLog.d/bugfix_PR_2632.txt new file mode 100644 index 0000000..1d54b4d --- /dev/null +++ b/ChangeLog.d/bugfix_PR_2632.txt
@@ -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.