From acf0df81f290325203b8129b9456ad5c2ae66525 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Tue, 14 Dec 2021 15:23:06 +0100 Subject: [PATCH] Add change log for #4842 Signed-off-by: Ronald Cron --- ChangeLog.d/public_fields.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ChangeLog.d/public_fields.txt diff --git a/ChangeLog.d/public_fields.txt b/ChangeLog.d/public_fields.txt new file mode 100644 index 0000000000..ca0706f07d --- /dev/null +++ b/ChangeLog.d/public_fields.txt @@ -0,0 +1,5 @@ +API changes + * Declare a number of structure fields as public: the fields of + mbedtls_ecp_curve_info, the fields describing the result of ASN.1 and + X.509 parsing, and finally the field fd of mbedtls_net_context on + POSIX/Unix-like platforms.