From 54dcf5e6c99563cf35dae4a4779f032b9651fec2 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Fri, 9 Oct 2020 10:59:23 +0100 Subject: [PATCH] Add ChangeLog entry Signed-off-by: Hanno Becker --- ChangeLog.d/x509_remove_info.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ChangeLog.d/x509_remove_info.txt diff --git a/ChangeLog.d/x509_remove_info.txt b/ChangeLog.d/x509_remove_info.txt new file mode 100644 index 000000000..c103b1bd8 --- /dev/null +++ b/ChangeLog.d/x509_remove_info.txt @@ -0,0 +1,6 @@ +API changes + * Add configuration option MBEDTLS_X509_REMOVE_INFO which + removes the mbedtls_x509_*_info(), mbedtls_debug_print_crt() + as well as other functions and constants only used by + those functions. This reduces the code footprint by + several kB.