mbedtls/ChangeLog.d
Hanno Becker f8f61aad0f 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-06-11 14:21:24 +02:00
..
00README.md Copy the changelog entry assembling script from development 2020-04-21 18:34:06 +02:00
bugfix.txt Fix an LTS version number in a changelog entry 2020-05-28 18:32:43 +02:00
error-asn1.txt Fix #3328 2020-05-28 11:59:59 +02:00
fix-ecp-mul-memory-leak.txt Add Changelog entry for #3318 2020-06-04 13:38:32 +02:00
max_pathlen.txt Add changelog entry for #3197: x509_crt max_pathlen int overflow fix 2020-04-28 12:13:10 +02:00
montmul-cmp-branch.txt Add changelog entry: fix #3394 2020-06-09 11:31:30 +02:00
unified-exit-in-examples.txt Add changelog entry file 2020-05-11 22:17:08 +02:00
uniformize_bounds_checks.txt Uniformize bounds checks using new macro 2020-06-11 14:21:24 +02:00