aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJaeden Amero <jaeden.amero@arm.com>2020-04-09 12:11:02 +0100
committerGitHub <noreply@github.com>2020-04-09 12:11:02 +0100
commit66e21efe47f9df0f5a9fe71cd86a20b7dc2f6fdc (patch)
tree2ad729c8e8b0ff85a4fe89a6160b42faf9fbf630 /ChangeLog
parent4500e83fe41a0765bc06b47662b3ae00d0b1bd59 (diff)
parent8ea6872889f073876ca3b7c17a51eca419e06f50 (diff)
downloadmbedtls-66e21efe47f9df0f5a9fe71cd86a20b7dc2f6fdc.zip
mbedtls-66e21efe47f9df0f5a9fe71cd86a20b7dc2f6fdc.tar.gz
mbedtls-66e21efe47f9df0f5a9fe71cd86a20b7dc2f6fdc.tar.bz2
Merge pull request #3163 from AndrzejKurek/variable-buffers-renegotiation
Variable buffers & renegotiation - fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d49004..ad08af2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@ mbed TLS ChangeLog (Sorted per branch, date)
New deprecations
* Deprecate MBEDTLS_SSL_HW_RECORD_ACCEL that enables function hooks in the
SSL module for hardware acceleration of individual records.
+ * Deprecate mbedtls_ssl_get_max_frag_len() in favour of
+ mbedtls_ssl_get_output_max_frag_len() and
+ mbedtls_ssl_get_input_max_frag_len() to be more precise about which max
+ fragment length is desired.
Security
* Fix issue in DTLS handling of new associations with the same parameters
@@ -23,6 +27,11 @@ Bugfix
Changes
* Mbed Crypto is no longer a Git submodule. The crypto part of the library
is back directly in the present repository.
+ * Split mbedtls_ssl_get_max_frag_len() into
+ mbedtls_ssl_get_output_max_frag_len() and
+ mbedtls_ssl_get_input_max_frag_len() to ensure that a sufficient input
+ buffer is allocated by the server (if MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH
+ is defined), regardless of what MFL was configured for it.
= mbed TLS 2.21.0 branch released 2020-02-20