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
|
@ -342,6 +342,14 @@
|
|||
#error "MBEDTLS_PKCS11_C defined, but not all prerequisites"
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_PKCS11_C)
|
||||
#if defined(MBEDTLS_DEPRECATED_REMOVED)
|
||||
#error "MBEDTLS_PKCS11_C is deprecated and will be removed in a future version of Mbed TLS"
|
||||
#elif defined(MBEDTLS_DEPRECATED_WARNING)
|
||||
#warning "MBEDTLS_PKCS11_C is deprecated and will be removed in a future version of Mbed TLS"
|
||||
#endif
|
||||
#endif /* MBEDTLS_PKCS11_C */
|
||||
|
||||
#if defined(MBEDTLS_PLATFORM_EXIT_ALT) && !defined(MBEDTLS_PLATFORM_C)
|
||||
#error "MBEDTLS_PLATFORM_EXIT_ALT defined, but not all prerequisites"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue