]> git.ipfire.org Git - thirdparty/squid.git/commit - src/security/Session.h
TLS: Move the remaining SSL_SESSION cache callbacks to security/Session.*.
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 7 Jun 2017 15:57:21 +0000 (03:57 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 7 Jun 2017 15:57:21 +0000 (03:57 +1200)
commit301a17d1dcf761c9abe104fa4b8c0cc1127751d5
tree85397c8005a06850f88e5cac28955d4f90b5d809
parent89d897e150e431e130d6e9710834b4e475411068
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