Re: more on Digest Auth

On Wed, 21 Feb 1996, Paul Leach wrote:
> 
> If the client doesn't change the nonce each time, there's no replay 
> protection without a challenge each time.  So,  the third part  of the 
> suggestion is to make the last 32 bits of the nonce not be opaque.
> 
> Does that help?
> 

Yes, now I understand what you are saying.  But I hope you understand
my point that replay attacks are usually pointless in this protocol.
If I can get the digest necessary for a replay attack, I can also get
the document by the same method.  The replay could only get me the
same document again because the URI is hashed in the digest.

If the documents change frequently so that a later request for the
same URI would give a new document then timestamps are indicated.
At least the implementations done by Dave Kristol and the one done
by me provide for this.


John Franks 	Dept of Math. Northwestern University
		john@math.nwu.edu

Received on Wednesday, 21 February 1996 15:48:38 UTC