We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43aa6a2 + f928e7a commit 181d7bcCopy full SHA for 181d7bc
features/mbedtls/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/mbedtls_device.h
@@ -22,10 +22,12 @@
22
23
#define MBEDTLS_AES_ALT
24
25
-#define MBEDTLS_SHA256_ALT
+/* FIXME: Don't enable SHA1, SHA256 and MD5 hardware acceleration until issue
26
+ * #5079 is fixed. (https://github.com/ARMmbed/mbed-os/issues/5079) */
27
+/* #define MBEDTLS_SHA256_ALT */
28
-#define MBEDTLS_SHA1_ALT
29
+/* #define MBEDTLS_SHA1_ALT */
30
-#define MBEDTLS_MD5_ALT
31
+/* #define MBEDTLS_MD5_ALT */
32
33
#endif /* MBEDTLS_DEVICE_H */
0 commit comments