mbedtls: Activate deterministic ECDSA
[openwrt/staging/hauke.git] / package / libs / mbedtls / patches / 200-config.patch
index e3e6d23dddc678691cc3ba47333fd187eb911714..d925ee3750c8f420c1fb4cd28a951648eee4af79 100644 (file)
  
  /**
   * \def MBEDTLS_ECP_NIST_OPTIM
-@@ -656,7 +656,7 @@
-  *
-  * Comment this macro to disable deterministic ECDSA.
-  */
--#define MBEDTLS_ECDSA_DETERMINISTIC
-+//#define MBEDTLS_ECDSA_DETERMINISTIC
- /**
-  * \def MBEDTLS_KEY_EXCHANGE_PSK_ENABLED
 @@ -709,7 +709,7 @@
   *             See dhm.h for more details.
   *
  
  /**
   * \def MBEDTLS_HMAC_DRBG_C
-@@ -2203,7 +2203,7 @@
-  *
-  * Uncomment to enable the HMAC_DRBG random number geerator.
-  */
--#define MBEDTLS_HMAC_DRBG_C
-+//#define MBEDTLS_HMAC_DRBG_C
- /**
-  * \def MBEDTLS_MD_C
 @@ -2486,7 +2486,7 @@
   *
   * This module enables abstraction of common (libc) functions.