commit | 2047cd9ed65c5a0e090a14bed7a7b4e630f6af9a | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Wed Dec 05 20:37:38 2018 +0000 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Wed Jan 29 09:40:32 2020 +0100 |
tree | 475c5fcb5e81c2a5e79e31256b06527c059e8487 | |
parent | be3a4406d2a209c6f030df02f404588f61058255 [diff] [blame] |
Add ChangeLog entry for MBEDTLS_PKCS11_C deprecation
diff --git a/ChangeLog b/ChangeLog index 17d2aae..12836ed 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -2,6 +2,10 @@ = 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 <JBennett@incomsystems.biz> via #3008.