Make RSA_ALT support optionnal
This commit is contained in:
parent
32076e66be
commit
348bcb3694
7 changed files with 29 additions and 2 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue