'reverse SSL'?

You get the OpenSSL source code from http://www.openssl.org/source/ .
You can 'exchange' the role of client and server by having the client
connect a TCP session to the listener and then passing that descriptor
to a properly-setup SSL context with SSL_server_method, and the
listener pass its descriptor to an SSL context with SSL_client_method.

-Kyle H

On Mon, May 18, 2009 at 3:15 AM, Neetu Agrawal <agrawal.nee...@gmail.com> wrote:
> Hi everyone
> I just start to work on openssl using command window utility . I want to
> work on Reverse SSL where the roles of client and server will be exchanged .
> I wanna know how to get openssl source code as well as how can i modifiy the
> code so that now server encrypt the key and client decrypt the key . Pls
> give met he detail if possible
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to