libmbedtls: enable crypto algorithms for hostap
enable additional crypto algorithms for hostap hostap uses local implementations if not provided by crypto library, so might as well enable in the crypto library for shared use by others. Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
This commit is contained in:
parent
602a76ed65
commit
aeeb12eb83
|
@ -17,20 +17,20 @@ config MBEDTLS_CCM_C
|
||||||
default n
|
default n
|
||||||
|
|
||||||
config MBEDTLS_CMAC_C
|
config MBEDTLS_CMAC_C
|
||||||
bool "MBEDTLS_CMAC_C"
|
bool "MBEDTLS_CMAC_C (old but used by hostapd)"
|
||||||
default n
|
default y
|
||||||
|
|
||||||
config MBEDTLS_DES_C
|
config MBEDTLS_DES_C
|
||||||
bool "MBEDTLS_DES_C"
|
bool "MBEDTLS_DES_C (old but used by hostapd)"
|
||||||
default n
|
default y
|
||||||
|
|
||||||
config MBEDTLS_GCM_C
|
config MBEDTLS_GCM_C
|
||||||
bool "MBEDTLS_GCM_C"
|
bool "MBEDTLS_GCM_C"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config MBEDTLS_NIST_KW_C
|
config MBEDTLS_NIST_KW_C
|
||||||
bool "MBEDTLS_NIST_KW_C"
|
bool "MBEDTLS_NIST_KW_C (old but used by hostapd)"
|
||||||
default n
|
default y
|
||||||
|
|
||||||
config MBEDTLS_RIPEMD160_C
|
config MBEDTLS_RIPEMD160_C
|
||||||
bool "MBEDTLS_RIPEMD160_C"
|
bool "MBEDTLS_RIPEMD160_C"
|
||||||
|
|
Loading…
Reference in New Issue