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 auth bug: wrong calculation for A1 #116

Open
HoneyryderChuck opened this issue Jun 13, 2023 · 1 comment
Open

digest auth bug: wrong calculation for A1 #116

HoneyryderChuck opened this issue Jun 13, 2023 · 1 comment

Comments

@HoneyryderChuck
Copy link

From the RFC:

It uses the server nonce from that challenge, herein called
nonce-prime, and the client nonce value from the response, herein
called cnonce-prime, to construct A1 as follows:

    A1       = H( unq(username) ":" unq(realm) ":" passwd )
                   ":" unq(nonce-prime) ":" unq(cnonce-prime)

this is not applied here, which is not using the usernamme and realm in the construction of the A1 value.

@emanisay27

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants