From owner-soc-status@FreeBSD.ORG Fri Jun 5 17:57:03 2009 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B431E106566B for ; Fri, 5 Jun 2009 17:57:03 +0000 (UTC) (envelope-from gleb.kurtsou@gmail.com) Received: from mail-bw0-f217.google.com (mail-bw0-f217.google.com [209.85.218.217]) by mx1.freebsd.org (Postfix) with ESMTP id 3F50A8FC1E for ; Fri, 5 Jun 2009 17:57:00 +0000 (UTC) (envelope-from gleb.kurtsou@gmail.com) Received: by bwz17 with SMTP id 17so551224bwz.43 for ; Fri, 05 Jun 2009 10:56:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=h0UAGj48uQFJDnpGGJ4u112UOes+VQhuMzlOYO8qSkU=; b=ei6kOngiSUj95UawGNtJuFJ507rTx6fNlabD3A+ZC56reQxLcAnemI/eaR9G6l6P60 DNNbU3kgadpULGOdUTngiswPzM7i0a7+YXSCkLQ+ssDDhbMA/zSFddcn9JKrGBwzlfI3 v5yLg26ctuPtEkzsB0hN5WBWNk7oAeAeKr8Dc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=Y30BGp1GW6E+EcHKh2w8ob7bRwIItZ76ELEkjfPdcyTIrDX1VRevftu8a4Ez885Ylv T27StWHBAGi+jI9m2OmnnYvQMw4oCmYeeieiSp+Lp2Vn/yV4azpoAkmxgNll9zCq9DRq 3jZj/nFwuEVTT4uCauI7F0kEgcILLNB/oPFiE= MIME-Version: 1.0 Received: by 10.204.116.8 with SMTP id k8mr3404274bkq.117.1244223361756; Fri, 05 Jun 2009 10:36:01 -0700 (PDT) Date: Fri, 5 Jun 2009 20:36:01 +0300 Message-ID: <4c1d27f20906051036l52f744adk3581a24a72d32e4a@mail.gmail.com> From: Gleb Kurtsou To: soc-status@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: status. stackable cryptographic filesystem (pefs) 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: Fri, 05 Jun 2009 17:57:04 -0000 This summer I'm working on developing stackable cryptographic filesystem. First two weeks I've spent on initial implementation (no encrption yet) and adding XTS-AES into opencrypto framework. I've also received answers and some good advices on cryptography related issues (thanks to guru :)) witch helped me a lot. Because of hard VFS learning curve I've changed initial schedule a bit (coordinated with mentor) as I didn't manage to come up with a working implementation of encrypted storage in time (spent end of the week working on XTS). Next week I'm going to fill this gap.