Hi,
I'm working on a simple app that is supposed to generate a CSR and have it signed by a web server.
The problem is, I can't even get zephyr to build the components I need, as there seems to be some sort of circular dependency in Kconfig.
When I want to select MBEDTLS_X509_CSR_WRITE_C via menuconfig, I am forced to enable MBEDTLS_X509_LIBRARY, NRF_SECURITY_ADVANCED, NRF_SECURITY_ANY_BACKEND, and NORDIC_SECURITY_BACKEND to even get there. But if I correctly understand the help text for that symbol, all these need to be disabled. Which would explain, that after saving that configuration (which prompts no complaints from west or ninja), the build will fail, and even re-configuration via `west build -t menuconfig` fails with the same error message, and the only way to recover is to restore .config from .config.old.
Is this really broken or am I just missing something?
Best Regards and thanks in advance,
Alex