From 3d3cfc5553923eab92618adc8172e28ef3f5f69c Mon Sep 17 00:00:00 2001 From: Thomas Daubney Date: Tue, 31 May 2022 14:34:35 +0100 Subject: [PATCH] Add Changelog entry Add Changelog entry for changes made in this PR. Signed-off-by: Thomas Daubney --- ChangeLog.d/x509_ext_types_accessor.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/x509_ext_types_accessor.txt diff --git a/ChangeLog.d/x509_ext_types_accessor.txt b/ChangeLog.d/x509_ext_types_accessor.txt new file mode 100644 index 0000000000..13a31521ff --- /dev/null +++ b/ChangeLog.d/x509_ext_types_accessor.txt @@ -0,0 +1,3 @@ +Features + * Add the function mbedtls_x509_crt_has_ext_type() to access the ext types + field within mbedtls_x509_crt context, as requested in #5585.