From owner-freebsd-security@FreeBSD.ORG Fri Oct 5 10:17:26 2007 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEFDF16A417 for ; Fri, 5 Oct 2007 10:17:26 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from pobox.codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 851D513C468 for ; Fri, 5 Oct 2007 10:17:26 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=SiQv2wOS02I1H0lL0kk6LMsV88cTPkxdDtKUSWXZjV+UjAyXuXcuC9iOQ9MkPx5QTNaa0IBBzQ+IExgdFdenwTAyw1Lykz4VQj+y7Y8pLY73+6t9rVcBWlOI22Wy1OgB65wJnV1/rnU4IEDF9+qhjwWiBBxp2XrL8qXJGQDpLM0=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by pobox.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1IdkFI-00099B-S8; Fri, 05 Oct 2007 14:17:24 +0400 Date: Fri, 5 Oct 2007 14:17:20 +0400 From: Eygene Ryabinkin To: Bubble Reading Message-ID: <20071005101720.GI971@void.codelabs.ru> References: MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-2.2 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_20 Cc: freebsd-security@freebsd.org Subject: Re: FastIPSec and OCF X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2007 10:17:27 -0000 Good day. Fri, Oct 05, 2007 at 10:51:56AM +0100, Bubble Reading wrote: > Does FASTIPSec in FreeBSD use OCF framework ? Where can I find more > documentation ? OCF: man 9 crypto IPSec: man 4 ipsec It will give you some pointers, at least on the 7-CURRENT. You can not say 'OCF Framework', because OCF stands for the OpenBSD Cryptographic Framework, so you repeat the last word twice. > I wish to run cryptographic algorithms after setting a VPN. What command > should I use to run a particular crytographic algorithm (e.g. 3DES etc.) I think that it depends on the toolset you're using to make VPN. Or you want to do it from your own code? Then you may want to have a look at the ports security/racoon2 and security/ipsec-tools. -- Eygene