Jay Satiro af5fbb14bb digest_sspi: Handle 'stale=TRUE' directive in HTTP digest
- If the server has provided another challenge use it as the replacement
  input token if stale=TRUE. Otherwise previous credentials have failed
  so return CURLE_LOGIN_DENIED.

Prior to this change the stale directive was ignored and if another
challenge was received it would cause error CURLE_BAD_CONTENT_ENCODING.

Ref: https://tools.ietf.org/html/rfc2617#page-10

Bug: https://github.com/curl/curl/issues/928
Reported-by: tarek112@users.noreply.github.com
2017-02-21 01:04:59 -05:00
..
2017-02-15 08:27:35 +01:00
2016-10-18 13:59:54 +02:00
2016-12-19 02:31:59 -05:00
2016-02-04 18:46:54 -05:00
2016-12-21 11:07:26 +01:00
2016-11-07 10:36:23 +01:00
2016-12-21 11:07:26 +01:00
2016-12-21 23:42:43 +01:00
2016-12-24 23:35:43 +01:00
2016-04-03 22:38:36 +02:00
2017-02-07 02:39:16 -05:00