mcuboot icon indicating copy to clipboard operation
mcuboot copied to clipboard

zephyr: Deselect MBEDTLS_KEY_EXCHANGE_RSA_ENABLED

Open de-nordic opened this issue 8 months ago • 0 comments

Replace MBEDTLS_KEY_EXCHANGE_RSA_ENABLED with MBEDTLS_RSA_C, as RSA here does not require all the things that MBEDTLS_KEY_EXCHANGE_RSA_ENABLED brings in, specifically the x509 parser.

de-nordic avatar Mar 19 '25 15:03 de-nordic