From 928ae55ef429a628cd487cfe90096243016b1973 Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Fri, 4 Mar 2022 14:00:57 +0000 Subject: [PATCH] Add ChangeLog entry for fix to mbedtls_md_process() test Signed-off-by: Tom Cosgrove --- .../add-mbedtls_md_starts-to-mbedtls_md_process-test.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/add-mbedtls_md_starts-to-mbedtls_md_process-test.txt diff --git a/ChangeLog.d/add-mbedtls_md_starts-to-mbedtls_md_process-test.txt b/ChangeLog.d/add-mbedtls_md_starts-to-mbedtls_md_process-test.txt new file mode 100644 index 000000000..57c7561d7 --- /dev/null +++ b/ChangeLog.d/add-mbedtls_md_starts-to-mbedtls_md_process-test.txt @@ -0,0 +1,3 @@ +Bugfix + * Fix API violation in mbedtls_md_process() test by adding a call to + mbedtls_md_starts(). Fixes #2227.