We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9da301 commit 25599ceCopy full SHA for 25599ce
subsys/nrf_security/Kconfig.tls
@@ -17,11 +17,13 @@ if MBEDTLS_X509_LIBRARY
17
config MBEDTLS_X509_USE_C
18
bool "X.509 core for using certificates."
19
default y
20
+ select MBEDTLS_PK_PARSE_C
21
help
22
Enable X.509 core for using certificates.
23
24
config MBEDTLS_X509_CREATE_C
25
bool "X.509 - creating certificates core"
26
27
28
Enable X.509 core for creating certificates.
29
@@ -57,6 +59,7 @@ config MBEDTLS_X509_CRT_PARSE_C
57
59
58
60
config MBEDTLS_X509_CSR_WRITE_C
61
bool "X.509 - CSR writing"
62
+ select MBEDTLS_PK_WRITE_C
63
64
Enable creating X.509 Certificate Signing Requests (CSR).
65
0 commit comments