of server 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
> wrote:
>>
>> On Mon, May 18, 2009 at 10:24:55AM -0700, Kyle Hamilton wrote:
>>
>> &
g 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&
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 th
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 'ex
* 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 respect
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
'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_se
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