Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 66229 invoked from network); 17 Oct 2006 09:28:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Oct 2006 09:28:35 -0000 Received: (qmail 12163 invoked by uid 500); 17 Oct 2006 09:27:36 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 12130 invoked by uid 500); 17 Oct 2006 09:27:36 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 12119 invoked by uid 99); 17 Oct 2006 09:27:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 02:27:36 -0700 X-ASF-Spam-Status: No, hits=3.1 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of kleymenov@gmail.com designates 66.249.82.227 as permitted sender) Received: from [66.249.82.227] (HELO wx-out-0506.google.com) (66.249.82.227) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 02:27:18 -0700 Received: by wx-out-0506.google.com with SMTP id t15so1677390wxc for ; Tue, 17 Oct 2006 02:26:58 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=QxixYy8KcSTsNmrGL0TiDQ4CHLSWhfUDPqeoBwoWw0Gb3uUSobKj7w6HsDc2n1Y0YrK7NeseUFNJmdSIZq029GDeBrRiAIIYXVjYJKEb2FI5A2G0m7rqyg/ouoPS4vDOTD98V08AWVfZGkQ/RUdHDzfayxbDxaKPSSILZEMTSbM= Received: by 10.90.49.19 with SMTP id w19mr4460355agw; Tue, 17 Oct 2006 02:26:57 -0700 (PDT) Received: by 10.90.65.17 with HTTP; Tue, 17 Oct 2006 02:26:57 -0700 (PDT) Message-ID: Date: Tue, 17 Oct 2006 16:26:57 +0700 From: "Alexander Kleymenov" To: harmony-dev@incubator.apache.org Subject: Re: [classlib][xnet] Problem connecting using SSLSocketImpl In-Reply-To: <010601c6f14a$83d9f0d0$0eab2fa6@mcilink.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_26598_31432631.1161077217951" References: <010601c6f14a$83d9f0d0$0eab2fa6@mcilink.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_26598_31432631.1161077217951 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello Gerald! It is glad to hear that You are trying to use Harmony's JSSE provider! > I'd like to inquire if there is any intention in the future to support any of the TLS AES type cipher suites? Now only the base Cipher Suites (described by RFC 2246) are supported. But the design of the provider allows easily extending its set of suites. The point for extension is org.apache.harmony.xnet.provider.jsse.CipherSuiteclass. Harmony's Cipher provider (implemented by Bouncy Castle) supports AES Cipher, so it won't be a problem. > If you have any other ideas on what may be causing this exception please let me know. I think you are 100% right about the nature of failure, but detailed information (std output, stack trace) can help to analyze it accurately. Could you show it please? You may want to file a new JIRA report and provide this detailed information as an attachment for it. Or if it is more convenient you can attach zipped info here. BTW, there are some logging capabilities in JSSE provider. You can turn them on by specifying -Djsse=record,prf,socket as an option to VM. Log output could be useful in problem analysis. Thank You, Alexander Kleymenov ------=_Part_26598_31432631.1161077217951--