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

digest: add check for hashing error #13072

Closed
wants to merge 1 commit into from

Conversation

Karlson2k
Copy link
Contributor

The digest auth functions does not check for hashing errors.
The PR fixes this problem by adding checks for error reported by hashing functions.

Actually, when hashing function fails the current code may use initialised data (the hashing result).

This PR is partially related to PR #13053 / #13070.

@bagder bagder closed this in 1e517e9 Mar 7, 2024
@bagder
Copy link
Member

bagder commented Mar 7, 2024

Thanks!

@Karlson2k Karlson2k deleted the digest_auth_check_err_01 branch March 7, 2024 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants