-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mbedtls: add specific option for X.509 certificate parsing
Instead of enabling MBEDTLS_X509_CRT_PARSE_C indirectly based on ciphersuites that rely on certificates, create a specific kconfig option to 1:1 map this build build symbol. Other advantages of this change are that: - inter symbol dependency is moved out of the config-mbedtls.h header file and into the Kconfig.tls one; - it is possible to enable certificate parsing without necessarily enable some key exchange that use it. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
- Loading branch information
1 parent
b1ab664
commit 58a0a95
Showing
3 changed files
with
28 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters