Skip to content

Commit

Permalink
[nrf noup] OSDP: Ensure we can build with entropy from nRF54H20 SDFW
Browse files Browse the repository at this point in the history
-Disabling some configurations for OSDP (mgmt subsys):
 -CRYPTO
 -CRYPTO_MBEDTLS_SHIM
-Filter enablement of MBEDTLS_CIPHER_AES_ENABLED on MBEDTLS_BUILTIN
-Filter enablement of MBEDTLS_CIPHER_CCM_ENABLED on MBEDTLS_BUILTIN

Signed-off-by: Frank Audun Kvamtrø <[email protected]>
  • Loading branch information
frkv committed Oct 22, 2024
1 parent 33d9d79 commit 43765d0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions subsys/mgmt/osdp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,9 @@ config OSDP_SC_ENABLED
bool "OSDP Secure Channel"
depends on CSPRNG_ENABLED
default y
select CRYPTO
select CRYPTO_MBEDTLS_SHIM
select MBEDTLS
select MBEDTLS_CIPHER_AES_ENABLED
select MBEDTLS_CIPHER_CCM_ENABLED
select MBEDTLS_CIPHER_AES_ENABLED if MBEDTLS_BUILTIN
select MBEDTLS_CIPHER_CCM_ENABLED if MBEDTLS_BUILTIN
help
Secure the OSDP communication channel with encryption and mutual
authentication.
Expand Down

0 comments on commit 43765d0

Please sign in to comment.