commit | a6d82db50f969798e3418eb91d00b31deed03095 | [log] [tgz] |
---|---|---|
author | Aurelien Jarno <aurelien@aurel32.net> | Mon Jan 21 22:21:39 2019 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Jan 23 04:34:15 2019 -0600 |
tree | cccbb5cc662d77ea4a46d68f1db7e423d8df6953 | |
parent | 2a1c94cbc373a9726b76912e755fa4567102e60e [diff] |
ext: lib: crypto: Extend generic mbedTLS config with HAVE_ASM Extend generic mbedTLS configuration file with MBEDTLS_HAVE_ASM option, to allow the use of assembly code. This improves the performances of asymetric cryptography, however depending on the architecture and the CPU, this might have an impact on the code size. Set the default value ot the previous non-configurable value, ie enable it by default except on ARM. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>