From owner-freebsd-questions@FreeBSD.ORG Wed Jul 4 18:22:02 2012 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BED83106566B for ; Wed, 4 Jul 2012 18:22:02 +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 736948FC16 for ; Wed, 4 Jul 2012 18:22:02 +0000 (UTC) Received: by vbmv11 with SMTP id v11so6190609vbm.13 for ; Wed, 04 Jul 2012 11:22:02 -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=RdL3jtJy7L+K5/XAdsEvu/QedodsW56IUsYNrWoU91w=; b=YNd9vhTfpf9IUs9xL32AipLT253WvtiD/te28/FudGWdLbRHZxRXPp9G+8Dl8zsOPi BxM5CtDE0REmY/1ArXcxOCtWTe1StH0Dzwdm6r5SRvGWqV7KufkReHdlvUjWHETmQ/PY 2ZiOVkfzL3MmVUAJSwywxetDWTQf/MsxANhGnZKyHyDSchs5hjezQjP07qYW8FbxGl45 M3dCqjNg96HXlEKjpI3u5KsDIZmwRb157oU5+J+4NyWWR36OSGHuc3q2zV5XhtvLvvj/ 0uyEcykRsx+ScyTxNGkGZDAz4prkkFlnNL0X7OhS5yIDB6NeZXj0UlIpXOZUsW6IoluE NnTw== MIME-Version: 1.0 Received: by 10.220.40.19 with SMTP id i19mr10900263vce.68.1341426121968; Wed, 04 Jul 2012 11:22:01 -0700 (PDT) Received: by 10.221.10.203 with HTTP; Wed, 4 Jul 2012 11:22:01 -0700 (PDT) Date: Wed, 4 Jul 2012 14:22:01 -0400 Message-ID: From: Dylan Castine To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: adding new cipher support to kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2012 18:22:02 -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