From 110a794e93795ebaffb21a1de91de9c572fb29c7 Mon Sep 17 00:00:00 2001 From: Nicola Di Lieto Date: Fri, 29 May 2020 23:27:47 +0200 Subject: [PATCH] Add ChangeLog.d/new-mbedtls_x509_crt_parse_der_with_ext_cb_routine.txt Signed-off-by: Nicola Di Lieto --- .../new-mbedtls_x509_crt_parse_der_with_ext_cb_routine.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ChangeLog.d/new-mbedtls_x509_crt_parse_der_with_ext_cb_routine.txt diff --git a/ChangeLog.d/new-mbedtls_x509_crt_parse_der_with_ext_cb_routine.txt b/ChangeLog.d/new-mbedtls_x509_crt_parse_der_with_ext_cb_routine.txt new file mode 100644 index 000000000..fdea746de --- /dev/null +++ b/ChangeLog.d/new-mbedtls_x509_crt_parse_der_with_ext_cb_routine.txt @@ -0,0 +1,5 @@ +Features + * Add new mbedtls_x509_crt_parse_der_with_ext_cb() routine which allows + parsing unsupported certificate extensions via user provided callback. + Contributed by Nicola Di Lieto in #3243 as + a solution to #3241.