"Ralf S. Engelschall" <[EMAIL PROTECTED]> writes:

> What do you mean by "first time" and "subsequent calls", Tom?  Do you mean
> really subsequent calls in the same HTTP request processing step or calls in
> different HTTP requests? At least I think that the ssl_scache_retrieve
> function call should be not needed.

I mean different HTTP requests. The call to ssl_scache_retrieve would not
be necessary had I not mistakenly (as I've now found out) added something to 
OpenSSL's SSL session struct. The problem lies with i2d_SSL_SESSION(...)
and d2i_SSL_SESSION(...) which bother to only store a portion of the SSL
session struct across connections.

-Tom

-- 
Tom Vaughan <tvaughan at aventail dot com>
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to