Clarify that what we're dropping is pkcs11-helper support

The PKCS11 module does not directly interface with PKCS#11 (also known
as Cryptoki), but with the pkcs11-helper library.
This commit is contained in:
Gilles Peskine 2020-01-23 15:51:40 +01:00 committed by Manuel Pégourié-Gonnard
parent 312431b398
commit 907e95aa20
2 changed files with 4 additions and 3 deletions

View File

@ -3,8 +3,9 @@ mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS X.X.X branch released XXXX-XX-XX = mbed TLS X.X.X branch released XXXX-XX-XX
New deprecations New deprecations
* Deprecate MBEDTLS_PKCS11_C that enables the wrapper for PKCS#11 smartcard * Deprecate for MBEDTLS_PKCS11_C, the wrapper around the pkcs11-helper
support. library which allows TLS authentication to use keys stored in a
PKCS#11 token such as a smartcard.
Bugfix Bugfix
* Allow loading symlinked certificates. Fixes #3005. Reported and fixed * Allow loading symlinked certificates. Fixes #3005. Reported and fixed

View File

@ -2812,7 +2812,7 @@
/** /**
* \def MBEDTLS_PKCS11_C * \def MBEDTLS_PKCS11_C
* *
* Enable wrapper for PKCS#11 smartcard support. * Enable wrapper for PKCS#11 smartcard support via the pkcs11-helper library.
* *
* \deprecated This option is deprecated and will be removed in a future * \deprecated This option is deprecated and will be removed in a future
* version of Mbed TLS. * version of Mbed TLS.