mbedtls/ChangeLog.d
Hanno Becker 261602cb34 Uniformize bounds checks using new macro
This commit uses the previously defined macro to uniformize
bounds checks in several places. It also adds bounds checks to
the ClientHello writing function that were previously missing.
Also, the functions adding extensions to the ClientHello message
can now fail if the buffer is too small or a different error
condition occurs, and moreover they take an additional buffer
end parameter to free them from the assumption that one is
writing to the default output buffer.

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
2020-05-29 15:07:00 +02:00
..
00README.md Add guidance on writing and maintaining changelog entries 2020-03-27 20:14:19 +01:00
bugfix.txt Add changelog 2020-04-20 13:23:21 +03:00
error_const.txt Use () after function name 2020-04-28 12:10:02 +02:00
fix-ecp_double_add_mxz.txt Fix wrong modulo call in ecp_double_add_mxz 2020-04-23 23:16:11 +02:00
fix-gcc-format-signedness-warnings.txt Fix GCC format-signedness warnings 2020-04-22 16:01:48 +02:00
max_pathlen.txt Add changelog entry for #3192: x509_crt max_pathlen int overflow fix 2020-04-21 19:56:53 +02:00
md_switch.txt Add changelog entry for #3208: md.c switch case unification 2020-04-21 20:19:29 +02:00
ssl_context_info.txt Add changelog entry for #3127: ssl_context_info 2020-04-21 20:15:37 +02:00
ssl_write_certificate_request.txt Add changelog entry for #3150: simplify ssl_write_certificate_request 2020-04-22 09:51:51 +02:00
uniformize_bounds_checks.txt Uniformize bounds checks using new macro 2020-05-29 15:07:00 +02:00