Bug 254441 - Digest authentication does not work when qop value is auth-int
Summary: Digest authentication does not work when qop value is auth-int
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: http (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-17 11:14 UTC by Miroslav Bendik
Modified: 2010-11-07 02:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 4.5.4


Attachments
Bugfix (371 bytes, patch)
2010-10-17 11:14 UTC, Miroslav Bendik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Miroslav Bendik 2010-10-17 11:14:22 UTC
Created attachment 52595 [details]
Bugfix

Version:           unspecified (using KDE 4.4.5) 
OS:                Linux

Kio http calculates HA2 value as MD5(method:digestURI:entityBody). HA2 value should be MD5(method:digestURI:MD5(entityBody)) (<a href="http://tools.ietf.org/html/rfc2617">rfc2617</a>).

Reproducible: Didn't try
Comment 1 Dawit Alemayehu 2010-11-06 20:54:24 UTC
SVN commit 1193697 by adawit:

Fixed calculation of A2 based on RFC 2617 section 3.2.2.3...

BUG:254441

 M  +3 -1      httpauthentication.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1193697
Comment 2 Raphael Kubo da Costa 2010-11-07 02:34:03 UTC
For the record, this has been backported to the 4.5 branch in r1193765.