-
Notifications
You must be signed in to change notification settings - Fork 353
[security][mbedtls] add support for loading certificates from the file system #1987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -11,7 +11,24 @@ menuconfig PKG_USING_MBEDTLS | |||||
|
|
||||||
| if PKG_USING_MBEDTLS | ||||||
|
|
||||||
| menuconfig PKG_USING_MBEDTLS_CERTS_FROM_FS | ||||||
| bool "Load CA certificates from filesystem directory" | ||||||
|
||||||
| bool "Load CA certificates from filesystem directory" | |
| bool "Load CA certificates from a filesystem directory" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[discrepancy_with_pr_description/PR 描述]: PR description is only a link / PR 描述仅包含链接
English: The PR description only links to an upstream PR and doesn’t summarize What/Why/How for this repository change (e.g., which Kconfig symbols are added and why). Please add a brief description and list the modified file(s) to make review and future archaeology easier.
中文:PR 描述仅提供了上游 PR 链接,没有说明本仓库的变更内容与动机(What/Why/How,例如新增了哪些 Kconfig 符号、目的是什么)。建议补充简要说明并列出修改文件,便于评审与后续追溯。