commit | a5bebc297b6e01136329a1d281b8cf0c378d1f13 | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Wed Mar 09 16:24:41 2022 +0000 |
committer | Paul Elliott <paul.elliott@arm.com> | Mon Mar 21 15:27:25 2022 +0000 |
tree | 080d2e2fe4a6dfbd263a7ac9b41645be7de84d7b | |
parent | b9af2db4cfb6e3ce1a3004c48d991bb91b6f3eec [diff] |
Add changelog entry Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/ChangeLog.d/add_final_delay_accessor b/ChangeLog.d/add_final_delay_accessor new file mode 100644 index 0000000..8d341df --- /dev/null +++ b/ChangeLog.d/add_final_delay_accessor
@@ -0,0 +1,4 @@ +Features + * Add the function mbedtls_timing_get_final_delay() to access the private + final delay field in an mbedtls_timing_delay_context, as requested in + #5183