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

WebServer: use MD5Builder instead of mbedtls #8667

Merged
merged 2 commits into from
Oct 6, 2023

Conversation

Staars
Copy link
Contributor

@Staars Staars commented Sep 23, 2023

By completing this PR sufficiently, you help us to review this Pull Request quicker and also help improve the quality of Release Notes

Checklist

  1. Please provide specific title of the PR describing the change, including the component name (eg. „Update of Documentation link on Readme.md“)
  2. Please provide related links (eg. Issue which will be closed by this Pull Request)
  3. Please update relevant Documentation if applicable
  4. Please check Contributing guide

This entire section above can be deleted if all items are checked.


Description of Change

Use ROM functions of the internal library instead of mbedtls implementation.
This reduces the binary size and removes an external dependency.
No functional changes.

Tests scenarios

Saves 20 bytes with example sketch in https://github.com/espressif/arduino-esp32/tree/master/libraries/WebServer/examples/HttpAdvancedAuth.
Test with Tasmota build (where this functionality is not used) was even more efficient with more than 100 bytes saved.

@CLAassistant
Copy link

CLAassistant commented Sep 23, 2023

CLA assistant check
All committers have signed the CLA.

@Jason2866 Jason2866 self-requested a review September 25, 2023 21:03
Copy link
Collaborator

@Jason2866 Jason2866 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@me-no-dev me-no-dev merged commit 1a504a6 into espressif:master Oct 6, 2023
30 checks passed
Jason2866 added a commit to Jason2866/arduino-esp32 that referenced this pull request Jan 17, 2024
me-no-dev pushed a commit that referenced this pull request Jan 17, 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.

None yet

4 participants