Re: Reverse ssl

2009-05-19 Thread Kyle Hamilton
and client get exchanged during the key genration to offload the server from key decryption operation. On Mon, May 18, 2009 at 11:23 PM, Victor Duchovni victor.ducho...@morganstanley.com wrote: On Mon, May 18, 2009 at 10:24:55AM -0700, Kyle Hamilton wrote: 'reverse SSL'? You get the OpenSSL

Reverse ssl

2009-05-18 Thread Neetu Agrawal
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

Re: Reverse ssl

2009-05-18 Thread Victor Duchovni
On Mon, May 18, 2009 at 10:24:55AM -0700, Kyle Hamilton wrote: '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

Re: Reverse ssl

2009-05-18 Thread Steffen DETTMER
* Victor Duchovni wrote on Mon, May 18, 2009 at 13:53 -0400: On Mon, May 18, 2009 at 10:24:55AM -0700, Kyle Hamilton wrote: 'reverse SSL'? In other words, the TCP initiator and passive listener are not necessarily also the SSL client and server respectively. I think stunnel already

Re: Reverse ssl

2009-05-18 Thread Neetu Agrawal
PM, Victor Duchovni victor.ducho...@morganstanley.com wrote: On Mon, May 18, 2009 at 10:24:55AM -0700, Kyle Hamilton wrote: '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

Re: Reverse ssl

2009-05-18 Thread Victor Duchovni
On Tue, May 19, 2009 at 09:44:23AM +0530, Neetu Agrawal wrote: Thanks for suggestion but may be i didnt put my query in right way . I want that client initiate the request and server listen the request but the roles of server and client get exchanged during the key genration to offload the

Re: Reverse ssl

2009-05-18 Thread Junaid Khokhar
during the key genration to offload the server from key decryption operation. On Mon, May 18, 2009 at 11:23 PM, Victor Duchovni victor.ducho...@morganstanley.com wrote: On Mon, May 18, 2009 at 10:24:55AM -0700, Kyle Hamilton wrote: 'reverse SSL'? You get the OpenSSL source code from