Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_13204' into 'master'
Browse files Browse the repository at this point in the history
Reduce RAM usage by modifying the certificate bundle format (GitHub PR)

Closes IDFGH-12148

See merge request espressif/esp-idf!29595
  • Loading branch information
mahavirj committed Oct 10, 2024
2 parents f659405 + 0702fb8 commit fa4c387
Show file tree
Hide file tree
Showing 10 changed files with 403 additions and 177 deletions.
2 changes: 1 addition & 1 deletion components/mbedtls/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if(CONFIG_MBEDTLS_CERTIFICATE_BUNDLE)
list(APPEND crt_paths ${custom_bundle_path})

endif()
list(APPEND args --input ${crt_paths} -q)
list(APPEND args --input ${crt_paths} -q --max-certs "${CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_MAX_CERTS}")

get_filename_component(crt_bundle
${bundle_name}
Expand Down
Loading

0 comments on commit fa4c387

Please sign in to comment.