[reSIProcate] [resiprocate] Innocent change of a helper (#25)
Dario Bozzali
notifications at github.com
Thu Jul 23 04:14:48 CDT 2015
In ServerAuthManager::handleUserAuthInfo() method it is used static Helper::advancedAuthenticateRequest() that doesn't have the issue since it uses Helper::makeResponseMD5WithA1() with the proper number of arguments.
In this way the change is innocent (and maybe the fixed mistake).
You could face the issue if you use Helper::authenticateRequest() to check authentication and you want to use qop, since in that case (before the patch) you use Helper::makeResponseMD5() actually without taking into account message contents...
@TafThorne Nice comment :)
---
Reply to this email directly or view it on GitHub:
https://github.com/resiprocate/resiprocate/pull/25#issuecomment-124030014
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20150723/04a2bdbf/attachment.htm>
More information about the resiprocate-devel
mailing list