RE: disabling SSLV2 on server dosent work.

2011-11-06 Thread Shashidhar RP
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

disabling SSLV2 on server dosent work.

2011-11-04 Thread Shashidhar RP
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

RE: hi

2011-08-30 Thread Shashidhar RP
-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

RE: hi

2011-08-24 Thread Shashidhar RP
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  

RE: hi

2011-08-22 Thread Shashidhar RP
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

RE: hi

2011-08-18 Thread Shashidhar RP
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

2011-08-18 Thread Shashidhar RP
  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