il.com]
Sent: Friday, November 04, 2011 3:52 PM
To: openssl-users@openssl.org
Subject: Re: disabling SSLV2 on server dosent work.
On Fri, Nov 4, 2011 at 6:05 AM, Shashidhar RP wrote:
> HI
>I disabled SSLv2 on the server. When the client which is capable of SSLV2
> and SSLV3 sends
HI
I disabled SSLv2 on the server. When the client which is capable of SSLV2
and SSLV3 sends the hand shake, client sends first V2 hello rt So the
server is not capable of handling V2 packet as SSLV2 is
disabled on server. Can you please help me here how to proceed.
From our side, the
-users@openssl.org
Subject: Re: hi
My windows knowlegde is at zero. sorry cant help there ..
On Wed, Aug 24, 2011 at 2:35 AM, Shashidhar RP
mailto:shashidhar...@hcl.com>> wrote:
hi Gayatri,
Can you please tell me where can i find the ssl.conf file for
windows.
will it be the s
t.
Thanks
--Gayathri
On Thu, Aug 18, 2011 at 5:46 AM, Shashidhar RP
<shashidhar...@hcl.com> wrote:
forgot to mention that
/* s->version = SSL3_VERSION */
the above line is commented in the code of ssl3_connect ();
is there any issue with this as the client version is updating
version is selected automatically by the server. Check your client hello message on the wire and see what versions are actually sent out.
Thanks
--Gayathri
On Thu, Aug 18, 2011 at 5:46 AM, Shashidhar RP
<shashidhar...@hcl.com> wrote:
forgot to mention that
/* s->version = SSL3_VERSI
org] On Behalf Of Shashidhar RP [shashidhar...@hcl.com]
Sent: Thursday, August 18, 2011 3:24 PM
To: openssl-users@openssl.org
Subject: hi
Hi ,
I have a problem while establishing a session using ssl.. I have a client and when the session is establised
i found that the client vers
Hi ,
I have a problem while establishing a session using ssl.. I have a client and when the session is establised
i found that the client version is V3 but the ssl version is v2, due to which i am facing other problem.
I saw the ssl code - s3_cln.c is which i saw a part of this c