-
Notifications
You must be signed in to change notification settings - Fork 513
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
Update mbedTLS to 2.22.0 #2117
Update mbedTLS to 2.22.0 #2117
Conversation
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.
Requesting changes only because of:
✔️ / 🔴 Reviewed MbedTLS changes. NULL check needs to be added in Mbed-TLS/mbedtls@mbedtls-2.22.0...particle-iot:particle-2.22.0#diff-cd6cf1fb8879a22b47bde81311b6947cR999
✔️ Devices running this branch should connect to the cloud normally (TCP and UDP)
✔️ UDP devices should be able to resume their sessions
✔️ Photon should be able to connect to a WPA Enterprise network (PEAP/MSCHAPv2 and EAP-TLS verified. Requires #2126)
✔️ Device setup via BLE should work correctly.
2fb5ebf
to
b496676
Compare
I force-pushed the change to keep the number of commits small and updated the submodule refs: |
b496676
to
5c23de5
Compare
Problem
This PR updates mbedTLS from 2.16.2 to 2.22.0. The submodule has been updated to point to the tip of this branch: https://github.com/particle-iot/mbedtls/tree/particle-2.22.0.
For reference, below are diffs of our patchset applied to the upstream mbedTLS 2.16.2 and 2.22.0 releases respectively:
Steps to Test
References