default cipher is SHA2

2008-04-25 Thread PoWah Wong
For openssl 0.9.8e or higher, the default cipher is SHA2 instead of SHA1, isn't it? __ Looking for the perfect gift? Give the gift of Flickr! http://www.flickr.com/gift

Re: default cipher is SHA2

2008-04-25 Thread Victor Duchovni
On Fri, Apr 25, 2008 at 09:26:45AM -0700, PoWah Wong wrote: For openssl 0.9.8e or higher, the default cipher is SHA2 instead of SHA1, isn't it? Neither is a cipher, and the default digest algorithm in 0.9.8 is SHA1 as opposed to md5 in 0.9.7 and earlier. There are no TLS ciphers that use SHA2

Re: default cipher is SHA2

2008-04-25 Thread PoWah Wong
[EMAIL PROTECTED] Subject: Re: default cipher is SHA2 To: openssl-users@openssl.org Received: Friday, April 25, 2008, 12:48 PM On Fri, Apr 25, 2008 at 09:26:45AM -0700, PoWah Wong wrote: For openssl 0.9.8e or higher, the default cipher is SHA2 instead of SHA1, isn't it? Neither

Re: default cipher is SHA2

2008-04-25 Thread Victor Duchovni
On Fri, Apr 25, 2008 at 05:54:05PM -0700, PoWah Wong wrote: http://www.openssl.org/docs/apps/ciphers.html has these cipher suites using SHA: TLS_RSA_WITH_3DES_EDE_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, etc. Are the SHA in them all SHA1? Yes. --