]> git.ipfire.org Git - thirdparty/squid.git/commit
TLS: move X509_NAME_STACK_Pointer to Security::ServerOptions
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 10 Jul 2017 15:11:52 +0000 (03:11 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 10 Jul 2017 15:11:52 +0000 (03:11 +1200)
commit621f4299cbf34e3daf591d314cf1c14496d5f0d1
tree1acd36418c7cc6ca56f642933d65f10e01d16ebb
parent8babada05a107f0755510e6b40cdde309fb48008
TLS: move X509_NAME_STACK_Pointer to Security::ServerOptions

This Pointer is only used by the Server port options.

No GnuTLS support added in this patch, just a straight shuffle
of the OpenSSL code.
src/anyp/PortCfg.cc
src/anyp/PortCfg.h
src/cache_cf.cc
src/security/ServerOptions.cc
src/security/ServerOptions.h
src/ssl/gadgets.h
src/ssl/support.cc
src/ssl/support.h
src/tests/stub_libsecurity.cc