]> git.ipfire.org Git - thirdparty/squid.git/commit
Replace uudecode with libnettle base64 decoder (#406)
authorAmos Jeffries <yadij@users.noreply.github.com>
Tue, 21 May 2019 21:31:31 +0000 (21:31 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 22 May 2019 03:25:55 +0000 (03:25 +0000)
commit4cb75d28bddf1e064002b3631fd424ba616f5f1b
treed27f2925bb793b3c02ca7a6ea9af30a7e5976996
parent04b008df197827198f99488266e0a61b29014ce8
Replace uudecode with libnettle base64 decoder (#406)

Since RFC 7235 updated the HTTP Authentication credentials token
to the token68 characterset it is possible that characters
uudecode cannot cope with are received.

The Nettle decoder better handles characters which are valid but
not to be used for Basic auth token.
include/uudecode.h [deleted file]
lib/Makefile.am
lib/uudecode.c [deleted file]
src/auth/basic/Config.cc