]> 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)
commit366beb12e47f4f215a474e99d8224bcccd378106
treeb6e8136b115b014e1e59d3fdd20465f70e7326b4
parent5f03ee91f4c30361a4fd215278d28deca7811e22
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/modules/ssl@103165 13f79535-47bb-0310-9956-ffa450edef68
ssl_engine_init.c
ssl_toolkit_compat.h