| 3.1 Specification Changes
Sections 4.3 - 4.5 of the specification are removed and the text is changed to refer to RFC 2617.
The server MAY require the client to authenticate itself using the cnonce parameter on the Authorization header.
The cnonce is calculated as:
cnonce ::= <H(unquoted nonce-value ":" client-password-value)>"
3.2 Implementation Notes
Servers SHOULD implement this new feature as a transition by supporting clients both with and without client passwords. |