Re: Digest authentication
"corvid" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <20111010214149.GA17687@local> |
furaisanjin wrote: > 2011/10/11 corvid <[email protected]>: > > Is there a site that isn't working? > > http://x68000.q-e-d.net/~68user/net/sample/http-auth-digest/secret.html > > This is just a test page and user name is hoge and password is fuga. It seems to work for me. I give user and pass, and then it shows me a page with "Digest" and some Japanese text that I don't know how to read. > > 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. > > RFC 2617 (http://www.faqs.org/rfcs/rfc2617.html) mentions how A1 is > calculated in 3.2.2.2 and MD5-sess > requires more parameters and A1 is calculated only once but A1 is also > calculated for MD5 and none > specified algorithm. This is what a_Digest_compute_digest() does.