commit | c227ea594242010ab3ab2130a58271157001f52d | [log] [tgz] |
---|---|---|
author | Thomas Daubney <thomas.daubney@arm.com> | Mon May 30 14:12:24 2022 +0100 |
committer | Thomas Daubney <thomas.daubney@arm.com> | Mon May 30 14:12:24 2022 +0100 |
tree | 030e4b2aa7507d188be71f856f45ca1528a1a571 | |
parent | d99f8b28978e47e77c013a36136f3576af87baf0 [diff] |
Adds Changelog entry Adds change log entry. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
diff --git a/ChangeLog.d/fix-x25519-program.txt b/ChangeLog.d/fix-x25519-program.txt new file mode 100644 index 0000000..af60465 --- /dev/null +++ b/ChangeLog.d/fix-x25519-program.txt
@@ -0,0 +1,4 @@ +Bugfix + * Fix a bug in x25519 example program where the removal of + MBEDTLS_ECDH_LEGACY_CONTEXT caused the program not to run. Fixes #4901 and + #3191.