Re: default cipher suit in open ssl

2004-04-08 Thread rajesh nair
- Original Message - From: Amar Desai <[EMAIL PROTECTED]> Date: Thu, 01 Apr 2004 16:56:00 +0200 To: [EMAIL PROTECTED] Subject: Re: default cipher suit in open ssl rajesh nair wrote: > >> I saw all the cipher names but i want to know the default cipher suit >> sup

Re: default cipher suit in open ssl

2004-04-01 Thread Amar Desai
rajesh nair wrote: I saw all the cipher names but i want to know the default cipher suit supported by openssl lib. if i write a program using openssl , with out using SSL_CTX_set_cipher_list() function what will bw the default cipher set ? (that is i am not choosing a cipher suit from the list

Re: default cipher suit in open ssl

2004-04-01 Thread Richard Koenning
rajesh nair wrote: I saw all the cipher names but i want to know the default cipher suit supported by openssl lib. if i write a program using openssl , with out using SSL_CTX_set_cipher_list() function what will bw the default cipher set ? (that is i am not choosing a cipher suit from the list

Re: default cipher suit in open ssl

2004-04-01 Thread rajesh nair
> In message <[EMAIL PROTECTED]> on Wed, 31 Mar 2004 10:52:55 -0500, "rajesh nair" > <[EMAIL PROTECTED]> said: > > rajeshnairg> which is the default cipher suit in open ssl library ? > > Whatever is output with "openssl ciphers" > > rajeshnairg> i print all the cipher suits using openssl ciphe

Re: default cipher suit in open ssl

2004-04-01 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Wed, 31 Mar 2004 10:52:55 -0500, "rajesh nair" <[EMAIL PROTECTED]> said: rajeshnairg> which is the default cipher suit in open ssl library ? Whatever is output with "openssl ciphers" rajeshnairg> i print all the cipher suits using openssl ciphers , but rajeshna