Hello,

I would like to know if it is possible to have a port listening for
both SSL and plain-text connections, and if yes... with what library
functions can I achieve this?
Example:

- Port 12345 listening;
- Client connects to port;
- Server checks if it is requested a SSL or plain-text;
- Server determines if it is SSL connect then use the normal SSL
read/write functions otherwise use the normal read/write functions;

Thanks in advanced.

--
    -- jfs A.K.A. João Fernandes Simplício
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to