Hi all,
       I'm in the process of designing what is effectively an ssl tunnel
between 2 systems. I'd like to know if it's possible to seperate the
session handling functions of openssl from the crypto ones. Something
like process A handles the encryption of data and passes the encrypted
data to process B who is responsible for the establishing the session
and sending the data. I realise that some data must be exchanged between
the 2 processes (algorithms and probably some other stuff I don't know
about yet), however I'm wondering if there's any thread or process
bindings that would affect this sort of design.
    Thanks in advance for any insight.
        Gregory Nicholls

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

Reply via email to