Re: Need info on Cipher suites

2011-11-04 Thread ramaswamy . bm
You can check the supported cipher suites by looking in to client hello messsage. Regards, Ram Hello Forum, I want to know what are the cipher suites that the client is supporting. How can i do that? -mithun __ OpenSSL

Re: Need info on Cipher suites

2011-11-04 Thread Mithun Kumar
Thanks Ram, i have another question, When the client sends client hello will it specify all the cipher suites it supports or are there any other parameters that can be configured at the client so that it sends selective list of cipher suites? -Thanks mithun On Sat, Nov 5, 2011 at 8:59 AM,

Re: Need info on Cipher suites

2011-11-04 Thread ramaswamy . bm
By default it will send all the ciphersuites it is supporting , but you can always control the cipher suites you want negotiate by using something like below ... here it will set only Non_anonymous and RSA type ciphersuites if (!SSL_CTX_set_cipher_list(*ctx,

Re: Need info on Cipher suites

2011-11-04 Thread Mithun Kumar
Thanks Ram, Another question too, After exchanging the client and server hello , On what basis is the common cipher agreed upon? -mithun On Sat, Nov 5, 2011 at 9:26 AM, ramaswamy...@globaledgesoft.com wrote: By default it will send all the ciphersuites it is supporting , but you can

RE: Need info.

2000-03-05 Thread Reddie, Steven
Ashraf would like the connection to not be dropped and no data to be returned. -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Saturday, March 04, 2000 12:35 PM To: Ashraf Badawi; [EMAIL PROTECTED] Subject: Re: Need info. [...] when a non SSL

Re: Need info.

2000-03-03 Thread Bodo Moeller
[...] when a non SSL client connects to an ssl server it gives an error and exits, well this is not the expected behavieor. it is expected to ignore non ssl client capabple not to drob dead. You mean the server software crashes? What server software?