-
Notifications
You must be signed in to change notification settings - Fork 7k
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 <[email protected]>
- Loading branch information
1 parent
590a098
commit 6635aac
Showing
3 changed files
with
27 additions
and
32 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