I want to pass an active SSL connection between two processes.
What I want to do is to have a service dispatcher listen to port 443
 (for easy firewall penetration). Client requests contains information
on
which service they want. The dispatcher performs the SSL handshake and
reads the requested service. It should then hand over the active SSL
connection
to the appropriate service process.
To try to figure out how to do this, if it is even possible I
experimented with
the SSL_dup() function within a single process, but I couldn't even
continue a
SSL connection from a new SSL handle within a process.
So I'm starting to wonder what is the SSL_dup() function supposed to do
?
Have anyone tryed something similar ?

/Leif

--
Leif Thuresson                  Email:   [EMAIL PROTECTED]
RSA Security                    Phone:   +46-18-160046
Kungsangsv. 19
S-753 23 Uppsala
Sweden


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to