From owner-soc-status@FreeBSD.ORG Tue Jun 12 16:24:19 2012 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C89E51065678; Tue, 12 Jun 2012 16:24:19 +0000 (UTC) (envelope-from jbjcalmels@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9813E8FC14; Tue, 12 Jun 2012 16:24:19 +0000 (UTC) Received: by dadv36 with SMTP id v36so7486090dad.13 for ; Tue, 12 Jun 2012 09:24:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=wQINtpzVG13c1ij5NRwanFdX+CaKWQvisSSqutSsONw=; b=RYJw++2dJ2szPKPeQ0J9KawQfzAntKnoiEkcpj+SZapzIn7924EaNoKL616Y+KADcV uMvov+YwykNGeuesmR+Bf3z8m+Dqu5rRm5SscakCme5gFZZzgA9HyrRKjsZlraAy9n+A jDY2QmAOeLWqkdhArgt3kKNyjqYIaFE3jh8y4W9wK+reCwmSVfPbKrOOKRfLC9FkcvR4 JOxh5QljhweKpEXCHLnVe7TV7PnMzE2m9+ZWtJu5XYykpQfHhQ5UbOyCR6KWNe92p5+L Mg6yBGyA/cRtddO0pVwHoJvvp7FFDjLTtPiOo3uOwDfqf/++sr/XnrKzpT6dJTPRMd+D y3Ow== MIME-Version: 1.0 Received: by 10.68.225.6 with SMTP id rg6mr40324482pbc.100.1339518259391; Tue, 12 Jun 2012 09:24:19 -0700 (PDT) Received: by 10.142.70.21 with HTTP; Tue, 12 Jun 2012 09:24:19 -0700 (PDT) Date: Tue, 12 Jun 2012 18:24:19 +0200 Message-ID: From: Jonathan Calmels To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: bz+soc@freebsd.org Subject: [Week 3][IPv6 Improvement] Activity report X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jun 2012 16:24:19 -0000 Hello, Here is my report for the week concerning the IPv6 improvement, under Bjoern Zeeb's mentoring The project aims to make more user space applications fully IPv6 ready. I worked toward patching the BIO API of the openssl code. Indeed, it will likely help me migrating s_client to IPv6. >From now, I added some extensions to their interfaces such as portable version of getaddrinfo and freeaddrinfo. Regressions test have been written to ensure that it is fully functional. I patched few bugs while reading their code and also begun changing all the underlying calls to gethostbyname or IPv4 specific functions by IPv6 compliant ones. Regards, --- Jonathan Calmels (exxo@) PS : Sorry for the delay, It should have been sent yesterday but I manage to mess up with my MUA...