Make RSA_ALT support optionnal

This commit is contained in:
Manuel Pégourié-Gonnard 2015-03-31 14:01:33 +02:00
parent 32076e66be
commit 348bcb3694
7 changed files with 29 additions and 2 deletions

View file

@ -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
*