Merge branch 'public/pr/2261' into development
* iotssl-2652-deprecate-pkcs11: Group PKCS11_C entries in check_config.h Clarify that what we're dropping is pkcs11-helper support Fix typo in doxy docs for ssl_pkcs11_sign() Add missing docs to PKCS#11 public funcs Wrap PKCS1 module with DEPRECATED_REMOVED Fix deprecated docs for PKCS1 Deprecate MBEDTLS_PKCS11_C functions Add ChangeLog entry for MBEDTLS_PKCS11_C deprecation Deprecate MBEDTLS_PKCS11_C feature
This commit is contained in:
commit
0330e21043
4 changed files with 112 additions and 25 deletions
|
@ -2818,7 +2818,10 @@
|
|||
/**
|
||||
* \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
|
||||
* version of Mbed TLS.
|
||||
*
|
||||
* Module: library/pkcs11.c
|
||||
* Caller: library/pk.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue