Skip to content
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

Add set_server_crt_bundle_attach to Espressif_MQTT_Client #209

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

ebroder
Copy link
Contributor

@ebroder ebroder commented Jul 6, 2024

ESP-IDF supports pre-generating a bundle of root certificates which can then be subsequently attached to mbedTLS clients, rather than needing to pass in a single certificate manually. These certificates are attached in the form of a function pointer. Upstream documentation is here.

This adds a new method to the Espressif_MQTT_Client to expose that property on the esp_mqtt_client_config_t struct.

@MathewHDYT
Copy link
Contributor

MathewHDYT commented Jul 6, 2024

@imbeacon Merge request seems good to me this can be merged and released as v0.13.1.

@imbeacon imbeacon merged commit fa22023 into thingsboard:master Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants