commit | 22ecf49e9a577cb3ad3a64dbc337b26917039a3d | [log] [tgz] |
---|---|---|
author | Thomas Daubney <thomas.daubney@arm.com> | Tue Jun 15 13:04:11 2021 +0100 |
committer | Thomas Daubney <thomas.daubney@arm.com> | Wed Jun 16 16:26:59 2021 +0100 |
tree | f2d41dadfe01d927473d8243974ef76810623168 | |
parent | 4a7010d1aaae937dfa328ef253d70d04b3b260ff [diff] |
Adds ChangeLog entry Commit adds ChangeLog entry for removal of MBEDTLS_SSL_TRUNCATED_HMAC. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
diff --git a/ChangeLog.d/rm-truncated-hmac-ext.txt b/ChangeLog.d/rm-truncated-hmac-ext.txt new file mode 100644 index 0000000..e3391f8 --- /dev/null +++ b/ChangeLog.d/rm-truncated-hmac-ext.txt
@@ -0,0 +1,3 @@ +Removals + * Remove MBEDTLS_SSL_TRUNCATED_HMAC config option since it is no longer + supported in 3.0. Addresses #4341.