Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 22692 invoked from network); 15 Sep 2010 14:16:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Sep 2010 14:16:39 -0000 Received: (qmail 61772 invoked by uid 500); 15 Sep 2010 14:16:39 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 61600 invoked by uid 500); 15 Sep 2010 14:16:36 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 61591 invoked by uid 99); 15 Sep 2010 14:16:35 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Sep 2010 14:16:35 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of catherine.v.hope@googlemail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-ww0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Sep 2010 14:16:14 +0000 Received: by wwi14 with SMTP id 14so339184wwi.0 for ; Wed, 15 Sep 2010 07:15:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=MI+6PLZfHTPIGMYDsPrFrjBjtlfs22WUQROm1bcYLSI=; b=SkrEAvFMSIoNUkFch2amaffzgEzW64ZrLoYsMM3nQLt5z1DPjkLe485Ui555X4eT17 otgI8hnpMj0T9GBrMVpLfc4IrMloGqePzaf3RPeNGbTH/rvX+Ehf8Wiqy7WFFOvrCYIA bKR6LzPHqQhZA4BeYR5aJtNzrb4dY5kzAHT8s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=kKgMCMg72sc5NyLokKbAGbtXBhs+XwNXGsjXwxP53OHpNxdrJo8xCa78jS1vQzVM/p Vpu0M5muR2KUTz2D/4ZzehBPu0KEm09RQHouyRni6NHYhq5Amzs88KqvFS2c1iPUwzjQ tHYf5CuMrSXCQDO3+bCnpo87V0veRA3efgEAo= MIME-Version: 1.0 Received: by 10.227.147.198 with SMTP id m6mr1342265wbv.78.1284560153880; Wed, 15 Sep 2010 07:15:53 -0700 (PDT) Received: by 10.216.170.129 with HTTP; Wed, 15 Sep 2010 07:15:52 -0700 (PDT) In-Reply-To: <4C8E78C0.1010008@googlemail.com> References: <4C447A1D.80702@googlemail.com> <4C879905.5030206@googlemail.com> <4C8A1C1C.7030308@googlemail.com> <4C8E78C0.1010008@googlemail.com> Date: Wed, 15 Sep 2010 15:15:52 +0100 Message-ID: Subject: Re: [classlib][x-net] Creating a provider based on OpenSSL From: Catherine Hope To: dev@harmony.apache.org Content-Type: multipart/alternative; boundary=0016e6550064aa2c4304904cf7ea X-Virus-Checked: Checked by ClamAV on apache.org --0016e6550064aa2c4304904cf7ea Content-Type: text/plain; charset=ISO-8859-1 I've uploaded a new patch for SSLEngine that passes in the direct buffer address to the wrap/unwrap natives and then updates the byte buffer positions after the call. The handshake test now completes the handshake and application data can be passed between the server and client. I still need to do some work on the handshake and engine states as they aren't quite right at the moment. Regards, Cath --0016e6550064aa2c4304904cf7ea--