Re: Digest authentication
"corvid" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <20111010174847.GA16783@local> |
furaisanjin wrote: > It seems that current digest authentication doesn't supportsA1 > calculation. Is there any plan when this is implemented? Is there a site that isn't working? a_Digest_compute_digest() calculates A1 for MD5 and MD5-sess, but I disabled digest auth for MD5-sess in Auth_parse_digest_challenge_cb() because http://httpd.apache.org/docs/2.2/mod/mod_auth_digest.html#authdigestalgorithm said "MD5-sess is not correctly implemented yet", which prevented me from giving it much testing.