squid icon indicating copy to clipboard operation
squid copied to clipboard

Refactor HTTP Digest authentication Nonce handling

Open yadij opened this issue 1 year ago • 1 comments

Convert the Nonce object to class with MEMPROXY memory pooling, smart pointer reference counting, and most of the old management functions converted to members.

Replace deprecated dlink and hash_link with STL containers.

Fix one bug which would prevent a new nonce generated to replace a stale existing nonce being associated to the username needing it.

yadij avatar Dec 02 '22 11:12 yadij