From 2047cd9ed65c5a0e090a14bed7a7b4e630f6af9a Mon Sep 17 00:00:00 2001 From: Andres Amaya Garcia Date: Wed, 5 Dec 2018 20:37:38 +0000 Subject: [PATCH] Add ChangeLog entry for MBEDTLS_PKCS11_C deprecation --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 17d2aae65..12836ed3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ mbed TLS ChangeLog (Sorted per branch, date) = mbed TLS X.X.X branch released XXXX-XX-XX +New deprecations + * Deprecate MBEDTLS_PKCS11_C that enables the wrapper for PKCS#11 smartcard + support. + Bugfix * Allow loading symlinked certificates. Fixes #3005. Reported and fixed by Jonathan Bennett via #3008.