]> git.ipfire.org Git - thirdparty/squid.git/commit
Hash Digest noncedata (#491)
authorsquidcontrib <56416132+squidcontrib@users.noreply.github.com>
Sun, 20 Oct 2019 18:59:08 +0000 (18:59 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Sat, 2 Nov 2019 23:08:29 +0000 (12:08 +1300)
commit6f2841090dffbec1a2b2417e18bb3dc71d62dd2e
tree436d059a5e20a146ff55191e431b45218589b00b
parent09c6d3c50da52319f407043997b924312f9b6e1f
Hash Digest noncedata (#491)

These commits together
1. Hash the noncedata for Digest nonces before encoding,
   to match the documentation.
2. Encode Digest nonces using hex, rather than base64.
src/auth/digest/Config.cc
src/auth/digest/Config.h
src/auth/digest/UserRequest.cc
src/auth/digest/UserRequest.h