On 15.06.2014 09:51, Kaspar Brand wrote:
On 14.06.2014 12:53, Rainer Jung wrote:

I'm slightly in favor of the latter, i.e. something like

     SSL_CTX_set_timeout(sc->server->ssl_ctx,
                         sc->session_cache_timeout == UNSET ?
                         SSL_SESSION_CACHE_TIMEOUT : sc->session_cache_timeout);

(As a side effect, this would also make sure that the timeout for
TLS session tickets is 300 seconds for all SSLProtocol settings,
if SSLSessionCacheTimeout is not explicitly configured.)

Applied to trunk together with a small docs extension in r1610311.

Proposed for backport.

Regards,

Rainer

Reply via email to