]> git.ipfire.org Git - thirdparty/squid.git/commit - src/cf.data.pre
SMP SSL session cache implementation
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Sun, 12 Jan 2014 17:51:12 +0000 (19:51 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Sun, 12 Jan 2014 17:51:12 +0000 (19:51 +0200)
commit10a69fc01d42f618979ff92f86dbb04dd978ac44
tree92466584ab226183ce6857ebc2e29d25785eb7ca
parentf28b12e7d079a7a57c021c14f02516da86c8f010
SMP SSL session cache implementation

This patch implement SSL session cache sharing across SMP workers using shared
memory. The following new squid configuration options added:

 - The "sslproxy_session_cache_size" option which sets the cache size to use
   for ssl session. Example usage:
     sslproxy_session_cache_size 4 MB

 - The "sslproxy_session_ttl" option which defines the time in seconds the
   ssl session is valid. Example usage:
     sslproxy_session_ttl  600

This is a Measurement Factory project
src/Makefile.am
src/SquidConfig.h
src/cf.data.pre
src/main.cc
src/ssl/support.cc
src/ssl/support.h