]> git.ipfire.org Git - thirdparty/squid.git/commit
TLS: Move the remaining SSL_SESSION cache callbacks to security/Session.*.
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 20 Jun 2017 19:00:03 +0000 (07:00 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 20 Jun 2017 19:00:03 +0000 (07:00 +1200)
commit8302c351028b86341ea32914ef321df90c983f0a
tree1bc43f33e490e5e9b819d6f3054ba9c16b7f7936
parentb1f17079e6999e9ef984d9f2d609a78c68203045
TLS: Move the remaining SSL_SESSION cache callbacks to security/Session.*.

No GnuTLS additions here, or significant code changes. Most of this is a
straight cut-n-paste. Though it does make the slot lookup to auto in the
if-condition to simplify the callback code and removes some no longer
necessary comments as requested in audit.
src/security/Session.cc
src/security/Session.h
src/ssl/support.cc
src/ssl/support.h
src/tests/stub_libsecurity.cc