mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-11-21 12:40:51 +03:00
Make RSA_ALT support optionnal
This commit is contained in:
@@ -768,6 +768,15 @@
|
||||
*/
|
||||
//#define POLARSSL_MEMORY_BACKTRACE
|
||||
|
||||
/**
|
||||
* \def POLARSSL_PK_RSA_ALT_SUPPORT
|
||||
*
|
||||
* Support external private RSA keys (eg from a HSM) in the PK layer.
|
||||
*
|
||||
* Comment this macro to disable support for external private RSA keys.
|
||||
*/
|
||||
#define POLARSSL_PK_RSA_ALT_SUPPORT
|
||||
|
||||
/**
|
||||
* \def POLARSSL_PKCS1_V15
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user