There¹s a system I'm attempting to interface to that uses SSL, via the
gsToolkit I believe, to protect its transmissions. However, it doesn't begin
the protection until it exchanges a couple of clear text messages over the
same port it will use SSL. Is it possible to do this with openSSL? That is,
use accept/connect and send/receive to establish communications and then
begin the SSL handshaking etc.? I had created the application using openSSL
that uses SSL_accept etc. that works well talking to a copy of the same code
running elsewhere. However, I've since learned that the system I'm
attempting to interface with does things as described above.

Neale 

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to