commit | 3d3cfc5553923eab92618adc8172e28ef3f5f69c | [log] [tgz] |
---|---|---|
author | Thomas Daubney <thomas.daubney@arm.com> | Tue May 31 14:34:35 2022 +0100 |
committer | Thomas Daubney <thomas.daubney@arm.com> | Wed Jun 01 10:23:50 2022 +0100 |
tree | 3db717dfc97fc934ffd96540a6e56696000f973e | |
parent | 3ff4fc6997d046d1ef8b6bbb4d4d53a6eaf1a308 [diff] |
Add Changelog entry Add Changelog entry for changes made in this PR. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
diff --git a/ChangeLog.d/x509_ext_types_accessor.txt b/ChangeLog.d/x509_ext_types_accessor.txt new file mode 100644 index 0000000..13a3152 --- /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.