From: Kees Monshouwer Date: Fri, 14 Aug 2015 10:43:05 +0000 (+0200) Subject: disable AES-NI instructions and VIA PadLock in mbedtls X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~62^2~10^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b1edfd7aeb62956c3058f18ebd077ea6b11f053;p=pdns disable AES-NI instructions and VIA PadLock in mbedtls --- diff --git a/ext/mbedtls/include/polarssl/config.h b/ext/mbedtls/include/polarssl/config.h index 422c8be95..01bb7158a 100644 --- a/ext/mbedtls/include/polarssl/config.h +++ b/ext/mbedtls/include/polarssl/config.h @@ -1238,7 +1238,7 @@ * * This modules adds support for the AES-NI instructions on x86-64 */ -#define POLARSSL_AESNI_C +//#define POLARSSL_AESNI_C /** * \def POLARSSL_AES_C @@ -1812,7 +1812,7 @@ * * This modules adds support for the VIA PadLock on x86. */ -#define POLARSSL_PADLOCK_C +//#define POLARSSL_PADLOCK_C /** * \def POLARSSL_PBKDF2_C