From owner-freebsd-questions@FreeBSD.ORG Mon Jul 2 11:18:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3EC1F16A468 for ; Mon, 2 Jul 2007 11:18:05 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id DB41513C469 for ; Mon, 2 Jul 2007 11:18:04 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2971365pyb for ; Mon, 02 Jul 2007 04:18:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=dO69XxXofWvdQyiHer7Fy7Jhod1/s4ITvVfOMzixYrPf/W802FuxWPdq9f7RS4rqxJR9Jurs41Is0xplxjyh62nV97CpICd1h/gp3emOLy+D8OIqmacM/pZ019AuXvYm51yujoXbY8TWX1skOu4riAD5jRox5QjQkhQKxwFtef4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=sGNMMUZy5OmN66X+mo+NQ5sf3212bvrc9b3NZkxBm9W1JpqMIEscd3Q/QARLyVvVeR+V4E5ilf64Um7bLYJFj6W9Q3n+N7Mzql+Dv4w8GH4xqMeysJ7SlVxIpi7sMKzOQxQnxFMQoB4tWy9IyFjwBeac/2tzknSErMPcy5YNqEU= Received: by 10.35.115.18 with SMTP id s18mr5744445pym.1183375084254; Mon, 02 Jul 2007 04:18:04 -0700 (PDT) Received: from ?192.168.1.2? ( [209.240.66.157]) by mx.google.com with ESMTP id f78sm20640348pyh.2007.07.02.04.18.02 (version=SSLv3 cipher=OTHER); Mon, 02 Jul 2007 04:18:03 -0700 (PDT) In-Reply-To: <962492.47650.qm@web26913.mail.ukl.yahoo.com> References: <962492.47650.qm@web26913.mail.ukl.yahoo.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Eric Crist Date: Mon, 2 Jul 2007 06:18:00 -0500 To: ckadi35@yahoo.fr X-Mailer: Apple Mail (2.752.3) Cc: freebsd-questions@FreeBSD.org Subject: Re: IPsec based on rfc 4303 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: Mon, 02 Jul 2007 11:18:05 -0000 On Jul 2, 2007, at 4:16 AMJul 2, 2007, ckadi35@yahoo.fr wrote: > hi, > > i use freeBSD 5.2 for developing software. > i want to upgrade IPsec based on rfc4303. > > how about ports of IPsec implementation based on RFC 4303 > > best regards > Ckadi > Ckadi, The network team is currently rolling FAST_IPSEC into IPSEC, and getting rid of the current IPSEC - I'm not a coder, and I haven't read the RFC, but send a message to freebsd-net@freebsd.org and ask them what's all included, and what changes have been made. This is going to roll into 6.3-RELEASE as well as 7.0-RELEASE, iirc. Eric Crist