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

Uppercase MD5 gets rejected #4641

Closed
alfersi opened this issue Dec 17, 2020 · 2 comments
Closed

Uppercase MD5 gets rejected #4641

alfersi opened this issue Dec 17, 2020 · 2 comments
Labels
Status: Stale Issue is stale stage (outdated/stuck)

Comments

@alfersi
Copy link

alfersi commented Dec 17, 2020

Hi!

I was implementing an http update based on a cloud server that returns the MD5 in Uppercase, and gets rejected by the end() method. I sorted it out by rewriting it to:

_md5.calculate(); if(_target_md5.length()) { _target_md5.toLowerCase(); if(_target_md5 != _md5.toString()){ _abort(UPDATE_ERROR_MD5); return false; } }

I think it should be ammended for everyone in the library.

Best regards

@stale
Copy link

stale bot commented Feb 16, 2021

[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: Stale Issue is stale stage (outdated/stuck) label Feb 16, 2021
@stale
Copy link

stale bot commented Jun 28, 2021

[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Stale Issue is stale stage (outdated/stuck)
Projects
None yet
Development

No branches or pull requests

1 participant