feat(esp_http_client): Allow cert bundle attach for wolfssl (IDFGH-16563)#17680
feat(esp_http_client): Allow cert bundle attach for wolfssl (IDFGH-16563)#17680gojimmypi wants to merge 1 commit into
Conversation
👋 Hello gojimmypi, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
|
gojimmypi seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Description
This is the third in a series of pull requests to improve wolfSSL integration with the ESP-IDF as proposed in #16145
As there are multiple changes there, it was suggested that I break the update into smaller pieces.
This PR updates the requirements for wolfSSL in the
components/esp_http_client/esp_http_client.cRelated
See:
Testing
The fully-implemented update is on my wolfssl-dev branch. I've been testing with this esp_http_client_example.
See also the published wolfSSL Managed component that already includes the Certificate Bundle feature introduced in wolfSSL/wolfssl#7936
Checklist
Before submitting a Pull Request, please ensure the following:
Note
Enable certificate bundle attach for wolfSSL alongside mbedTLS with provider-specific config checks and error messages.
components/esp_http_client/esp_http_client.c):esp_transport_ssl_crt_bundle_attachwhen eitherCONFIG_MBEDTLS_CERTIFICATE_BUNDLEorCONFIG_WOLFSSL_CERTIFICATE_BUNDLEis set.WOLFSSL_CERTIFICATE_BUNDLE,MBEDTLS_CERTIFICATE_BUNDLE, or selecting a crypto provider (CONFIG_ESP_TLS_USING_WOLFSSLorCONFIG_ESP_TLS_USING_MBEDTLS).Written by Cursor Bugbot for commit 482c7d6. This will update automatically on new commits. Configure here.