]> git.ipfire.org Git - thirdparty/squid.git/commit
Port 3.2: Dynamic Ssl Certificate generation
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Sun, 17 Apr 2011 06:02:10 +0000 (18:02 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 17 Apr 2011 06:02:10 +0000 (18:02 +1200)
commitb8c0971983b82c9761e0de7eba647097c5b0fa61
tree1b6123bee729de48729ee6faba09aa193b0aa0a4
parentec56b1c9aa1dc8ba5175a8049a62072ae935e672
Port 3.2: Dynamic Ssl Certificate generation

Feature details at: http://wiki.squid-cache.org/Features/DynamicSslCert
40 files changed:
configure.ac
src/Makefile.am
src/ProtoPort.cc
src/ProtoPort.h
src/acl/SslErrorData.cc
src/acl/SslErrorData.h
src/base/Makefile.am
src/base/TidyPointer.h [new file with mode: 0644]
src/cache_cf.cc
src/cf.data.pre
src/client_side.cc
src/client_side.h
src/client_side_request.cc
src/comm.cc
src/errorpage.cc
src/errorpage.h
src/fde.h
src/forward.cc
src/globals.h
src/helper.cc
src/helper.h
src/main.cc
src/ssl/Config.cc [new file with mode: 0644]
src/ssl/Config.h [new file with mode: 0644]
src/ssl/ErrorDetail.cc [new file with mode: 0644]
src/ssl/ErrorDetail.h [new file with mode: 0644]
src/ssl/Makefile.am [new file with mode: 0644]
src/ssl/certificate_db.cc [new file with mode: 0644]
src/ssl/certificate_db.h [new file with mode: 0644]
src/ssl/context_storage.cc [new file with mode: 0644]
src/ssl/context_storage.h [new file with mode: 0644]
src/ssl/crtd_message.cc [new file with mode: 0644]
src/ssl/crtd_message.h [new file with mode: 0644]
src/ssl/gadgets.cc [new file with mode: 0644]
src/ssl/gadgets.h [new file with mode: 0644]
src/ssl/helper.cc [new file with mode: 0644]
src/ssl/helper.h [new file with mode: 0644]
src/ssl/ssl_crtd.cc [new file with mode: 0644]
src/ssl_support.cc
src/ssl_support.h