]> git.ipfire.org Git - thirdparty/squid.git/commit - tools/squidclient/Makefile.am
squidclient: Support TLS for testing https:// URLs and HTTPS servers
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 18 Apr 2014 15:47:24 +0000 (08:47 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 18 Apr 2014 15:47:24 +0000 (08:47 -0700)
commitb4f805f61b59d8e2f0f29e48810200b5ecda746d
treec8a46871a941ae902343e412c30aaaf637e48cad
parentcde7ea87cf937d38cf56225ef4577377af940f81
squidclient: Support TLS for testing https:// URLs and HTTPS servers

Also adds detection of the GnuTLS library which is used to provide this
squidclient feature.
configure.ac
tools/squidclient/Makefile.am
tools/squidclient/Parameters.h
tools/squidclient/Transport.cc [new file with mode: 0644]
tools/squidclient/Transport.h [new file with mode: 0644]
tools/squidclient/squidclient.1
tools/squidclient/squidclient.cc