From owner-svn-src-all@freebsd.org Fri Jul 31 00:41:21 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B2BF9AFC9C; Fri, 31 Jul 2015 00:41:21 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qg0-x232.google.com (mail-qg0-x232.google.com [IPv6:2607:f8b0:400d:c04::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B4CF5809; Fri, 31 Jul 2015 00:41:20 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qgii95 with SMTP id i95so36223818qgi.2; Thu, 30 Jul 2015 17:41:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=n9k+UmKrNsU0w37jvEJckpkye+dKtzxSDnBNB8Fwnh4=; b=UrnMLGcgu9YQ/N5EOJ9FicYDF7X+t+TsPuyCqPgyQ6cN58HES++OHPeXwtH2mpztdA S4zgVLBexsuT31YVyE68LmhfKjJUcPEoUxI5DMLF8rhaPXBKUBE6EdbAOlAtb3OBG+Q6 fY3k4ZV400KyQpBIaD2NZGlFFGWfY7cNiNCGfYGOAxb5i6PftuEtquKIkcX94yDqLN+D ZV+2n4dl/o6G8QftM4z6cet7oWJvM8WVa28JrU+tApu41gvfi9/BEudegKUNsPXUFN4D qQ4uPwl0Bz5Thh1750FB23DzpTc67JLcMX3hPk+aTqO18GoWkJ98oEogITs0lvSn6Zp8 TEmQ== MIME-Version: 1.0 X-Received: by 10.140.29.55 with SMTP id a52mr96881qga.25.1438303279739; Thu, 30 Jul 2015 17:41:19 -0700 (PDT) Received: by 10.140.98.73 with HTTP; Thu, 30 Jul 2015 17:41:19 -0700 (PDT) In-Reply-To: <201507310023.t6V0NLVT013789@repo.freebsd.org> References: <201507310023.t6V0NLVT013789@repo.freebsd.org> Date: Thu, 30 Jul 2015 17:41:19 -0700 Message-ID: Subject: Re: svn commit: r286100 - in head/sys: net netipsec From: NGie Cooper To: John-Mark Gurney Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2015 00:41:21 -0000 On Thu, Jul 30, 2015 at 5:23 PM, John-Mark Gurney wrote: > Author: jmg > Date: Fri Jul 31 00:23:21 2015 > New Revision: 286100 > URL: https://svnweb.freebsd.org/changeset/base/286100 > > Log: > Clean up this header file... > > use CTASSERTs now that we have them... > > Replace a draft w/ RFC that's over 10 years old. > > Note that _AALG and _EALG do not need to match what the IKE daemons > think they should be.. This is part of the KABI... I decided to > renumber AESCTR, but since we've never had working AESCTR mode, I'm > not really breaking anything.. and it shortens a loop by quite > a bit.. > > remove SKIPJACK IPsec support... SKIPJACK never made it out of draft > (in 1999), only has 80bit key, NIST recommended it stop being used > after 2010, and setkey nor any of the IKE daemons I checked supported > it... > > jmgurney/ipsecgcm: a357a33, c75808b, e008669, b27b6d6 > > Reviewed by: gnn (earlier version) Relnotes: yes (removing SKIPJACK IPsec support + ?)