Add ChangeLog entry for MBEDTLS_PKCS11_C deprecation

This commit is contained in:
Andres Amaya Garcia
2020-01-29 09:40:32 +01:00
committed by Manuel Pégourié-Gonnard
parent be3a4406d2
commit 2047cd9ed6
+4
View File
@@ -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 <[email protected]> via #3008.