mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #5080 from andresag01/fix-hw-acc-sha1-md5-sha256
mbedtls: Disable MD5, SHA1, SHA256 HW ACC for STM32F439xIpull/5234/head
commit
181d7bc1bb
|
@ -22,10 +22,12 @@
|
||||||
|
|
||||||
#define MBEDTLS_AES_ALT
|
#define MBEDTLS_AES_ALT
|
||||||
|
|
||||||
#define MBEDTLS_SHA256_ALT
|
/* FIXME: Don't enable SHA1, SHA256 and MD5 hardware acceleration until issue
|
||||||
|
* #5079 is fixed. (https://github.com/ARMmbed/mbed-os/issues/5079) */
|
||||||
|
/* #define MBEDTLS_SHA256_ALT */
|
||||||
|
|
||||||
#define MBEDTLS_SHA1_ALT
|
/* #define MBEDTLS_SHA1_ALT */
|
||||||
|
|
||||||
#define MBEDTLS_MD5_ALT
|
/* #define MBEDTLS_MD5_ALT */
|
||||||
|
|
||||||
#endif /* MBEDTLS_DEVICE_H */
|
#endif /* MBEDTLS_DEVICE_H */
|
||||||
|
|
Loading…
Reference in New Issue