From owner-freebsd-hackers@FreeBSD.ORG Wed Jul 4 18:46:12 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0A13106566C for ; Wed, 4 Jul 2012 18:46:12 +0000 (UTC) (envelope-from yintothayang@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8FD818FC0A for ; Wed, 4 Jul 2012 18:46:12 +0000 (UTC) Received: by vbmv11 with SMTP id v11so6201687vbm.13 for ; Wed, 04 Jul 2012 11:46:12 -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:content-type; bh=NVrJGt+CfVguG/nzfIQjsRwKAPdyf+ByX3grKGsthoo=; b=gLweL4tm/WHjWStQRS8yyIlvtjuwECp+ONP+pw+jwjULJxeKz+2J6TSstCsV5jw8no 8QefQ4LLEiuSJA0gV1IUb1eQDjzUPuIqjFj0B/Lh+W3Vke02cNQI1uZ0PVe0n156lwH/ 0qS3gqTdEFctqniAdGwuzng+7FO60VaiNxq5U9YvqrCUYS//G9GL6hjCeibVdgqANCrE /XKsU+MxjQoRTeQgnHDH7d7BZCvoaC2TDI7zbljSjiSooNEMZsdWyTCuDv0qDnKTBaKq XvQ7tL7O6yNgOvFi49CMLgUg5jYrbT7nVIMZMtNdl4JqdygoGT2mZb4ldonlSucFg7AT rr6Q== MIME-Version: 1.0 Received: by 10.220.115.81 with SMTP id h17mr10934462vcq.66.1341427572068; Wed, 04 Jul 2012 11:46:12 -0700 (PDT) Received: by 10.221.10.203 with HTTP; Wed, 4 Jul 2012 11:46:11 -0700 (PDT) Date: Wed, 4 Jul 2012 14:46:11 -0400 Message-ID: From: Dylan Castine To: freebsd-hackers@freebsd.org X-Mailman-Approved-At: Wed, 04 Jul 2012 21:20:34 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: adding new cipher support to kernel X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2012 18:46:13 -0000 Hi, My name is Dylan, I want to add support for the AES-GCM cipher to the kernel. I am currently using strongswan for an IPsec build and need ESP to use the AES-GCM algorithm. Any info is appreciated, Thanks for your time, Dylan