]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
In the newer versions of OpenSSL, the flag SSL_SESS_CACHE_NO_INTERNAL_LOOKUP
authorMadhusudan Mathihalli <madhum@apache.org>
Fri, 26 Mar 2004 23:53:35 +0000 (23:53 +0000)
committerMadhusudan Mathihalli <madhum@apache.org>
Fri, 26 Mar 2004 23:53:35 +0000 (23:53 +0000)
commitb9164cbc0b4124657d8f126fa833fc4a2867254f
tree39592cb35e059d2c5fe05a3f8aa58242496cfcc7
parent8f26402223dbafa8ec4bbcb721081f9fc05cdb08
In the newer versions of OpenSSL, the flag SSL_SESS_CACHE_NO_INTERNAL_LOOKUP
just prevents the internal lookup but does not prevent the caching.
OpenSSL 0.9.6h onwards has a new flag 'SSL_SESS_CACHE_NO_INTERNAL' to
prevent OpenSSL from both lookup and caching the sessions internally.

PR: 26562
Reviewed by: Geoff Thorpe, Joe Orton

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103165 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/ssl/ssl_engine_init.c
modules/ssl/ssl_toolkit_compat.h