From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QFTGd-00040D-UL for garchives@archives.gentoo.org; Thu, 28 Apr 2011 15:36:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C43761C06A; Thu, 28 Apr 2011 15:36:26 +0000 (UTC) Received: from mail.caf.com.tr (mail.caf.com.tr [88.250.130.162]) by pigeon.gentoo.org (Postfix) with ESMTP id DDC1F1C020 for ; Thu, 28 Apr 2011 15:35:57 +0000 (UTC) Received: from localhost (mta.caf.com.tr [10.0.2.208]) by mail.caf.com.tr (Postfix) with ESMTP id 5072F8AA23 for ; Thu, 28 Apr 2011 15:35:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at caf.com.tr Received: from mail.caf.com.tr ([10.0.2.205]) by localhost (check.caf.com.tr [10.0.2.205]) (amavisd-new, port 10026) with ESMTP id 25Z3cD0eG1K7 for ; Thu, 28 Apr 2011 15:35:55 +0000 (UTC) Received: from zptr-nb18.caf.com.tr (unknown [10.0.0.14]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.caf.com.tr (Postfix) with ESMTPSA id B3D128AA21 for ; Thu, 28 Apr 2011 15:35:55 +0000 (UTC) Received: by zptr-nb18.caf.com.tr (Postfix, from userid 1000) id 87E2334049; Thu, 28 Apr 2011 18:35:55 +0300 (EEST) Date: Thu, 28 Apr 2011 18:35:55 +0300 From: Eray Aslan To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Camellia? Message-ID: <20110428153555.GA2737@zptr-nb18.caf.local> References: <20110427221424.GA19308@zptr-nb18> <4DB9681F.1040203@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4DB9681F.1040203@gentoo.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Archives-Salt: X-Archives-Hash: 033deaa34c603d75ce732dbaaf898b4d On Thu, Apr 28, 2011 at 09:14:07AM -0400, Dane Smith wrote: > I find it somewhat hard to believe that they are using a version of > OpenSSL that doesn't have AES-256. It's been around since 0.9.7. It does have AES256 just lower in the list: eras@woodpecker ~ $ openssl ciphers -v ALL:@STRENGTH | head -n5 ADH-CAMELLIA256-SHA SSLv3 Kx=DH Au=None Enc=Camellia(256) Mac=SHA1 DHE-RSA-CAMELLIA256-SHA SSLv3 Kx=DH Au=RSA Enc=Camellia(256) Mac=SHA1 DHE-DSS-CAMELLIA256-SHA SSLv3 Kx=DH Au=DSS Enc=Camellia(256) Mac=SHA1 CAMELLIA256-SHA SSLv3 Kx=RSA Au=RSA Enc=Camellia(256) Mac=SHA1 ADH-AES256-SHA SSLv3 Kx=DH Au=None Enc=AES(256) Mac=SHA1 eras@woodpecker ~ $ openssl version OpenSSL 0.9.8o 01 Jun 2010 Presumably smtp.g.o and pigeon.g.o has the same setup. ssl_create_cipher_list() makes the above list if you want to check its history. -- Eray Aslan Developer, Gentoo Linux eras gentoo.org