]> git.ipfire.org Git - thirdparty/squid.git/commit
Nettle v3.4 support
authorsquidadm <squidadm@users.noreply.github.com>
Thu, 11 Jan 2018 10:30:38 +0000 (23:30 +1300)
committerAmos Jeffries <yadij@users.noreply.github.com>
Thu, 11 Jan 2018 10:30:38 +0000 (23:30 +1300)
commit84c91daff326be8ea1ec2d228fa4770a38014c40
tree119a19d837814b6674ce2c0794ff40a2db1eb080
parentfcc58c36535edf58ecef3683762c051d4e7e93cc
Nettle v3.4 support

Nettle crypto library v3.4 changes the Base64 coder API to require less casting between uint8_t and char types.
18 files changed:
configure.ac
include/base64.h
lib/base64.c
src/HttpHeader.cc
src/adaptation/icap/ModXact.cc
src/auth/digest/Config.cc
src/auth/negotiate/kerberos/negotiate_kerberos_auth.cc
src/auth/negotiate/kerberos/negotiate_kerberos_auth_test.cc
src/auth/negotiate/kerberos/negotiate_kerberos_pac.cc
src/auth/negotiate/wrapper/negotiate_wrapper.cc
src/auth/ntlm/SMB_LM/ntlm_smb_lm_auth.cc
src/auth/ntlm/fake/ntlm_fake_auth.cc
src/http.cc
src/peer_proxy_negotiate_auth.cc
test-suite/buildtests/layer-01-minimal.opts
tools/cachemgr.cc
tools/squidclient/gssapi_support.cc
tools/squidclient/squidclient.cc