Merge remote-tracking branch 'upstream-public/pr/1448' into mbedtls-2.7-proposed
diff --git a/ChangeLog b/ChangeLog
index b7428b1..5c8af69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,8 @@
that could cause a key exchange to fail on valid data.
* Fix a possible arithmetic overflow in ssl_parse_server_psk_hint() that
could cause a key exchange to fail on valid data.
+ * Don't define mbedtls_aes_decrypt and mbedtls_aes_encrypt under
+ MBEDTLS_DEPRECATED_REMOVED. #1388
Changes
* Clarify the documentation of mbedtls_ssl_setup.