Re: default cipher suit in open ssl
- 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 >> 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 ) > If I didn't misunderstand, It will try to negotiate strongest possible cipher suite. e.g. If I dont use SSL_CTX_set_cipher_list() in both the server and the client it choses AES-256. But It depends on your build configuration. e.g. If you choose to turn off AES then I think it will choose some other cipher suite. But as Richard said you can make cipher of your choice defualt cipher by using SSL_CTX_set_cipher_list(). Amar << smime.p7s >> where i get the config file ? -- ___ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
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 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 ) If I didn't misunderstand, It will try to negotiate strongest possible cipher suite. e.g. If I dont use SSL_CTX_set_cipher_list() in both the server and the client it choses AES-256. But It depends on your build configuration. e.g. If you choose to turn off AES then I think it will choose some other cipher suite. But as Richard said you can make cipher of your choice defualt cipher by using SSL_CTX_set_cipher_list(). Amar smime.p7s Description: S/MIME Cryptographic Signature
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 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 ) Why won't you use SSL_CTX_set_cipher_list()? Using it you get any default you like and don't have to depend on a more or less arbitrary OpenSSL default. Ciao, Richard -- Dr. Richard W. Könning Fujitsu Siemens Computers GmbH __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
Re: default cipher suit in open ssl
> 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 > rajeshnairg> i can't find out which is the default cipher suit ? > > You get more (almost all) ciphers when you use the command > "openssl ciphers ALL". > thanx richard for the replay 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 ) once more thanx for the response -- ___ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
Re: default cipher suit in open ssl
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 rajeshnairg> i can't find out which is the default cipher suit ? You get more (almost all) ciphers when you use the command "openssl ciphers ALL". - Please consider sponsoring my work on free software. See http://www.free.lp.se/sponsoring.html for details. -- Richard Levitte \ Tunnlandsvägen 52 \ [EMAIL PROTECTED] [EMAIL PROTECTED] \ S-168 36 BROMMA \ T: +46-708-26 53 44 \ SWEDEN \ Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED] Member of the OpenSSL development team: http://www.openssl.org/ Unsolicited commercial email is subject to an archival fee of $400. See <http://www.stacken.kth.se/~levitte/mail/> for more info. __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
default cipher suit in open ssl
hai friends, which is the default cipher suit in open ssl library ? i print all the cipher suits using openssl ciphers , but i can't find out which is the default cipher suit ? thax rajesh -- ___ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]