Re: [twsocket] HTTP 1.1 Basic/Digest authentication

2006-01-04 Thread Francois Piette
> 2) Does ICS MD5 unit supports digest MD5 as per RFC2617? > Or do I need to use the C++ code in RFC1321 and 2617? ICS MD5 unit is compliant to RFC1321. RFC2617 has nothing to do with MD5 definition. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED]

Re: [twsocket] HTTP 1.1 Basic/Digest authentication

2006-01-04 Thread Fastream Technologies
Forget the first question. - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Wednesday, January 04, 2006 3:12 PM Subject: [twsocket] HTTP 1.1 Basic/Digest authentication > Hello, > > I have read

[twsocket] HTTP 1.1 Basic/Digest authentication

2006-01-04 Thread Fastream Technologies
Hello, I have read most of RFC2617 and I am trying to implement digest authentication for our C++ web server. I have come up with the following questions: 1) How does a client with no support for digest authentication but support for basic one reacts to a 401 www-autheticate reply with digest a