commit | 95d516f319ccb5419dbcca2bd1ce69b494254174 | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Tue May 04 18:36:56 2021 +0100 |
committer | David Horstmann <david.horstmann@arm.com> | Mon May 10 17:02:48 2021 +0100 |
tree | e8d344c4e2b44bfaa185fffce9247d44917f6044 | |
parent | b6800788ca432e8df1de3c7a55e894b9a2e49ba9 [diff] [blame] |
Remove MBEDTLS_SSL_MAX_CONTENT_LEN option Signed-off-by: David Horstmann <david.horstmann@arm.com>
diff --git a/ChangeLog.d/remove-max-content-len.txt b/ChangeLog.d/remove-max-content-len.txt new file mode 100644 index 0000000..b7607e6 --- /dev/null +++ b/ChangeLog.d/remove-max-content-len.txt
@@ -0,0 +1,4 @@ +Removals + * Remove MBEDTLS_SSL_MAX_CONTENT_LEN configuration option, since + MBEDTLS_SSL_IN_CONTENT_LEN and MBEDTLS_SSL_OUT_CONTENT_LEN replace + it. Fixes #4362.