Skip to content

Commit c28e99a

Browse files
committed
net: lib: hostap_crypto: Enable ECP configs
Enable ECP crypto support when enterprise security is used. This is needed for WFA certification cases. Fixes SHEL-3648. Signed-off-by: Ravi Dondaputi <[email protected]>
1 parent b8a88cb commit c28e99a

File tree

1 file changed

+4
-0
lines changed
  • subsys/net/lib/hostap_crypto

1 file changed

+4
-0
lines changed

subsys/net/lib/hostap_crypto/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ config HOSTAP_CRYPTO_ENTERPRISE
9393
select MBEDTLS_RSA_C
9494
select MBEDTLS_SSL_SERVER_NAME_INDICATION
9595
select MBEDTLS_SSL_CLI_ALLOW_WEAK_CERTIFICATE_VERIFICATION_WITHOUT_HOSTNAME
96+
select MBEDTLS_ECP_DP_SECP384R1_ENABLED
97+
select MBEDTLS_ECP_DP_SECP521R1_ENABLED
98+
select MBEDTLS_ECP_DP_CURVE25519_ENABLED
99+
select MBEDTLS_ECP_DP_CURVE448_ENABLED
96100
default y
97101

98102
endif

0 commit comments

Comments
 (0)